Crash while descending stairs
issueid=364 08-15-2011 12:23 PM
efi efi is offline
Junior Member
Number of reported issues by efi: 3
Crash while descending stairs

For really lengthy stack trace see: http://pastebin.com/S3qdXBLS
Issue Details
Issue Number 364
Project ADOM II (formerly known as JADE)
Category Unknown
Status Fixed
Priority Unknown
Affected Version JADE 0.1.3
Fixed Version (none)
Users able to reproduce bug 2
Users unable to reproduce bug 0
Assigned Users (none)
Tags (none)




08-15-2011 05:56 PM
The Creator
I really need to shorten these stack traces :-)

Did anything else (strange) happen beforehand?

08-15-2011 07:04 PM
efi efi is offline
Junior Member
Not that I realized or now remember...

Afterwards my Character @ was gone, the cursor still blinking and the dungeon level was not changed. Every moving attempt resulted in another arror dialog.

08-15-2011 07:09 PM
Senior Member
I reproduced this bug I think, when descending to level 6 (from level 5) of the former CoC. At least also my @ got removed, and everything I did gave the same error. I supposed it was because level 6 of the CoC was not defined as a location yet or something. Also saving gave the same error, but I could load afterwards so it worked anyway. When loading, though, it also gives the error

08-18-2011 10:14 AM
Junior Member
Had the non-existent being error myself just now, had another error before it (unable to generate OgreLord). Was attempting to enter a dungeon for the first time, just outside the Drakalor chain.
Second (non-existent being)error is unfortunately too huge to paste without crashing Chrome. However, previous error is below:
Code:
A controlled JADE error occurred.
Please see the stack trace for details.

de.adom.jade.JadeError: Failed to create an instance of 'de.adom.jade.beings.list.OgreLord'.
	at de.adom.jade.kernel.RarityBasedFactory.create(SourceFile:561)
	at de.adom.jade.beings.NPCFactory.create(SourceFile:94)
	at de.adom.jade.beings.NPCFactory.create(SourceFile:1)
	at de.adom.jade.kernel.RarityBasedFactory.create(SourceFile:365)
	at de.adom.jade.world.complexes.locations.populations.DungeonPopulationCreator.a(SourceFile:60)
	at de.adom.jade.world.complexes.locations.populations.DungeonPopulationCreator.populateImpl(SourceFile:47)
	at de.adom.jade.world.complexes.locations.populations.AbstractPopulationCreator.populate(SourceFile:109)
	at de.adom.jade.world.complexes.locations.maps.LocationMap.setPopulationCreator(SourceFile:1480)
	at de.adom.jade.world.complexes.locations.Location.getMap(SourceFile:261)
	at de.adom.jade.world.complexes.locations.LocationManager.transferToTargetMapOrTemporaryBufferAndAdjustPosition(SourceFile:176)
	at de.adom.jade.beings.brains.PCBrain.enterLocation(SourceFile:304)
	at de.adom.jade.beings.Being.enterLocation(SourceFile:1977)
	at de.adom.jade.beings.Being.doEnterLocation(SourceFile:1923)
	at de.adom.jade.ui.commands.b.executeImpl(SourceFile:53)
	at de.adom.jade.ui.commands.Command.execute(SourceFile:434)
	at de.adom.jade.beings.brains.PCBrain.doActImpl(SourceFile:109)
	at de.adom.jade.beings.brains.AbstractBrain.doAct(SourceFile:360)
	at de.adom.jade.beings.Being.actImpl(SourceFile:550)
	at de.adom.jade.kernel.actors.AbstractActor.act(SourceFile:54)
	at de.adom.jade.kernel.actors.ActorReference.act(SourceFile:59)
	at de.adom.jade.kernel.GameLoop.run(SourceFile:91)
Caused by: de.adom.jade.JadeError: Invalid distribution: [12]
	at de.adom.jade.beings.NPC.addLevelsAs(SourceFile:323)
	at de.adom.jade.beings.list.OgreLord.<init>(SourceFile:65)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
	at java.lang.reflect.Constructor.newInstance(Unknown Source)
	at java.lang.Class.newInstance0(Unknown Source)
	at java.lang.Class.newInstance(Unknown Source)
	at de.adom.jade.kernel.RarityBasedFactory.create(SourceFile:542)
	... 20 more

--- Caused by: ---

de.adom.jade.JadeError: Invalid distribution: [12]
	at de.adom.jade.beings.NPC.addLevelsAs(SourceFile:323)
	at de.adom.jade.beings.list.OgreLord.<init>(SourceFile:65)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
	at java.lang.reflect.Constructor.newInstance(Unknown Source)
	at java.lang.Class.newInstance0(Unknown Source)
	at java.lang.Class.newInstance(Unknown Source)
	at de.adom.jade.kernel.RarityBasedFactory.create(SourceFile:542)
	at de.adom.jade.beings.NPCFactory.create(SourceFile:94)
	at de.adom.jade.beings.NPCFactory.create(SourceFile:1)
	at de.adom.jade.kernel.RarityBasedFactory.create(SourceFile:365)
	at de.adom.jade.world.complexes.locations.populations.DungeonPopulationCreator.a(SourceFile:60)
	at de.adom.jade.world.complexes.locations.populations.DungeonPopulationCreator.populateImpl(SourceFile:47)
	at de.adom.jade.world.complexes.locations.populations.AbstractPopulationCreator.populate(SourceFile:109)
	at de.adom.jade.world.complexes.locations.maps.LocationMap.setPopulationCreator(SourceFile:1480)
	at de.adom.jade.world.complexes.locations.Location.getMap(SourceFile:261)
	at de.adom.jade.world.complexes.locations.LocationManager.transferToTargetMapOrTemporaryBufferAndAdjustPosition(SourceFile:176)
	at de.adom.jade.beings.brains.PCBrain.enterLocation(SourceFile:304)
	at de.adom.jade.beings.Being.enterLocation(SourceFile:1977)
	at de.adom.jade.beings.Being.doEnterLocation(SourceFile:1923)
	at de.adom.jade.ui.commands.b.executeImpl(SourceFile:53)
	at de.adom.jade.ui.commands.Command.execute(SourceFile:434)
	at de.adom.jade.beings.brains.PCBrain.doActImpl(SourceFile:109)
	at de.adom.jade.beings.brains.AbstractBrain.doAct(SourceFile:360)
	at de.adom.jade.beings.Being.actImpl(SourceFile:550)
	at de.adom.jade.kernel.actors.AbstractActor.act(SourceFile:54)
	at de.adom.jade.kernel.actors.ActorReference.act(SourceFile:59)
	at de.adom.jade.kernel.GameLoop.run(SourceFile:91)

--- System information: ---

jnlpx.remove: 'false'
file.encoding.pkg: 'sun.io'
java.home: 'C:\Program Files (x86)\Java\jre6'
deployment.security.askgrantdialog.notinca: 'true'
deployment.repository.askdownloaddialog.show: 'true'
deployment.system.security.trusted.jssecerts: 'C:\\Program Files (x86)\\Java\\jre6\\lib\security\trusted.jssecerts'
deployment.console.startup.mode: 'HIDE'
jnlpx.offline: 'true'
java.endorsed.dirs: 'C:\Program Files (x86)\Java\jre6\lib\endorsed'
deployment.security.sandbox.jnlp.enhanced: 'true'
deployment.system.security.blacklist: 'C:\\Program Files (x86)\\Java\\jre6\\lib\security\blacklist'
deployment.javaws.concurrentDownloads: '4'
deployment.security.sandbox.awtwarningwindow: 'true'
sun.os.patch.level: 'Service Pack 1'
java.vendor.url: 'http://java.sun.com/'
deployment.security.blacklist.check: 'true'
deployment.user.security.trusted.jssecacerts: 'C:\Users\anoddlad\AppData\LocalLow\Sun\Java\Deployment\security\trusted.jssecacerts'
deployment.javaws.home.jnlp.url: 'http://java.sun.com/products/javawebstart'
java.version: '1.6.0_26'
deployment.javapi.trace.filename: ''
deployment.max.output.file.size: '10'
java.vendor.url.bug: 'http://java.sun.com/cgi-bin/bugreport.cgi'
deployment.user.security.trusted.cacerts: 'C:\Users\anoddlad\AppData\LocalLow\Sun\Java\Deployment\security\trusted.cacerts'
java.protocol.handler.pkgs: 'com.sun.javaws.net.protocol|com.sun.deploy.net.protocol'
javaplugin.proxy.config.type: 'direct'
deployment.user.tmp: 'C:\Users\anoddlad\AppData\LocalLow\Sun\Java\Deployment\tmp'
user.name: 'anoddlad'
deployment.user.logdir: 'C:\Users\anoddlad\AppData\LocalLow\Sun\Java\Deployment\log'
sun.io.unicode.encoding: 'UnicodeLittle'
deployment.browser.path: 'C:\Users\anoddlad\AppData\Local\Google\Chrome\Application\chrome.exe'
deployment.cache.max.size: '-1'
sun.jnu.encoding: 'Cp1252'
java.runtime.name: 'Java(TM) SE Runtime Environment'
jnlpx.home: 'C:\\Program Files (x86)\\Java\\jre6\\bin'
deployment.system.security.trusted.publishers: 'C:\\Program Files (x86)\\Java\\jre6\\lib\security\trusted.publishers'
java.specification.name: 'Java Platform API Specification'
deployment.security.mixcode: 'ENABLE'
user.timezone: 'Europe/London'
deployment.browser.vm.mozilla: 'true'
deployment.security.SSLv3: 'true'
deployment.proxy.override.hosts: ''
path.separator: ';'
deployment.javaws.installURL: 'http://java.sun.com/products/autodl/j2se'
deployment.javaws.ssv.enabled: 'true'
jnlpx.heapsize: 'NULL,768m'
file.encoding: 'Cp1252'
deployment.user.security.trusted.publishers: 'C:\Users\anoddlad\AppData\LocalLow\Sun\Java\Deployment\security\trusted.publishers'
sun.java.command: 'com.sun.javaws.Main -offline C:\Users\anoddlad\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\15\6a21cb8f-72711881'
deployment.javapi.log.filename: ''
deployment.user.cachedir: 'C:\Users\anoddlad\AppData\LocalLow\Sun\Java\Deployment\cache'
deployment.javaws.cache.update: 'false'
deployment.security.validation.crl: 'false'
java.io.tmpdir: 'C:\Users\anoddlad\AppData\Local\Temp\'
deployment.version: '6.0'
sun.awt.warmup: 'true'
user.language: 'en'
line.separator: '
'
deployment.system.tray.icon: 'true'
deployment.user.security.policy: 'file:/C:/Users/anoddlad/AppData/LocalLow/Sun/Java/Deployment/security/java.policy'
jnlpx.jvm: 'C:\\Program Files (x86)\\Java\\jre6\\bin\\javaw.exe'
java.vm.info: 'mixed mode'
sun.desktop: 'windows'
java.vm.specification.name: 'Java Virtual Machine Specification'
deployment.max.output.files: '5'
deployment.update.mime.types: 'true'
deployment.security.browser.keystore.use: 'true'
deployment.security.jsse.hostmismatch.warning: 'true'
deployment.system.security.cacerts: 'C:\\Program Files (x86)\\Java\\jre6\\lib\security\cacerts'
deployment.proxy.type: '3'
deployment.user.security.trusted.jssecerts: 'C:\Users\anoddlad\AppData\LocalLow\Sun\Java\Deployment\security\trusted.jssecerts'
jnlp.versionEnabled: 'true'
deployment.security.password.cache: 'true'
deployment.javaws.shortcut: 'ASK_IF_HINTED'
java.awt.printerjob: 'sun.awt.windows.WPrinterJob'
deployment.security.https.warning.show: 'false'
deployment.javaws.autodownload: 'ALWAYS'
deployment.proxy.bypass.local: 'false'
http.auth.serializeRequests: 'true'
deployment.javaws.logFileName: ''
os.name: 'Windows 7'
java.specification.vendor: 'Sun Microsystems Inc.'
deployment.javaws.uninstall.shortcut: 'false'
deployment.system.security.jssecacerts: 'C:\\Program Files (x86)\\Java\\jre6\\lib\security\jssecacerts'
deployment.system.security.oldcacerts: 'C:\Program Files (x86)\Java\jre6\lib\security\cacerts'
java.vm.name: 'Java HotSpot(TM) Client VM'
java.quick.starter: 'false'
deployment.security.askgrantdialog.show: 'true'
java.library.path: 'C:\Program Files (x86)\Java\jre6\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files (x86)\Java\jre6\bin;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;E:\Simple programs\QuickTime Alternative\QTSystem;C:\Program Files (x86)\Windows Live\Shared;"C:\Program Files (x86)\Java\jre6\bin";.'
java.class.version: '50.0'
deployment.control.panel.log: 'false'
deployment.system.security.trusted.clientauthcerts: 'C:\\Program Files (x86)\\Java\\jre6\\lib\security\trusted.clientcerts'
deployment.trace: 'false'
deployment.security.clientauth.keystore.auto: 'true'
deployment.security.validation.ocsp: 'false'
deployment.javapi.cache.update: 'false'
deployment.browser.vm.iexplorer: 'true'
deployment.cache.jarcompression: '0'
deployment.system.security.trusted.libraries: 'C:\\Program Files (x86)\\Java\\jre6\\lib\security\trusted.libraries'
deployment.security.validation.ocsp.publisher: 'false'
deployment.javaws.update.timeout: '1500'
sun.boot.library.path: 'C:\Program Files (x86)\Java\jre6\bin'
sun.management.compiler: 'HotSpot Client Compiler'
java.awt.graphicsenv: 'sun.awt.Win32GraphicsEnvironment'
deployment.user.extdir: 'C:\Users\anoddlad\AppData\LocalLow\Sun\Java\Deployment\ext'
user.variant: ''
deployment.system.security.trusted.certs: 'C:\\Program Files (x86)\\Java\\jre6\\lib\security\trusted.certs'
deployment.system.security.oldjssecacerts: 'C:\Program Files (x86)\Java\jre6\lib\security\jssecacerts'
deployment.proxy.same: 'false'
deployment.security.authenticator: 'true'
deployment.javaws.traceFileName: ''
deployment.user.security.trusted.clientauthcerts: 'C:\Users\anoddlad\AppData\LocalLow\Sun\Java\Deployment\security\trusted.clientcerts'
java.vm.specification.version: '1.0'
deployment.user.security.blacklist: 'C:\Users\anoddlad\AppData\LocalLow\Sun\Java\Deployment\security\blacklist'
deployment.system.cachedir: 'C:\Users\anoddlad\AppData\LocalLow\Sun\Java\Deployment\SystemCache'
awt.toolkit: 'sun.awt.windows.WToolkit'
sun.cpu.isalist: 'pentium_pro+mmx pentium_pro pentium+mmx pentium i486 i386 i86'
java.ext.dirs: 'C:\Program Files (x86)\Java\jre6\lib\ext;C:\Windows\Sun\Java\lib\ext'
os.version: '6.1'
user.home: 'C:\Users\anoddlad'
deployment.user.security.trusted.certs: 'C:\Users\anoddlad\AppData\LocalLow\Sun\Java\Deployment\security\trusted.certs'
trustProxy: 'true'
java.vm.vendor: 'Sun Microsystems Inc.'
deployment.javapi.lifecycle.exception: 'false'
user.dir: 'C:\Users\anoddlad\Desktop'
deployment.cache.enabled: 'true'
sun.cpu.endian: 'little'
jnlpx.splashport: '54480'
deployment.security.notinca.warning: 'true'
deployment.javaws.splash.index: 'C:\Users\anoddlad\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\splash\splash.xml'
jnlpx.vmargs: '-Djnlp.versionEnabled=true'
java.vm.version: '20.1-b02'
deployment.security.trusted.policy: ''
java.class.path: 'C:\\Program Files (x86)\\Java\\jre6\\lib\\deploy.jar'
os.arch: 'x86'
deployment.javapi.stop.timeout: '200'
deployment.mime.types.use.default: 'true'
deployment.security.pretrust.list: 'true'
java.rmi.server.RMIClassLoaderSpi: 'com.sun.jnlp.JNLPRMIClassLoaderSpi'
deployment.capture.mime.types: 'false'
jnlpx.origFilenameArg: 'C:\Users\anoddlad\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\15\6a21cb8f-72711881'
javawebstart.version: 'javaws-1.6.0_26'
deployment.security.TLSv1: 'true'
sun.java.launcher: 'SUN_STANDARD'
deployment.jpi.mode.new: 'true'
deployment.javaws.muffin.max: '256'
deployment.log: 'false'
https.protocols: 'TLSv1,SSLv3'
java.vm.specification.vendor: 'Sun Microsystems Inc.'
file.separator: '\'
java.runtime.version: '1.6.0_26-b03'
sun.boot.class.path: 'C:\Program Files (x86)\Java\jre6\lib\resources.jar;C:\Program Files (x86)\Java\jre6\lib\rt.jar;C:\Program Files (x86)\Java\jre6\lib\sunrsasign.jar;C:\Program Files (x86)\Java\jre6\lib\jsse.jar;C:\Program Files (x86)\Java\jre6\lib\jce.jar;C:\Program Files (x86)\Java\jre6\lib\charsets.jar;C:\Program Files (x86)\Java\jre6\lib\modules\jdk.boot.jar;C:\Program Files (x86)\Java\jre6\classes;C:\\Program Files (x86)\\Java\\jre6\\lib\\javaws.jar;C:\\Program Files (x86)\\Java\\jre6\\lib\\deploy.jar;C:\\Program Files (x86)\\Java\\jre6\\lib\\plugin.jar'
java.security.policy: 'file:C:\\Program Files (x86)\\Java\\jre6\\lib\\security\\javaws.policy'
deployment.user.security.trusted.libraries: 'C:\Users\anoddlad\AppData\LocalLow\Sun\Java\Deployment\security\trusted.libraries'
user.country: 'GB'
deployment.security.expired.warning: 'true'
deployment.repository.enabled: 'true'
deployment.security.SSLv2Hello: 'false'
deployment.javapi.runtime.type: '0'
deployment.javaws.associations: 'ASK_USER'
java.vendor: 'Sun Microsystems Inc.'
java.specification.version: '1.6'
deployment.user.security.saved.credentials: 'C:\Users\anoddlad\AppData\LocalLow\Sun\Java\Deployment\security\auth.dat'
sun.arch.data.model: '32'

08-18-2011 03:59 PM
Ancient Member
I had the same bug. It just ruined my best char to date. Oh well, it's what happens with alphas :)

08-19-2011 10:46 AM
Junior Member
Also had this bug, three different errors trying to decend from CoC 10 to 11.

First, unable to create Ogre lord:
Code:
A controlled JADE error occurred.
Please see the stack trace for details.

de.adom.jade.JadeError: Failed to create an instance of 'de.adom.jade.beings.list.OgreLord'.
	at de.adom.jade.kernel.RarityBasedFactory.create(SourceFile:561)
	at de.adom.jade.beings.NPCFactory.create(SourceFile:94)
	at de.adom.jade.beings.NPCFactory.create(SourceFile:1)
	at de.adom.jade.kernel.RarityBasedFactory.create(SourceFile:365)
	at de.adom.jade.world.complexes.locations.populations.DungeonPopulationCreator.a(SourceFile:60)
	at de.adom.jade.world.complexes.locations.populations.DungeonPopulationCreator.populateImpl(SourceFile:47)
	at de.adom.jade.world.complexes.locations.populations.AbstractPopulationCreator.populate(SourceFile:109)
	at de.adom.jade.world.complexes.locations.maps.LocationMap.setPopulationCreator(SourceFile:1480)
	at de.adom.jade.world.complexes.locations.Location.getMap(SourceFile:261)
	at de.adom.jade.world.complexes.locations.LocationManager.transferToTargetMapOrTemporaryBufferAndAdjustPosition(SourceFile:176)
	at de.adom.jade.beings.brains.PCBrain.enterLocation(SourceFile:304)
	at de.adom.jade.beings.Being.enterLocation(SourceFile:1977)
	at de.adom.jade.beings.Being.doEnterLocation(SourceFile:1923)
	at de.adom.jade.ui.commands.b.executeImpl(SourceFile:53)
	at de.adom.jade.ui.commands.Command.execute(SourceFile:434)
	at de.adom.jade.beings.brains.PCBrain.doActImpl(SourceFile:109)
	at de.adom.jade.beings.brains.AbstractBrain.doAct(SourceFile:360)
	at de.adom.jade.beings.Being.actImpl(SourceFile:550)
	at de.adom.jade.kernel.actors.AbstractActor.act(SourceFile:54)
	at de.adom.jade.kernel.actors.ActorReference.act(SourceFile:59)
	at de.adom.jade.kernel.GameLoop.run(SourceFile:91)
Caused by: de.adom.jade.JadeError: Invalid distribution: [12]
	at de.adom.jade.beings.NPC.addLevelsAs(SourceFile:323)
	at de.adom.jade.beings.list.OgreLord.<init>(SourceFile:65)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
	at java.lang.Class.newInstance0(Class.java:355)
	at java.lang.Class.newInstance(Class.java:308)
	at de.adom.jade.kernel.RarityBasedFactory.create(SourceFile:542)
	... 20 more

--- Caused by: ---

de.adom.jade.JadeError: Invalid distribution: [12]
	at de.adom.jade.beings.NPC.addLevelsAs(SourceFile:323)
	at de.adom.jade.beings.list.OgreLord.<init>(SourceFile:65)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
	at java.lang.Class.newInstance0(Class.java:355)
	at java.lang.Class.newInstance(Class.java:308)
	at de.adom.jade.kernel.RarityBasedFactory.create(SourceFile:542)
	at de.adom.jade.beings.NPCFactory.create(SourceFile:94)
	at de.adom.jade.beings.NPCFactory.create(SourceFile:1)
	at de.adom.jade.kernel.RarityBasedFactory.create(SourceFile:365)
	at de.adom.jade.world.complexes.locations.populations.DungeonPopulationCreator.a(SourceFile:60)
	at de.adom.jade.world.complexes.locations.populations.DungeonPopulationCreator.populateImpl(SourceFile:47)
	at de.adom.jade.world.complexes.locations.populations.AbstractPopulationCreator.populate(SourceFile:109)
	at de.adom.jade.world.complexes.locations.maps.LocationMap.setPopulationCreator(SourceFile:1480)
	at de.adom.jade.world.complexes.locations.Location.getMap(SourceFile:261)
	at de.adom.jade.world.complexes.locations.LocationManager.transferToTargetMapOrTemporaryBufferAndAdjustPosition(SourceFile:176)
	at de.adom.jade.beings.brains.PCBrain.enterLocation(SourceFile:304)
	at de.adom.jade.beings.Being.enterLocation(SourceFile:1977)
	at de.adom.jade.beings.Being.doEnterLocation(SourceFile:1923)
	at de.adom.jade.ui.commands.b.executeImpl(SourceFile:53)
	at de.adom.jade.ui.commands.Command.execute(SourceFile:434)
	at de.adom.jade.beings.brains.PCBrain.doActImpl(SourceFile:109)
	at de.adom.jade.beings.brains.AbstractBrain.doAct(SourceFile:360)
	at de.adom.jade.beings.Being.actImpl(SourceFile:550)
	at de.adom.jade.kernel.actors.AbstractActor.act(SourceFile:54)
	at de.adom.jade.kernel.actors.ActorReference.act(SourceFile:59)
	at de.adom.jade.kernel.GameLoop.run(SourceFile:91)

--- System information: ---

jnlpx.remove: 'null'
file.encoding.pkg: 'null'
java.home: 'null'
deployment.security.askgrantdialog.notinca: 'null'
deployment.repository.askdownloaddialog.show: 'null'
deployment.system.security.trusted.jssecerts: 'null'
apple.awt.graphics.UseOpenGL: 'false'
deployment.console.startup.mode: 'null'
jnlpx.offline: 'null'
java.endorsed.dirs: 'null'
deployment.security.sandbox.jnlp.enhanced: 'null'
deployment.system.security.blacklist: 'null'
deployment.javaws.concurrentDownloads: 'null'
deployment.security.sandbox.awtwarningwindow: 'null'
sun.os.patch.level: 'null'
java.vendor.url: 'null'
deployment.security.blacklist.check: 'null'
deployment.user.security.trusted.jssecacerts: 'null'
deployment.javaws.home.jnlp.url: 'null'
java.version: 'null'
deployment.javapi.trace.filename: 'null'
deployment.max.output.file.size: 'null'
java.vendor.url.bug: 'null'
deployment.user.security.trusted.cacerts: 'null'
java.protocol.handler.pkgs: 'null'
javaplugin.proxy.config.type: 'direct'
deployment.user.tmp: 'null'
user.name: 'null'
deployment.user.logdir: 'null'
sun.io.unicode.encoding: 'null'
deployment.browser.path: 'null'
deployment.cache.max.size: 'null'
sun.jnu.encoding: 'null'
java.runtime.name: 'null'
jnlpx.home: 'null'
deployment.system.security.trusted.publishers: 'null'
java.specification.name: 'null'
deployment.security.mixcode: 'null'
user.timezone: 'Europe/Helsinki'
deployment.security.SSLv3: 'null'
deployment.proxy.override.hosts: 'null'
path.separator: 'null'
deployment.javaws.installURL: 'null'
deployment.javaws.ssv.enabled: 'null'
jnlpx.heapsize: 'null'
file.encoding: 'null'
deployment.user.security.trusted.publishers: 'null'
deployment.javapi.log.filename: 'null'
deployment.user.cachedir: 'null'
deployment.browser.args: 'null'
deployment.javaws.cache.update: 'null'
deployment.security.validation.crl: 'null'
java.io.tmpdir: 'null'
deployment.version: 'null'
user.language: 'null'
line.separator: 'null'
apple.jnlp.app.url: 'null'
deployment.user.security.policy: 'null'
jnlpx.jvm: 'null'
java.vm.info: 'null'
java.vm.specification.name: 'null'
deployment.max.output.files: 'null'
deployment.update.mime.types: 'null'
deployment.security.browser.keystore.use: 'null'
deployment.security.jsse.hostmismatch.warning: 'null'
deployment.system.security.cacerts: 'null'
deployment.proxy.type: 'null'
deployment.user.security.trusted.jssecerts: 'null'
deployment.security.password.cache: 'null'
deployment.javaws.shortcut: 'null'
java.awt.printerjob: 'null'
deployment.security.https.warning.show: 'null'
deployment.javaws.autodownload: 'null'
deployment.proxy.bypass.local: 'null'
http.auth.serializeRequests: 'null'
gopherProxySet: 'null'
apple.awt.graphics.UseQuartz: 'false'
deployment.javaws.logFileName: 'null'
os.name: 'null'
java.specification.vendor: 'null'
deployment.javaws.uninstall.shortcut: 'null'
deployment.system.security.jssecacerts: 'null'
mrj.build: 'null'
deployment.system.security.oldcacerts: 'null'
java.vm.name: 'null'
java.quick.starter: 'null'
mrj.version: 'null'
deployment.security.askgrantdialog.show: 'null'
java.library.path: 'null'
java.class.version: 'null'
sun.awt.exception.handler: 'null'
deployment.control.panel.log: 'null'
deployment.system.security.trusted.clientauthcerts: 'null'
deployment.trace: 'null'
deployment.security.clientauth.keystore.auto: 'null'
deployment.security.validation.ocsp: 'null'
deployment.javapi.cache.update: 'null'
deployment.cache.jarcompression: 'null'
deployment.system.security.trusted.libraries: 'null'
deployment.security.validation.ocsp.publisher: 'null'
deployment.javaws.update.timeout: 'null'
sun.boot.library.path: 'null'
sun.management.compiler: 'null'
java.awt.graphicsenv: 'null'
deployment.user.extdir: 'null'
deployment.system.security.trusted.certs: 'null'
deployment.system.security.oldjssecacerts: 'null'
deployment.proxy.same: 'null'
deployment.security.authenticator: 'null'
deployment.javaws.traceFileName: 'null'
deployment.user.security.trusted.clientauthcerts: 'null'
java.vm.specification.version: 'null'
deployment.user.security.blacklist: 'null'
awt.toolkit: 'null'
sun.cpu.isalist: 'null'
java.ext.dirs: 'null'
os.version: 'null'
user.home: 'null'
deployment.user.security.trusted.certs: 'null'
trustProxy: 'null'
java.vm.vendor: 'null'
deployment.javapi.lifecycle.exception: 'null'
user.dir: 'null'
deployment.cache.enabled: 'null'
sun.cpu.endian: 'null'
deployment.security.notinca.warning: 'null'
deployment.javaws.splash.index: 'null'
java.vm.version: 'null'
deployment.security.trusted.policy: 'null'
java.class.path: 'null'
os.arch: 'null'
deployment.javapi.stop.timeout: 'null'
deployment.mime.types.use.default: 'null'
deployment.security.pretrust.list: 'null'
java.rmi.server.RMIClassLoaderSpi: 'null'
deployment.capture.mime.types: 'null'
javawebstart.version: 'null'
deployment.security.TLSv1: 'null'
deployment.jpi.mode.new: 'null'
deployment.javaws.muffin.max: 'null'
deployment.log: 'null'
https.protocols: 'null'
java.vm.specification.vendor: 'null'
file.separator: 'null'
java.runtime.version: 'null'
sun.boot.class.path: 'null'
java.security.policy: 'null'
deployment.user.security.trusted.libraries: 'null'
user.country: 'null'
deployment.security.expired.warning: 'null'
deployment.repository.enabled: 'null'
deployment.security.SSLv2Hello: 'null'
deployment.apple.java10.6.u7: 'null'
deployment.javapi.runtime.type: 'null'
deployment.javaws.associations: 'null'
java.vendor: 'null'
awt.nativeDoubleBuffering: 'null'
java.specification.version: 'null'
deployment.user.security.saved.credentials: 'null'
sun.arch.data.model: 'null'
Then, a lengthy trace like efi had:

http://pastebin.com/tXaauhD5


And finally, after trying to "Continue" from previous errors:

Code:
A controlled JADE error occurred.
Please see the stack trace for details.

de.adom.jade.JadeError: Target position undefined!
	at de.adom.jade.ui.commands.CommandWalkToSpecificTarget.findNextCommand(SourceFile:94)
	at de.adom.jade.ui.commands.w.getNextWalkCommand(SourceFile:105)
	at de.adom.jade.ui.commands.w.getRepeatingCommand(SourceFile:56)
	at de.adom.jade.ui.commands.CommandWalkToSpecificTarget.getRepeatingCommand(SourceFile:1)
	at de.adom.jade.ui.commands.CommandWalkDownwards.getRepeatingCommand(SourceFile:1)
	at de.adom.jade.beings.Being.isLastCommandRepeated(SourceFile:672)
	at de.adom.jade.beings.Being.actImpl(SourceFile:548)
	at de.adom.jade.kernel.actors.AbstractActor.act(SourceFile:54)
	at de.adom.jade.kernel.actors.ActorReference.act(SourceFile:59)
	at de.adom.jade.kernel.GameLoop.run(SourceFile:91)

--- System information: ---

jnlpx.remove: 'null'
file.encoding.pkg: 'null'
java.home: 'null'
deployment.security.askgrantdialog.notinca: 'null'
deployment.repository.askdownloaddialog.show: 'null'
deployment.system.security.trusted.jssecerts: 'null'
apple.awt.graphics.UseOpenGL: 'false'
deployment.console.startup.mode: 'null'
jnlpx.offline: 'null'
java.endorsed.dirs: 'null'
deployment.security.sandbox.jnlp.enhanced: 'null'
deployment.system.security.blacklist: 'null'
deployment.javaws.concurrentDownloads: 'null'
deployment.security.sandbox.awtwarningwindow: 'null'
sun.os.patch.level: 'null'
java.vendor.url: 'null'
deployment.security.blacklist.check: 'null'
deployment.user.security.trusted.jssecacerts: 'null'
deployment.javaws.home.jnlp.url: 'null'
java.version: 'null'
deployment.javapi.trace.filename: 'null'
deployment.max.output.file.size: 'null'
java.vendor.url.bug: 'null'
deployment.user.security.trusted.cacerts: 'null'
java.protocol.handler.pkgs: 'null'
javaplugin.proxy.config.type: 'direct'
deployment.user.tmp: 'null'
user.name: 'null'
deployment.user.logdir: 'null'
sun.io.unicode.encoding: 'null'
deployment.browser.path: 'null'
deployment.cache.max.size: 'null'
sun.jnu.encoding: 'null'
java.runtime.name: 'null'
jnlpx.home: 'null'
deployment.system.security.trusted.publishers: 'null'
java.specification.name: 'null'
deployment.security.mixcode: 'null'
user.timezone: 'Europe/Helsinki'
deployment.security.SSLv3: 'null'
deployment.proxy.override.hosts: 'null'
path.separator: 'null'
deployment.javaws.installURL: 'null'
deployment.javaws.ssv.enabled: 'null'
jnlpx.heapsize: 'null'
file.encoding: 'null'
deployment.user.security.trusted.publishers: 'null'
deployment.javapi.log.filename: 'null'
deployment.user.cachedir: 'null'
deployment.browser.args: 'null'
deployment.javaws.cache.update: 'null'
deployment.security.validation.crl: 'null'
java.io.tmpdir: 'null'
deployment.version: 'null'
user.language: 'null'
line.separator: 'null'
apple.jnlp.app.url: 'null'
deployment.user.security.policy: 'null'
jnlpx.jvm: 'null'
java.vm.info: 'null'
java.vm.specification.name: 'null'
deployment.max.output.files: 'null'
deployment.update.mime.types: 'null'
deployment.security.browser.keystore.use: 'null'
deployment.security.jsse.hostmismatch.warning: 'null'
deployment.system.security.cacerts: 'null'
deployment.proxy.type: 'null'
deployment.user.security.trusted.jssecerts: 'null'
deployment.security.password.cache: 'null'
deployment.javaws.shortcut: 'null'
java.awt.printerjob: 'null'
deployment.security.https.warning.show: 'null'
deployment.javaws.autodownload: 'null'
deployment.proxy.bypass.local: 'null'
http.auth.serializeRequests: 'null'
gopherProxySet: 'null'
apple.awt.graphics.UseQuartz: 'false'
deployment.javaws.logFileName: 'null'
os.name: 'null'
java.specification.vendor: 'null'
deployment.javaws.uninstall.shortcut: 'null'
deployment.system.security.jssecacerts: 'null'
mrj.build: 'null'
deployment.system.security.oldcacerts: 'null'
java.vm.name: 'null'
java.quick.starter: 'null'
mrj.version: 'null'
deployment.security.askgrantdialog.show: 'null'
java.library.path: 'null'
java.class.version: 'null'
sun.awt.exception.handler: 'null'
deployment.control.panel.log: 'null'
deployment.system.security.trusted.clientauthcerts: 'null'
deployment.trace: 'null'
deployment.security.clientauth.keystore.auto: 'null'
deployment.security.validation.ocsp: 'null'
deployment.javapi.cache.update: 'null'
deployment.cache.jarcompression: 'null'
deployment.system.security.trusted.libraries: 'null'
deployment.security.validation.ocsp.publisher: 'null'
deployment.javaws.update.timeout: 'null'
sun.boot.library.path: 'null'
sun.management.compiler: 'null'
java.awt.graphicsenv: 'null'
deployment.user.extdir: 'null'
deployment.system.security.trusted.certs: 'null'
deployment.system.security.oldjssecacerts: 'null'
deployment.proxy.same: 'null'
deployment.security.authenticator: 'null'
deployment.javaws.traceFileName: 'null'
deployment.user.security.trusted.clientauthcerts: 'null'
java.vm.specification.version: 'null'
deployment.user.security.blacklist: 'null'
awt.toolkit: 'null'
sun.cpu.isalist: 'null'
java.ext.dirs: 'null'
os.version: 'null'
user.home: 'null'
deployment.user.security.trusted.certs: 'null'
trustProxy: 'null'
java.vm.vendor: 'null'
deployment.javapi.lifecycle.exception: 'null'
user.dir: 'null'
deployment.cache.enabled: 'null'
sun.cpu.endian: 'null'
deployment.security.notinca.warning: 'null'
deployment.javaws.splash.index: 'null'
java.vm.version: 'null'
deployment.security.trusted.policy: 'null'
java.class.path: 'null'
os.arch: 'null'
deployment.javapi.stop.timeout: 'null'
deployment.mime.types.use.default: 'null'
deployment.security.pretrust.list: 'null'
java.rmi.server.RMIClassLoaderSpi: 'null'
deployment.capture.mime.types: 'null'
javawebstart.version: 'null'
deployment.security.TLSv1: 'null'
deployment.jpi.mode.new: 'null'
deployment.javaws.muffin.max: 'null'
deployment.log: 'null'
https.protocols: 'null'
java.vm.specification.vendor: 'null'
file.separator: 'null'
java.runtime.version: 'null'
sun.boot.class.path: 'null'
java.security.policy: 'null'
deployment.user.security.trusted.libraries: 'null'
user.country: 'null'
deployment.security.expired.warning: 'null'
deployment.repository.enabled: 'null'
deployment.security.SSLv2Hello: 'null'
deployment.apple.java10.6.u7: 'null'
deployment.javapi.runtime.type: 'null'
deployment.javaws.associations: 'null'
java.vendor: 'null'
awt.nativeDoubleBuffering: 'null'
java.specification.version: 'null'
deployment.user.security.saved.credentials: 'null'
sun.arch.data.model: 'null'

08-20-2011 07:33 AM
The Creator
Fixed for JADE 0.1.4. Please send your real name to creator(at)ancientdomainsofmystery.com for it to be included in the credits. (If you were aleady asked to do so you can ignore this message. Please include a reference to the bug or RFE you are credited for.)

+ Reply