Ticket #294 (closed defect: worksforme)

Opened 3 months ago

Last modified 3 months ago

Safes module results in bot crash

Reported by: Maverick Assigned to: Ayano
Priority: normal Component: Bots - Multibot
Version: Latest version from repository Severity: major
Keywords: safes crash Cc:

Description

After you do "!load safes":

Exception in thread "RoboBot5-Session" java.lang.NoClassDefFoundError: twcore/core/command/TSChangeListener
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:465)
        at twcore.core.AdaptiveClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
        at twcore.core.AdaptiveClassLoader.loadSystemClass(Unknown Source)
        at twcore.core.AdaptiveClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
        at twcore.bots.multibot.multibot.doLoadCmd(multibot.java:601)
        at twcore.bots.multibot.multibot.doLoadCmd(multibot.java:530)
        at twcore.bots.multibot.multibot.handleCommands(multibot.java:219)
        at twcore.bots.multibot.multibot.handleEvent(multibot.java:147)
        at twcore.core.net.GamePacketInterpreter.handleChatMessage(Unknown Source)
        at twcore.core.net.GamePacketInterpreter.translateNormalPacket(Unknown Source)
        at twcore.core.net.GamePacketInterpreter.translateGamePacket(Unknown Source)
        at twcore.core.net.ReliablePacketHandler.handleReliableMessage(Unknown Source)
        at twcore.core.net.GamePacketInterpreter.translateSpecialPacket(Unknown Source)
        at twcore.core.net.GamePacketInterpreter.translateGamePacket(Unknown Source)
        at twcore.core.Session.run(Unknown Source)

Attachments

Change History

08/15/08 17:57:24 changed by Ayano

Specifics? is this on load? during play? a random circumstance during use (which could be a number of things) ?

08/15/08 18:03:01 changed by Ayano

  • owner changed from nobody to Ayano.
  • status changed from new to assigned.

whoops, didn't read that first bit, I'll get this.

08/15/08 18:11:52 changed by Ayano

I've tested this in the dev zone, not only did it load but I also checked all the commands. It seems to originate from TSChangeListener which isn't present. The core might need updating to resolve this.

08/16/08 07:13:27 changed by Ayano

  • status changed from assigned to closed.
  • resolution set to worksforme.

I'd suggest recompiling the core.


Add/Change #294 (Safes module results in bot crash)




Change Properties
Action