Author Topic: Post-processing  (Read 75041 times)

0 Members and 2 Guests are viewing this topic.

Offline Tolwyn

  • The Admiral
  • Administrator
  • 214
  • Ridiculously Old Fraud
    • Wing Commander Saga
I'll check tomorrow. I did modify some values in the tbl in a futile hope of getting it to do something. Is the demo mission actually included in the download package?
Wing Commander Saga: A Legend Is Reborn | WingCenter
 
Tolwyn’s reputation for risk taking with other people’s lives was considered  to understate the facts. The admiral’s willingness to sacrifice anyone or anything to achieve his objectives had long been lauded in the popular press. He was “the man who got things done”.- Colonel Blair

No errors, no random CTDs, just pure fun and proof of why getting hit with missiles is a bad thing.
-WC Saga's beta tester


Report Wing Commander Saga bugs with Mantis

 

Offline Topgun

  • 210
Bloom is based on luminance, not color.
Personally, I don't see many reasons to use G-buffer to store bloom intensity.
ye, what I mean is don't make it based on the RGB, instead give it a new channel, like RBGA, but instead of alpha, make it Gamma.

you can use the alpha channel from the glow map for the intensity channel.
that way we can have white textures that only glow when highlighted, pure red that glows ect.

 

Offline Hery

  • 26
That's what I said in next post, but since translucent and opaque objects are rendered together we can't do this. Bear in mind that this post-processing pack contains only basic elements which I will use to introduce more advanced effect. Rewriting large amount of the rendering code doesn't qualify as "basic element". ;P It will be done later.

The other thing is that we can't make bloom based only on a value in that channel, it has to be mainly based on the luminance (as it is now). The additional channel can be used only to make some things glow even more.

@Tolwyn: I haven't included any demo mission in the two latest packs, but the previous ones are still valid. It also is ok, that you changed some things in the tbl, since this explain why the default post-processing shader wasn't 0 but 0x1f :P
However, if post-processing is still not working I will need your full debug log.

 

Offline Topgun

  • 210
anyway you can make it based on luminance in relation to the rest of the screen?
as in, things that are not-so-bright will still glow if the rest of the screen is black, that would be a bit more realistic.

 

Offline Hery

  • 26
That will require another "effect": tone mapping. Of course, I can do this, it will provide us with a fake HDR effect, which quality may be quite good. However, that's on my list of the more advanced post-processing effects (although it's not difficult at all), and will be implemented after the basic post-processing is commited to the antipodes branch.

 

Offline Topgun

  • 210
gotcha, thanks.

 

Offline Zacam

  • Magnificent Bastard
  • Administrator
  • 211
  • I go Sledge-O-Matic on Spammers
    • Steam
    • Twitter
    • ModDB Feature
Hery, If I might, I would like to make a small feature request:

When you update the downloadable package, could you maybe add the date at the end so that we don't end up over-writing previous downloads or having a bunch of (2), (3) copies?
Report MediaVP issues, now on the MediaVP Mantis! Read all about it Here!
Talk with the community on Discord
"If you can keep a level head in all this confusion, you just don't understand the situation"

¤[D+¬>

[08/01 16:53:11] <sigtau> EveningTea: I have decided that I am a 32-bit registerkin.  Pronouns are eax, ebx, ecx, edx.
[08/01 16:53:31] <EveningTea> dhauidahh
[08/01 16:53:32] <EveningTea> sak
[08/01 16:53:40] * EveningTea froths at the mouth
[08/01 16:53:40] <sigtau> i broke him, boys

 

Offline Tolwyn

  • The Admiral
  • Administrator
  • 214
  • Ridiculously Old Fraud
    • Wing Commander Saga
There you go. ;)

[attachment deleted by admin]
Wing Commander Saga: A Legend Is Reborn | WingCenter
 
Tolwyn’s reputation for risk taking with other people’s lives was considered  to understate the facts. The admiral’s willingness to sacrifice anyone or anything to achieve his objectives had long been lauded in the popular press. He was “the man who got things done”.- Colonel Blair

No errors, no random CTDs, just pure fun and proof of why getting hit with missiles is a bad thing.
-WC Saga's beta tester


Report Wing Commander Saga bugs with Mantis

 

Offline Nemesis6

  • 28
  • Tongs
Code: [Select]
Error: Invalid subsystem name.

In sexpression: ( when
   ( and
      ( is-subsystem-destroyed-delay
         "Zephyrus 11-NTF"
         "communications"
         0
      )
      ( is-subsystem-destroyed-delay
         "Zephyrus 7-NTF"
         "communications"
         0
      )
      ( is-subsystem-destroyed-delay
         "Zephyrus 6-NTF"
         "communications"
         0
      )
   )
   ( do-nothing )
)
(Error appears to be: communications)
File: missionparse.cpp
Line: 5273


Call stack:
------------------------------------------------------------------
------------------------------------------------------------------

http://img261.imageshack.us/i/bug1e.jpg/
http://img381.imageshack.us/i/bug2.jpg/
http://img384.imageshack.us/i/bug3.jpg/
http://img399.imageshack.us/i/bug4.jpg/

Finally got a dump of one of the crashes, but they seem totally random.

 

Offline FUBAR-BDHR

  • Self-Propelled Trouble Magnet
  • 212
  • Master Drunk
    • 165th Beer Drinking Hell Raisers
That first error is caused by the table not containing a communications subsystem for one of the 3 ships in that event. 

2 of the others look like a know bug introduced in revision 5606. 
No-one ever listens to Zathras. Quite mad, they say. It is good that Zathras does not mind. He's even grown to like it. Oh yes. -Zathras

 

Offline Zacam

  • Magnificent Bastard
  • Administrator
  • 211
  • I go Sledge-O-Matic on Spammers
    • Steam
    • Twitter
    • ModDB Feature
5608 actually. But close enough.
Report MediaVP issues, now on the MediaVP Mantis! Read all about it Here!
Talk with the community on Discord
"If you can keep a level head in all this confusion, you just don't understand the situation"

¤[D+¬>

[08/01 16:53:11] <sigtau> EveningTea: I have decided that I am a 32-bit registerkin.  Pronouns are eax, ebx, ecx, edx.
[08/01 16:53:31] <EveningTea> dhauidahh
[08/01 16:53:32] <EveningTea> sak
[08/01 16:53:40] * EveningTea froths at the mouth
[08/01 16:53:40] <sigtau> i broke him, boys

 

Offline Nemesis6

  • 28
  • Tongs
If it helps, once again, these errors are random in the sense that they happen sometimes when I try to launch a mission. Launching the mission again then yields no problem after the game is restarted.

 

Offline FUBAR-BDHR

  • Self-Propelled Trouble Magnet
  • 212
  • Master Drunk
    • 165th Beer Drinking Hell Raisers
Can you post the table entries for Zephyrus 11-NTF, Zephyrus 7-NTF, and Zephyrus 6-NTF as well as the mission this occurs in. 
No-one ever listens to Zathras. Quite mad, they say. It is good that Zathras does not mind. He's even grown to like it. Oh yes. -Zathras

 

Offline Kiloku

  • 27
  • Buzzbuzz!
Sorry for taking so long. I made 2 logs: In the first, I used the old test mission, but with the new post-processing files. In the second, I used 2 campaign missions: The Sixth Wonder, which crashed in both tries as soon as I tried to target the enemy corvette which was firing at the GTI Arcadia, and Into The Maelstrom, which functioned properly, but (as all other missions I tried) had no Post-Processing.
Code: (First Log) [Select]
==========================================================================
DEBUG SPEW: No debug_filter.cfg found, so only general, error, and warning
categories can be shown and no debug_filter.cfg info will be saved.
==========================================================================
FreeSpace version: 3.6.11
Passed cmdline options:
  -spec_exp 11
  -ogl_spec 50
  -spec_static .8
  -spec_point .6
  -spec_tube .4
  -ambient_factor 5
  -env
  -mipmap
  -missile_lighting
  -glow
  -nomotiondebris
  -spec
  -no_emissive_light
  -normal
  -3dshockwave
  -post_process
  -bloom_intensity 75
  -dualscanlines
  -orbradar
  -rearm_timer
  -targetinfo
  -3dwarp
  -ship_choice_3d
  -weapon_choice_3d
  -warp_flash
  -snd_preload
  -mod postproc,mediavps
Building file index...
Found root pack 'C:\Games\FreeSpace2\mediavps\3610_Patch.vp' with a checksum of 0x07e72699
Found root pack 'C:\Games\FreeSpace2\mediavps\MV_Advanced.vp' with a checksum of 0xd06bf123
Found root pack 'C:\Games\FreeSpace2\mediavps\MV_Assets.vp' with a checksum of 0xc9e372bb
Found root pack 'C:\Games\FreeSpace2\mediavps\MV_Core.vp' with a checksum of 0x0dc7bb8f
Found root pack 'C:\Games\FreeSpace2\mediavps\MV_Effects.vp' with a checksum of 0xa3141c30
Found root pack 'C:\Games\FreeSpace2\mediavps\MV_Music.vp' with a checksum of 0x4dbbbe96
Found root pack 'C:\Games\FreeSpace2\multi-mission-pack.vp' with a checksum of 0x377695e0
Found root pack 'C:\Games\FreeSpace2\root_fs2.vp' with a checksum of 0xce10d76c
Found root pack 'C:\Games\FreeSpace2\smarty_fs2.vp' with a checksum of 0xddeb3b1e
Found root pack 'C:\Games\FreeSpace2\sparky_fs2.vp' with a checksum of 0x164fe65a
Found root pack 'C:\Games\FreeSpace2\sparky_hi_fs2.vp' with a checksum of 0xa11d56f1
Found root pack 'C:\Games\FreeSpace2\stu_fs2.vp' with a checksum of 0xd77da83a
Found root pack 'C:\Games\FreeSpace2\tango1_fs2.vp' with a checksum of 0x4c25221e
Found root pack 'C:\Games\FreeSpace2\tango2_fs2.vp' with a checksum of 0x86920b82
Found root pack 'C:\Games\FreeSpace2\tango3_fs2.vp' with a checksum of 0x705e8d71
Found root pack 'C:\Games\FreeSpace2\warble_fs2.vp' with a checksum of 0xd85c305d
Searching root 'C:\Games\FreeSpace2\postproc\' ... 14 files
Searching root 'C:\Games\FreeSpace2\mediavps\' ... 6 files
Searching root pack 'C:\Games\FreeSpace2\mediavps\3610_Patch.vp' ... 180 files
Searching root pack 'C:\Games\FreeSpace2\mediavps\MV_Advanced.vp' ... 2868 files
Searching root pack 'C:\Games\FreeSpace2\mediavps\MV_Assets.vp' ... 1810 files
Searching root pack 'C:\Games\FreeSpace2\mediavps\MV_Core.vp' ... 146 files
Searching root pack 'C:\Games\FreeSpace2\mediavps\MV_Effects.vp' ... 1046 files
Searching root pack 'C:\Games\FreeSpace2\mediavps\MV_Music.vp' ... 32 files
Searching root 'C:\Games\FreeSpace2\' ... 38 files
Searching root pack 'C:\Games\FreeSpace2\multi-mission-pack.vp' ... 110 files
Searching root pack 'C:\Games\FreeSpace2\root_fs2.vp' ... 157 files
Searching root pack 'C:\Games\FreeSpace2\smarty_fs2.vp' ... 10 files
Searching root pack 'C:\Games\FreeSpace2\sparky_fs2.vp' ... 3027 files
Searching root pack 'C:\Games\FreeSpace2\sparky_hi_fs2.vp' ... 1337 files
Searching root pack 'C:\Games\FreeSpace2\stu_fs2.vp' ... 2355 files
Searching root pack 'C:\Games\FreeSpace2\tango1_fs2.vp' ... 32 files
Searching root pack 'C:\Games\FreeSpace2\tango2_fs2.vp' ... 15 files
Searching root pack 'C:\Games\FreeSpace2\tango3_fs2.vp' ... 10 files
Searching root pack 'C:\Games\FreeSpace2\warble_fs2.vp' ... 52 files
Found 19 roots and 13245 files.
AutoLang: Language auto-detection successful...
Setting language to English
TBM  =>  Starting parse of 'mv_strings-lcl.tbm' ...
Initializing OpenAL...
  Using 'Generic Software' as OpenAL sound device...
  OpenAL Vendor     : Creative Labs Inc.
  OpenAL Renderer   : Software
  OpenAL Version    : 1.1

... OpenAL successfully initialized!
Failed to init speech
Initializing OpenGL graphics device at 1280x1024 with 32-bit color...
  Initializing WGL...
  Requested WGL Video values = R: 8, G: 8, B: 8, depth: 32, double-buffer: 1
  Actual WGL Video values    = R: 8, G: 8, B: 8, depth: 32, double-buffer: 1
  OpenGL Vendor     : ATI Technologies Inc.
  OpenGL Renderer   : ATI Radeon HD 3600 Series
  OpenGL Version    : 2.1.8918

  Using extension "GL_EXT_fog_coord".
  Using extension "GL_ARB_multitexture".
  Using extension "GL_ARB_texture_env_add".
  Using extension "GL_ARB_texture_compression".
  Using extension "GL_EXT_texture_compression_s3tc".
  Using extension "GL_EXT_texture_filter_anisotropic".
  Using extension "GL_ARB_texture_env_combine".
  Using extension "GL_EXT_compiled_vertex_array".
  Using extension "GL_EXT_draw_range_elements".
  Using extension "GL_ARB_texture_mirrored_repeat".
  Using extension "GL_ARB_texture_non_power_of_two".
  Using extension "GL_ARB_vertex_buffer_object".
  Using extension "GL_ARB_pixel_buffer_object".
  Using extension "GL_SGIS_generate_mipmap".
  Using extension "GL_EXT_framebuffer_object".
  Using extension "GL_ARB_texture_rectangle".
  Using extension "GL_EXT_bgra".
  Using extension "GL_ARB_texture_cube_map".
  Using extension "GL_EXT_texture_lod_bias".
  Using extension "GL_ARB_point_sprite".
  Using extension "GL_ARB_shading_language_100".
  Using extension "GL_ARB_shader_objects".
  Using extension "GL_ARB_vertex_shader".
  Using extension "GL_ARB_fragment_shader".
  Using extension "GL_ARB_shader_texture_lod".
  Found special extension function "wglSwapIntervalEXT".


Initializing Shaders Manager...
Loading and compiling main shaders...
  Compiling main shader ->  null-v.sdr (null-v.sdr) / null-f.sdr (null-f.sdr) ...
  Compiling main shader ->  b-v.sdr (b-v.sdr) / b-f.sdr (b-f.sdr) ...
  Compiling main shader ->  b-v.sdr (b-v.sdr) / bg-f.sdr (bg-f.sdr) ...
  Compiling main shader ->  l-v.sdr (l-v.sdr) / lb-f.sdr (lb-f.sdr) ...
  Compiling main shader ->  l-v.sdr (l-v.sdr) / lbg-f.sdr (lbg-f.sdr) ...
  Compiling main shader ->  l-v.sdr (l-v.sdr) / lbgs-f.sdr (lbgs-f.sdr) ...
  Compiling main shader ->  l-v.sdr (l-v.sdr) / lbs-f.sdr (lbs-f.sdr) ...
  Compiling main shader ->  le-v.sdr (le-v.sdr) / lbgse-f.sdr (lbgse-f.sdr) ...
  Compiling main shader ->  le-v.sdr (le-v.sdr) / lbse-f.sdr (lbse-f.sdr) ...
  Compiling main shader ->  ln-v.sdr (ln-v.sdr) / lbgn-f.sdr (lbgn-f.sdr) ...
  Compiling main shader ->  ln-v.sdr (ln-v.sdr) / lbgsn-f.sdr (lbgsn-f.sdr) ...
  Compiling main shader ->  ln-v.sdr (ln-v.sdr) / lbn-f.sdr (lbn-f.sdr) ...
  Compiling main shader ->  ln-v.sdr (ln-v.sdr) / lbsn-f.sdr (lbsn-f.sdr) ...
  Compiling main shader ->  lne-v.sdr (lne-v.sdr) / lbgsne-f.sdr (lbgsne-f.sdr) ...
  Compiling main shader ->  lne-v.sdr (lne-v.sdr) / lbsne-f.sdr (lbsne-f.sdr) ...
  Compiling main shader ->  lf-v.sdr (lf-v.sdr) / lfb-f.sdr (lfb-f.sdr) ...
  Compiling main shader ->  lf-v.sdr (lf-v.sdr) / lfbg-f.sdr (lfbg-f.sdr) ...
  Compiling main shader ->  lf-v.sdr (lf-v.sdr) / lfbgs-f.sdr (lfbgs-f.sdr) ...
  Compiling main shader ->  lf-v.sdr (lf-v.sdr) / lfbs-f.sdr (lfbs-f.sdr) ...
  Compiling main shader ->  lfe-v.sdr (lfe-v.sdr) / lfbgse-f.sdr (lfbgse-f.sdr) ...
  Compiling main shader ->  lfe-v.sdr (lfe-v.sdr) / lfbse-f.sdr (lfbse-f.sdr) ...
  Compiling main shader ->  lfn-v.sdr (lfn-v.sdr) / lfbgn-f.sdr (lfbgn-f.sdr) ...
  Compiling main shader ->  lfn-v.sdr (lfn-v.sdr) / lfbgsn-f.sdr (lfbgsn-f.sdr) ...
  Compiling main shader ->  lfn-v.sdr (lfn-v.sdr) / lfbn-f.sdr (lfbn-f.sdr) ...
  Compiling main shader ->  lfn-v.sdr (lfn-v.sdr) / lfbsn-f.sdr (lfbsn-f.sdr) ...
  Compiling main shader ->  lfne-v.sdr (lfne-v.sdr) / lfbgsne-f.sdr (lfbgsne-f.sdr) ...
  Compiling main shader ->  lfne-v.sdr (lfne-v.sdr) / lfbsne-f.sdr (lfbsne-f.sdr) ...
  Compiling main shader ->  l-v.sdr (l-v.sdr) / null-f.sdr (null-f.sdr) ...
  Compiling main shader ->  l-v.sdr (l-v.sdr) / lg-f.sdr (lg-f.sdr) ...
  Compiling main shader ->  l-v.sdr (l-v.sdr) / lgs-f.sdr (lgs-f.sdr) ...
  Compiling main shader ->  l-v.sdr (l-v.sdr) / ls-f.sdr (ls-f.sdr) ...
  Compiling main shader ->  le-v.sdr (le-v.sdr) / lgse-f.sdr (lgse-f.sdr) ...
  Compiling main shader ->  le-v.sdr (le-v.sdr) / lse-f.sdr (lse-f.sdr) ...
  Compiling main shader ->  ln-v.sdr (ln-v.sdr) / lgn-f.sdr (lgn-f.sdr) ...
  Compiling main shader ->  ln-v.sdr (ln-v.sdr) / lgsn-f.sdr (lgsn-f.sdr) ...
  Compiling main shader ->  ln-v.sdr (ln-v.sdr) / ln-f.sdr (ln-f.sdr) ...
  Compiling main shader ->  ln-v.sdr (ln-v.sdr) / lsn-f.sdr (lsn-f.sdr) ...
  Compiling main shader ->  lne-v.sdr (lne-v.sdr) / lgsne-f.sdr (lgsne-f.sdr) ...
  Compiling main shader ->  lne-v.sdr (lne-v.sdr) / lsne-f.sdr (lsne-f.sdr) ...
Shaders Manager initialized.

  Max texture units: 8 (16)
  Max elements vertices: 2147483647
  Max elements indices: 16777215
  Max texture size: 8192x8192
  Can use compressed textures: YES
  Texture compression available: YES
  Using trilinear texture filter.
  Using GLSL for model rendering.
  Shader Version: 1.40
... OpenGL init is complete!
Size of bitmap info = 760 KB
Size of bitmap extra info = 52 bytes
ANI cursorweb with size 24x24 (25.0% wasted)
GRAPHICS: Initializing default colors...
SCRIPTING: Beginning initialization sequence...
SCRIPTING: Beginning Lua initialization...
LUA: Opening LUA state...
LUA: Initializing base Lua libraries...
LUA: Beginning ADE initialization
ADE: Initializing enumeration constants...
ADE: Assigning Lua session...
SCRIPTING: Beginning main hook parse sequence....
TBM  =>  Starting parse of 'flak-sct.tbm' ...
TBM  =>  Starting parse of 'velindc-sct.tbm' ...
SCRIPTING: Inititialization complete.
SCRIPTING: Splash screen overrides checked
SCRIPTING: Splash hook has been run
SCRIPTING: Splash screen conditional hook has been run
Using high memory settings...
render_target: creating new 1280x1024 FBO
texture_pool: creating new 1280x1024 texture
Wokka!  Error opening file (interface.tbl)!
WMCGUI: Unable to parse 'interface.tbl'!  Error code = 5.
TBM  =>  Starting parse of 'mv_effects-sdf.tbm' ...
TBM  =>  Starting parse of 'mv_adveffects-sdf.tbm' ...
ANI 2_radar1 with size 209x170 (33.6% wasted)
Windows reported 16 joysticks, we found 1
Current soundtrack set to -1 in event_music_reset_choices
TBM  =>  Starting parse of 'mv_music-mus.tbm' ...
TBM  =>  Starting parse of 'mv_advmuzzle-mfl.tbm' ...
Wokka!  Error opening file (armor.tbl)!
TABLES: Unable to parse 'armor.tbl'!  Error code = 5.
TBM  =>  Starting parse of 'mv_effects-wxp.tbm' ...
TBM  =>  Starting parse of 'mv_adveffects-wxp.tbm' ...
BMPMAN: Found EFF (exp20.eff) with 64 frames at 30 fps.
BMPMAN: Found EFF (ExpMissileHit1.eff) with 44 frames at 30 fps.
BMPMAN: Found EFF (exp05.eff) with 47 frames at 20 fps.
BMPMAN: Found EFF (exp06.eff) with 48 frames at 20 fps.
BMPMAN: Found EFF (exp04.eff) with 60 frames at 20 fps.
BMPMAN: Found EFF (Maxim_Impact.eff) with 23 frames at 30 fps.
ANI Lamprey_Impact with size 80x80 (37.5% wasted)
BMPMAN: Found EFF (Gmuzzle.eff) with 5 frames at 30 fps.
BMPMAN: Found EFF (PWmuzzle.eff) with 4 frames at 30 fps.
BMPMAN: Found EFF (Rmuzzle.eff) with 4 frames at 30 fps.
BMPMAN: Found EFF (Bmuzzle.eff) with 5 frames at 30 fps.
TBM  =>  Starting parse of 'mv_effects-wep.tbm' ...
TBM  =>  Starting parse of 'mv_tech-wep.tbm' ...
TBM  =>  Starting parse of 'mv_models-wep.tbm' ...
TBM  =>  Starting parse of 'mv_adveffects-wep.tbm' ...
TBM  =>  Starting parse of 'mv_trails-shp.tbm' ...
TBM  =>  Starting parse of 'mv_dragon-shp.tbm' ...
TBM  =>  Starting parse of 'mv_density-shp.tbm' ...
TBM  =>  Starting parse of 'mv_models-shp.tbm' ...
TBM  =>  Starting parse of 'mv_adveffects-shp.tbm' ...
TBM  =>  Starting parse of 'mv_tech-shp.tbm' ...
TBM  =>  Starting parse of 'mv_escort-hdg.tbm' ...
TBM  =>  Starting parse of 'mv_effects-str.tbm' ...
loading animated cursor "cursor"
ANI cursor with size 24x24 (25.0% wasted)
Ships.tbl is : VALID
Weapons.tbl is : VALID
cfile_init() took 312
Got event GS_EVENT_GAME_INIT (49) in state NOT A VALID STATE (0)
ANI cursor.ani with size 24x24 (25.0% wasted)
Got event GS_EVENT_MAIN_MENU (0) in state GS_STATE_INITIAL_PLAYER_SELECT (37)
Someone passed an extension to bm_load for file '242suicide.pcx'
ANI 2_mainwalk with size 209x477 (6.8% wasted)
ANI 2_mainflyby with size 509x189 (26.2% wasted)
ANI 2_maincrane with size 192x116 (9.4% wasted)
ANI 2_mainexit with size 319x174 (32.0% wasted)
ANI 2_mainbarracks with size 273x158 (38.3% wasted)
ANI 2_mainreadyroom with size 231x145 (43.4% wasted)
ANI 2_maintechroom with size 69x119 (7.0% wasted)
ANI 2_mainoptions with size 337x206 (19.5% wasted)
ANI 2_maincampaign with size 308x190 (25.8% wasted)
ANI 2_mainwalk.ani with size 209x477 (6.8% wasted)
ANI 2_mainflyby.ani with size 509x189 (26.2% wasted)
ANI 2_maincrane.ani with size 192x116 (9.4% wasted)
ANI 2_mainexit.ani with size 319x174 (32.0% wasted)
ANI 2_mainbarracks.ani with size 273x158 (38.3% wasted)
ANI 2_mainreadyroom.ani with size 231x145 (43.4% wasted)
ANI 2_maintechroom.ani with size 69x119 (7.0% wasted)
ANI 2_mainoptions.ani with size 337x206 (19.5% wasted)
ANI 2_maincampaign.ani with size 308x190 (25.8% wasted)
Frame  0 too long!!: frametime = 2.966 (2.966)
Got event GS_EVENT_TECH_MENU (11) in state GS_STATE_MAIN_MENU (1)
Techroom successfully initialized, now changing tab...
Loading model 'fighter01.pof'
IBX: Found a good IBX/TSB to read for 'fighter01.pof'.
IBX-DEBUG => POF checksum: 0x3503498e, IBX checksum: 0x4024384c -- "fighter01.pof"
Frame  0 too long!!: frametime = 0.733 (0.733)
Frame  0 too long!!: frametime = 0.422 (0.422)
Got event GS_EVENT_SIMULATOR_ROOM (58) in state GS_STATE_TECH_MENU (7)
Freeing all existing models...
Frame  0 too long!!: frametime = 0.968 (0.968)
Got event GS_EVENT_START_GAME (1) in state GS_STATE_SIMULATOR_ROOM (20)
=================== STARTING LEVEL LOAD ==================
ANI 2_Loading with size 824x43 (32.8% wasted)
ANI 2_Loading.ani with size 824x43 (32.8% wasted)
Starting model page in...
Beginning level bitmap paging...
BMPMAN: Found EFF (particleexp01.eff) with 10 frames at 8 fps.
BMPMAN: Found EFF (particlesmoke01.eff) with 88 frames at 30 fps.
BMPMAN: Found EFF (particlesmoke02.eff) with 39 frames at 24 fps.
TBM  =>  Starting parse of 'mv_fireball-fbl.tbm' ...
TBM  =>  Starting parse of 'mv_adveffects-fbl.tbm' ...
BMPMAN: Found EFF (WarpMap01.eff) with 30 frames at 30 fps.
BMPMAN: Found EFF (WarpMap02.eff) with 30 frames at 30 fps.
BMPMAN: Found EFF (rock_exp.eff) with 55 frames at 30 fps.
Loading warp model
Loading model 'warp.pof'
IBX: Found a good IBX/TSB to read for 'warp.pof'.
IBX-DEBUG => POF checksum: 0xbf802ad0, IBX checksum: 0x3888b26c -- "warp.pof"
 256
BMPMAN: Found EFF (shieldhit01a.eff) with 23 frames at 21 fps.
BMPMAN: Found EFF (shieldhit02a.eff) with 45 frames at 30 fps.
BMPMAN: Found EFF (shieldhit03a.eff) with 22 frames at 30 fps.
SHOCKWAVE =>  Loading default shockwave model...
Loading model 'shockwave.pof'
IBX: Found a good IBX/TSB to read for 'shockwave.pof'.
IBX-DEBUG => POF checksum: 0xd8be5fd9, IBX checksum: 0x208fb934 -- "shockwave.pof"
BMPMAN: Found EFF (shockwave3d-glow.eff) with 159 frames at 24 fps.
Model shockwave.pof has a null moment of inertia!  (This is only a problem if the model is a ship.)
SHOCKWAVE =>  Default model load: SUCCEEDED!!
MISSION LOAD: 'postprocess'
Starting mission message count : 205
Ending mission message count : 205
Current soundtrack set to -1 in event_music_reset_choices
Current soundtrack set to -1 in event_music_set_soundtrack
Loading model 'fighter01.pof'
IBX: Found a good IBX/TSB to read for 'fighter01.pof'.
IBX-DEBUG => POF checksum: 0x3503498e, IBX checksum: 0x4024384c -- "fighter01.pof"
Loading model 'capital01.pof'
IBX: Found a good IBX/TSB to read for 'capital01.pof'.
IBX-DEBUG => POF checksum: 0x9e305e56, IBX checksum: 0x5d3a90c3 -- "capital01.pof"
Potential problem found: Unrecognized subsystem type 'fighterbay', believed to be in ship capital01.pof
Allocating space for at least 25 new ship subsystems ...  a total of 200 is now available (25 in-use).
OpenGL: Created 512x512 FBO!
ANI 2_lock1 with size 56x53 (17.2% wasted)
ANI 2_lockspin with size 100x100 (21.9% wasted)
ANI 2_lead1 with size 26x26 (18.8% wasted)
ANI 2_energy2 with size 86x96 (25.0% wasted)
ANI toggle1 with size 57x20 (37.5% wasted)
ANI weapons1 with size 126x20 (37.5% wasted)
ANI weapons1_b with size 150x20 (37.5% wasted)
ANI 2_toparc1 with size 252x60 (6.3% wasted)
ANI 2_toparc2 with size 35x24 (25.0% wasted)
ANI 2_toparc3 with size 41x29 (9.4% wasted)
ANI 2_leftarc with size 103x252 (1.6% wasted)
ANI 2_rightarc1 with size 103x252 (1.6% wasted)
ANI 2_reticle1 with size 40x24 (25.0% wasted)
ANI targhit1 with size 31x21 (34.4% wasted)
ANI energy1 with size 12x41 (35.9% wasted)
ANI targetview1 with size 137x156 (39.1% wasted)
ANI targetview2 with size 4x96 (25.0% wasted)
ANI targetview3 with size 7x20 (37.5% wasted)
ANI damage1 with size 148x25 (21.9% wasted)
ANI support1 with size 108x24 (25.0% wasted)
ANI objective1 with size 149x21 (34.4% wasted)
ANI wingman1 with size 71x53 (17.2% wasted)
ANI wingman2 with size 35x53 (17.2% wasted)
ANI wingman3 with size 14x53 (17.2% wasted)
ANI netlag1 with size 29x30 (6.3% wasted)
ANI head1 with size 164x132 (48.4% wasted)
ANI time1 with size 47x23 (28.1% wasted)
=================== STARTING LEVEL DATA LOAD ==================
ANI 2_Loading.ani with size 824x43 (32.8% wasted)
Loading model 'support2t-01.pof'
IBX: Found a good IBX/TSB to read for 'support2t-01.pof'.
IBX-DEBUG => POF checksum: 0x6512c7b6, IBX checksum: 0xd4a3527c -- "support2t-01.pof"
Loading model 'support2v-01.pof'
IBX: Found a good IBX/TSB to read for 'support2v-01.pof'.
IBX-DEBUG => POF checksum: 0x0abd41b4, IBX checksum: 0x3aadce53 -- "support2v-01.pof"
About to page in ships!
ANI shield-f01 with size 112x93 (27.3% wasted)
BMPMAN: Found EFF (Subach_AniBitmap.eff) with 6 frames at 5 fps.
BMPMAN: Found EFF (PrometheusR_AniBitmap.eff) with 12 frames at 5 fps.
BMPMAN: Found EFF (Prometheus_AniBitmap.eff) with 12 frames at 5 fps.
BMPMAN: Found EFF (Kayser_AniBitmap.eff) with 4 frames at 5 fps.
ANI Kayser_Particle with size 80x80 (37.5% wasted)
ANI Lamprey_Particle with size 92x86 (32.8% wasted)
BMPMAN: Found EFF (particle_blue.eff) with 11 frames at 22 fps.
BMPMAN: Found EFF (AAAbeamAglow.eff) with 35 frames at 30 fps.
BMPMAN: Found EFF (AAAbeamAB.eff) with 15 frames at 15 fps.
BMPMAN: Found EFF (particle_green.eff) with 11 frames at 22 fps.
BMPMAN: Found EFF (GreenBeamGlow.eff) with 30 frames at 60 fps.
BMPMAN: Found EFF (GreenBeam2Glow.eff) with 30 frames at 60 fps.
Loading model 'rockeye.pof'
IBX: Found a good IBX/TSB to read for 'rockeye.pof'.
IBX-DEBUG => POF checksum: 0x25ff4c7f, IBX checksum: 0x541aef89 -- "rockeye.pof"
Loading model 'Tempest.pof'
IBX: Found a good IBX/TSB to read for 'Tempest.pof'.
IBX-DEBUG => POF checksum: 0xd02a81ee, IBX checksum: 0xf6422721 -- "Tempest.pof"
Loading model 'NewHornet.pof'
IBX: Found a good IBX/TSB to read for 'NewHornet.pof'.
IBX-DEBUG => POF checksum: 0x98d35b7d, IBX checksum: 0xe4ac391c -- "NewHornet.pof"
Loading model 'bombardier.pof'
IBX: Found a good IBX/TSB to read for 'bombardier.pof'.
IBX-DEBUG => POF checksum: 0x03e1b208, IBX checksum: 0x5def0a77 -- "bombardier.pof"
Loading model 'crossbow.pof'
IBX: Found a good IBX/TSB to read for 'crossbow.pof'.
IBX-DEBUG => POF checksum: 0x586f384b, IBX checksum: 0xb14be0e0 -- "crossbow.pof"
Loading model 'trebuchet.pof'
IBX: Found a good IBX/TSB to read for 'trebuchet.pof'.
IBX-DEBUG => POF checksum: 0x688e15f5, IBX checksum: 0xf6c9668d -- "trebuchet.pof"
Loading model 'taga.pof'
IBX: Found a good IBX/TSB to read for 'taga.pof'.
IBX-DEBUG => POF checksum: 0x45b2275e, IBX checksum: 0x3f9f6258 -- "taga.pof"
Loading model 'tagb.pof'
IBX: Found a good IBX/TSB to read for 'tagb.pof'.
IBX-DEBUG => POF checksum: 0x332af7cb, IBX checksum: 0x14d7a019 -- "tagb.pof"
Loading model 'piranha.pof'
IBX: Found a good IBX/TSB to read for 'piranha.pof'.
IBX-DEBUG => POF checksum: 0x0ba39db4, IBX checksum: 0x333b32e2 -- "piranha.pof"
Loading model 'stilettoII.pof'
IBX: Found a good IBX/TSB to read for 'stilettoII.pof'.
IBX-DEBUG => POF checksum: 0x6f4352cf, IBX checksum: 0xc0f267c6 -- "stilettoII.pof"
Loading model 'infyrno.pof'
IBX: Found a good IBX/TSB to read for 'infyrno.pof'.
IBX-DEBUG => POF checksum: 0xaef706c7, IBX checksum: 0x9b2555c2 -- "infyrno.pof"
Loading model 'belial.pof'
IBX: Found a good IBX/TSB to read for 'belial.pof'.
IBX-DEBUG => POF checksum: 0xb8ba8933, IBX checksum: 0x70b7a630 -- "belial.pof"
BMPMAN: Found EFF (shockwave01.eff) with 94 frames at 60 fps.
Loading model 'helios.pof'
IBX: Found a good IBX/TSB to read for 'helios.pof'.
IBX-DEBUG => POF checksum: 0xc75db1da, IBX checksum: 0xd9214c8a -- "helios.pof"
Loading model 'EMPulse2.pof'
IBX: Found a good IBX/TSB to read for 'EMPulse2.pof'.
IBX-DEBUG => POF checksum: 0x5269eb44, IBX checksum: 0xb7bd5b3a -- "EMPulse2.pof"
Loading model 'cmeasure01.pof'
IBX: Found a good IBX/TSB to read for 'cmeasure01.pof'.
IBX-DEBUG => POF checksum: 0x39d1d2bf, IBX checksum: 0x23737dab -- "cmeasure01.pof"
Loading model 'hornet.pof'
IBX: Found a good IBX/TSB to read for 'hornet.pof'.
IBX-DEBUG => POF checksum: 0x84f2378d, IBX checksum: 0x1203869f -- "hornet.pof"
Loading model 'debris01.pof'
IBX: Found a good IBX/TSB to read for 'debris01.pof'.
IBX-DEBUG => POF checksum: 0x974f214b, IBX checksum: 0x368eb490 -- "debris01.pof"
Loading model 'debris02.pof'
IBX: Found a good IBX/TSB to read for 'debris02.pof'.
IBX-DEBUG => POF checksum: 0x8e0eed50, IBX checksum: 0x7b2a747e -- "debris02.pof"
BMPMAN: Found EFF (Cmuzzle.eff) with 4 frames at 30 fps.
Paging in mission messages
Stopping model page in...
ANI 2_radar1.ani with size 209x170 (33.6% wasted)
ANI Lamprey_Impact.ani with size 80x80 (37.5% wasted)
ANI 2_Loading.ani with size 824x43 (32.8% wasted)
ANI 2_lock1.ani with size 56x53 (17.2% wasted)
ANI 2_lead1.ani with size 26x26 (18.8% wasted)
ANI 2_energy2.ani with size 86x96 (25.0% wasted)
ANI toggle1.ani with size 57x20 (37.5% wasted)
ANI weapons1.ani with size 126x20 (37.5% wasted)
ANI 2_toparc1.ani with size 252x60 (6.3% wasted)
ANI 2_toparc2.ani with size 35x24 (25.0% wasted)
ANI 2_toparc3.ani with size 41x29 (9.4% wasted)
ANI 2_leftarc.ani with size 103x252 (1.6% wasted)
ANI 2_rightarc1.ani with size 103x252 (1.6% wasted)
ANI 2_reticle1.ani with size 40x24 (25.0% wasted)
ANI targhit1.ani with size 31x21 (34.4% wasted)
ANI energy1.ani with size 12x41 (35.9% wasted)
ANI targetview1.ani with size 137x156 (39.1% wasted)
ANI targetview2.ani with size 4x96 (25.0% wasted)
ANI targetview3.ani with size 7x20 (37.5% wasted)
ANI damage1.ani with size 148x25 (21.9% wasted)
ANI support1.ani with size 108x24 (25.0% wasted)
ANI objective1.ani with size 149x21 (34.4% wasted)
ANI wingman1.ani with size 71x53 (17.2% wasted)
ANI wingman2.ani with size 35x53 (17.2% wasted)
ANI wingman3.ani with size 14x53 (17.2% wasted)
ANI netlag1.ani with size 29x30 (6.3% wasted)
ANI head1.ani with size 164x132 (48.4% wasted)
ANI time1.ani with size 47x23 (28.1% wasted)
ANI shield-f01.ani with size 112x93 (27.3% wasted)
ANI Kayser_Particle.ani with size 80x80 (37.5% wasted)
ANI Lamprey_Particle.ani with size 92x86 (32.8% wasted)
User bitmap 'TMP256x256+8'
User bitmap 'TMP256x256+8'
User bitmap 'TMP128x128+8'
Bmpman: 2689/4750 bitmap slots in use.
Ending level bitmap paging...
=================== ENDING LOAD ================
Real count = 463,  Estimated count = 425
================================================
Received post for event GS_EVENT_START_BRIEFING during state transtition. Find Allender if you are unsure if this is bad.
Got event GS_EVENT_START_BRIEFING (15) in state GS_STATE_START_GAME (52)
ANI 2_BriefMap with size 918x400 (21.9% wasted)
ANI iconwing01 with size 32x28 (12.5% wasted)
Loading model 'fighter06.pof'
IBX: Found a good IBX/TSB to read for 'fighter06.pof'.
IBX-DEBUG => POF checksum: 0xcc331676, IBX checksum: 0x3a14455c -- "fighter06.pof"
Loading model 'fighter2t-02.pof'
IBX: Found a good IBX/TSB to read for 'fighter2t-02.pof'.
IBX-DEBUG => POF checksum: 0xcdb3e195, IBX checksum: 0x3176ea32 -- "fighter2t-02.pof"
Loading model 'bonus2t-02.pof'
IBX: Found a good IBX/TSB to read for 'bonus2t-02.pof'.
IBX-DEBUG => POF checksum: 0xcc6ff113, IBX checksum: 0x99680dc1 -- "bonus2t-02.pof"
Loading model 'fighter2t-04.pof'
IBX: Found a good IBX/TSB to read for 'fighter2t-04.pof'.
IBX-DEBUG => POF checksum: 0xe611ce17, IBX checksum: 0x5dac9e8c -- "fighter2t-04.pof"
Loading model 'fighter13.pof'
IBX: Found a good IBX/TSB to read for 'fighter13.pof'.
IBX-DEBUG => POF checksum: 0x13fad0b4, IBX checksum: 0x793319e8 -- "fighter13.pof"
Loading model 'fighter2t-01.pof'
IBX: Found a good IBX/TSB to read for 'fighter2t-01.pof'.
IBX-DEBUG => POF checksum: 0x1934a7e5, IBX checksum: 0xd808d8e3 -- "fighter2t-01.pof"
Loading model 'fighter2t-03.pof'
IBX: Found a good IBX/TSB to read for 'fighter2t-03.pof'.
IBX-DEBUG => POF checksum: 0xce1df975, IBX checksum: 0x37c93eb1 -- "fighter2t-03.pof"
Loading model 'fighter2t-05.pof'
IBX: Found a good IBX/TSB to read for 'fighter2t-05.pof'.
IBX-DEBUG => POF checksum: 0xc8b2f868, IBX checksum: 0x3dfad880 -- "fighter2t-05.pof"
Loading model 'fighter2s-02.pof'
IBX: Found a good IBX/TSB to read for 'fighter2s-02.pof'.
IBX-DEBUG => POF checksum: 0x85ec93bc, IBX checksum: 0xb90433ea -- "fighter2s-02.pof"
BMPMAN: Found EFF (fighter2s-02-glow.eff) with 37 frames at 25 fps.
Loading model 'Bomber2T-03.pof'
IBX: Found a good IBX/TSB to read for 'Bomber2T-03.pof'.
IBX-DEBUG => POF checksum: 0xf62d5e93, IBX checksum: 0x16ce7cf1 -- "Bomber2T-03.pof"
Loading model 'Bonus2t-01.pof'
IBX: Found a good IBX/TSB to read for 'Bonus2t-01.pof'.
IBX-DEBUG => POF checksum: 0xf10b290a, IBX checksum: 0xb56fcc23 -- "Bonus2t-01.pof"
Loading model 'bomber04.pof'
IBX: Found a good IBX/TSB to read for 'bomber04.pof'.
IBX-DEBUG => POF checksum: 0x4fac00b7, IBX checksum: 0x7ae3cbd7 -- "bomber04.pof"
Loading model 'bomber05.pof'
IBX: Found a good IBX/TSB to read for 'bomber05.pof'.
IBX-DEBUG => POF checksum: 0x1e5f9164, IBX checksum: 0x5105ed07 -- "bomber05.pof"
Loading model 'bomber09.pof'
IBX: Found a good IBX/TSB to read for 'bomber09.pof'.
IBX-DEBUG => POF checksum: 0x053ba5a8, IBX checksum: 0xd1923c7f -- "bomber09.pof"
Loading model 'bomber2t-01.pof'
IBX: Found a good IBX/TSB to read for 'bomber2t-01.pof'.
IBX-DEBUG => POF checksum: 0xbbfa68bc, IBX checksum: 0x11e25089 -- "bomber2t-01.pof"
Loading model 'fighter2v-04.pof'
IBX: Found a good IBX/TSB to read for 'fighter2v-04.pof'.
IBX-DEBUG => POF checksum: 0x035e02f1, IBX checksum: 0x75e7bb7f -- "fighter2v-04.pof"
ANI iconSD4 with size 56x24 (25.0% wasted)
ANI iconScalpel with size 56x24 (25.0% wasted)
ANI iconflail with size 56x24 (25.0% wasted)
ANI iconPromR with size 56x24 (25.0% wasted)
ANI iconPromS with size 56x24 (25.0% wasted)
ANI iconNewton with size 56x24 (25.0% wasted)
ANI iconKayser with size 56x24 (25.0% wasted)
ANI iconCirce with size 56x24 (25.0% wasted)
ANI iconLich with size 56x24 (25.0% wasted)
Loading model 'tempest_tech.pof'
IBX: Found a good IBX/TSB to read for 'tempest_tech.pof'.
IBX-DEBUG => POF checksum: 0x457ab425, IBX checksum: 0x7183bf7e -- "tempest_tech.pof"
Loading model 'newhornet_tech.pof'
IBX: Found a good IBX/TSB to read for 'newhornet_tech.pof'.
IBX-DEBUG => POF checksum: 0xe97f1fa7, IBX checksum: 0x785e23c6 -- "newhornet_tech.pof"
Loading model 'crossbow_tech.pof'
IBX: Found a good IBX/TSB to read for 'crossbow_tech.pof'.
IBX-DEBUG => POF checksum: 0x3c2d3c20, IBX checksum: 0x3ba92db3 -- "crossbow_tech.pof"
Loading model 'trebuchet_tech.pof'
IBX: Found a good IBX/TSB to read for 'trebuchet_tech.pof'.
IBX-DEBUG => POF checksum: 0xdf1a4879, IBX checksum: 0xdffb98e3 -- "trebuchet_tech.pof"
Loading model 'piranha_tech.pof'
IBX: Found a good IBX/TSB to read for 'piranha_tech.pof'.
IBX-DEBUG => POF checksum: 0x4334dee5, IBX checksum: 0xfa7523a6 -- "piranha_tech.pof"
Loading model 'stilettoII_tech.pof'
IBX: Found a good IBX/TSB to read for 'stilettoII_tech.pof'.
IBX-DEBUG => POF checksum: 0xf50214c4, IBX checksum: 0x0bb6314c -- "stilettoII_tech.pof"
Loading model 'helios_tech.pof'
IBX: Found a good IBX/TSB to read for 'helios_tech.pof'.
IBX-DEBUG => POF checksum: 0x551ec88b, IBX checksum: 0x018a4544 -- "helios_tech.pof"
Loading model 'empulse2_tech.pof'
IBX: Found a good IBX/TSB to read for 'empulse2_tech.pof'.
IBX-DEBUG => POF checksum: 0x55e483b3, IBX checksum: 0xde0bbd46 -- "empulse2_tech.pof"
Frame  0 too long!!: frametime = 17.290 (17.290)
Got event GS_EVENT_ENTER_GAME (2) in state GS_STATE_BRIEFING (10)
Entering game at time =  35.303
render_target: creating new 256x256 FBO
texture_pool: creating new 256x256 texture
texture_pool: creating new 256x256 texture
  Compiling special shader ->  post-v.sdr / brightpass-f.sdr ...
Fragment shader failed to compile:
Fragment shader failed to compile with the following errors:
ERROR: 0:4: error(#133) Reserved word: static
ERROR: error(#273) 1 compilation errors.  No code generated

ERROR! Unable to create fragment shader!
Post-processing disabled.
Got event GS_EVENT_PLAYER_WARPOUT_START (41) in state GS_STATE_GAME_PLAY (2)
1795 frames executed in  30.007 seconds,  59.819 frames per second.
Got event GS_EVENT_PLAYER_WARPOUT_DONE_STAGE1 (44) in state GS_STATE_GAME_PLAY (2)
Hit target speed.  Starting warp effect and moving to stage 2!
Frame 1896 too long!!: frametime = 0.296 (0.296)
Got event GS_EVENT_PLAYER_WARPOUT_DONE_STAGE2 (45) in state GS_STATE_GAME_PLAY (2)
Hit warp effect.  Moving to stage 3!
Got event GS_EVENT_PLAYER_WARPOUT_DONE (46) in state GS_STATE_GAME_PLAY (2)
Player warped out.  Going to debriefing!
Got event GS_EVENT_DEBRIEF (33) in state GS_STATE_GAME_PLAY (2)
Unloading in mission messages
Storing stats now
Frame 2179 too long!!: frametime = 0.282 (0.282)
Got event GS_EVENT_END_GAME (4) in state GS_STATE_DEBRIEF (27)
ANI 2_mainwalk.ani with size 209x477 (6.8% wasted)
ANI 2_mainflyby.ani with size 509x189 (26.2% wasted)
ANI 2_maincrane.ani with size 192x116 (9.4% wasted)
ANI 2_mainexit.ani with size 319x174 (32.0% wasted)
ANI 2_mainbarracks.ani with size 273x158 (38.3% wasted)
ANI 2_mainreadyroom.ani with size 231x145 (43.4% wasted)
ANI 2_maintechroom.ani with size 69x119 (7.0% wasted)
ANI 2_mainoptions.ani with size 337x206 (19.5% wasted)
ANI 2_maincampaign.ani with size 308x190 (25.8% wasted)
Frame 2179 too long!!: frametime = 2.980 (2.980)
Frame 2179 too long!!: frametime = 0.372 (0.372)
Frame 2179 too long!!: frametime = 0.270 (0.270)
Frame 2179 too long!!: frametime = 0.287 (0.287)
Got event GS_EVENT_QUIT_GAME (5) in state GS_STATE_MAIN_MENU (1)
Freeing all existing models...
... Log closed, Sat Oct 17 02:09:29 2009
Potato!

 

Offline Kiloku

  • 27
  • Buzzbuzz!
I didn't want to Double Post, but the Forum forced me too. It wouldn't accept my attachments and wouldn't allow me to post more than 50k characters in a single post, so here's the second log:
Code: (Second Log) [Select]
==========================================================================
DEBUG SPEW: No debug_filter.cfg found, so only general, error, and warning
categories can be shown and no debug_filter.cfg info will be saved.
==========================================================================
FreeSpace version: 3.6.11
Passed cmdline options:
  -spec_exp 11
  -ogl_spec 50
  -spec_static .8
  -spec_point .6
  -spec_tube .4
  -ambient_factor 5
  -env
  -mipmap
  -missile_lighting
  -glow
  -nomotiondebris
  -spec
  -no_emissive_light
  -normal
  -3dshockwave
  -post_process
  -bloom_intensity 75
  -dualscanlines
  -orbradar
  -rearm_timer
  -targetinfo
  -3dwarp
  -ship_choice_3d
  -weapon_choice_3d
  -warp_flash
  -snd_preload
  -mod postproc,mediavps
Building file index...
Found root pack 'C:\Games\FreeSpace2\mediavps\3610_Patch.vp' with a checksum of 0x07e72699
Found root pack 'C:\Games\FreeSpace2\mediavps\MV_Advanced.vp' with a checksum of 0xd06bf123
Found root pack 'C:\Games\FreeSpace2\mediavps\MV_Assets.vp' with a checksum of 0xc9e372bb
Found root pack 'C:\Games\FreeSpace2\mediavps\MV_Core.vp' with a checksum of 0x0dc7bb8f
Found root pack 'C:\Games\FreeSpace2\mediavps\MV_Effects.vp' with a checksum of 0xa3141c30
Found root pack 'C:\Games\FreeSpace2\mediavps\MV_Music.vp' with a checksum of 0x4dbbbe96
Found root pack 'C:\Games\FreeSpace2\multi-mission-pack.vp' with a checksum of 0x377695e0
Found root pack 'C:\Games\FreeSpace2\root_fs2.vp' with a checksum of 0xce10d76c
Found root pack 'C:\Games\FreeSpace2\smarty_fs2.vp' with a checksum of 0xddeb3b1e
Found root pack 'C:\Games\FreeSpace2\sparky_fs2.vp' with a checksum of 0x164fe65a
Found root pack 'C:\Games\FreeSpace2\sparky_hi_fs2.vp' with a checksum of 0xa11d56f1
Found root pack 'C:\Games\FreeSpace2\stu_fs2.vp' with a checksum of 0xd77da83a
Found root pack 'C:\Games\FreeSpace2\tango1_fs2.vp' with a checksum of 0x4c25221e
Found root pack 'C:\Games\FreeSpace2\tango2_fs2.vp' with a checksum of 0x86920b82
Found root pack 'C:\Games\FreeSpace2\tango3_fs2.vp' with a checksum of 0x705e8d71
Found root pack 'C:\Games\FreeSpace2\warble_fs2.vp' with a checksum of 0xd85c305d
Searching root 'C:\Games\FreeSpace2\postproc\' ... 14 files
Searching root 'C:\Games\FreeSpace2\mediavps\' ... 6 files
Searching root pack 'C:\Games\FreeSpace2\mediavps\3610_Patch.vp' ... 180 files
Searching root pack 'C:\Games\FreeSpace2\mediavps\MV_Advanced.vp' ... 2868 files
Searching root pack 'C:\Games\FreeSpace2\mediavps\MV_Assets.vp' ... 1810 files
Searching root pack 'C:\Games\FreeSpace2\mediavps\MV_Core.vp' ... 146 files
Searching root pack 'C:\Games\FreeSpace2\mediavps\MV_Effects.vp' ... 1046 files
Searching root pack 'C:\Games\FreeSpace2\mediavps\MV_Music.vp' ... 32 files
Searching root 'C:\Games\FreeSpace2\' ... 39 files
Searching root pack 'C:\Games\FreeSpace2\multi-mission-pack.vp' ... 110 files
Searching root pack 'C:\Games\FreeSpace2\root_fs2.vp' ... 157 files
Searching root pack 'C:\Games\FreeSpace2\smarty_fs2.vp' ... 10 files
Searching root pack 'C:\Games\FreeSpace2\sparky_fs2.vp' ... 3027 files
Searching root pack 'C:\Games\FreeSpace2\sparky_hi_fs2.vp' ... 1337 files
Searching root pack 'C:\Games\FreeSpace2\stu_fs2.vp' ... 2355 files
Searching root pack 'C:\Games\FreeSpace2\tango1_fs2.vp' ... 32 files
Searching root pack 'C:\Games\FreeSpace2\tango2_fs2.vp' ... 15 files
Searching root pack 'C:\Games\FreeSpace2\tango3_fs2.vp' ... 10 files
Searching root pack 'C:\Games\FreeSpace2\warble_fs2.vp' ... 52 files
Found 19 roots and 13246 files.
AutoLang: Language auto-detection successful...
Setting language to English
TBM  =>  Starting parse of 'mv_strings-lcl.tbm' ...
Initializing OpenAL...
  Using 'Generic Software' as OpenAL sound device...
  OpenAL Vendor     : Creative Labs Inc.
  OpenAL Renderer   : Software
  OpenAL Version    : 1.1

... OpenAL successfully initialized!
Failed to init speech
Initializing OpenGL graphics device at 1280x1024 with 32-bit color...
  Initializing WGL...
  Requested WGL Video values = R: 8, G: 8, B: 8, depth: 32, double-buffer: 1
  Actual WGL Video values    = R: 8, G: 8, B: 8, depth: 32, double-buffer: 1
  OpenGL Vendor     : ATI Technologies Inc.
  OpenGL Renderer   : ATI Radeon HD 3600 Series
  OpenGL Version    : 2.1.8918

  Using extension "GL_EXT_fog_coord".
  Using extension "GL_ARB_multitexture".
  Using extension "GL_ARB_texture_env_add".
  Using extension "GL_ARB_texture_compression".
  Using extension "GL_EXT_texture_compression_s3tc".
  Using extension "GL_EXT_texture_filter_anisotropic".
  Using extension "GL_ARB_texture_env_combine".
  Using extension "GL_EXT_compiled_vertex_array".
  Using extension "GL_EXT_draw_range_elements".
  Using extension "GL_ARB_texture_mirrored_repeat".
  Using extension "GL_ARB_texture_non_power_of_two".
  Using extension "GL_ARB_vertex_buffer_object".
  Using extension "GL_ARB_pixel_buffer_object".
  Using extension "GL_SGIS_generate_mipmap".
  Using extension "GL_EXT_framebuffer_object".
  Using extension "GL_ARB_texture_rectangle".
  Using extension "GL_EXT_bgra".
  Using extension "GL_ARB_texture_cube_map".
  Using extension "GL_EXT_texture_lod_bias".
  Using extension "GL_ARB_point_sprite".
  Using extension "GL_ARB_shading_language_100".
  Using extension "GL_ARB_shader_objects".
  Using extension "GL_ARB_vertex_shader".
  Using extension "GL_ARB_fragment_shader".
  Using extension "GL_ARB_shader_texture_lod".
  Found special extension function "wglSwapIntervalEXT".


Initializing Shaders Manager...
Loading and compiling main shaders...
  Compiling main shader ->  null-v.sdr (null-v.sdr) / null-f.sdr (null-f.sdr) ...
  Compiling main shader ->  b-v.sdr (b-v.sdr) / b-f.sdr (b-f.sdr) ...
  Compiling main shader ->  b-v.sdr (b-v.sdr) / bg-f.sdr (bg-f.sdr) ...
  Compiling main shader ->  l-v.sdr (l-v.sdr) / lb-f.sdr (lb-f.sdr) ...
  Compiling main shader ->  l-v.sdr (l-v.sdr) / lbg-f.sdr (lbg-f.sdr) ...
  Compiling main shader ->  l-v.sdr (l-v.sdr) / lbgs-f.sdr (lbgs-f.sdr) ...
  Compiling main shader ->  l-v.sdr (l-v.sdr) / lbs-f.sdr (lbs-f.sdr) ...
  Compiling main shader ->  le-v.sdr (le-v.sdr) / lbgse-f.sdr (lbgse-f.sdr) ...
  Compiling main shader ->  le-v.sdr (le-v.sdr) / lbse-f.sdr (lbse-f.sdr) ...
  Compiling main shader ->  ln-v.sdr (ln-v.sdr) / lbgn-f.sdr (lbgn-f.sdr) ...
  Compiling main shader ->  ln-v.sdr (ln-v.sdr) / lbgsn-f.sdr (lbgsn-f.sdr) ...
  Compiling main shader ->  ln-v.sdr (ln-v.sdr) / lbn-f.sdr (lbn-f.sdr) ...
  Compiling main shader ->  ln-v.sdr (ln-v.sdr) / lbsn-f.sdr (lbsn-f.sdr) ...
  Compiling main shader ->  lne-v.sdr (lne-v.sdr) / lbgsne-f.sdr (lbgsne-f.sdr) ...
  Compiling main shader ->  lne-v.sdr (lne-v.sdr) / lbsne-f.sdr (lbsne-f.sdr) ...
  Compiling main shader ->  lf-v.sdr (lf-v.sdr) / lfb-f.sdr (lfb-f.sdr) ...
  Compiling main shader ->  lf-v.sdr (lf-v.sdr) / lfbg-f.sdr (lfbg-f.sdr) ...
  Compiling main shader ->  lf-v.sdr (lf-v.sdr) / lfbgs-f.sdr (lfbgs-f.sdr) ...
  Compiling main shader ->  lf-v.sdr (lf-v.sdr) / lfbs-f.sdr (lfbs-f.sdr) ...
  Compiling main shader ->  lfe-v.sdr (lfe-v.sdr) / lfbgse-f.sdr (lfbgse-f.sdr) ...
  Compiling main shader ->  lfe-v.sdr (lfe-v.sdr) / lfbse-f.sdr (lfbse-f.sdr) ...
  Compiling main shader ->  lfn-v.sdr (lfn-v.sdr) / lfbgn-f.sdr (lfbgn-f.sdr) ...
  Compiling main shader ->  lfn-v.sdr (lfn-v.sdr) / lfbgsn-f.sdr (lfbgsn-f.sdr) ...
  Compiling main shader ->  lfn-v.sdr (lfn-v.sdr) / lfbn-f.sdr (lfbn-f.sdr) ...
  Compiling main shader ->  lfn-v.sdr (lfn-v.sdr) / lfbsn-f.sdr (lfbsn-f.sdr) ...
  Compiling main shader ->  lfne-v.sdr (lfne-v.sdr) / lfbgsne-f.sdr (lfbgsne-f.sdr) ...
  Compiling main shader ->  lfne-v.sdr (lfne-v.sdr) / lfbsne-f.sdr (lfbsne-f.sdr) ...
  Compiling main shader ->  l-v.sdr (l-v.sdr) / null-f.sdr (null-f.sdr) ...
  Compiling main shader ->  l-v.sdr (l-v.sdr) / lg-f.sdr (lg-f.sdr) ...
  Compiling main shader ->  l-v.sdr (l-v.sdr) / lgs-f.sdr (lgs-f.sdr) ...
  Compiling main shader ->  l-v.sdr (l-v.sdr) / ls-f.sdr (ls-f.sdr) ...
  Compiling main shader ->  le-v.sdr (le-v.sdr) / lgse-f.sdr (lgse-f.sdr) ...
  Compiling main shader ->  le-v.sdr (le-v.sdr) / lse-f.sdr (lse-f.sdr) ...
  Compiling main shader ->  ln-v.sdr (ln-v.sdr) / lgn-f.sdr (lgn-f.sdr) ...
  Compiling main shader ->  ln-v.sdr (ln-v.sdr) / lgsn-f.sdr (lgsn-f.sdr) ...
  Compiling main shader ->  ln-v.sdr (ln-v.sdr) / ln-f.sdr (ln-f.sdr) ...
  Compiling main shader ->  ln-v.sdr (ln-v.sdr) / lsn-f.sdr (lsn-f.sdr) ...
  Compiling main shader ->  lne-v.sdr (lne-v.sdr) / lgsne-f.sdr (lgsne-f.sdr) ...
  Compiling main shader ->  lne-v.sdr (lne-v.sdr) / lsne-f.sdr (lsne-f.sdr) ...
Shaders Manager initialized.

  Max texture units: 8 (16)
  Max elements vertices: 2147483647
  Max elements indices: 16777215
  Max texture size: 8192x8192
  Can use compressed textures: YES
  Texture compression available: YES
  Using trilinear texture filter.
  Using GLSL for model rendering.
  Shader Version: 1.40
... OpenGL init is complete!
Size of bitmap info = 760 KB
Size of bitmap extra info = 52 bytes
ANI cursorweb with size 24x24 (25.0% wasted)
GRAPHICS: Initializing default colors...
SCRIPTING: Beginning initialization sequence...
SCRIPTING: Beginning Lua initialization...
LUA: Opening LUA state...
LUA: Initializing base Lua libraries...
LUA: Beginning ADE initialization
ADE: Initializing enumeration constants...
ADE: Assigning Lua session...
SCRIPTING: Beginning main hook parse sequence....
TBM  =>  Starting parse of 'flak-sct.tbm' ...
TBM  =>  Starting parse of 'velindc-sct.tbm' ...
SCRIPTING: Inititialization complete.
SCRIPTING: Splash screen overrides checked
SCRIPTING: Splash hook has been run
SCRIPTING: Splash screen conditional hook has been run
Using high memory settings...
render_target: creating new 1280x1024 FBO
texture_pool: creating new 1280x1024 texture
Wokka!  Error opening file (interface.tbl)!
WMCGUI: Unable to parse 'interface.tbl'!  Error code = 5.
TBM  =>  Starting parse of 'mv_effects-sdf.tbm' ...
TBM  =>  Starting parse of 'mv_adveffects-sdf.tbm' ...
ANI 2_radar1 with size 209x170 (33.6% wasted)
Windows reported 16 joysticks, we found 1
Current soundtrack set to -1 in event_music_reset_choices
TBM  =>  Starting parse of 'mv_music-mus.tbm' ...
TBM  =>  Starting parse of 'mv_advmuzzle-mfl.tbm' ...
Wokka!  Error opening file (armor.tbl)!
TABLES: Unable to parse 'armor.tbl'!  Error code = 5.
TBM  =>  Starting parse of 'mv_effects-wxp.tbm' ...
TBM  =>  Starting parse of 'mv_adveffects-wxp.tbm' ...
BMPMAN: Found EFF (exp20.eff) with 64 frames at 30 fps.
BMPMAN: Found EFF (ExpMissileHit1.eff) with 44 frames at 30 fps.
BMPMAN: Found EFF (exp05.eff) with 47 frames at 20 fps.
BMPMAN: Found EFF (exp06.eff) with 48 frames at 20 fps.
BMPMAN: Found EFF (exp04.eff) with 60 frames at 20 fps.
BMPMAN: Found EFF (Maxim_Impact.eff) with 23 frames at 30 fps.
ANI Lamprey_Impact with size 80x80 (37.5% wasted)
BMPMAN: Found EFF (Gmuzzle.eff) with 5 frames at 30 fps.
BMPMAN: Found EFF (PWmuzzle.eff) with 4 frames at 30 fps.
BMPMAN: Found EFF (Rmuzzle.eff) with 4 frames at 30 fps.
BMPMAN: Found EFF (Bmuzzle.eff) with 5 frames at 30 fps.
TBM  =>  Starting parse of 'mv_effects-wep.tbm' ...
TBM  =>  Starting parse of 'mv_tech-wep.tbm' ...
TBM  =>  Starting parse of 'mv_models-wep.tbm' ...
TBM  =>  Starting parse of 'mv_adveffects-wep.tbm' ...
TBM  =>  Starting parse of 'mv_trails-shp.tbm' ...
TBM  =>  Starting parse of 'mv_dragon-shp.tbm' ...
TBM  =>  Starting parse of 'mv_density-shp.tbm' ...
TBM  =>  Starting parse of 'mv_models-shp.tbm' ...
TBM  =>  Starting parse of 'mv_adveffects-shp.tbm' ...
TBM  =>  Starting parse of 'mv_tech-shp.tbm' ...
TBM  =>  Starting parse of 'mv_escort-hdg.tbm' ...
TBM  =>  Starting parse of 'mv_effects-str.tbm' ...
loading animated cursor "cursor"
ANI cursor with size 24x24 (25.0% wasted)
Ships.tbl is : VALID
Weapons.tbl is : VALID
cfile_init() took 318
Got event GS_EVENT_GAME_INIT (49) in state NOT A VALID STATE (0)
ANI cursor.ani with size 24x24 (25.0% wasted)
Got event GS_EVENT_MAIN_MENU (0) in state GS_STATE_INITIAL_PLAYER_SELECT (37)
Someone passed an extension to bm_load for file '242suicide.pcx'
ANI 2_mainwalk with size 209x477 (6.8% wasted)
ANI 2_mainflyby with size 509x189 (26.2% wasted)
ANI 2_maincrane with size 192x116 (9.4% wasted)
ANI 2_mainexit with size 319x174 (32.0% wasted)
ANI 2_mainbarracks with size 273x158 (38.3% wasted)
ANI 2_mainreadyroom with size 231x145 (43.4% wasted)
ANI 2_maintechroom with size 69x119 (7.0% wasted)
ANI 2_mainoptions with size 337x206 (19.5% wasted)
ANI 2_maincampaign with size 308x190 (25.8% wasted)
ANI 2_mainwalk.ani with size 209x477 (6.8% wasted)
ANI 2_mainflyby.ani with size 509x189 (26.2% wasted)
ANI 2_maincrane.ani with size 192x116 (9.4% wasted)
ANI 2_mainexit.ani with size 319x174 (32.0% wasted)
ANI 2_mainbarracks.ani with size 273x158 (38.3% wasted)
ANI 2_mainreadyroom.ani with size 231x145 (43.4% wasted)
ANI 2_maintechroom.ani with size 69x119 (7.0% wasted)
ANI 2_mainoptions.ani with size 337x206 (19.5% wasted)
ANI 2_maincampaign.ani with size 308x190 (25.8% wasted)
Frame  0 too long!!: frametime = 2.995 (2.995)
Got event GS_EVENT_TECH_MENU (11) in state GS_STATE_MAIN_MENU (1)
Techroom successfully initialized, now changing tab...
Loading model 'fighter01.pof'
IBX: Found a good IBX/TSB to read for 'fighter01.pof'.
IBX-DEBUG => POF checksum: 0x3503498e, IBX checksum: 0x4024384c -- "fighter01.pof"
Frame  0 too long!!: frametime = 0.737 (0.737)
Frame  0 too long!!: frametime = 0.423 (0.423)
Got event GS_EVENT_SIMULATOR_ROOM (58) in state GS_STATE_TECH_MENU (7)
Freeing all existing models...
Frame  0 too long!!: frametime = 0.976 (0.976)
Got event GS_EVENT_START_GAME (1) in state GS_STATE_SIMULATOR_ROOM (20)
=================== STARTING LEVEL LOAD ==================
ANI 2_Loading with size 824x43 (32.8% wasted)
ANI 2_Loading.ani with size 824x43 (32.8% wasted)
Starting model page in...
Beginning level bitmap paging...
BMPMAN: Found EFF (particleexp01.eff) with 10 frames at 8 fps.
BMPMAN: Found EFF (particlesmoke01.eff) with 88 frames at 30 fps.
BMPMAN: Found EFF (particlesmoke02.eff) with 39 frames at 24 fps.
TBM  =>  Starting parse of 'mv_fireball-fbl.tbm' ...
TBM  =>  Starting parse of 'mv_adveffects-fbl.tbm' ...
BMPMAN: Found EFF (WarpMap01.eff) with 30 frames at 30 fps.
BMPMAN: Found EFF (WarpMap02.eff) with 30 frames at 30 fps.
BMPMAN: Found EFF (rock_exp.eff) with 55 frames at 30 fps.
Loading warp model
Loading model 'warp.pof'
IBX: Found a good IBX/TSB to read for 'warp.pof'.
IBX-DEBUG => POF checksum: 0xbf802ad0, IBX checksum: 0x3888b26c -- "warp.pof"
 256
BMPMAN: Found EFF (shieldhit01a.eff) with 23 frames at 21 fps.
BMPMAN: Found EFF (shieldhit02a.eff) with 45 frames at 30 fps.
BMPMAN: Found EFF (shieldhit03a.eff) with 22 frames at 30 fps.
SHOCKWAVE =>  Loading default shockwave model...
Loading model 'shockwave.pof'
IBX: Found a good IBX/TSB to read for 'shockwave.pof'.
IBX-DEBUG => POF checksum: 0xd8be5fd9, IBX checksum: 0x208fb934 -- "shockwave.pof"
BMPMAN: Found EFF (shockwave3d-glow.eff) with 159 frames at 24 fps.
Model shockwave.pof has a null moment of inertia!  (This is only a problem if the model is a ship.)
SHOCKWAVE =>  Default model load: SUCCEEDED!!
MISSION LOAD: 'SM1-08.fs2'
Hmmm... Extension passed to mission_load...
Using alternate ship type name: NTC Leviathan
Using alternate ship type name: NTF Loki
Using alternate ship type name: NTF Loki
Using alternate ship type name: NTF Loki
Using alternate ship type name: NTCv Deimos
Using alternate ship type name: NTC Leviathan
Using alternate ship type name: NTB Zeus
Using alternate ship type name: NTB Zeus
Using alternate ship type name: NTB Zeus
Using alternate ship type name: NTB Zeus
Using alternate ship type name: NTB Zeus
Using alternate ship type name: NTB Zeus
Using alternate ship type name: NTB Zeus
Using alternate ship type name: NTB Zeus
Using alternate ship type name: NTB Zeus
Using alternate ship type name: NTF Hercules
Using alternate ship type name: NTF Hercules
Using alternate ship type name: NTF Hercules
Using alternate ship type name: NTB Zeus
Using alternate ship type name: NTB Zeus
Using alternate ship type name: NTB Zeus
Starting mission message count : 205
Ending mission message count : 235
Current soundtrack set to -1 in event_music_reset_choices
Loading model 'fighter2t-03.pof'
IBX: Found a good IBX/TSB to read for 'fighter2t-03.pof'.
IBX-DEBUG => POF checksum: 0xce1df975, IBX checksum: 0x37c93eb1 -- "fighter2t-03.pof"
Loading model 'cruiser01x.pof'
IBX: Found a good IBX/TSB to read for 'cruiser01x.pof'.
IBX-DEBUG => POF checksum: 0x8e7a6f04, IBX checksum: 0x7d5ab466 -- "cruiser01x.pof"
Allocating space for at least 15 new ship subsystems ...  a total of 200 is now available (15 in-use).
Loading model 'TerranSuper.pof'
IBX: Found a good IBX/TSB to read for 'TerranSuper.pof'.
IBX-DEBUG => POF checksum: 0x7a19c79f, IBX checksum: 0x7741f960 -- "TerranSuper.pof"
Potential problem found: Unrecognized subsystem type 'fighterbay', believed to be in ship TerranSuper.pof
Loading model 'freighter2t-01.pof'
IBX: Found a good IBX/TSB to read for 'freighter2t-01.pof'.
IBX-DEBUG => POF checksum: 0x557cede4, IBX checksum: 0xf78a4f57 -- "freighter2t-01.pof"
Loading model 'fighter13.pof'
IBX: Found a good IBX/TSB to read for 'fighter13.pof'.
IBX-DEBUG => POF checksum: 0x13fad0b4, IBX checksum: 0x793319e8 -- "fighter13.pof"
Loading model 'fighter2v-01.pof'
IBX: Found a good IBX/TSB to read for 'fighter2v-01.pof'.
IBX-DEBUG => POF checksum: 0x19bf06ff, IBX checksum: 0xc3888eaf -- "fighter2v-01.pof"
Loading model 'corvette2t-01.pof'
IBX: Found a good IBX/TSB to read for 'corvette2t-01.pof'.
IBX-DEBUG => POF checksum: 0xef71a6a2, IBX checksum: 0x58d8919e -- "corvette2t-01.pof"
Loading model 'bomber09.pof'
IBX: Found a good IBX/TSB to read for 'bomber09.pof'.
IBX-DEBUG => POF checksum: 0x053ba5a8, IBX checksum: 0xd1923c7f -- "bomber09.pof"
Loading model 'fighter06.pof'
IBX: Found a good IBX/TSB to read for 'fighter06.pof'.
IBX-DEBUG => POF checksum: 0xcc331676, IBX checksum: 0x3a14455c -- "fighter06.pof"
Loading model 'escapepod01.pof'
IBX: Found a good IBX/TSB to read for 'escapepod01.pof'.
IBX-DEBUG => POF checksum: 0x4a31f88c, IBX checksum: 0xfaf426da -- "escapepod01.pof"
Loading model 'transport01.pof'
IBX: Found a good IBX/TSB to read for 'transport01.pof'.
IBX-DEBUG => POF checksum: 0xe911fa84, IBX checksum: 0x469fdbf2 -- "transport01.pof"
Loading model 'install01.pof'
IBX: Found a good IBX/TSB to read for 'install01.pof'.
IBX-DEBUG => POF checksum: 0xd7e97895, IBX checksum: 0x16a32260 -- "install01.pof"
Potential problem found: Unrecognized subsystem type 'fighterbay', believed to be in ship install01.pof
Unknown special object type $path06 while reading model install01.pof
Unknown special object type $path07 while reading model install01.pof
OpenGL: Created 512x512 FBO!
ANI 2_lock1 with size 56x53 (17.2% wasted)
ANI 2_lockspin with size 100x100 (21.9% wasted)
ANI 2_lead1 with size 26x26 (18.8% wasted)
ANI 2_energy2 with size 86x96 (25.0% wasted)
ANI toggle1 with size 57x20 (37.5% wasted)
ANI weapons1 with size 126x20 (37.5% wasted)
ANI weapons1_b with size 150x20 (37.5% wasted)
ANI 2_toparc1 with size 252x60 (6.3% wasted)
ANI 2_toparc2 with size 35x24 (25.0% wasted)
ANI 2_toparc3 with size 41x29 (9.4% wasted)
ANI 2_leftarc with size 103x252 (1.6% wasted)
ANI 2_rightarc1 with size 103x252 (1.6% wasted)
ANI 2_reticle1 with size 40x24 (25.0% wasted)
ANI targhit1 with size 31x21 (34.4% wasted)
ANI energy1 with size 12x41 (35.9% wasted)
ANI targetview1 with size 137x156 (39.1% wasted)
ANI targetview2 with size 4x96 (25.0% wasted)
ANI targetview3 with size 7x20 (37.5% wasted)
ANI damage1 with size 148x25 (21.9% wasted)
ANI support1 with size 108x24 (25.0% wasted)
ANI objective1 with size 149x21 (34.4% wasted)
ANI wingman1 with size 71x53 (17.2% wasted)
ANI wingman2 with size 35x53 (17.2% wasted)
ANI wingman3 with size 14x53 (17.2% wasted)
ANI netlag1 with size 29x30 (6.3% wasted)
ANI head1 with size 164x132 (48.4% wasted)
ANI time1 with size 47x23 (28.1% wasted)
Loading model 'Starfield.pof'
IBX: Found a good IBX/TSB to read for 'Starfield.pof'.
IBX-DEBUG => POF checksum: 0x07d8680d, IBX checksum: 0x3d22d0e6 -- "Starfield.pof"
Model Starfield.pof has a null moment of inertia!  (This is only a problem if the model is a ship.)
=================== STARTING LEVEL DATA LOAD ==================
ANI 2_Loading.ani with size 824x43 (32.8% wasted)
Loading model 'support2t-01.pof'
IBX: Found a good IBX/TSB to read for 'support2t-01.pof'.
IBX-DEBUG => POF checksum: 0x6512c7b6, IBX checksum: 0xd4a3527c -- "support2t-01.pof"
Loading model 'support2v-01.pof'
IBX: Found a good IBX/TSB to read for 'support2v-01.pof'.
IBX-DEBUG => POF checksum: 0x0abd41b4, IBX checksum: 0x3aadce53 -- "support2v-01.pof"
Allocating space for at least 222 new ship subsystems ...  a total of 400 is now available (107 in-use).
About to page in ships!
ANI shield-f06 with size 112x93 (27.3% wasted)
ANI shield-f13 with size 112x93 (27.3% wasted)
ANI shieldft-03 with size 112x93 (27.3% wasted)
ANI shield-b09 with size 112x93 (27.3% wasted)
ANI shieldfv-01 with size 112x93 (27.3% wasted)
BMPMAN: Found EFF (Subach_AniBitmap.eff) with 6 frames at 5 fps.
BMPMAN: Found EFF (PrometheusR_AniBitmap.eff) with 12 frames at 5 fps.
BMPMAN: Found EFF (particle_blue.eff) with 11 frames at 22 fps.
BMPMAN: Found EFF (AAAbeamAglow.eff) with 35 frames at 30 fps.
BMPMAN: Found EFF (AAAbeamAB.eff) with 15 frames at 15 fps.
BMPMAN: Found EFF (particle_green.eff) with 11 frames at 22 fps.
BMPMAN: Found EFF (GreenBeamGlow.eff) with 30 frames at 60 fps.
BMPMAN: Found EFF (GreenBeam2Glow.eff) with 30 frames at 60 fps.
BMPMAN: Found EFF (TbeamAglow.eff) with 30 frames at 30 fps.
Loading model 'Blip.pof'
IBX: Found a good IBX/TSB to read for 'Blip.pof'.
IBX-DEBUG => POF checksum: 0x83ceab91, IBX checksum: 0x710a00d2 -- "Blip.pof"
Loading model 'rockeye.pof'
IBX: Found a good IBX/TSB to read for 'rockeye.pof'.
IBX-DEBUG => POF checksum: 0x25ff4c7f, IBX checksum: 0x541aef89 -- "rockeye.pof"
Loading model 'Tempest.pof'
IBX: Found a good IBX/TSB to read for 'Tempest.pof'.
IBX-DEBUG => POF checksum: 0xd02a81ee, IBX checksum: 0xf6422721 -- "Tempest.pof"
Loading model 'NewHornet.pof'
IBX: Found a good IBX/TSB to read for 'NewHornet.pof'.
IBX-DEBUG => POF checksum: 0x98d35b7d, IBX checksum: 0xe4ac391c -- "NewHornet.pof"
Loading model 'crossbow.pof'
IBX: Found a good IBX/TSB to read for 'crossbow.pof'.
IBX-DEBUG => POF checksum: 0x586f384b, IBX checksum: 0xb14be0e0 -- "crossbow.pof"
Loading model 'trebuchet.pof'
IBX: Found a good IBX/TSB to read for 'trebuchet.pof'.
IBX-DEBUG => POF checksum: 0x688e15f5, IBX checksum: 0xf6c9668d -- "trebuchet.pof"
Loading model 'piranha.pof'
IBX: Found a good IBX/TSB to read for 'piranha.pof'.
IBX-DEBUG => POF checksum: 0x0ba39db4, IBX checksum: 0x333b32e2 -- "piranha.pof"
Loading model 'stilettoII.pof'
IBX: Found a good IBX/TSB to read for 'stilettoII.pof'.
IBX-DEBUG => POF checksum: 0x6f4352cf, IBX checksum: 0xc0f267c6 -- "stilettoII.pof"
Loading model 'belial.pof'
IBX: Found a good IBX/TSB to read for 'belial.pof'.
IBX-DEBUG => POF checksum: 0xb8ba8933, IBX checksum: 0x70b7a630 -- "belial.pof"
BMPMAN: Found EFF (shockwave01.eff) with 94 frames at 60 fps.
Loading model 'helios.pof'
IBX: Found a good IBX/TSB to read for 'helios.pof'.
IBX-DEBUG => POF checksum: 0xc75db1da, IBX checksum: 0xd9214c8a -- "helios.pof"
Loading model 'cmeasure01.pof'
IBX: Found a good IBX/TSB to read for 'cmeasure01.pof'.
IBX-DEBUG => POF checksum: 0x39d1d2bf, IBX checksum: 0x23737dab -- "cmeasure01.pof"
Loading model 'MX-50.pof'
IBX: Found a good IBX/TSB to read for 'MX-50.pof'.
IBX-DEBUG => POF checksum: 0x80ed0ef6, IBX checksum: 0x79a2a4ec -- "MX-50.pof"
Loading model 'harbinger.pof'
IBX: Found a good IBX/TSB to read for 'harbinger.pof'.
IBX-DEBUG => POF checksum: 0x00344f78, IBX checksum: 0x044f341b -- "harbinger.pof"
Loading model 'Interceptor.pof'
IBX: Found a good IBX/TSB to read for 'Interceptor.pof'.
IBX-DEBUG => POF checksum: 0x3d4ed74c, IBX checksum: 0x6283fd66 -- "Interceptor.pof"
Model Interceptor.pof has a null moment of inertia!  (This is only a problem if the model is a ship.)
Loading model 'hornet.pof'
IBX: Found a good IBX/TSB to read for 'hornet.pof'.
IBX-DEBUG => POF checksum: 0x84f2378d, IBX checksum: 0x1203869f -- "hornet.pof"
Loading model 'debris01.pof'
IBX: Found a good IBX/TSB to read for 'debris01.pof'.
IBX-DEBUG => POF checksum: 0x974f214b, IBX checksum: 0x368eb490 -- "debris01.pof"
Loading model 'debris02.pof'
IBX: Found a good IBX/TSB to read for 'debris02.pof'.
IBX-DEBUG => POF checksum: 0x8e0eed50, IBX checksum: 0x7b2a747e -- "debris02.pof"
BMPMAN: Found EFF (Cmuzzle.eff) with 4 frames at 30 fps.
Paging in mission messages
Stopping model page in...
ANI 2_radar1.ani with size 209x170 (33.6% wasted)
ANI 2_Loading.ani with size 824x43 (32.8% wasted)
ANI 2_lock1.ani with size 56x53 (17.2% wasted)
ANI 2_lead1.ani with size 26x26 (18.8% wasted)
ANI 2_energy2.ani with size 86x96 (25.0% wasted)
ANI toggle1.ani with size 57x20 (37.5% wasted)
ANI weapons1.ani with size 126x20 (37.5% wasted)
ANI 2_toparc1.ani with size 252x60 (6.3% wasted)
ANI 2_toparc2.ani with size 35x24 (25.0% wasted)
ANI 2_toparc3.ani with size 41x29 (9.4% wasted)
ANI 2_leftarc.ani with size 103x252 (1.6% wasted)
ANI 2_rightarc1.ani with size 103x252 (1.6% wasted)
ANI 2_reticle1.ani with size 40x24 (25.0% wasted)
ANI targhit1.ani with size 31x21 (34.4% wasted)
ANI energy1.ani with size 12x41 (35.9% wasted)
ANI targetview1.ani with size 137x156 (39.1% wasted)
ANI targetview2.ani with size 4x96 (25.0% wasted)
ANI targetview3.ani with size 7x20 (37.5% wasted)
ANI damage1.ani with size 148x25 (21.9% wasted)
ANI support1.ani with size 108x24 (25.0% wasted)
ANI objective1.ani with size 149x21 (34.4% wasted)
ANI wingman1.ani with size 71x53 (17.2% wasted)
ANI wingman2.ani with size 35x53 (17.2% wasted)
ANI wingman3.ani with size 14x53 (17.2% wasted)
ANI netlag1.ani with size 29x30 (6.3% wasted)
ANI head1.ani with size 164x132 (48.4% wasted)
ANI time1.ani with size 47x23 (28.1% wasted)
ANI shield-f06.ani with size 112x93 (27.3% wasted)
ANI shield-f13.ani with size 112x93 (27.3% wasted)
ANI shieldft-03.ani with size 112x93 (27.3% wasted)
ANI shield-b09.ani with size 112x93 (27.3% wasted)
ANI shieldfv-01.ani with size 112x93 (27.3% wasted)
User bitmap 'TMP256x256+8'
User bitmap 'TMP256x256+8'
User bitmap 'TMP128x128+8'
Bmpman: 2804/4750 bitmap slots in use.
Ending level bitmap paging...
=================== ENDING LOAD ================
Real count = 602,  Estimated count = 425
================================================
Received post for event GS_EVENT_CMD_BRIEF during state transtition. Find Allender if you are unsure if this is bad.
Got event GS_EVENT_CMD_BRIEF (55) in state GS_STATE_START_GAME (52)
ANI cb_sm1-08_a with size 440x200 (21.9% wasted)
Frame  0 too long!!: frametime = 17.714 (17.714)
ANI cb_sm1-08_a.ani with size 440x200 (21.9% wasted)
Frame  0 too long!!: frametime = 2.255 (2.255)
Got event GS_EVENT_START_BRIEFING (15) in state GS_STATE_CMD_BRIEF (43)
ANI 2_BriefMap with size 918x400 (21.9% wasted)
ANI iconwing01 with size 32x28 (12.5% wasted)
ANI iconSD4 with size 56x24 (25.0% wasted)
ANI iconScalpel with size 56x24 (25.0% wasted)
ANI iconPromR with size 56x24 (25.0% wasted)
Loading model 'tempest_tech.pof'
IBX: Found a good IBX/TSB to read for 'tempest_tech.pof'.
IBX-DEBUG => POF checksum: 0x457ab425, IBX checksum: 0x7183bf7e -- "tempest_tech.pof"
Loading model 'newhornet_tech.pof'
IBX: Found a good IBX/TSB to read for 'newhornet_tech.pof'.
IBX-DEBUG => POF checksum: 0xe97f1fa7, IBX checksum: 0x785e23c6 -- "newhornet_tech.pof"
Loading model 'crossbow_tech.pof'
IBX: Found a good IBX/TSB to read for 'crossbow_tech.pof'.
IBX-DEBUG => POF checksum: 0x3c2d3c20, IBX checksum: 0x3ba92db3 -- "crossbow_tech.pof"
Loading model 'stilettoII_tech.pof'
IBX: Found a good IBX/TSB to read for 'stilettoII_tech.pof'.
IBX-DEBUG => POF checksum: 0xf50214c4, IBX checksum: 0x0bb6314c -- "stilettoII_tech.pof"
ANI iconInstall with size 130x91 (28.9% wasted)
ANI FadeiconInstall with size 130x91 (28.9% wasted)
ANI FadeiconInstall.ani with size 130x91 (28.9% wasted)
ANI iconT-vette with size 80x31 (3.1% wasted)
ANI fadeiconT-vette with size 80x31 (3.1% wasted)
ANI fadeiconT-vette.ani with size 80x31 (3.1% wasted)
ANI icont-cruiser with size 70x18 (43.8% wasted)
ANI FadeiconT-cruiser with size 70x18 (43.8% wasted)
ANI FadeiconT-cruiser.ani with size 70x18 (43.8% wasted)
ANI icont-freight with size 68x28 (12.5% wasted)
ANI Fadeicont-Freighter with size 68x28 (12.5% wasted)
ANI Fadeicont-Freighter.ani with size 68x28 (12.5% wasted)
ANI iconT-transport with size 40x23 (28.1% wasted)
ANI fadeIconT-transport with size 40x23 (28.1% wasted)
ANI fadeIconT-transport.ani with size 40x23 (28.1% wasted)
ANI icont-bomberW with size 45x73 (43.0% wasted)
ANI Fadeicont-BomberW with size 45x73 (43.0% wasted)
ANI Fadeicont-BomberW.ani with size 45x73 (43.0% wasted)
Frame  0 too long!!: frametime = 0.587 (0.587)
ANI iconInstall.ani with size 130x91 (28.9% wasted)
ANI iconT-vette.ani with size 80x31 (3.1% wasted)
ANI icont-cruiser.ani with size 70x18 (43.8% wasted)
Got event GS_EVENT_ENTER_GAME (2) in state GS_STATE_BRIEFING (10)
Entering game at time =  40.404
render_target: creating new 256x256 FBO
texture_pool: creating new 256x256 texture
texture_pool: creating new 256x256 texture
  Compiling special shader ->  post-v.sdr / brightpass-f.sdr ...
Fragment shader failed to compile:
Fragment shader failed to compile with the following errors:
ERROR: 0:4: error(#133) Reserved word: static
ERROR: error(#273) 1 compilation errors.  No code generated

ERROR! Unable to create fragment shader!
Post-processing disabled.
Frame  1 too long!!: frametime = 0.256 (0.256)
Int3(): From c:\users\hery\desktop\postprocessing\code\hud\hudtarget.cpp at line 1815
Potato!

 

Offline Hery

  • 26
@Tolwyn: Could you describe again what "post-processing is not working" means on your computer? (black screen with hud only, everything works except post-processing, etc) According to debug log everything is ok, so I'm afraid problem is in a part of the code I didn't expected to fail and I need more information to fix this.

@Nemesis6: the first two screens shows bugs that are not mine fault but someone else. Problem presented on the other screens is going to be solved soon ;D

@Kiloku: Please, use the latest debug build to generate debug logs.

 

Offline Kiloku

  • 27
  • Buzzbuzz!
I used the 3.6.11d.exe, that comes on your post-processing build... Which one should I use?
Potato!

 

Offline Hery

  • 26
This one: http://www.hard-light.net/forums/index.php?topic=64986.160
It's my fault, I forgot to update the first post.

  

Offline Tolwyn

  • The Admiral
  • Administrator
  • 214
  • Ridiculously Old Fraud
    • Wing Commander Saga
I see no real difference. Some effects like bloom should be enabled by default, shouldn't they? I'll try your demo mission tomorrow.
Wing Commander Saga: A Legend Is Reborn | WingCenter
 
Tolwyn’s reputation for risk taking with other people’s lives was considered  to understate the facts. The admiral’s willingness to sacrifice anyone or anything to achieve his objectives had long been lauded in the popular press. He was “the man who got things done”.- Colonel Blair

No errors, no random CTDs, just pure fun and proof of why getting hit with missiles is a bad thing.
-WC Saga's beta tester


Report Wing Commander Saga bugs with Mantis

 

Offline Kiloku

  • 27
  • Buzzbuzz!
I was testing again, and when the Hawkwood turned me into a lot of melted metal on space with their main beam cannons, the game crashed and gave me this:
Assert: team != -1
File: object.cpp
Line: 1791

<no module>! KiFastSystemCallRet
<no module>! WaitForSingleObject + 18 bytes
<no module>! <no symbol>
<no module>! <no symbol>
<no module>! <no symbol>
<no module>! <no symbol>
<no module>! <no symbol>
<no module>! <no symbol>
<no module>! <no symbol>
<no module>! <no symbol>
<no module>! <no symbol>
<no module>! <no symbol>
<no module>! <no symbol>
<no module>! <no symbol>
<no module>! <no symbol>
<no module>! <no symbol>
<no module>! <no symbol>
<no module>! <no symbol>
<no module>! <no symbol>
<no module>! <no symbol>
<no module>! <no symbol>
<no module>! <no symbol>
<no module>! RegisterWaitForInputIdle + 73 bytes

Also, the bloom worked with this newest build, but seemed a lot less noticeable than on most screenshots around here, I had to change bloom_intensity to 150

Btw, I can't post the log, again. Not even as code, because it will take more than 50k characters
Potato!