Author Topic: Bizarre error messages  (Read 1795 times)

0 Members and 1 Guest are viewing this topic.

Offline Lepanto

  • 210
  • Believes in Truth
    • Skype
Bizarre error messages
I'm finishing up a mission which I'm trying to FRED, but when I run it through a RC6 3.6.14 NO-SSE debug build, it gives me a couple unusual errors:

Starting Wing ' ûú' has more than 'MAX_WING_SLOTS' ships

ntdll.dll! ZwWaitForSingleObject + 21 bytes
kernel32.dll! WaitForSingleObjectEx + 67 bytes
kernel32.dll! WaitForSingleObject + 18 bytes
fs2_open_3_6_14_RC6_DEBUG_NO-SSE.exe! SCP_DumpStack + 354 bytes
fs2_open_3_6_14_RC6_DEBUG_NO-SSE.exe! Warning + 430 bytes
fs2_open_3_6_14_RC6_DEBUG_NO-SSE.exe! ss_init_wing_info + 337 bytes
fs2_open_3_6_14_RC6_DEBUG_NO-SSE.exe! ship_select_init_team_data + 184 bytes
fs2_open_3_6_14_RC6_DEBUG_NO-SSE.exe! ship_select_common_init + 115 bytes
fs2_open_3_6_14_RC6_DEBUG_NO-SSE.exe! common_select_init + 254 bytes
fs2_open_3_6_14_RC6_DEBUG_NO-SSE.exe! brief_init + 529 bytes
fs2_open_3_6_14_RC6_DEBUG_NO-SSE.exe! game_enter_state + 661 bytes
fs2_open_3_6_14_RC6_DEBUG_NO-SSE.exe! gameseq_set_state + 310 bytes
fs2_open_3_6_14_RC6_DEBUG_NO-SSE.exe! game_process_event + 318 bytes
fs2_open_3_6_14_RC6_DEBUG_NO-SSE.exe! gameseq_process_events + 152 bytes
fs2_open_3_6_14_RC6_DEBUG_NO-SSE.exe! game_main + 782 bytes
fs2_open_3_6_14_RC6_DEBUG_NO-SSE.exe! WinMain + 330 bytes
fs2_open_3_6_14_RC6_DEBUG_NO-SSE.exe! __tmainCRTStartup + 358 bytes
fs2_open_3_6_14_RC6_DEBUG_NO-SSE.exe! WinMainCRTStartup + 15 bytes
kernel32.dll! BaseThreadInitThunk + 18 bytes
ntdll.dll! RtlInitializeExceptionChain + 99 bytes
ntdll.dll! RtlInitializeExceptionChain + 54 bytes
----------------------------------------------------------------------------------------------------------------
Starting Wing 'ˆûú' has more than 'MAX_WING_SLOTS' ships

KERNELBASE.dll! IsNLSDefinedString + 1219 bytes
kernel32.dll! WaitForSingleObjectEx + 67 bytes
kernel32.dll! WaitForSingleObject + 18 bytes
fs2_open_3_6_14_RC6_DEBUG_NO-SSE.exe! SCP_DumpStack + 354 bytes
fs2_open_3_6_14_RC6_DEBUG_NO-SSE.exe! Warning + 430 bytes
fs2_open_3_6_14_RC6_DEBUG_NO-SSE.exe! ss_init_wing_info + 337 bytes
fs2_open_3_6_14_RC6_DEBUG_NO-SSE.exe! ship_select_init_team_data + 184 bytes
fs2_open_3_6_14_RC6_DEBUG_NO-SSE.exe! ship_select_common_init + 115 bytes
fs2_open_3_6_14_RC6_DEBUG_NO-SSE.exe! common_select_init + 254 bytes
fs2_open_3_6_14_RC6_DEBUG_NO-SSE.exe! brief_init + 529 bytes
fs2_open_3_6_14_RC6_DEBUG_NO-SSE.exe! game_enter_state + 661 bytes
fs2_open_3_6_14_RC6_DEBUG_NO-SSE.exe! gameseq_set_state + 310 bytes
fs2_open_3_6_14_RC6_DEBUG_NO-SSE.exe! game_process_event + 318 bytes
fs2_open_3_6_14_RC6_DEBUG_NO-SSE.exe! gameseq_process_events + 152 bytes
fs2_open_3_6_14_RC6_DEBUG_NO-SSE.exe! game_main + 782 bytes
fs2_open_3_6_14_RC6_DEBUG_NO-SSE.exe! WinMain + 330 bytes
fs2_open_3_6_14_RC6_DEBUG_NO-SSE.exe! __tmainCRTStartup + 358 bytes
fs2_open_3_6_14_RC6_DEBUG_NO-SSE.exe! WinMainCRTStartup + 15 bytes
kernel32.dll! BaseThreadInitThunk + 18 bytes
ntdll.dll! RtlInitializeExceptionChain + 99 bytes
ntdll.dll! RtlInitializeExceptionChain + 54 bytes
----------------------------------------------------------------------------------------------------------

While not going into more detail than necessary, does anyone have an idea as to what this error means and if it's important? It doesn't appear to have any effect when testing the mission using the release build, but I'd rather be certain that this error won't cause problems when I release this mission. For what it's worth, all friendly starting wings in this mission only have 4 ships, so I don't know what it's talking about.

Thanks!
"We have now reached the point where every goon with a grievance, every bitter bigot, merely has to place the prefix, 'I know this is not politically correct, but...' in front of the usual string of insults in order to be not just safe from criticism, but actually a card, a lad, even a hero. Conversely, to talk about poverty and inequality, to draw attention to the reality that discrimination and injustice are still facts of life, is to commit the sin of political correctness. Anti-PC has become the latest cover for creeps. It is a godsend for every curmudgeon and crank, from fascists to the merely smug."
Finian O'Toole, The Irish Times, 5 May 1994

Blue Planet: The Battle Captains: Missions starring the Admirals of BP: WiH
Frontlines 2334+2335: T-V War campaign
GVB Ammit: Vasudan strike bomber
Player-Controlled Capship Modding Tutorial

 

Offline niffiwan

  • 211
  • Eluder Class
Re: Bizarre error messages
This:
Quote
Starting Wing ' ûú' has more than 'MAX_WING_SLOTS' ships

is mostly a harmless bug, try using RC7 instead as it's fixed there.  The only odd thing is the wing name ' ûú' - that doesn't seem right.
Creating a fs2_open.log | Red Alert Bug = Hex Edit | MediaVPs 2014: Bigger HUD gauges | 32bit libs for 64bit Ubuntu
----
Debian Packages (testing/unstable): Freespace2 | wxLauncher
----
m|m: I think I'm suffering from Stockholm syndrome. Bmpman is starting to make sense and it's actually written reasonably well...

  

Offline MatthTheGeek

  • Captain Obvious
  • 212
  • Frenchie McFrenchface
Re: Bizarre error messages
If this error occurs again, post a debug log, not the pop up messages. FRED has its own fred2_open.log, check the bottom of the linked post.
People are stupid, therefore anything popular is at best suspicious.

Mod management tools     -     Wiki stuff!     -     Help us help you

666maslo666: Releasing a finished product is not a good thing! It is a modern fad.

SpardaSon21: it seems like you exist in a permanent state of half-joking misanthropy

Axem: when you put it like that, i sound like an insane person

bigchunk1: it's not retarded it's american!
bigchunk1: ...

batwota: steele's maneuvering for the coup de gras
MatthTheGeek: you mispelled grâce
Awaesaar: grace
batwota: oh right :P
Darius: ah!
Darius: yes, i like that
MatthTheGeek: the way you just spelled it it means fat
Awaesaar: +accent I forgot how to keyboard
MatthTheGeek: or grease
Darius: the killing fat!
Axem: jabba does the coup de gras
MatthTheGeek: XD
Axem: bring me solo and a cookie

 

Offline mjn.mixael

  • Cutscene Master
  • 212
  • Chopped liver
    • Steam
    • Twitter
Re: Bizarre error messages
:wtf: why is this stickied?
Cutscene Upgrade Project - Mainhall Remakes - Between the Ashes
Youtube Channel - P3D Model Box
Between the Ashes is looking for committed testers, PM me for details.
Freespace Upgrade Project See what's happening.

 

Offline Lepanto

  • 210
  • Believes in Truth
    • Skype
Re: Bizarre error messages
Thanks, RC7 doesn't have that error. Sorry for not following proper error reporting protocols.
"We have now reached the point where every goon with a grievance, every bitter bigot, merely has to place the prefix, 'I know this is not politically correct, but...' in front of the usual string of insults in order to be not just safe from criticism, but actually a card, a lad, even a hero. Conversely, to talk about poverty and inequality, to draw attention to the reality that discrimination and injustice are still facts of life, is to commit the sin of political correctness. Anti-PC has become the latest cover for creeps. It is a godsend for every curmudgeon and crank, from fascists to the merely smug."
Finian O'Toole, The Irish Times, 5 May 1994

Blue Planet: The Battle Captains: Missions starring the Admirals of BP: WiH
Frontlines 2334+2335: T-V War campaign
GVB Ammit: Vasudan strike bomber
Player-Controlled Capship Modding Tutorial