[Logo] Online Boxing 3D Forum
  [Search] Search   [Recent Topics] Recent Topics   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [Groups] Back to home page 
[Moderation Log] Moderation Log   [Register] Register / 
[Login] Login 
Crash after view non selected fight  XML
Forum Index » Technical issues
Author Message
AndreyMust19



Joined: 15/10/2012 09:51:04
Messages: 179
Offline

I find only just new bug. If press "view selected fight" in "Recorded fight..." dialog, but no select one item from list, then game crashing with message:

com.google.inject.CreationException: Guice creation errors:

1) An exception was caught and reported. Message: null
at com.google.inject.InjectorShell$Builder.build(InjectorShell.java:135)

1 error
at com.google.inject.internal.Errors.throwCreationExceptionIfErrorsExist(Errors.java:354)
at com.google.inject.InjectorBuilder.initializeStatically(InjectorBuilder.java:152)
at com.google.inject.InjectorBuilder.build(InjectorBuilder.java:105)
at com.google.inject.Guice.createInjector(Guice.java:92)
at com.google.inject.Guice.createInjector(Guice.java:69)
at com.google.inject.Guice.createInjector(Guice.java:59)
at org.ob3d.RecordedFightStateGetter.getInjector(RecordedFightStateGetter.java:23)
at org.ob3d.RecordedFightStateGetter.getRecordedFightViewer(RecordedFightStateGetter.java:43)
at org.ob3d.RecordedFightStateGetter.getState(RecordedFightStateGetter.java:26)
at org.ob3d.jme.MainGame$3.action(MainGame.java:12
at org.ob3d.jme.JMETaskQueue$2.call(JMETaskQueue.java:32)
at com.jme.util.GameTask.invoke(GameTask.java:140)
at com.jme.util.GameTaskQueue.execute(GameTaskQueue.java:111)
at org.ob3d.jme.OBStandardGame.update(OBStandardGame.java:345)
at org.ob3d.jme.OBStandardGame.run(OBStandardGame.java:216)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NullPointerException
at org.ob3d.modules.RecordedFightModule.configure(RecordedFightModule.java:152)
at org.ob3d.modules.ViewRecordedFightModule.configure(ViewRecordedFightModule.java:47)
at com.google.inject.PrivateModule.configure(PrivateModule.java:97)
at com.google.inject.spi.Elements$RecordingBinder.install(Elements.java:223)
at com.google.inject.spi.Elements.getElements(Elements.java:101)
at com.google.inject.InjectorShell$Builder.build(InjectorShell.java:135)
at com.google.inject.InjectorBuilder.build(InjectorBuilder.java:102)
... 13 more


After that have to close window with game.

AndRey, spoiler-gay
Admin



Joined: 16/09/2012 20:44:55
Messages: 218
Offline

I know, it happens sometimes..I dont know why yet.
AndreyMust19



Joined: 15/10/2012 09:51:04
Messages: 179
Offline

I think is some about unassigned variable. Just disable button "view selected fight" in beginning, and enable it after select item in list.

AndRey, spoiler-gay
Admin



Joined: 16/09/2012 20:44:55
Messages: 218
Offline

I use Guice for dependency injection, and it seems that it happens inside Guice somewhere.
 
Forum Index » Technical issues
Go to:   
Powered by JForum 2.1.9 © JForum Team