Author Topic: Another error  (Read 1948 times)

0 Members and 1 Guest are viewing this topic.

Offline Legate Damar

  • Keeping up with the Cardassians
  • 29
  • Hail Cardassia!
I can't figure out what this means

Code: [Select]
Assert: ga->first_frame >= 0
File: missionbriefcommon.cpp
Line: 677

ntdll.dll! KiFastSystemCallRet
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! WinAssert + 208 bytes
fs2_open_3_6_14_RC6_DEBUG_NO-SSE.exe! brief_preload_icon_anim + 190 bytes
fs2_open_3_6_14_RC6_DEBUG_NO-SSE.exe! brief_preload_anims + 152 bytes
fs2_open_3_6_14_RC6_DEBUG_NO-SSE.exe! brief_init_map + 222 bytes
fs2_open_3_6_14_RC6_DEBUG_NO-SSE.exe! brief_init + 1496 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

 

Offline The E

  • He's Ebeneezer Goode
  • 213
  • Nothing personal, just tech support.
    • Steam
    • Twitter
It means that one of your briefing icons is invalid. The executable was unable to find image data. It may help if you would post the complete log file.
If I'm just aching this can't go on
I came from chasing dreams to feel alone
There must be changes, miss to feel strong
I really need lifе to touch me
--Evergrey, Where August Mourns

 

Offline Legate Damar

  • Keeping up with the Cardassians
  • 29
  • Hail Cardassia!
I think I have an idea to fix it now though, hold on

 

Offline Dragon

  • Citation needed
  • 212
  • The sky is the limit.
The error message could certainly stand to be more informative.

 

Offline mjn.mixael

  • Cutscene Master
  • 212
  • Chopped liver
    • Steam
    • Twitter
The error message could certainly stand to be more informative.

It probably is more informative in the debug log.
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 Legate Damar

  • Keeping up with the Cardassians
  • 29
  • Hail Cardassia!
Okay I fixed it, thanks