Author Topic: Random error messages  (Read 2121 times)

0 Members and 1 Guest are viewing this topic.

Offline sunyee

  • 22
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.

 

Offline The E

  • He's Ebeneezer Goode
  • Moderator
  • 213
  • Nothing personal, just tech support.
    • Steam
    • Twitter
Could you run a debug build and post the fs2_open.log from your data folder here?
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 sunyee

  • 22
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

 

Offline The E

  • He's Ebeneezer Goode
  • Moderator
  • 213
  • Nothing personal, just tech support.
    • Steam
    • Twitter
Please post the log anyway. It sounds like you have a messed-up install, reading the log may show this.
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 sunyee

  • 22
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.
« Last Edit: September 23, 2009, 07:36:48 am by sunyee »

 

Offline The E

  • He's Ebeneezer Goode
  • Moderator
  • 213
  • Nothing personal, just tech support.
    • Steam
    • Twitter
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.
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 jr2

  • The Mail Man
  • 212
  • It's prounounced jayartoo 0x6A7232
    • Steam
<drive>:\<freespace install directory>\data\fs2_open.log

Attach.

 

Offline sunyee

  • 22
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]

 

Offline The E

  • He's Ebeneezer Goode
  • Moderator
  • 213
  • Nothing personal, just tech support.
    • Steam
    • Twitter
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.
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 sunyee

  • 22
Ok thx a lot.. Will try that out. Thanks for the patience.. Will keep u posted on any more errors.