Problem with R4665

For test results, bug reports, announcements of new builds etc.

Moderators: winston, another_commander, Getafix

Post Reply
User avatar
Ironfist
Commander
Commander
Posts: 218
Joined: Tue Jun 28, 2011 2:16 pm
Location: London

Problem with R4665

Post by Ironfist »

Just downloaded and ran latest trunk R4665 - the only keys it responds to are 'p' for pause and shift-q for quit. See this in the log.

Code: Select all

10:30:44.421 [general.error.inconsistentState]: ***** ERROR: status is STATUS_START_GAME, but dockedStation is nil; treating as not docked. This is an internal error, please report it.
10:30:44.468 [script.javaScript.exception.unexpectedType]: ***** JavaScript exception (BGS-M 1.3.4): TypeError: this.bgsSoundPool is undefined
10:30:44.468 [script.javaScript.exception.unexpectedType]:       ../AddOns/BGS-M1.3.5.oxp/Config/script.js, line 168.
10:30:44.468 [script.javaScript.exception.unexpectedType]: ***** JavaScript exception (Cabal_Common_Music 1.4.5): TypeError: this.mediaPool is undefined
10:30:44.468 [script.javaScript.exception.unexpectedType]:       ../AddOns/Cabal_Common_Library1.4.5.oxp/Scripts/Cabal_Common_Music.js, line 159.
10:30:44.468 [eric's test handlers]: Player enters station aegis: Coriolis Station
10:30:44.468 [script.javaScript.exception.unexpectedType]: ***** JavaScript exception (Cabal_Common_Music 1.4.5): TypeError: this.mediaPool is undefined
10:30:44.468 [script.javaScript.exception.unexpectedType]:       ../AddOns/Cabal_Common_Library1.4.5.oxp/Scripts/Cabal_Common_Music.js, line 159.
10:30:44.468 [eric's test handlers]: Player enters aegis of planet with radius: 41160
10:30:44.468 [script.javaScript.exception.unexpectedType]: ***** JavaScript exception (Cabal_Common_OXPStrength 1.4.5): TypeError: this.watchLocations is undefined
10:30:44.468 [script.javaScript.exception.unexpectedType]:       ../AddOns/Cabal_Common_Library1.4.5.oxp/Scripts/Cabal_Common_OXPStrength.js, line 171.
10:30:44.625 [Flightlog]: Kills Store set to player score
10:30:44.640 [kracken_player.js]: Kracken Startup1
10:30:44.703 [general.error.inconsistentState]: ***** ERROR: status is STATUS_IN_FLIGHT, but dockedStation is not nil; treating as docked. This is an internal error, please report it.
10:30:44.718 [loading.complete]: ========== Loading complete. ==========
10:30:44.968 [debugTCP.connected]: Connected to debug console "DebugConsole".
10:32:34.046 [gameController.exitApp]: .GNUstepDefaults synchronized.
I am assuming that the first error is causing the rest. It says to report it - so here it is.

Ironfist
64bit Mint 10 and Win 8 64bit on E8400 at 3.6GHz - ATI HD5750 graphics.
Concentration is the ability to think of absolutely nothing when it is absolutely necessary.
another_commander
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 6634
Joined: Wed Feb 28, 2007 7:54 am

Re: Problem with R4665

Post by another_commander »

Holy crap! Confirmed. Aaaargh!

Kaaaaks!!!
User avatar
Ironfist
Commander
Commander
Posts: 218
Joined: Tue Jun 28, 2011 2:16 pm
Location: London

Re: Problem with R4665

Post by Ironfist »

Quick update.
Just downloaded the latest source code and built a debug version this does the same.
On XP32 have not tried anything else.

Ironfist
64bit Mint 10 and Win 8 64bit on E8400 at 3.6GHz - ATI HD5750 graphics.
Concentration is the ability to think of absolutely nothing when it is absolutely necessary.
User avatar
Kaks
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 3009
Joined: Mon Jan 21, 2008 11:41 pm
Location: The Big Smoke

Re: Problem with R4665

Post by Kaks »

Ooops!
Looking into it as we speak.

Fixed in rev4667.


I 'cleverly' tested rev4665 in full screen mode, where the bug did not appear... :(
Hey, free OXPs: farsun v1.05 & tty v0.5! :0)
User avatar
Kaks
Quite Grand Sub-Admiral
Quite Grand Sub-Admiral
Posts: 3009
Joined: Mon Jan 21, 2008 11:41 pm
Location: The Big Smoke

Re: Problem with R4665

Post by Kaks »

If you still want to test stuff, even with rev4665, you'll have to make sure Oolite starts in fullscreen mode all the time.

In windows you can add -fullscreen to Oolite-Trunk's shortcut (so that instead of pointing at C:\Oolite-Trunk\oolite.app\oolite.exe it'll point at C:\Oolite-Trunk\oolite.app\oolite.exe -fullscreen) and Oolite will start normally: no inconsistent states, and the game will respond to normal input.


This issue doesn't seem to affect the game in linux, but if it does, type the following

<path-to-oolite-trunk>/oolite-trunk -fullscreen &

inside the terminal, and you should be able to test stuff.


In any case, since the issue has been resolved in trunk as of rev4667, you can also svn up & compile oolite, or just wait a while & use the new nightly available in about 14 hours or so...

Once again, Oops. Sorry about that! :|

Clearly, I should stop ignoring my own advice not to try and be clever, expecially after midnight...
Hey, free OXPs: farsun v1.05 & tty v0.5! :0)
User avatar
Ironfist
Commander
Commander
Posts: 218
Joined: Tue Jun 28, 2011 2:16 pm
Location: London

Re: Problem with R4665

Post by Ironfist »

Happy to confirm debug version of R4667 works in windowed mode.

Ironfist
64bit Mint 10 and Win 8 64bit on E8400 at 3.6GHz - ATI HD5750 graphics.
Concentration is the ability to think of absolutely nothing when it is absolutely necessary.
Post Reply