Hard Light Productions Forums

General FreeSpace => FreeSpace & FreeSpace Open Support => Topic started by: sunyee on September 22, 2009, 05:34:05 am

Title: Random error messages
Post by: sunyee on September 22, 2009, 05:34:05 am
Hi.. Have been facing a problem in FS2open.. Sometimes these errors just pops right after a debrief.

Error: Could not load icons from iconwing01

File: MissionScreenCommon.cpp
Line: 1371


Call stack:
------------------------------------------------------------------
    fs2_open_3_6_10.exe 004077a5()
    fs2_open_3_6_10.exe 006819bc()
    kernel32.dll 75f04911()
    ntdll.dll 7776e4b6()
    ntdll.dll 7776e489()
------------------------------------------------------------------

Error: Verify failure: Vbuf0 != NULL

File: 3ddraw.cpp
Line: 451


Call stack:
------------------------------------------------------------------
    fs2_open_3_6_10.exe 004077a5()
    fs2_open_3_6_10.exe 006819bc()
    kernel32.dll 75f04911()
    ntdll.dll 7776e4b6()
    ntdll.dll 7776e489()
------------------------------------------------------------------

After i restart the game and go onto the campaign the message doesnt come out again. But occasionally it will still pop up once in a while. Does anyone noe whats the problem? Sorry if this question has been asked before, but i tried searching for 'iconwing01' n nothing of interest pops up.
Title: Re: Random error messages
Post by: The E on September 22, 2009, 07:40:24 am
Could you run a debug build and post the fs2_open.log from your data folder here?
Title: Re: Random error messages
Post by: sunyee on September 22, 2009, 08:55:29 am
So sorry i haven't been able to generate the error for an hour already.. Probably becos i keep getting stuck at the same stage haha. I'll post it once i can get the message again.. Thanks for the reply anw
Title: Re: Random error messages
Post by: The E on September 22, 2009, 09:02:42 am
Please post the log anyway. It sounds like you have a messed-up install, reading the log may show this.
Title: Re: Random error messages
Post by: sunyee on September 23, 2009, 07:32:56 am
Hi.. Sorry for the delay.. I realised even when the error appears i can't debug the program even after pressing 'ok'.. The program just crashes with the standard "[program] has stopped working; finding a solution" Windows error. I'm running Windows Vista Business without using compatibility mode. Also i have encountered a new problem after loading bosch's monologue 2.. This time i cannot even continue the game.

Assert: instance->frame_num >= 0 && instance->frame_num < instance->parent->total_frames
File: animplay.cpp
Line: 681


Call stack:
------------------------------------------------------------------
    anim_render_all()    cmd_brief_do_frame()    game_do_state()    gameseq_process_events()    game_main()    WinMain()    WinMainCRTStartup()    kernel32.dll 76574911()
    ntdll.dll 77c7e4b6()
    ntdll.dll 77c7e489()
------------------------------------------------------------------

I can't post the log cos the same error occurs. I read somewhere that it has to do with some 2_energy2 part but i dun understand what is being said  (http://www.hard-light.net/forums/index.php?topic=35136.0) Could u help me out with this?

Edit: I realise the new problem has happened because i am using "fs2_open_3_6_10_debug.exe"; when i use fs2_open_3_6_10.exe it doesn't happen (but i can't do debugging for the initial problem). Does this mean my installation is corrupt? I can't really give much other information cos the main program doesn't allow me to debug.. Sorry.
Title: Re: Random error messages
Post by: The E on September 23, 2009, 08:20:23 am
The debug exe does not solve problems by itself. Its only function is to generate the fs2_open.log file (which is in your data folder) which you should post here so that people like me can tell you what is going wrong. That file WILL be generated. Always.
Title: Re: Random error messages
Post by: jr2 on September 23, 2009, 08:51:33 am
<drive>:\<freespace install directory>\data\fs2_open.log

Attach.
Title: Re: Random error messages
Post by: sunyee on September 25, 2009, 01:30:52 pm
Hi.. Sorry for the late reply and the fact that i didnt know that the log file was there. Here's the log file.

[attachment deleted by Tolwyn]
Title: Re: Random error messages
Post by: The E on September 25, 2009, 01:41:56 pm
Code: [Select]
Initializing OpenGL graphics device at 800x600 with 16-bit color...
  Initializing WGL...
  Requested WGL Video values = R: 5, G: 6, B: 5, depth: 16, double-buffer: 1
  Actual WGL Video values    = R: 8, G: 8, B: 8, depth: 32, double-buffer: 1
  OpenGL Vendor     : Intel
  OpenGL Renderer   : Intel Cantiga
  OpenGL Version    : 1.5.0 - Build 7.15.10.1502

That GPU is right on the edge of being capable of running FS2_Open. I would suggest setting the color depth to 32 bits. I would advise you to remove mv_advanced.vp from your mediavps.
Title: Re: Random error messages
Post by: sunyee on September 27, 2009, 09:48:56 am
Ok thx a lot.. Will try that out. Thanks for the patience.. Will keep u posted on any more errors.