Mythruna
April 28, 2024, 09:38:46 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome to the new forums. See "Announcements" for a note for new users.
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Shzylo's List of Bugs  (Read 3840 times)
Michael
Donators
Hero Member
***
Posts: 2166



View Profile
« on: March 30, 2013, 10:40:20 PM »

This is a list of all bugs that I have found, keeping them compiled in one topic, and adding a strike-through for the ones that have been fixed. There will be a header for each 'bug' to sort them, followed by the type-of-bug and then how much it breaks the game.
____________________________________________________________________________________________________

/Help
BUILD: 20120627
TYPE: Argument Bug.
BREAKAGE: High

: This is a bug that if it does not recognize the help command you are using, it will just give you this exception:
Code:
Uncaught exception from thread:Thread[LWJGL Renderer Thread,5,main]
java.lang.RuntimeException: Error calling method:toggleTextEntry
at mythruna.client.KeyMethodAction.callMethod(KeyMethodAction.java:90)
at mythruna.client.KeyMethodAction.onAction(KeyMethodAction.java:99)
at com.jme3.input.InputManager.invokeActions(InputManager.java:168)
at com.jme3.input.InputManager.onKeyEventQueued(InputManager.java:425)
at com.jme3.input.InputManager.processQueue(InputManager.java:799)
at com.jme3.input.InputManager.update(InputManager.java:851)
at com.jme3.app.Application.update(Application.java:605)
at com.jme3.app.SimpleApplication.update(SimpleApplication.java:233)
at com.jme3.system.lwjgl.LwjglAbstractDisplay.runLoop(LwjglAbstractDisplay.java:149)
at com.jme3.system.lwjgl.LwjglDisplay.runLoop(LwjglDisplay.java:182)
at com.jme3.system.lwjgl.LwjglAbstractDisplay.run(LwjglAbstractDisplay.java:223)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at mythruna.client.KeyMethodAction.callMethod(KeyMethodAction.java:86)
... 11 more
Caused by: java.lang.NullPointerException
at org.progeeks.tool.console.HelpCommand.printHelp(HelpCommand.java:111)
at org.progeeks.tool.console.HelpCommand.execute(HelpCommand.java:127)
at org.progeeks.tool.console.ShellCommandProcessor.execute(ShellCommandProcessor.java:86)
at org.progeeks.tool.console.Shell.executeCommand(Shell.java:251)
at org.progeeks.tool.console.Shell.execute(Shell.java:232)
at mythruna.client.net.RemoteConsole.execute(RemoteConsole.java:58)
at mythruna.client.shell.DefaultConsole.runCommand(DefaultConsole.java:103)
at mythruna.client.GameAppState.toggleTextEntry(GameAppState.java:565)
... 16 more

Build version:20120627

____________________________________________________________________________________________________

/Climb
BUILD: 20120627
TYPE: Argument
BREAKAGE: High

: This bug will just give you another textToggleEntry problem..

Code:
Uncaught exception from thread:Thread[LWJGL Renderer Thread,5,main]
java.lang.RuntimeException: Error calling method:toggleTextEntry
at mythruna.client.KeyMethodAction.callMethod(KeyMethodAction.java:90)
at mythruna.client.KeyMethodAction.onAction(KeyMethodAction.java:99)
at com.jme3.input.InputManager.invokeActions(InputManager.java:168)
at com.jme3.input.InputManager.onKeyEventQueued(InputManager.java:425)
at com.jme3.input.InputManager.processQueue(InputManager.java:799)
at com.jme3.input.InputManager.update(InputManager.java:851)
at com.jme3.app.Application.update(Application.java:605)
at com.jme3.app.SimpleApplication.update(SimpleApplication.java:233)
at com.jme3.system.lwjgl.LwjglAbstractDisplay.runLoop(LwjglAbstractDisplay.java:149)
at com.jme3.system.lwjgl.LwjglDisplay.runLoop(LwjglDisplay.java:182)
at com.jme3.system.lwjgl.LwjglAbstractDisplay.run(LwjglAbstractDisplay.java:223)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at mythruna.client.KeyMethodAction.callMethod(KeyMethodAction.java:86)
... 11 more
Caused by: java.lang.NullPointerException
at org.progeeks.tool.console.HelpCommand.printHelp(HelpCommand.java:111)
at org.progeeks.tool.console.HelpCommand.execute(HelpCommand.java:127)
at org.progeeks.tool.console.ShellCommandProcessor.execute(ShellCommandProcessor.java:86)
at org.progeeks.tool.console.Shell.executeCommand(Shell.java:251)
at org.progeeks.tool.console.Shell.execute(Shell.java:232)
at mythruna.client.net.RemoteConsole.execute(RemoteConsole.java:58)
at mythruna.client.shell.DefaultConsole.runCommand(DefaultConsole.java:103)
at mythruna.client.GameAppState.toggleTextEntry(GameAppState.java:565)
... 16 more

Build version:20120627
« Last Edit: April 02, 2013, 04:40:20 PM by Shzylo » Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.20 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!