Hard Light Productions Forums

Hosted Projects - FS2 Required => Blue Planet => Topic started by: Koolkevz on November 24, 2015, 05:36:58 pm

Title: Error when starting up game/mod.
Post by: Koolkevz on November 24, 2015, 05:36:58 pm
Hello

First my apologies if this is posted wrongly or it has been created in the wrong place I am brand new to the site and I am still unsure if this is the right place to post this.

Okay so after following the instructions for installing FSO and Blue Planet and such I seem to have hit a number of errors when i try to start the game. This is what I get when I start the game and I would appreciate some help in understanding what these mean and what I need to do to fix them. Thank you.

PS: I am really clueless when it comes to software and such so expect a lot of difficulty with me, so sorry.

The Errors:

game_settings.tbl(line 13):
Error: Missing required token: [#END]. Found [$Shield Pain Flash Factor: -1] instead.

ntdll.dll! NtWaitForSingleObject + 12 bytes
KERNELBASE.dll! WaitForSingleObject + 18 bytes
fs2_open_3_7_2.exe! <no symbol>
fs2_open_3_7_2.exe! <no symbol>

game_settings.tbl(line 15):
Error: Missing required token: [#END]. Found [#SOUND SETTINGS] instead.

ntdll.dll! NtWaitForSingleObject + 12 bytes
KERNELBASE.dll! WaitForSingleObject + 18 bytes
fs2_open_3_7_2.exe! <no symbol>
fs2_open_3_7_2.exe! <no symbol>
fs2_open_3_7_2.exe! <no symbol>

game_settings.tbl(line 16):
Error: Missing required token: [#END]. Found [$Default Sound Volume: 0.6] instead.

ntdll.dll! NtWaitForSingleObject + 12 bytes
KERNELBASE.dll! WaitForSingleObject + 18 bytes
fs2_open_3_7_2.exe! <no symbol>
fs2_open_3_7_2.exe! <no symbol>
fs2_open_3_7_2.exe! <no symbol>

game_settings.tbl(line 17):
Error: Missing required token: [#END]. Found [$Default Music Volume: 0.3] instead.

ntdll.dll! NtWaitForSingleObject + 12 bytes
KERNELBASE.dll! WaitForSingleObject + 18 bytes
fs2_open_3_7_2.exe! <no symbol>
fs2_open_3_7_2.exe! <no symbol>
fs2_open_3_7_2.exe! <no symbol>

game_settings.tbl(line 18):
Error: Missing required token: [#END]. Found [$Default Voice Volume: 1.0] instead.

ntdll.dll! NtWaitForSingleObject + 12 bytes
KERNELBASE.dll! WaitForSingleObject + 18 bytes
fs2_open_3_7_2.exe! <no symbol>
fs2_open_3_7_2.exe! <no symbol>
fs2_open_3_7_2.exe! <no symbol>

Title: Re: Error when starting up game/mod.
Post by: niffiwan on November 24, 2015, 05:48:32 pm
You need to use a recent nightly build instead of 3.7.2.

Quote from: http://www.hard-light.net/forums/index.php?topic=90802.msg1801522#msg1801522
>>>You MUST get a recent build to play! Here's a link!<<<
Windows (http://www.hard-light.net/forums/index.php?topic=91014.0)
OS X (http://www.hard-light.net/forums/index.php?topic=91029.0)
Linux (http://www.hard-light.net/forums/index.php?topic=91011.0)
Title: Re: Error when starting up game/mod.
Post by: Koolkevz on November 24, 2015, 05:52:05 pm
So I think i have done everything needed to get the game to work but now when I go to play the mod I can get into the game but when I click play campaign I get a black screen with some white loading bars and then the game stops responding. Do I need to do more? Have I messed up or am I just that unacknowledged that playing this mod is going to be beyond me.
Title: Re: Error when starting up game/mod.
Post by: General Battuta on November 24, 2015, 06:18:07 pm
It's loading. Just wait for it to finish! It might take a few minutes cause it's caching models.

Ignore it if it says it stopped responding.
Title: Re: Error when starting up game/mod.
Post by: Koolkevz on November 24, 2015, 06:20:19 pm
It's loading. Just wait for it to finish! It might take a few minutes cause it's caching models.

Ignore it if it says it stopped responding.

Wow then I am an idiot. And General while you are here I would just liek to say congratulations to you and everyone else who worked on this mod, watching the youtube videos it shows just how great this mod is and you have all done an incredible job.
Title: Re: Error when starting up game/mod.
Post by: AdmiralRalwood on November 24, 2015, 09:18:55 pm
It might be possible to make FSO respond to operating system messages while loading; it currently doesn't call the OS polling functions mid-load.
Title: Re: Error when starting up game/mod.
Post by: m!m on November 25, 2015, 07:09:05 am
game_busy should call os_poll. That will make sure that events are properly handled.