PDA

View Full Version : Error running Asphyxia.jar file



Mike9876
2017-09-24, 13:33
Hello, I have Kali Linux 2 64-bit and Windows 10 Host. I am trying to run a jar file called "Asphyxia.jar". I enter:
cd Desktop/
java -jar Asphyxia.jar
The file is on my desktop and I've used the above commands to run a trial of Burp Suite Pro and it works fine. My problem is, it starts to run and I get a log file called "LastRun" on my desktop. Then I get an error and it shuts down. I am including the error from the log file below. Can anyone take a look and reply so I can run my jar file? I am also attaching a screenshot of Kali. Thanks

INFO:Initiating game...
INFO:url.content:null class:class java.io.File
INFO:done.
INFO:group world
INFO:group display
INFO:trying with jar:file:asphyxia.jar!/resources/shapes
INFO:setting up world.shapes.BackPack
INFO:setting up world.shapes.BomberMan.Corpse
INFO:setting up world.shapes.BomberMan.Down
INFO:setting up world.shapes.BomberMan.Left
INFO:setting up world.shapes.BomberMan.Right
INFO:setting up world.shapes.BomberMan.Up
INFO:setting up world.shapes.OtherMan.Down
INFO:setting up world.shapes.OtherMan.Left
INFO:setting up world.shapes.OtherMan.Right
INFO:setting up world.shapes.OtherMan.Up
INFO:setting up world.shapes.Respawn
INFO:setting up world.shapes.Stage.Floor
INFO:setting up world.shapes.Stage.FtoW_Down
INFO:setting up world.shapes.Stage.FtoW_DownLeft
INFO:setting up world.shapes.Stage.FtoW_DownRight
INFO:setting up world.shapes.Stage.FtoW_Left
INFO:setting up world.shapes.Stage.FtoW_Right
INFO:setting up world.shapes.Stage.FtoW_Up
INFO:setting up world.shapes.Stage.FtoW_UpLeft
INFO:setting up world.shapes.Stage.FtoW_UpRight
INFO:setting up world.shapes.Stage.Wall
INFO:setting up world.shapes.TelePort
INFO:setting up world.shapes.TimeBomb.Activated
INFO:setting up world.shapes.TimeBomb.Deactivated
INFO:group keyboard
INFO:Generating map sketch
INFO:focus won
INFO:sketch done
INFO:stage dimension:java.awt.Dimension[width=45,height=56]
INFO:Floor Shape = caffeine.basicgame.io.display.graphics2D.MutableSh ape@eec5a4a
INFO:Adding things to game...
INFO:Bomberman spawning
INFO:url.content:null class:class java.io.File
INFO:done.
SEVERE:Sound error: java.io.IOException: mark/reset not supported
SEVERE:Exception creating game: java.lang.NullPointerException

2790

grid
2017-09-25, 12:48
Looks to me like a programming problem in the jar file, as noted by the java.io.Exeception. I'd reach out to the developer.