Author Topic: 3.6.9 Release Candidate 7  (Read 96828 times)

0 Members and 1 Guest are viewing this topic.

Offline karajorma

  • King Louie - Jungle VIP
  • Administrator
  • 214
    • Karajorma's Freespace FAQ
Re: 3.6.9 Release Candidate 7
That is a point. FS2NetD was down at the time so I had no way to test it. (And I've never had the code to FS2NetD itself so I can't check it against that either).

As for pilot files I was thinking about doing the same thing Singleplayer does. Simply save them elsewhere. That should be a fairly minor pilot file change and it doesn't interfere with what you're doing since it would be obsolete once you're done anyway.
Karajorma's Freespace FAQ. It's almost like asking me yourself.

[ Diaspora ] - [ Seeds Of Rebellion ] - [ Mind Games ]

 

Offline taylor

  • Super SCP/Linux Guru
  • Moderator
  • 212
    • http://www.icculus.org/~taylor
Re: 3.6.9 Release Candidate 7
That is a point. FS2NetD was down at the time so I had no way to test it. (And I've never had the code to FS2NetD itself so I can't check it against that either).
I don't actually think that it will be a problem, but I would prefer to know that is wasn't a problem. :)

I'll send you the code if you want it.  The current server side code, and the new client side code that I've been working on (but haven't tested yet).  If we need to change anything to make it compatible then now would be the time to do that.

As for pilot files I was thinking about doing the same thing Singleplayer does. Simply save them elsewhere. That should be a fairly minor pilot file change and it doesn't interfere with what you're doing since it would be obsolete once you're done anyway.
Good idea.  Since I disabled networking in Inferno builds previously, I just never did the location change for multiplayer pilots like I did for single player ones.

 

Offline karajorma

  • King Louie - Jungle VIP
  • Administrator
  • 214
    • Karajorma's Freespace FAQ
Re: 3.6.9 Release Candidate 7
I don't actually think that it will be a problem, but I would prefer to know that is wasn't a problem. :)


I agree. If I can get some time free tonight I'll take a look.

Quote
I'll send you the code if you want it.  The current server side code, and the new client side code that I've been working on (but haven't tested yet).  If we need to change anything to make it compatible then now would be the time to do that.


Agreed. You have my email right?

Quote
Good idea.  Since I disabled networking in Inferno builds previously, I just never did the location change for multiplayer pilots like I did for single player ones.

Only thing I would suggest though is not calling the folder Inferno. :)
Karajorma's Freespace FAQ. It's almost like asking me yourself.

[ Diaspora ] - [ Seeds Of Rebellion ] - [ Mind Games ]

 

Offline taylor

  • Super SCP/Linux Guru
  • Moderator
  • 212
    • http://www.icculus.org/~taylor
Re: 3.6.9 Release Candidate 7
Agreed. You have my email right?
Yep.  I'll send the code your way in a few hours.

Only thing I would suggest though is not calling the folder Inferno. :)
But, they are pilots committed to the firery depths of Hell.  Why wouldn't it be called Inferno? ;)

Seriously, it might be a good idea to change that, though I can't really think of anything else to called it at the moment.

 

Offline IPAndrews

  • Disgruntled Customer
  • 212
  • This site stole my work
Re: 3.6.9 Release Candidate 7
All 4 Inferno builds for those of you who need them.

 :yes:
Be warned: This site's admins stole 100s of hours of my work. They will do it to you.

 

Offline Trivial Psychic

  • 212
  • Snoop Junkie
Re: 3.6.9 Release Candidate 7
Agreed.
The Trivial Psychic Strikes Again!

 

Offline brandx0

  • 210
  • The Angriest Angel.
    • Fate of the Galaxy: The Star Wars Conversion for Freespace
Re: 3.6.9 Release Candidate 7
Could someone perhaps explain in a little bit more detail than "They're for those mods" as to the differences between the different builds? (Inferno, etc)
Former Senior Modeler, Texturer and Content Moderator (retired), Fate of the Galaxy
"I love your wrong proportions--too long, no, wait, too short
I love you with a highly symbolic torpedo up the exhaust port"
-swashmebuckle's ode to the transport

 

Offline Prophet

  • 210
  • The know-it-all
Re: 3.6.9 Release Candidate 7
Inferno builds work when you have hordes of ships in your tables. Regural builds do not. That's pretty much it. As far as I know you could play the main campaign with Inferno build (right?). But you couldn't play Inferno campaign (or any other that has more than 130 table entries) without an Inferno build. Then there is some issues about the multiplayer, but I no longer have any idea what that is about. I leave that to the beings from the higher plane. There reason there is a different inferno build is the multiplayer issue.
I'm not saying anything. I did not say anything then and I'm not saying anything now. -Dukath
I am not breaking radio silence just cos' you lot got spooked by a dead flying ****ing cow. -Sergeant Harry Wells/Dog Soldiers


Prophet is walking in the deep dark places of the earth...

 

Offline taylor

  • Super SCP/Linux Guru
  • Moderator
  • 212
    • http://www.icculus.org/~taylor
Re: 3.6.9 Release Candidate 7
Could someone perhaps explain in a little bit more detail than "They're for those mods" as to the differences between the different builds? (Inferno, etc)
Inferno builds have to following changes:

  • Increased number of ship classes (250, as opposed to 130 in a regular build)
  • Increased number of weapon types (300, as oppsed to 200 in a regular build)
  • Increased number of different models which can be loaded at the same time (300, as opposed to 128 in a regular build)
  • Increased number of vertex buffers per submodel (24, as opposed to 16 in a regular build)
  • Pilots are stored in a different location than regular builds (data/players/single/inferno/)

Because of the ship and weapon related changes, Inferno builds are not compatible with regular builds.  At one point Inferno builds were not compatible with the networking code, but karajorma has since fixed that.  Though, there are some lingering multiplayer related issues which still need to be worked out.  Pilot files are still not compatible however and you can't use an Inferno pilot with a regular build.

Because of the model related changes the Inferno builds need more base memory than a regular build does and some operations relating to those numbers will be a little slower.  It's currently unknown whether or not the Inferno mod actually needs the 3rd and 4th options any longer.  Basically those bumps are just to cover inefficiencies in mission design or modeling/texturing.  It is quite likely that neither option is needed at this point as other code upgrades, and with more experienced and knowledgeable mission/model makers, has made it possible to do many more things than were available when the Inferno-specific build changes were originally needed.

With the upcoming pilot file code upgrade (slated for the 3.7 FSO release) the 1st and 2nd options will be made dynamic, so there will be no need for special builds if you have a bunch of ships or weapons.  The neworking code will also adapt to handle those changes.  At that point the need for separate storage locations for pilots will not be needed.  However, there will be no upgrade path from Inferno build pilots to the new pilot file format.  Only regular build pilots will be able to upgrade and not lose any progress or settings.  Inferno build pilots will have to be deleted and a new pilot started.

The 4th option will also be made dynamic with a slight graphics/model code upgrade for the 3.7 release.  It is likely that D3D will be officially unusable at that time however, since it is doubtful that anyone will make the required changes to that part of the code to handle the upgrade.  The upgrade is intended to simplify the code, reduce memory usage on the video card, more efficiently handle the video card memory that it does use, and increase rendering performance.

 

Offline IPAndrews

  • Disgruntled Customer
  • 212
  • This site stole my work
Re: 3.6.9 Release Candidate 7
Those limits seem much more reasonable across the board. Do you know off the top of your head what the performance hit is? If you don't then it's not a problem.
Be warned: This site's admins stole 100s of hours of my work. They will do it to you.

 

Offline taylor

  • Super SCP/Linux Guru
  • Moderator
  • 212
    • http://www.icculus.org/~taylor
Re: 3.6.9 Release Candidate 7
Those limits seem much more reasonable across the board.
How do you figure?  I can understand the ships and weapons (though they really just need to be dynamic and not have any limit, but we all know that already), but the model related things are just bad.

If you need 300 different POFs loaded at the same time then you have some serious mission design problems.  That would make a mission so memory hungry that almost no one would be able to play it very well.  At one point that might have been more of an issue (like with the duplicate model thing for texture replacement, which is now obsolete), but it's pretty difficult to even use that many now, must less need that many.  But in spite of that, the number of different POFs which can be loaded at once will also end up going dynamic before too much longer.

And the vertex buffers per submodel thing, that just means the Inferno needed 24 textures for each submodel.  That doesn't count glowmaps, specmaps, or anything like that, just the base map.  Even a horribly inefficient model would maybe use 10.  95% of existing models (which aren't absolute crap) would use no more than 3.  And if you follow the efficient model texturing guidelines then you should really only need 1 texture per submodel.

Do you know off the top of your head what the performance hit is?
Not really.  I have never profiled an Inferno build (mainly because I don't use them), but we are probably talking about sub-nanosecond differences.  While a pretty small number by itself, it will add up to something bigger eventually.  For the most part though you would never notice the speed drop.  By the the time that you ended up using that much stuff to be able to profile it the memory usage would be so high and the rendering performance drop so great that it would be practically impossible measure.

 

Offline IPAndrews

  • Disgruntled Customer
  • 212
  • This site stole my work
Re: 3.6.9 Release Candidate 7
How do you figure?

"More than you would ever sensibly want to use" sounds good to me.
Be warned: This site's admins stole 100s of hours of my work. They will do it to you.

 

Offline taylor

  • Super SCP/Linux Guru
  • Moderator
  • 212
    • http://www.icculus.org/~taylor
Re: 3.6.9 Release Candidate 7
"More than you would ever sensibly want to use" sounds good to me.
But then it uses more memory and runs slower.  That takes away from actual content, like better sound effects, shaders, new mapping techniques, more complex missions, more detailed ships, cooler weapons, etc.  "Just what you need" is the better phrase since you actually end up getting more out of it.  Who gives a crap about how much it could do when that just limits what you actually can do.  :)

 

Offline IPAndrews

  • Disgruntled Customer
  • 212
  • This site stole my work
Re: 3.6.9 Release Candidate 7
Okay I'll settle on "slightly more than a reasonably safe amount more than you need" as running out is such a PITA.  :)

I have enjoyed this conversation.
Be warned: This site's admins stole 100s of hours of my work. They will do it to you.

 

Offline taylor

  • Super SCP/Linux Guru
  • Moderator
  • 212
    • http://www.icculus.org/~taylor
Re: 3.6.9 Release Candidate 7
Okay I'll settle on "slightly more than a reasonably safe amount more than you need" as running out is such a PITA.  :)
That's why we're working so hard to go dynamic for everything though.  Then it will always be "Just what you need", for each individual set of tables or individual mission, and you'll never have to worry about running out.  Well, you'll have to worry about running out of memory, but that's about it.  ;)

 

Offline IPAndrews

  • Disgruntled Customer
  • 212
  • This site stole my work
Re: 3.6.9 Release Candidate 7
Good point. You've persuaded me to go back to my original "More than you would ever sensibly want to use".

This has been a good conversation.
Be warned: This site's admins stole 100s of hours of my work. They will do it to you.

 

Offline bizzybody

  • 29
  • Space Viking
    • Fandemonium 2008!
Re: 3.6.9 Release Candidate 7

And if for some reason you still don't have them, the MediaVP patches to fixes various graphics issues:
http://fs2source.warpcore.org/mediavp/mp-710_adveffects.rar
http://fs2source.warpcore.org/mediavp/mp-710_effects.rar
http://fs2source.warpcore.org/mediavp/mp-710_models.rar

Are these still needed for the October 19 updated release of the VP files? (I got temporary access to some really fat broadband yesterday so I decided to grab all the FSO stuff.)
"They were really only teeny little A-bombs, honest!" Dr. Charles Dart

 

Offline Backslash

  • Moderator
  • 29
  • Bring Our Might To Bear
Re: 3.6.9 Release Candidate 7
Reh?!
(scours the FSU forum) :nervous:
WHERE?

 

Offline Herra Tohtori

  • The Academic
  • 211
  • Bad command or file name
Re: 3.6.9 Release Candidate 7
...October 19 updated release of the VP files?

Indeed??!

What, where and when? :nervous: I haven't noticed any new MediaVP releases.
There are three things that last forever: Abort, Retry, Fail - and the greatest of these is Fail.

 
Re: 3.6.9 Release Candidate 7
 :confused:

I've just run into an interesting problem.  Been running 3.6.9 RC7 properly for quite a while now.
Just upgraded my computer from 1x 512MB DDR400 to a pack of two Corsair 1GB DDR400 RAM in dual channel mode.  I've stress tested the motherboard and RAM by running some other memory hungry applications, so I think the RAM itself is fine.  But now I can't play for five minutes without getting an Access Violation and dumping back to the desktop.

Please find below the debug error log:

Code: [Select]
fs2_open_3_6_9_debug caused an Access Violation in module fs2_open_3_6_9_debug.exe at 001b:0056f51b.
Exception handler called in FreeSpace 2 Main Thread.
Error occurred at 10/21/2006 14:29:02.
D:\GAMES\FS2\fs2_open_3_6_9_debug.exe, run by User.
1 processor(s), type 586.
2048 MBytes physical memory.
Read from location 00000000 caused an access violation.

Registers:
EAX=00000000 CS=001b EIP=0056f51b EFLGS=00210246
EBX=7ffdf000 SS=0023 ESP=0012ee24 EBP=0012f2e4
ECX=015a7a98 DS=0023 ESI=0012ee24 FS=003b
EDX=00000000 ES=0023 EDI=0012f2e4 GS=0000
Bytes at CS:EIP:
8a 10 85 d2 75 02 eb 9f c7 45 88 00 00 00 00 eb
Stack dump:
0012ee24: 0012f34c 0012f768 7ffdf000 cccccccc cccccccc cccccccc cccccccc cccccccc
0012ee44: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012ee64: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc 00000004 00000001
0012ee84: 00000000 00000000 cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012eea4: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012eec4: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012eee4: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012ef04: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012ef24: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012ef44: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012ef64: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012ef84: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012efa4: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012efc4: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012efe4: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f004: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f024: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f044: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f064: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f084: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f0a4: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f0c4: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f0e4: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f104: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f124: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f144: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f164: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f184: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f1a4: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f1c4: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f1e4: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f204: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f224: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f244: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f264: cccccccc cccccccc cccccccc 038e8aa0 cccccccc cccccccc cccccccc cccccccc
0012f284: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f2a4: 42891e49 cccccccc cccccccc cccccccc cccccc01 cccccc00 cccccc00 00000000
0012f2c4: cccccc00 01261a2c 015a5fb0 00000003 00000003 0395e498 00000000 00000000
0012f2e4: 0012f34c 0056e3c1 0000058a 01261a5c 01261a50 00000040 00000019 0012f3d0
0012f304: 0012f768 7ffdf000 cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f324: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f344: cccccccc cccccccc 0012f3d0 0056e31f 0000058a 01261a5c 01261a50 00000040
0012f364: 00000019 00000001 0012f700 0012f768 7ffdf000 cccccccc cccccccc cccccccc
0012f384: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f3a4: cccccccc cccccccc cccccccc cccccccc cccccccc 00000001 cccccccc 038e9880
0012f3c4: 00000005 0000ae0a 0395e498 0012f700 004e0043 0000058a 01261a5c 01261a50
0012f3e4: 00000040 00000019 ffffffff 00000000 0012f75c 0012f768 7ffdf000 cccccccc
0012f404: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f424: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f444: cccccccc 00000001 cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f464: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f484: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f4a4: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f4c4: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f4e4: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f504: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f524: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f544: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f564: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f584: cccccccc cccccccc cccccccc cccccccc 00000000 0015fb00 0016201e 01261b80
0012f5a4: 3f800000 3f800000 3f800000 3f800000 cccccc01 00000000 00000000 3f800000
0012f5c4: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f5e4: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f604: cccccccc cccccccc cccccccc cccccccc 00000000 cccccccc 01261ab4 cccccccc
0012f624: 00000040 cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f644: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f664: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f684: cccccccc cccccccc cccccccc 00000000 00000000 00000000 00000000 00000000
0012f6a4: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
0012f6c4: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
0012f6e4: 00000000 cccccc00 cccccc00 01868188 00000000 015a5fb0 00000018 0012f75c
0012f704: 004447f0 01261a2c 0012f7e4 0012f768 7ffdf000 cccccccc cccccccc cccccccc
0012f724: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f744: cccccccc cccccccc cccccccc cccccccc cccccccc 00000001 0012f7e4 005ecd0e
0012f764: 01261a2c 0012f84c 0012f7f4 7ffdf000 cccccccc cccccccc cccccccc cccccccc
0012f784: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f7a4: cccccccc cccccccc cccccccc cccccccc 029cddf0 00000009 40728600 c3a6ec0a
0012f7c4: 4505d72a 029cdf30 cccccccc cccccccc 00000000 0000001c 0000001c 012c4a50
0012f7e4: 0012f84c 0040a7b3 00444730 0012f844 0012f928 0012f85c 7ffdf000 cccccccc
0012f804: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f824: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc 00000000
0012f844: cccccc00 00000000 0012f928 0040bde4 0012f8f0 0012f8cc 0012f980 0012fa40
0012f864: 7ffdf000 cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f884: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f8a4: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f8c4: cccccccc cccccccc 3f7f8f1a 3caf1858 3d5fcfd2 bcc65aff 3f7f94a4 3d5457ca
0012f8e4: bd5ae812 bd596575 3f7f45d6 c29ae815 440adced 457ec78e 0052df7c 0052df7c
0012f904: 00000000 00000000 00000000 0052df7c 00000000 00000000 cccccccc 0052de76
0012f924: 00000001 0012f980 0040c970 00000000 0012f9d8 0012fa40 7ffdf000 cccccccc
0012f944: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f964: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc 0012f9d8
0012f984: 0040efb7 0012fa38 0012fa40 7ffdf000 cccccccc cccccccc cccccccc cccccccc
0012f9a4: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012f9c4: cccccccc cccccccc cccccccc cccccccc 00000001 0012fa38 0054b2b9 00000002
0012f9e4: 0012fab4 0012fa40 7ffdf000 cccccccc cccccccc cccccccc cccccccc cccccccc
0012fa04: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012fa24: cccccccc cccccccc cccccccc 00000002 ffffffff 0012fab4 004100a7 0012ff18
0012fa44: 0012fac0 7ffdf000 cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012fa64: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012fa84: cccccccc cccccccc 00000000 00000020 00000019 7ff7c000 5fef8000 a69aa000
0012faa4: 91aeb000 7ffe0000 735a0000 00000002 0012ff30 00410239 00142398 80000001
0012fac4: 00c9da84 7ffdf000 cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012fae4: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012fb04: cccccccc cccccccc 0012fb1c 475c3a44 53454d41 3253465c 32736600 65706f5f
0012fb24: 5f335f6e 5f395f36 75626564 78652e67 cccc0065 cccccccc cccccccc cccccccc
0012fb44: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012fb64: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012fb84: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012fba4: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012fbc4: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012fbe4: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012fc04: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012fc24: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012fc44: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012fc64: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012fc84: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012fca4: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012fcc4: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012fce4: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012fd04: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012fd24: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012fd44: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012fd64: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012fd84: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012fda4: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012fdc4: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012fde4: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012fe04: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012fe24: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012fe44: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012fe64: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012fe84: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012fea4: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012fec4: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012fee4: cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc cccccccc
0012ff04: cccccccc cccccccc cccccccc 00000000 ffffffff 0012fac0 0012ea48 0012ffb0
0012ff24: 007a9648 0082cfb0 00000000 0012ffc0 007aa006 00400000 00000000 00142398
0012ff44: 00000001 80000001 00c9da84 7ffdf000 00000001 00000008 00142398 ae04fc4c
0012ff64: 00000044 00144fe8 00143840 00144ff8 00000000 00000000 00000000 00000000
0012ff84: 00000000 00000000 00000000 00000401 00000001 00000000 00000000 00010001
0012ffa4: 00000000 0012ff48 8a6a604c 0012ffe0 007a9648 0089fae8 00000000 0012fff0
0012ffc4: 7c816fd7 80000001 00c9da84 7ffdf000 8054a938 0012ffc8 88349818 ffffffff
0012ffe4: 7c839aa8 7c816fe0 00000000 00000000 00000000 007a9ee0 00000000

Module list: names, addresses, sizes, time stamps and file times:
D:\GAMES\FS2\fs2_open_3_6_9_debug.exe, loaded at 0x00400000 - 8456188 bytes - 44f4b137 - file date is 8/29/2006 18:27:28
C:\WINDOWS\System32\l3codecx.ax, loaded at 0x03070000 - 83456 bytes - 35e152a5 - file date is 12/12/2002 01:14:32
C:\INTERNET\FIREWALL\Comodo\Firewall\appguard.dll, loaded at 0x0b0e0000 - 204800 bytes - 44ffd56e - file date is 9/20/2006 19:49:48
C:\WINDOWS\system32\ctagent.dll, loaded at 0x0b570000 - 61440 bytes - 3dc73578 - file date is 11/5/2002 12:05:30
C:\WINDOWS\system32\wrap_oal.dll, loaded at 0x0ba90000 - 413696 bytes - 44b6c3e5 - file date is 9/24/2006 00:36:28
C:\WINDOWS\system32\DVobSub.ax, loaded at 0x0ff80000 - 249856 bytes - 3df6f52f - file date is 12/11/2002 21:20:00
C:\WINDOWS\system32\OpenAL32.dll, loaded at 0x10000000 - 86016 bytes - 43cc4464 - file date is 9/24/2006 00:36:28
C:\WINDOWS\system32\vobsub.dll, loaded at 0x18220000 - 368640 bytes - 3df6f514 - file date is 12/11/2002 21:19:34
C:\WINDOWS\system32\divxdec.ax, loaded at 0x1c400000 - 565248 bytes - 41268b23 - file date is 9/2/2004 04:48:52
C:\WINDOWS\system32\NETAPI32.dll, loaded at 0x5b860000 - 332288 bytes - 44b7b8db - file date is 7/15/2006 04:31:40
C:\WINDOWS\system32\COMCTL32.dll, loaded at 0x5d090000 - 611328 bytes - 411096af - file date is 8/4/2004 01:56:42
C:\WINDOWS\system32\perfos.dll, loaded at 0x5e760000 - 25088 bytes - 411096b3 - file date is 8/4/2004 01:56:46
C:\WINDOWS\system32\OPENGL32.dll, loaded at 0x5ed00000 - 713728 bytes - 411096f8 - file date is 8/4/2004 01:56:46
C:\WINDOWS\system32\OLEPRO32.DLL, loaded at 0x5edd0000 - 83456 bytes - 411096f7 - file date is 8/4/2004 01:56:46
C:\WINDOWS\system32\mslbui.dll, loaded at 0x605d0000 - 25088 bytes - 4110972f - file date is 8/4/2004 01:56:44
C:\WINDOWS\system32\LPK.DLL, loaded at 0x629c0000 - 22016 bytes - 411096aa - file date is 8/4/2004 01:56:44
C:\WINDOWS\system32\hnetcfg.dll, loaded at 0x662b0000 - 344064 bytes - 411096a0 - file date is 8/4/2004 01:56:44
C:\WINDOWS\system32\HID.DLL, loaded at 0x688f0000 - 20992 bytes - 4110969c - file date is 8/4/2004 01:56:44
C:\WINDOWS\system32\GLU32.dll, loaded at 0x68b20000 - 122880 bytes - 41109697 - file date is 8/4/2004 01:56:44
C:\WINDOWS\system32\atioglxx.dll, loaded at 0x69000000 - 4857856 bytes - 42c21304 - file date is 6/29/2005 16:18:36
C:\Program Files\Common Files\Microsoft Shared\Speech\sapi.dll, loaded at 0x6d6e0000 - 741376 bytes - 411096b0 - file date is 8/4/2004 01:56:46
C:\WINDOWS\system32\d3d8thk.dll, loaded at 0x6d990000 - 8192 bytes - 41109692 - file date is 8/4/2004 01:56:42
C:\WINDOWS\system32\d3d8.dll, loaded at 0x6d9a0000 - 1179648 bytes - 41109692 - file date is 8/4/2004 01:56:42
C:\WINDOWS\system32\mswsock.dll, loaded at 0x71a50000 - 245248 bytes - 41109758 - file date is 8/4/2004 01:56:46
C:\WINDOWS\System32\wshtcpip.dll, loaded at 0x71a90000 - 19968 bytes - 411096fd - file date is 8/4/2004 01:56:48
C:\WINDOWS\system32\WS2HELP.dll, loaded at 0x71aa0000 - 19968 bytes - 411096f3 - file date is 8/4/2004 01:56:48
C:\WINDOWS\system32\WS2_32.dll, loaded at 0x71ab0000 - 82944 bytes - 411096f2 - file date is 8/4/2004 01:56:48
C:\WINDOWS\system32\WSOCK32.dll, loaded at 0x71ad0000 - 22528 bytes - 411096ff - file date is 8/4/2004 01:56:48
C:\WINDOWS\system32\DINPUT.dll, loaded at 0x72280000 - 159232 bytes - 411096af - file date is 8/4/2004 01:56:44
C:\WINDOWS\system32\MFC42u.DLL, loaded at 0x72830000 - 1024000 bytes - 411096a6 - file date is 8/4/2004 01:56:44
C:\WINDOWS\system32\msacm32.drv, loaded at 0x72d10000 - 20480 bytes - 3b7dfe2a - file date is 8/24/2001 01:00:00
C:\WINDOWS\system32\wdmaud.drv, loaded at 0x72d20000 - 23552 bytes - 411096c6 - file date is 8/4/2004 01:56:58
C:\WINDOWS\system32\msdmo.dll, loaded at 0x736b0000 - 14336 bytes - 41109701 - file date is 8/4/2004 01:56:44
C:\WINDOWS\system32\DDRAW.dll, loaded at 0x73760000 - 266240 bytes - 411096a0 - file date is 8/4/2004 01:56:44
C:\WINDOWS\system32\D3DIM700.DLL, loaded at 0x73940000 - 825344 bytes - 41109694 - file date is 8/4/2004 01:56:42
C:\WINDOWS\system32\DCIMAN32.dll, loaded at 0x73bc0000 - 8704 bytes - 4110969f - file date is 8/4/2004 01:56:44
C:\WINDOWS\system32\KsUser.dll, loaded at 0x73ee0000 - 4096 bytes - 411096ad - file date is 8/4/2004 01:56:44
C:\WINDOWS\system32\DSOUND.dll, loaded at 0x73f10000 - 367616 bytes - 411096d4 - file date is 8/4/2004 01:56:44
C:\WINDOWS\system32\MSCTF.dll, loaded at 0x74720000 - 294400 bytes - 411096ea - file date is 8/4/2004 01:56:44
C:\WINDOWS\system32\Quartz.dll, loaded at 0x74810000 - 1287168 bytes - 4313d872 - file date is 8/30/2005 16:54:26
C:\WINDOWS\system32\USP10.dll, loaded at 0x74d90000 - 406528 bytes - 411096ba - file date is 8/4/2004 01:56:48
C:\WINDOWS\system32\msctfime.ime, loaded at 0x755c0000 - 177152 bytes - 411096eb - file date is 8/4/2004 01:56:14
C:\WINDOWS\System32\devenum.dll, loaded at 0x75f40000 - 59904 bytes - 411096a6 - file date is 8/4/2004 01:56:44
C:\WINDOWS\system32\IMM32.DLL, loaded at 0x76390000 - 110080 bytes - 411096ae - file date is 8/4/2004 01:56:44
C:\WINDOWS\system32\SHFOLDER.dll, loaded at 0x76780000 - 25088 bytes - 411096b8 - file date is 8/4/2004 01:56:46
C:\WINDOWS\system32\ATL.DLL, loaded at 0x76b20000 - 58880 bytes - 411096c7 - file date is 8/4/2004 01:56:42
C:\WINDOWS\system32\WINMM.dll, loaded at 0x76b40000 - 176128 bytes - 411096d6 - file date is 8/4/2004 01:56:48
C:\WINDOWS\system32\WINTRUST.dll, loaded at 0x76c30000 - 176640 bytes - 411096b9 - file date is 8/4/2004 01:56:48
C:\WINDOWS\system32\IMAGEHLP.dll, loaded at 0x76c90000 - 144384 bytes - 411096a9 - file date is 8/4/2004 01:56:44
C:\WINDOWS\system32\iphlpapi.dll, loaded at 0x76d60000 - 94720 bytes - 446dc13d - file date is 5/20/2006 01:59:42
C:\WINDOWS\system32\rtutils.dll, loaded at 0x76e80000 - 44032 bytes - 411096b4 - file date is 8/4/2004 01:56:46
C:\WINDOWS\system32\rasman.dll, loaded at 0x76e90000 - 61440 bytes - 411096ad - file date is 8/4/2004 01:56:46
C:\WINDOWS\system32\TAPI32.dll, loaded at 0x76eb0000 - 181760 bytes - 411096b6 - file date is 8/4/2004 01:56:48
C:\WINDOWS\system32\rasapi32.dll, loaded at 0x76ee0000 - 236544 bytes - 411096a9 - file date is 8/4/2004 01:56:46
C:\WINDOWS\system32\CLBCATQ.DLL, loaded at 0x76fd0000 - 498688 bytes - 42e5be90 - file date is 7/26/2005 17:39:44
C:\WINDOWS\system32\COMRes.dll, loaded at 0x77050000 - 792064 bytes - 411096b4 - file date is 8/4/2004 01:56:42
C:\WINDOWS\system32\OLEAUT32.dll, loaded at 0x77120000 - 553472 bytes - 411096f3 - file date is 8/4/2004 01:56:46
C:\WINDOWS\system32\WININET.dll, loaded at 0x771b0000 - 658944 bytes - 449bca5b - file date is 6/24/2006 00:02:52
C:\WINDOWS\system32\urlmon.dll, loaded at 0x77260000 - 613888 bytes - 44c68023 - file date is 7/26/2006 09:33:40
C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2180_x-ww_a84f1ff9\comctl32.dll, loaded at 0x773d0000 - 1050624 bytes - 4110968c - file date is 8/4/2004 01:57:02
C:\WINDOWS\system32\ole32.dll, loaded at 0x774e0000 - 1285120 bytes - 42e5be93 - file date is 7/26/2005 17:39:48
C:\WINDOWS\system32\SETUPAPI.DLL, loaded at 0x77920000 - 983552 bytes - 411096b0 - file date is 8/4/2004 01:56:46
C:\WINDOWS\system32\CRYPT32.dll, loaded at 0x77a80000 - 597504 bytes - 41109691 - file date is 8/4/2004 01:56:42
C:\WINDOWS\system32\MSASN1.dll, loaded at 0x77b20000 - 57344 bytes - 411096e3 - file date is 8/4/2004 01:56:44
C:\WINDOWS\system32\midimap.dll, loaded at 0x77bd0000 - 18944 bytes - 411096a9 - file date is 8/4/2004 01:56:44
C:\WINDOWS\system32\MSACM32.dll, loaded at 0x77be0000 - 71680 bytes - 411096cf - file date is 8/4/2004 01:56:44
C:\WINDOWS\system32\VERSION.dll, loaded at 0x77c00000 - 18944 bytes - 411096b7 - file date is 8/4/2004 01:56:48
C:\WINDOWS\system32\msvcrt.dll, loaded at 0x77c10000 - 343040 bytes - 41109752 - file date is 8/4/2004 01:56:44
C:\WINDOWS\system32\msv1_0.dll, loaded at 0x77c70000 - 129536 bytes - 4110974f - file date is 8/4/2004 01:56:44
C:\WINDOWS\system32\USER32.dll, loaded at 0x77d40000 - 577024 bytes - 42260159 - file date is 3/3/2005 07:09:30
C:\WINDOWS\system32\ADVAPI32.dll, loaded at 0x77dd0000 - 616960 bytes - 411096a7 - file date is 8/4/2004 01:56:42
C:\WINDOWS\system32\RPCRT4.dll, loaded at 0x77e70000 - 581120 bytes - 411096ae - file date is 8/4/2004 01:56:46
C:\WINDOWS\system32\GDI32.dll, loaded at 0x77f10000 - 280064 bytes - 43b34feb - file date is 12/29/2005 15:54:36
C:\WINDOWS\system32\SHLWAPI.dll, loaded at 0x77f60000 - 474112 bytes - 449bca5b - file date is 6/24/2006 00:02:52
C:\WINDOWS\system32\secur32.dll, loaded at 0x77fe0000 - 55808 bytes - 411096c1 - file date is 8/4/2004 01:56:46
C:\WINDOWS\system32\kernel32.dll, loaded at 0x7c800000 - 984064 bytes - 44ab9a84 - file date is 7/5/2006 23:55:02
C:\WINDOWS\system32\ntdll.dll, loaded at 0x7c900000 - 708096 bytes - 411096b4 - file date is 8/4/2004 01:56:38
C:\WINDOWS\system32\SHELL32.dll, loaded at 0x7c9c0000 - 8453632 bytes - 44b64ba4 - file date is 7/14/2006 02:33:28

I'm hoping that there is something blinding obvious that I have to do.

Any comments will be greatly appreciated, thanks!