Ticket #297 (closed defect: fixed)
RoboBots crashed on !smodlock
| Reported by: | Maverick | Owned by: | milosh |
|---|---|---|---|
| Priority: | low | Component: | Bots - Multibot |
| Version: | Latest version from repository | Severity: | minor |
| Keywords: | !smodlock, crash, multibot, robobot | Cc: |
Description
The RoboBots were !smodlock'ed for a day yesterday but today I wanted to unlock them using !smodlock again but they (not all robobots though) crashed right after issuing the command.
java.lang.NullPointerException
at twcore.core.BotAction.sendPrivateMessage(Unknown Source)
at twcore.core.BotAction.sendSmartPrivateMessage(Unknown Source)
at twcore.core.BotAction.sendSmartPrivateMessage(Unknown Source)
at twcore.bots.multibot.multibot.handleCommands(multibot.java:279)
at twcore.bots.multibot.multibot.handleEvent(multibot.java:150)
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)
I checked the code and I'm fairly certain the line if(m_twScript.ACCESS_LEVEL == TWScript.SMOD_LEVEL){ causes it but I don't know what it does exactly.
Can you take a look into this, milosh?
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
