[win7-64] SVN 13222 compiles but exe crashes.

Trying to build your own version of Vega Strike and having problems? Unix users, paste your config.log here (stderr output alone is not helpful).
Post Reply
shenle
Confed Special Operative
Confed Special Operative
Posts: 381
Joined: Thu Jan 31, 2008 3:25 am
Location: hiding in a dark corner

[win7-64] SVN 13222 compiles but exe crashes.

Post by shenle »

I am building and running VS on win7-64 bit. Build environment is Visual Studio 2008 Pro.

An older build (svn 13197) runs fine. The .exe from svn (win32/bin/vegastrike.exe - don't know what svn revision this was built from) runs fine.

The latest SVN code (13222) builds fine but the resulting binary crashes soon after launching, while the starting screen is still on and the game data is being loaded.
Stderr:

Code: Select all

GOT SUBDIR ARG = 
Found data in H:\dls\vegastrike\svn\win32\bin/../data
Using H:\dls\vegastrike\svn\win32\data as data directory
USING HOMEDIR : H:\dls\vegastrike\svn\win32\data/.vegastrike As the home directory 
CONFIGFILE - No config found in home : H:\dls\vegastrike\svn\win32\data/.vegastrike/vegastrike.config
CONFIGFILE - No home config file found, using datadir config file : H:\dls\vegastrike\svn\win32\data/vegastrike.config
MISSION_NAME is empty using : main_menu.mission
Attempt to call ReadFull on a bad file units.csv -1 H:\dls\vegastrike\svn\win32\data/units/units.csv
running import sys
print sys.path
sys.path = [r"H:\dls\vegastrike\svn\win32\data\modules\builtin",r"H:\dls\vegastrike\svn\win32\data\modules\quests",r"H:\dls\vegastrike\svn\win32\data\modules\missions",r"H:\dls\vegastrike\svn\win32\data\modules\ai",r"H:\dls\vegastrike\svn\win32\data\modules",r"H:\dls\vegastrike\svn\win32\data\bases"] + sys.path
testing VS randomrunning import sys
print sys.path
  Initializing renderer...
Vertex shader was successfully compiled to run on hardware.
 
Fragment shader was successfully compiled to run on hardware.
 
Vertex shader(s) linked, fragment shader(s) linked.

Vertex shader was successfully compiled to run on hardware.
 
Fragment shader was successfully compiled to run on hardware.
 
Vertex shader(s) linked, fragment shader(s) linked.

Min (0.000000, 0.000000, 0.000000) Max(0.000000, 0.000000, 0.000000) MinLumin 1.000000, MaxLumin 1.000000Read In Star Count 0 used: 2000
Min (0.000000, 0.000000, 0.000000) Max(0.000000, 0.000000, 0.000000) MinLumin 1.000000, MaxLumin 1.000000Read In Star Count 0 used: 38
Loading a starsystem
Loading Star System Special/Empty
FOUND MODIFICATION = player FOR PLAYER #0
Vertex shader was successfully compiled to run on hardware.
 
Fragment shader was successfully compiled to run on hardware.
 
Vertex shader(s) linked, fragment shader(s) linked.

Vertex shader was successfully compiled to run on hardware.
 
Fragment shader was successfully compiled to run on hardware.
 
Vertex shader(s) linked, fragment shader(s) linked.

Vertex shader was successfully compiled to run on hardware.
 
Fragment shader was successfully compiled to run on hardware.
 
Vertex shader(s) linked, fragment shader(s) linked.

Vertex shader was successfully compiled to run on hardware.
 
Fragment shader was successfully compiled to run on hardware.
 
Vertex shader(s) linked, fragment shader(s) linked.
Stdout:

Code: Select all

 In path H:\dls\vegastrike\svn\win32\bin
Windows version 6 1
Vega Strike  
See http://www.gnu.org/copyleft/gpl.html for license details.

Using .vegastrike as the home directory
['H:\\dls\\vegastrike\\svn\\win32\\bin\\python26.zip', 'C:\\Python26\\Lib', 'C:\\Python26\\DLLs', 'C:\\Python26\\Lib\\lib-tk', 'H:\\dls\\vegastrike\\svn\\win32\\data', 'H:\\dls\\vegastrike\\svn\\win32\\bin', 'C:\\Python26', 'C:\\Python26\\lib\\site-packages', 'C:\\Python26\\lib\\site-packages\\win32', 'C:\\Python26\\lib\\site-packages\\win32\\lib', 'C:\\Python26\\lib\\site-packages\\Pythonwin']
['H:\\dls\\vegastrike\\svn\\win32\\data\\modules\\builtin', 'H:\\dls\\vegastrike\\svn\\win32\\data\\modules\\quests', 'H:\\dls\\vegastrike\\svn\\win32\\data\\modules\\missions', 'H:\\dls\\vegastrike\\svn\\win32\\data\\modules\\ai', 'H:\\dls\\vegastrike\\svn\\win32\\data\\modules', 'H:\\dls\\vegastrike\\svn\\win32\\data\\bases', 'H:\\dls\\vegastrike\\svn\\win32\\bin\\python26.zip', 'C:\\Python26\\Lib', 'C:\\Python26\\DLLs', 'C:\\Python26\\Lib\\lib-tk', 'H:\\dls\\vegastrike\\svn\\win32\\data', 'H:\\dls\\vegastrike\\svn\\win32\\bin', 'C:\\Python26', 'C:\\Python26\\lib\\site-packages', 'C:\\Python26\\lib\\site-packages\\win32', 'C:\\Python26\\lib\\site-packages\\win32\\lib', 'C:\\Python26\\lib\\site-packages\\Pythonwin']
0 joysticks were found.

The names of the joysticks are:
using NV_CUBE_MAP
Initializing optimizer
Compilation of technique fixed successful
Compilation of technique default successful
Compilation of technique default_simple successful
I tried to build a debug binary but apparently I'm missing some debug libraries.
make me a sandwich
make: *** No rule to make target 'me'. Stop.
klauss
Elite
Elite
Posts: 7243
Joined: Mon Apr 18, 2005 2:40 pm
Location: LS87, Buenos Aires, República Argentina

Re: [win7-64] SVN 13222 compiles but exe crashes.

Post by klauss »

Heaps more significant than stdout/err is a backtrace.

Try to run it inside the debugger, and see where it crashes.

You can build with optimization and debugging symbols, VS is horribly slow if built without optimization.
Oíd mortales, el grito sagrado...
Call me "Menes, lord of Cats"
Wing Commander Universe
shenle
Confed Special Operative
Confed Special Operative
Posts: 381
Joined: Thu Jan 31, 2008 3:25 am
Location: hiding in a dark corner

Re: [win7-64] SVN 13222 compiles but exe crashes.

Post by shenle »

When I try to start it in the debugger it complains of a missing xmlparse.dll and stops. However when I inspect dependencies with InspectExe it doesn't list xmlparse.dll among them. Here is the output of the debugger:

Code: Select all

'Vegastrike.exe': Loaded 'H:\dls\vegastrike\svn\vega-vc9\Release\Vegastrike.exe', Symbols loaded.
'Vegastrike.exe': Loaded 'C:\Windows\SysWOW64\ntdll.dll'
'Vegastrike.exe': Loaded 'C:\Windows\SysWOW64\kernel32.dll'
'Vegastrike.exe': Loaded 'C:\Windows\SysWOW64\KernelBase.dll'
'Vegastrike.exe': Loaded 'C:\Program Files\Alwil Software\Avast5\snxhk.dll'
'Vegastrike.exe': Loaded 'C:\Windows\SysWOW64\OpenAL32.dll'
'Vegastrike.exe': Loaded 'C:\Windows\SysWOW64\winmm.dll'
'Vegastrike.exe': Loaded 'C:\Windows\SysWOW64\msvcrt.dll'
'Vegastrike.exe': Loaded 'C:\Windows\SysWOW64\user32.dll'
'Vegastrike.exe': Loaded 'C:\Windows\SysWOW64\gdi32.dll'
'Vegastrike.exe': Loaded 'C:\Windows\SysWOW64\lpk.dll'
'Vegastrike.exe': Loaded 'C:\Windows\SysWOW64\usp10.dll'
'Vegastrike.exe': Loaded 'C:\Windows\SysWOW64\advapi32.dll'
'Vegastrike.exe': Loaded 'C:\Windows\SysWOW64\sechost.dll'
'Vegastrike.exe': Loaded 'C:\Windows\SysWOW64\rpcrt4.dll'
'Vegastrike.exe': Loaded 'C:\Windows\SysWOW64\sspicli.dll'
'Vegastrike.exe': Loaded 'C:\Windows\SysWOW64\cryptbase.dll'
'Vegastrike.exe': Loaded 'C:\Windows\system\glut32.dll', Binary was not built with debug information.
'Vegastrike.exe': Loaded 'C:\Windows\SysWOW64\glu32.dll'
'Vegastrike.exe': Loaded 'C:\Windows\SysWOW64\opengl32.dll'
'Vegastrike.exe': Loaded 'C:\Windows\SysWOW64\ddraw.dll'
'Vegastrike.exe': Loaded 'C:\Windows\SysWOW64\dciman32.dll'
'Vegastrike.exe': Loaded 'C:\Windows\SysWOW64\setupapi.dll'
'Vegastrike.exe': Loaded 'C:\Windows\SysWOW64\cfgmgr32.dll'
'Vegastrike.exe': Loaded 'C:\Windows\SysWOW64\oleaut32.dll'
'Vegastrike.exe': Loaded 'C:\Windows\SysWOW64\ole32.dll'
'Vegastrike.exe': Loaded 'C:\Windows\SysWOW64\devobj.dll'
'Vegastrike.exe': Loaded 'C:\Windows\SysWOW64\dwmapi.dll'
The program '[5100] Vegastrike.exe: Native' has exited with code -1073741515 (0xc0000135).
Avast is my antivirus.
make me a sandwich
make: *** No rule to make target 'me'. Stop.
klauss
Elite
Elite
Posts: 7243
Joined: Mon Apr 18, 2005 2:40 pm
Location: LS87, Buenos Aires, República Argentina

Re: [win7-64] SVN 13222 compiles but exe crashes.

Post by klauss »

I'm pretty sure xmlparse.dll is not VS stuff.

Did you try some other debugger, like OllyDbg for instance?
(olly is 32 bit though)
Oíd mortales, el grito sagrado...
Call me "Menes, lord of Cats"
Wing Commander Universe
shenle
Confed Special Operative
Confed Special Operative
Posts: 381
Joined: Thu Jan 31, 2008 3:25 am
Location: hiding in a dark corner

Re: [win7-64] SVN 13222 compiles but exe crashes.

Post by shenle »

I haven't yet, lemme see if I can figure it out.

Yeah, I have no idea what xmlparse.dll has to do with this. A quick google search returns only that it was supposedly part of the AOL instant messenger, which I've never used.

(edit) I'm trying to do a trace in OllyDbg (latest alpha-2.01) but it will take a while.

I should mention that VS is compiled as 32-bit.
make me a sandwich
make: *** No rule to make target 'me'. Stop.
shenle
Confed Special Operative
Confed Special Operative
Posts: 381
Joined: Thu Jan 31, 2008 3:25 am
Location: hiding in a dark corner

Re: [win7-64] SVN 13222 compiles but exe crashes.

Post by shenle »

Okay, I got to a point where I get a

"Log data, item 0
Address = 7706B9BC
Message = Exception E06D7363 - exception is non-continuable"

But not being experienced with using a debugger I don't know where to go from there. I can post the contents of the various debugger windows if you want me to.
make me a sandwich
make: *** No rule to make target 'me'. Stop.
klauss
Elite
Elite
Posts: 7243
Joined: Mon Apr 18, 2005 2:40 pm
Location: LS87, Buenos Aires, República Argentina

Re: [win7-64] SVN 13222 compiles but exe crashes.

Post by klauss »

Do so, there must be a window that talks about the stack, call stack, frame or something like that.
I need all that.

Or a screenshot.

Or both.
Oíd mortales, el grito sagrado...
Call me "Menes, lord of Cats"
Wing Commander Universe
shenle
Confed Special Operative
Confed Special Operative
Posts: 381
Joined: Thu Jan 31, 2008 3:25 am
Location: hiding in a dark corner

Re: [win7-64] SVN 13222 compiles but exe crashes.

Post by shenle »

Log window:

Code: Select all

Log data
Address   Message
          OllyDbg v2.01 (preliminary version - under development!)

          File 'H:\dls\vegastrike\svn\win32\bin\Vegastrike-13222.exe'
          New process (ID 00000880) created
009EEA15  Main thread (ID 00001750) created
76E80000  Unload hidden module 76E80000
764A0000  Unload hidden module 764A0000
76E80000  Unload hidden module 76E80000
76D80000  Unload hidden module 76D80000
00240000  Module H:\dls\vegastrike\svn\win32\bin\glut32.dll
00300000  Module H:\dls\vegastrike\svn\win32\bin\xmlparse.dll
00370000  Module H:\dls\vegastrike\svn\win32\bin\SDL.dll
00400000  Module H:\dls\vegastrike\svn\win32\bin\Vegastrike-13222.exe
            Different PE Data Directory in file and in memory (antivirus?)
            Import table: file (00769BCC,000000F0), memory (010132EC,000000F0)
10000000  Module H:\dls\vegastrike\svn\win32\bin\OpenAL32.dll
1E000000  Module H:\dls\vegastrike\svn\win32\bin\python26.dll
67B10000  Module C:\Windows\system32\DDRAW.dll
67C00000  Module C:\Windows\system32\OPENGL32.dll
67D70000  Module C:\Windows\system32\GLU32.dll
6B3F0000  Module C:\Windows\system32\DCIMAN32.dll
73920000  Module C:\Windows\system32\WSOCK32.dll
73960000  Module C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\MSVCP90.dll
739F0000  Module C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\MSVCR90.dll
74070000  Module C:\Windows\system32\dwmapi.dll
74360000  Module C:\Windows\system32\WINMM.dll
74610000  Module C:\Program Files\Alwil Software\Avast5\snxhk.dll
74FA0000  Module C:\Windows\syswow64\CRYPTBASE.dll
74FB0000  Module C:\Windows\syswow64\SspiCli.dll
75010000  Module C:\Windows\syswow64\RPCRT4.dll
75100000  Module C:\Windows\syswow64\CFGMGR32.dll
75130000  Module C:\Windows\syswow64\msvcrt.dll
75370000  Module C:\Windows\syswow64\ole32.dll
            Code sections '.text' and '.orpc' will be merged to a single memory block
754D0000  Module C:\Windows\syswow64\SHLWAPI.dll
75530000  Module C:\Windows\syswow64\USP10.dll
755D0000  Module C:\Windows\syswow64\WS2_32.dll
75620000  Module C:\Windows\syswow64\SHELL32.dll
762C0000  Module C:\Windows\syswow64\NSI.dll
76450000  Module C:\Windows\syswow64\DEVOBJ.dll
764A0000  Module C:\Windows\syswow64\kernel32.dll
765B0000  Module C:\Windows\syswow64\SETUPAPI.dll
76AB0000  Module C:\Windows\syswow64\USER32.dll
76CF0000  Module C:\Windows\syswow64\GDI32.dll
76FB0000  Module C:\Windows\SysWOW64\sechost.dll
76FD0000  Module C:\Windows\syswow64\OLEAUT32.dll
77060000  Module C:\Windows\syswow64\KERNELBASE.dll
771D0000  Module C:\Windows\syswow64\ADVAPI32.dll
77420000  Module C:\Windows\syswow64\LPK.dll
77450000  Module C:\Windows\SysWOW64\ntdll.dll
          Analysing ntdll
            6091 fuzzy procedures
            5553 calls to known, 4344 calls to guessed functions
            211 switches, 1354 loops
          Analysing kernel32
            4405 fuzzy procedures
            4282 calls to known, 2665 calls to guessed functions
            106 switches, 680 loops
          Analysing USER32
            3708 fuzzy procedures
            3421 calls to known, 4263 calls to guessed functions
            158 switches, 427 loops
          Analysing GDI32
            2499 fuzzy procedures
            2400 calls to known, 2806 calls to guessed functions
            70 switches, 300 loops
          Analysing SHELL32
            36701 fuzzy procedures
            15854 calls to known, 39812 calls to guessed functions
            671 switches, 2558 loops
          Analysing ADVAPI32
            3024 fuzzy procedures
            3682 calls to known, 2762 calls to guessed functions
            72 switches, 638 loops
          Analysing WINMM
            1070 fuzzy procedures
            1077 calls to known, 1933 calls to guessed functions
            59 switches, 223 loops
          Analysing dwmapi
            321 fuzzy procedures
            227 calls to known, 345 calls to guessed functions
            4 switches, 13 loops
          Analysing WSOCK32
            46 fuzzy procedures
            16 calls to known, 10 calls to guessed functions
            1 switch, 3 loops
          Analysing DCIMAN32
            68 fuzzy procedures
            48 calls to known, 19 calls to guessed functions
            1 switch, 7 loops
          Analysing DDRAW
            2089 fuzzy procedures
            1694 calls to known, 3343 calls to guessed functions
            93 switches, 851 loops
          Analysing OPENGL32
            3083 fuzzy procedures
            1014 calls to known, 2364 calls to guessed functions
            273 switches, 1528 loops
          Analysing GLU32
            815 fuzzy procedures
            79 calls to known, 1444 calls to guessed functions
            60 switches, 408 loops
          Analysing KERNELBASE
            1096 fuzzy procedures
            2073 calls to known, 1538 calls to guessed functions
            80 switches, 401 loops
          Analysing NSI
            51 fuzzy procedures
            25 calls to known, 31 calls to guessed functions
            1 switch, 1 loop
          Analysing msvcrt
            3768 fuzzy procedures
            4276 calls to known, 2874 calls to guessed functions
            213 switches, 1087 loops
          Analysing USP10
            876 fuzzy procedures
            945 calls to known, 2285 calls to guessed functions
            232 switches, 1055 loops
          Analysing LPK
            55 fuzzy procedures
            200 calls to known, 78 calls to guessed functions
            10 switches, 49 loops
          Analysing SHLWAPI
            2693 fuzzy procedures
            1826 calls to known, 2257 calls to guessed functions
            62 switches, 304 loops
          Analysing ole32
            13418 fuzzy procedures
            5575 calls to known, 14785 calls to guessed functions
            201 switches, 1167 loops
          Analysing CRYPTBASE
            122 fuzzy procedures
            71 calls to known, 62 calls to guessed functions
            2 switches, 20 loops
          Analysing SspiCli
            364 fuzzy procedures
            758 calls to known, 740 calls to guessed functions
            15 switches, 194 loops
          Analysing RPCRT4
            5328 fuzzy procedures
            2794 calls to known, 8691 calls to guessed functions
            181 switches, 849 loops
          Analysing OLEAUT32
            4046 fuzzy procedures
            2135 calls to known, 4826 calls to guessed functions
            192 switches, 751 loops
          Analysing sechost
            367 fuzzy procedures
            762 calls to known, 393 calls to guessed functions
            19 switches, 168 loops
          Analysing WS2_32
            1258 fuzzy procedures
            1112 calls to known, 1720 calls to guessed functions
            16 switches, 261 loops
          Analysing CFGMGR32
            1137 fuzzy procedures
            570 calls to known, 1492 calls to guessed functions
            34 switches, 86 loops
          Analysing DEVOBJ
            464 fuzzy procedures
            269 calls to known, 711 calls to guessed functions
            11 switches, 35 loops
          Analysing SETUPAPI
            3442 fuzzy procedures
            5912 calls to known, 7062 calls to guessed functions
            107 switches, 469 loops
          Analysing snxhk
            627 fuzzy procedures
            512 calls to known, 1139 calls to guessed functions
            38 switches, 309 loops
          Analysing MSVCR90
            2583 fuzzy procedures
            4819 calls to known, 2165 calls to guessed functions
            227 switches, 965 loops
          Analysing MSVCP90
            3348 fuzzy procedures
            3525 calls to known, 1758 calls to guessed functions
            24 switches, 305 loops
          Analysing python26
            5770 fuzzy procedures
            11276 calls to known, 4546 calls to guessed functions
            224 switches, 1889 loops
          Analysing OpenAL32
            405 fuzzy procedures
            349 calls to known, 791 calls to guessed functions
            33 switches, 273 loops
          Analysing SDL
            952 fuzzy procedures
            1337 calls to known, 356 calls to guessed functions
            23 switches, 552 loops
          Analysing xmlparse
            1711 fuzzy procedures
            209 calls to known, 814 calls to guessed functions
            6 switches, 321 loops
          Analysing glut32
            460 fuzzy procedures
            333 calls to known, 175 calls to guessed functions
            67 loops
          Analysing Vegastrike-13222
            80248 fuzzy procedures
            31940 calls to known, 45921 calls to guessed functions
            480 switches, 7758 loops
73B40000  Module <Mod_73B4> (anonymous)
            Not an 80x86 executable
73B50000  Module <Mod_73B5> (anonymous)
            Not an 80x86 executable
73BB0000  Module <Mod_73BB> (anonymous)
            Not an 80x86 executable
77270000  Module <Mod_7727> (anonymous)
            Not an 80x86 executable
763C0000  Module C:\Windows\system32\IMM32.DLL
76750000  Module C:\Windows\syswow64\MSCTF.dll
          Analysing IMM32
            504 fuzzy procedures
            1228 calls to known, 863 calls to guessed functions
            32 switches, 190 loops
          Analysing Mod_7727
            0 fuzzy procedures
          Analysing MSCTF
            4920 fuzzy procedures
            1716 calls to known, 6897 calls to guessed functions
            70 switches, 545 loops
          Analysing Mod_73BB
            0 fuzzy procedures
          Analysing Mod_73B5
            0 fuzzy procedures
          Analysing Mod_73B4
            0 fuzzy procedures
009EEA15  Entry point of main module
72D70000  Module C:\Windows\system32\DINPUT.DLL
          Analysing DINPUT
            662 fuzzy procedures
            753 calls to known, 1571 calls to guessed functions
            29 switches, 188 loops
74240000  Module C:\Windows\system32\HID.DLL
          Analysing HID
            110 fuzzy procedures
            45 calls to known, 49 calls to guessed functions
            21 switches, 50 loops
75360000  Module C:\Windows\syswow64\MSASN1.dll
770B0000  Module C:\Windows\syswow64\CRYPT32.dll
          Analysing MSASN1
            283 fuzzy procedures
            226 calls to known, 183 calls to guessed functions
            15 switches, 58 loops
          Analysing CRYPT32
            4969 fuzzy procedures
            6846 calls to known, 8378 calls to guessed functions
            223 switches, 1515 loops
76420000  Module C:\Windows\syswow64\WINTRUST.dll
          Analysing WINTRUST
            1113 fuzzy procedures
            1409 calls to known, 1319 calls to guessed functions
            25 switches, 251 loops
74371EBA  New thread 2. (ID 00001740) created
774941F3  New thread 3. (ID 000017DC) created
73F70000  Module C:\Windows\system32\PROPSYS.dll
          Analysing PROPSYS
            4139 fuzzy procedures
            1753 calls to known, 5120 calls to guessed functions
            142 switches, 447 loops
733F0000  Module C:\Windows\system32\MMDevAPI.DLL
          Analysing MMDevAPI
            2068 fuzzy procedures
            855 calls to known, 1943 calls to guessed functions
            19 switches, 196 loops
742A0000  Module C:\Windows\system32\ksuser.dll
          Analysing ksuser
            13 fuzzy procedures
            7 calls to known, 8 calls to guessed functions
            2 loops
74110000  Module C:\Windows\system32\AVRT.dll
          Analysing AVRT
            63 fuzzy procedures
            103 calls to known, 57 calls to guessed functions
            3 switches, 13 loops
72EA0000  Module C:\Windows\system32\wdmaud.drv
            Code sections '.text' and 'RT_CODE' will be merged to a single memory block
          Analysing wdmaud_drv
            1304 fuzzy procedures
            497 calls to known, 1806 calls to guessed functions
            38 switches, 276 loops
72DD0000  Module C:\Windows\system32\AUDIOSES.DLL
            Code size in header is 00029800, extended to end of section 'RT_CODE'
            Code sections '.text' and '.orpc' will be merged to a single memory block
            Code sections '.orpc' and 'RT_CODE' will be merged to a single memory block
          Analysing AUDIOSES
            1770 fuzzy procedures
            687 calls to known, 1666 calls to guessed functions
            7 switches, 100 loops
73310000  Module C:\Windows\system32\MSACM32.dll
743A0000  Module C:\Windows\system32\msacm32.drv
          Analysing MSACM32
            358 fuzzy procedures
            665 calls to known, 804 calls to guessed functions
            32 switches, 97 loops
          Analysing msacm32_drv
            89 fuzzy procedures
            150 calls to known, 121 calls to guessed functions
            12 switches, 21 loops
73200000  Module C:\Windows\system32\midimap.dll
          Analysing midimap
            82 fuzzy procedures
            103 calls to known, 45 calls to guessed functions
            3 switches, 26 loops
04910000  Module H:\dls\vegastrike\svn\win32\bin\wrap_oal.dll
          Analysing wrap_oal
            949 fuzzy procedures
            321 calls to known, 2819 calls to guessed functions
            174 switches, 544 loops
6F850000  Module C:\Windows\system32\POWRPROF.dll
          Analysing POWRPROF
            329 fuzzy procedures
            428 calls to known, 541 calls to guessed functions
            8 switches, 60 loops
6D600000  Module C:\Windows\system32\dsound.dll
          Analysing dsound
            2724 fuzzy procedures
            554 calls to known, 2547 calls to guessed functions
            54 switches, 509 loops
76820000  Module C:\Windows\syswow64\CLBCatQ.DLL
          Analysing CLBCatQ
            2421 fuzzy procedures
            1410 calls to known, 2979 calls to guessed functions
            87 switches, 599 loops
6D62E4A1  New thread 4. (ID 00001720) created
733F27E1  New thread 5. (ID 00000B20) created
77496679  New thread 6. (ID 000017EC) created
77496679  New thread 7. (ID 00000F48) created
6D62E4A1  New thread 8. (ID 0000085C) created
77496679  New thread 9. (ID 000016E4) created
          Thread 6. (ID 000017EC) terminated, exit code 0
77496679  New thread 10. (ID 000013E8) created
          Thread 2. (ID 00001740) terminated, exit code 0
          Thread 5. (ID 00000B20) terminated, exit code 0
          Thread 4. (ID 00001720) terminated, exit code 0
          Thread 8. (ID 0000085C) terminated, exit code 0
6D62E4A1  New thread 11. (ID 0000160C) created
733F27E1  New thread 12. (ID 000000B8) created
6D62E4A1  New thread 13. (ID 00000BD4) created
          Thread 12. (ID 000000B8) terminated, exit code 0
          Thread 11. (ID 0000160C) terminated, exit code 0
          Thread 13. (ID 00000BD4) terminated, exit code 0
04910000  Unload H:\dls\vegastrike\svn\win32\bin\wrap_oal.dll
04910000  Module H:\dls\vegastrike\svn\win32\bin\wrap_oal.dll
6D62E4A1  New thread 14. (ID 000010F0) created
733F27E1  New thread 15. (ID 000011FC) created
6D62E4A1  New thread 16. (ID 000009F0) created
6D604F9D  New thread 17. (ID 00000BD8) created
774B14F1  New thread 18. (ID 00000E50) created
7436A3E0  New thread 19. (ID 000010BC) created
74250000  Module C:\Windows\SysWOW64\KBDUS.DLL - failed to initialize
73460000  Module C:\Windows\SysWOW64\KBDUS.DLL - failed to initialize
05B50000  Module C:\Windows\SysWOW64\ole32.dll - failed to initialize
74250000  Module C:\Windows\system32\atiglpxx.dll
          Analysing atiglpxx
            64 fuzzy procedures
            41 calls to known, 10 calls to guessed functions
            10 loops
73910000  Module C:\Windows\system32\VERSION.dll
          Analysing VERSION
            123 fuzzy procedures
            188 calls to known, 79 calls to guessed functions
            3 switches, 30 loops
69030000  Module C:\Windows\system32\atioglxx.dll
            Code sections '.text' and '.text4' will be merged to a single memory block
            Code sections '.text4' and '.text3' will be merged to a single memory block
            Code sections '.text3' and '.text2' will be merged to a single memory block
          Analysing atioglxx
            40201 fuzzy procedures
            3614 calls to known, 159675 calls to guessed functions
            6067 switches, 37775 loops
77496679  New thread 20. (ID 0000059C) created
733C0000  Module C:\Windows\system32\WTSAPI32.dll
738D0000  Module C:\Windows\system32\profapi.dll
            Invalid Image Export Directory, or system update is pending
          Analysing profapi
            208 fuzzy procedures
            136 calls to known, 336 calls to guessed functions
            2 switches, 26 loops
          Analysing WTSAPI32
            237 fuzzy procedures
            280 calls to known, 153 calls to guessed functions
            9 switches, 62 loops
75610000  Module C:\Windows\syswow64\PSAPI.DLL
          Analysing PSAPI
            40 fuzzy procedures
            5 calls to known functions
          Thread 9. (ID 000016E4) terminated, exit code 0
77496679  New thread 21. (ID 00000E10) created
73460000  Module C:\Windows\system32\atigktxx.dll
          Analysing atigktxx
            242 fuzzy procedures
            78 calls to known, 67 calls to guessed functions
            5 switches, 27 loops
          Thread 10. (ID 000013E8) terminated, exit code 0
6C940000  Module C:\Windows\system32\aticfx32.dll
          Analysing aticfx32
            2622 fuzzy procedures
            1693 calls to known, 3353 calls to guessed functions
            108 switches, 702 loops
6C99067D  New thread 22. (ID 00001604) created
69296450  New thread 23. (ID 00000B28) created
69296450  New thread 24. (ID 00001068) created
69296450  New thread 25. (ID 0000141C) created
005D3470  New thread 26. (ID 000009BC) created
05A50000  Module C:\Windows\system32\atiadlxy.dll
738E0000  Module C:\Windows\system32\USERENV.dll
          Analysing USERENV
            421 fuzzy procedures
            381 calls to known, 708 calls to guessed functions
            3 switches, 54 loops
          Analysing atiadlxy
            878 fuzzy procedures
            1596 calls to known, 1209 calls to guessed functions
            73 switches, 482 loops
7706B9BC  Exception E06D7363 - exception is non-continuable

Executable modules window:

Code: Select all

Executable modules
Base      Size      Entry     Name             Type         File version     Path
00240000  0002C000 >0024DBF0  glut32                                         H:\dls\vegastrike\svn\win32\bin\glut32.dll
00300000  0006D000 >0032C770  xmlparse                                       H:\dls\vegastrike\svn\win32\bin\xmlparse.dll
00370000  00064000 >003BCA2F  SDL                                            H:\dls\vegastrike\svn\win32\bin\SDL.dll
00400000 >0103B000 >009EEA15  Vegastrike-13222              0.5.1.13218      H:\dls\vegastrike\svn\win32\bin\Vegastrike-13222.exe
04910000  00458000 >0494D375  wrap_oal                      2.2.0.7          H:\dls\vegastrike\svn\win32\bin\wrap_oal.dll
05A50000 >0003D000 >05A84B28  atiadlxy                      6.14.10.1054     C:\Windows\system32\atiadlxy.dll
10000000  00019000 >10006C7F  OpenAL32                      6.14.0357.25     H:\dls\vegastrike\svn\win32\bin\OpenAL32.dll
1E000000  00213000 >1E038513  python26                      2.6.1            H:\dls\vegastrike\svn\win32\bin\python26.dll
67B10000 >000E7000 >67B11771  DDRAW                         6.1.7600.16385 (>C:\Windows\system32\DDRAW.dll
67C00000 >000C8000 >67C9B0E4  OPENGL32                      6.1.7600.16385 (>C:\Windows\system32\OPENGL32.dll
67D70000 >00022000 >67D7B13C  GLU32                         6.1.7600.16385 (>C:\Windows\system32\GLU32.dll
69030000 >010C7000 >69D97AF9  atioglxx                      6.14.10.10524    C:\Windows\system32\atioglxx.dll
6B3F0000 >00006000 >6B3F1250  DCIMAN32                      6.1.7600.16385 (>C:\Windows\system32\DCIMAN32.dll
6C940000 >00096000 >6C985B26  aticfx32                      8.17.10.1065     C:\Windows\system32\aticfx32.dll
6D600000 >00072000 >6D601576  dsound                        6.1.7600.16385 (>C:\Windows\system32\dsound.dll
6F850000 >00025000 >6F852B71  POWRPROF                      6.1.7600.16385 (>C:\Windows\system32\POWRPROF.dll
72D70000 >00025000 >72D8AC37  DINPUT                        6.1.7600.16385 (>C:\Windows\system32\DINPUT.DLL
72DD0000 >00036000 >72DD9DAE  AUDIOSES                      6.1.7600.16385 (>C:\Windows\system32\AUDIOSES.DLL
72EA0000 >00030000 >72EA3C6B  wdmaud_drv                    6.1.7600.16385 (>C:\Windows\system32\wdmaud.drv
73200000 >00007000 >732011D0  midimap                       6.1.7600.16385 (>C:\Windows\system32\midimap.dll
73310000 >00014000 >73311340  MSACM32                       6.1.7600.16385 (>C:\Windows\system32\MSACM32.dll
733C0000 >0000D000 >733C11E0  WTSAPI32                      6.1.7601.17514 (>C:\Windows\system32\WTSAPI32.dll
733F0000 >00039000 >733FE2DE  MMDevAPI                      6.1.7600.16385 (>C:\Windows\system32\MMDevAPI.DLL
73460000 >0000B000 >73466891  atigktxx                      8.14.01.6187     C:\Windows\system32\atigktxx.dll
738D0000 >0000B000 >738D1992  profapi                       6.1.7600.16385 (>C:\Windows\system32\profapi.dll
738E0000 >00017000 >738E1C9D  USERENV                       6.1.7600.16385 (>C:\Windows\system32\USERENV.dll
73910000 >00009000 >73911220  VERSION                       6.1.7600.16385 (>C:\Windows\system32\VERSION.dll
73920000 >00007000 >73921120  WSOCK32                       6.1.7600.16385 (>C:\Windows\system32\WSOCK32.dll
73960000  0008E000 >73999DC7  MSVCP90                       9.00.30729.6161  C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\MSVCP90.dll
739F0000  000A3000 >73A12D40  MSVCR90                       9.00.30729.6161  C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.6161_none_50934f2ebcb7eb57\MSVCR90.dll
73B40000  ???                 Mod_73B4         Hidden
73B50000  ???                 Mod_73B5         Hidden
73BB0000  ???                 Mod_73BB         Hidden
73F70000 >000F5000 >73F80D9E  PROPSYS                       7.00.7600.16385 >C:\Windows\system32\PROPSYS.dll
74070000 >00013000 >74071D3F  dwmapi                        6.1.7600.16385 (>C:\Windows\system32\dwmapi.dll
74110000 >00007000 >741110C0  AVRT                          6.1.7600.16385 (>C:\Windows\system32\AVRT.dll
74240000 >00009000 >74241120  HID                           6.1.7600.16385 (>C:\Windows\system32\HID.DLL
74250000 >00007000 >7425238F  atiglpxx                      8.14.01.6187     C:\Windows\system32\atiglpxx.dll
742A0000 >00004000 >742A1030  ksuser                        6.1.7600.16385 (>C:\Windows\system32\ksuser.dll
74360000 >00032000 >743637F1  WINMM                         6.1.7600.16385 (>C:\Windows\system32\WINMM.dll
743A0000 >00008000 >743A4119  msacm32_drv                   6.1.7600.16385 (>C:\Windows\system32\msacm32.drv
74610000  00034000 >7462466E  snxhk                         6.0.1289.0       C:\Program Files\Alwil Software\Avast5\snxhk.dll
74FA0000  0000C000 >74FA10E1  CRYPTBASE                     6.1.7600.16385 (>C:\Windows\syswow64\CRYPTBASE.dll
74FB0000  00060000 >74FCA3B3  SspiCli                       6.1.7601.17514 (>C:\Windows\syswow64\SspiCli.dll
75010000  000F0000 >75020569  RPCRT4                        6.1.7600.16385 (>C:\Windows\syswow64\RPCRT4.dll
75100000  00027000 >751058B9  CFGMGR32                      6.1.7601.17621 (>C:\Windows\syswow64\CFGMGR32.dll
75130000  000AC000 >7513A472  msvcrt                        7.0.7600.16385 (>C:\Windows\syswow64\msvcrt.dll
75360000  0000C000 >7536238E  MSASN1                        6.1.7601.17514 (>C:\Windows\syswow64\MSASN1.dll
75370000  0015C000 >753BBA3D  ole32                         6.1.7600.16385 (>C:\Windows\syswow64\ole32.dll
754D0000  00057000 >754E9BA6  SHLWAPI                       6.1.7600.16385 (>C:\Windows\syswow64\SHLWAPI.dll
75530000  0009D000 >75563FD7  USP10                         1.0626.7601.1751>C:\Windows\syswow64\USP10.dll
755D0000  00035000 >755D145D  WS2_32                        6.1.7600.16385 (>C:\Windows\syswow64\WS2_32.dll
75610000  00005000 >75611438  PSAPI                         6.1.7600.16385 (>C:\Windows\syswow64\PSAPI.DLL
75620000  00C4A000 >756A1601  SHELL32                       6.1.7601.17514 (>C:\Windows\syswow64\SHELL32.dll
762C0000  00006000 >762C1782  NSI                           6.1.7600.16385 (>C:\Windows\syswow64\NSI.dll
763C0000 >00060000 >763D158F  IMM32                         6.1.7601.17514 (>C:\Windows\system32\IMM32.DLL
76420000  0002D000 >7642296D  WINTRUST                      6.1.7601.17514 (>C:\Windows\syswow64\WINTRUST.dll
76450000  00012000 >76451441  DEVOBJ                        6.1.7601.17621 (>C:\Windows\syswow64\DEVOBJ.dll
764A0000  00110000 >764B32A3  kernel32                      6.1.7600.16385 (>C:\Windows\syswow64\kernel32.dll
765B0000  0019D000 >765B17E7  SETUPAPI                      6.1.7600.16385 (>C:\Windows\syswow64\SETUPAPI.dll
76750000  000CC000 >7675168B  MSCTF                         6.1.7600.16385 (>C:\Windows\syswow64\MSCTF.dll
76820000  00083000 >768223D2  CLBCatQ                       2001.12.8530.163>C:\Windows\syswow64\CLBCatQ.DLL
76AB0000  00100000 >UserClien>USER32                        6.1.7601.17514 (>C:\Windows\syswow64\USER32.dll
76CF0000  00090000 >76D06343  GDI32                         6.1.7601.17514 (>C:\Windows\syswow64\GDI32.dll
76FB0000  00019000 >76FB4975  sechost                       6.1.7600.16385 (>C:\Windows\SysWOW64\sechost.dll
76FD0000  0008F000 >76FD3FB1  OLEAUT32                      6.1.7601.17676   C:\Windows\syswow64\OLEAUT32.dll
77060000  00046000 >7706745A  KERNELBASE                    6.1.7600.16385 (>C:\Windows\syswow64\KERNELBASE.dll
770B0000  0011D000 >770B158A  CRYPT32                       6.1.7600.16385 (>C:\Windows\syswow64\CRYPT32.dll
771D0000  000A0000 >771E49E5  ADVAPI32                      6.1.7600.16385 (>C:\Windows\syswow64\ADVAPI32.dll
77270000  ???                 Mod_7727         Hidden
77420000  0000A000 >LpkDllIni>LPK                           6.1.7600.16385 (>C:\Windows\syswow64\LPK.dll
77450000  00180000 >          ntdll                         6.1.7600.16385 (>C:\Windows\SysWOW64\ntdll.dll
make me a sandwich
make: *** No rule to make target 'me'. Stop.
shenle
Confed Special Operative
Confed Special Operative
Posts: 381
Joined: Thu Jan 31, 2008 3:25 am
Location: hiding in a dark corner

Re: [win7-64] SVN 13222 compiles but exe crashes.

Post by shenle »

Memory map window, part one (have to cut it in two due to max message size):

Code: Select all

Memory map
Address   Size      Owner            Section    Contains                 Type  Access   Initial >Mapped as
00010000  00010000 >                >                                    Map  >RW       RW
00020000  00001000 >                >                                    Map  >R        R
00030000  00001000 >                >                                    Map  >R        R
00040000  00001000 >                >                                    Img  >R        RWE Copy>
00087000  00009000 >                >                                    Priv >RW  Guar>RW  Guar>
0017D000  00001000 >                >                                    Priv >RW  Guar>RW  Guar>
0017E000  00012000 >                >           Stack of main thread     Priv >RW       RW
00190000  00004000 >                >                                    Map  >R        R
001A0000  00001000 >                >                                    Map  >R        R
001B0000  00001000 >                >                                    Priv >RW       RW
001C0000  0000B000 >                >                                    Priv >RWE      RWE
001D0000  00067000 >                >                                    Map  >R        R        C:\Windows\System32\locale.nls
00240000  00001000 >glut32          >           PE header                Img  >R        RWE Copy>
00241000  0000D000 >glut32          >.text      Code                     Img  >R E      RWE Copy>
0024E000  00018000 >glut32          >.rdata     Imports,exports          Img  >R        RWE Copy>
00266000  00003000 >glut32          >.data      Data                     Img  >RW  Copy>RWE Copy>
00269000  00003000 >glut32          >.reloc     Relocations              Img  >R        RWE Copy>
00270000  00001000 >                >                                    Map  >R        R
00280000  00007000 >                >                                    Priv >RW       RW
00300000  00001000 >xmlparse        >           PE header                Img  >R        RWE Copy>
00301000  0005E000 >xmlparse        >.text      Code                     Img  >R E      RWE Copy>
0035F000  00005000 >xmlparse        >.rdata     Exports                  Img  >R        RWE Copy>
00364000  00005000 >xmlparse        >.data      Data                     Img  >RW       RWE Copy>
00369000  00001000 >xmlparse        >.idata     Imports                  Img  >RW       RWE Copy>
0036A000  00003000 >xmlparse        >.reloc     Relocations              Img  >R        RWE Copy>
00370000  00001000 >SDL             >           PE header                Img  >R        RWE Copy>
00371000  0004D000 >SDL             >.text      Code                     Img  >R E      RWE Copy>
003BE000  00008000 >SDL             >.rdata     Imports,exports          Img  >R        RWE Copy>
003C6000  0000A000 >SDL             >.data      Data                     Img  >RW       RWE Copy>
003D0000  00001000 >SDL             >.rsrc      Resources                Img  >R        RWE Copy>
003D1000  00003000 >SDL             >.reloc     Relocations              Img  >R        RWE Copy>
003E0000  00001000 >                >                                    Map  >R        R
003F0000  00001000 >                >                                    Priv >RWE      RWE
00400000  00001000 >Vegastrike-13222>           PE header                Img  >R        RWE Copy>
00401000  006A5000 >Vegastrike-13222>.text      Code                     Img  >R E      RWE Copy>
00AA6000  000CA000 >Vegastrike-13222>.rdata     Imports,exports          Img  >R        RWE Copy>
00B70000  008A3000 >Vegastrike-13222>.data      Data                     Img  >RW  Copy>RWE Copy>
01413000  00028000 >Vegastrike-13222>.rsrc      Resources                Img  >R        RWE Copy>
01440000  0000B000 >                >                                    Priv >RWE      RWE
01450000  0000B000 >                >                                    Priv >RWE      RWE
01460000  00001000 >                >                                    Priv >RW       RW
01470000  00001000 >                >                                    Priv >RW       RW
01480000  00007000 >                >                                    Map  >R        R
01490000  00009000 >                >                                    Priv >RW       RW
014A0000  00002000 >                >                                    Map  >RW       RW
014B0000  00001000 >                >                                    Map  >RW       RW
014C0000  00001000 >                >                                    Map  >R        R
014D0000  00001000 >                >                                    Map  >RW  Copy>RW  Copy>C:\Windows\SysWOW64\en-US\wdmaud.drv.mui
014E0000  00001000 >                >                                    Map  >RW  Copy>RW  Copy>C:\Windows\SysWOW64\en-US\MMDevAPI.dll.mui
014F0000  0006D000 >                >                                    Priv >RW       RW
015F0000  00001000 >                >                                    Map  >R        R
01600000  00001000 >                >                                    Map  >R        R
01610000  00003000 >                >                                    Map  >RW       RW
01620000  00002000 >                >                                    Priv >RW       RW
01669000  00007000 >                >                                    Priv >RW  Guar>RW  Guar>
01670000  00002000 >                >                                    Priv >RW       RW
01680000  00010000 >                >                                    Priv >RW       RW
01690000  00001000 >                >                                    Map  >RW  Copy>RW  Copy>C:\Windows\SysWOW64\en-US\dsound.dll.mui
016A0000  00005000 >                >                                    Priv >RW       RW
016B0000  00001000 >                >                                    Map  >R        R
016C0000  00010000 >                >                                    Priv >RW       RW
016D0000  00006000 >                >                                    Map  >R        R        C:\Windows\Registration\R000000000009.clb
016E0000  00001000 >                >                                    Priv >RW
016F0000  00001000 >                >                                    Priv >RW       RW
01700000  00001000 >                >                                    Priv >RW       RW
01710000  00010000 >                >                                    Priv >RW       RW
01720000  00011000 >                >                                    Map  >R        R
018A0000  00003000 >                >                                    Map  >R        R
018B0000  00181000 >                >                                    Map  >R        R
01A40000  00165000 >                >                                    Map  >R        R
02E40000  00320000 >                >                                    Map  >R        R
03160000  000C0000 >                >                                    Map  >RW  Copy>RW  Copy>C:\Windows\SysWOW64\en-US\KernelBase.dll.mui
03220000  00001000 >                >                                    Priv >RW       RW
03230000  00006000 >                >                                    Priv >RW       RW
03240000  00008000 >                >                                    Priv >RW       RW
03340000  00001000 >                >                                    Priv >RW       RW
033C0000  00009000 >                >                                    Priv >RW       RW
033D0000  00010000 >                >                                    Priv >RW       RW
033E0000  00001000 >                >                                    Priv >RW       RW
033F0000  00010000 >                >                                    Priv >RW       RW
03400000  00009000 >                >                                    Priv >RW       RW
03410000  00010000 >                >                                    Priv >RW       RW
03420000  00001000 >                >                                    Priv >RW       RW
03430000  00010000 >                >                                    Priv >RW       RW
03440000  00100000 >                >                                    Priv >RW       RW
03579000  00007000 >                >                                    Priv >RW  Guar>RW  Guar>
035B9000  00007000 >                >                                    Priv >RW  Guar>RW  Guar>
035C0000  00009000 >                >                                    Priv >RW       RW
035E0000  00001000 >                >                                    Priv >RW       RW
03620000  00033000 >                >                                    Priv >RW       RW
03720000  00200000 >                >                                    Priv >RW       RW
03920000  002CF000 >                >                                    Map  >R        R        C:\Windows\Globalization\Sorting\SortDefault.nls
03C29000  00007000 >                >                                    Priv >RW  Guar>RW  Guar>
03C40000  002BC000 >                >                                    Priv >RW       RW
03F00000  00400000 >                >                                    Priv >RW       RW
043FD000  00001000 >                >                                    Priv >RW  Guar>RW  Guar>
043FE000  00002000 >                >           Stack of thread 14. (000>Priv >RW       RW
044FD000  00002000 >                >                                    Priv >RW  Guar>RW  Guar>
044FF000  00001000 >                >           Stack of thread 3. (0000>Priv >RW       RW
04500000  00402000 >                >                                    Priv >RW       RW
04910000  00001000 >wrap_oal        >           PE header                Img  >R        RWE Copy>
04911000  0004C000 >wrap_oal        >.text      Code                     Img  >R E      RWE Copy>
0495D000  00012000 >wrap_oal        >.rdata     Imports,exports          Img  >R        RWE Copy>
0496F000  003F1000 >wrap_oal        >.data      Data                     Img  >RW  Copy>RWE Copy>
04D60000  00001000 >wrap_oal        >.rsrc      Resources                Img  >R        RWE Copy>
04D61000  00007000 >wrap_oal        >.reloc     Relocations              Img  >R        RWE Copy>
04D70000  00119000 >                >                                    Priv >RW       RW
04F8D000  00002000 >                >                                    Priv >RW  Guar>RW  Guar>
04F8F000  00001000 >                >           Stack of thread 15. (000>Priv >RW       RW
04FC9000  00007000 >                >                                    Priv >RW  Guar>RW  Guar>
05009000  00007000 >                >                                    Priv >RW  Guar>RW  Guar>
05049000  00007000 >                >                                    Priv >RW  Guar>RW  Guar>
05089000  00007000 >                >                                    Priv >RW  Guar>RW  Guar>
0518D000  00002000 >                >                                    Priv >RW  Guar>RW  Guar>
0518F000  00001000 >                >           Stack of thread 7. (0000>Priv >RW       RW
0528D000  00002000 >                >                                    Priv >RW  Guar>RW  Guar>
0528F000  00001000 >                >           Stack of thread 16. (000>Priv >RW       RW
052C9000  00007000 >                >                                    Priv >RW  Guar>RW  Guar>
05309000  00007000 >                >                                    Priv >RW  Guar>RW  Guar>
0540D000  00002000 >                >                                    Priv >RW  Guar>RW  Guar>
0540F000  00001000 >                >           Stack of thread 21. (000>Priv >RW       RW
05440000  00010000 >                >                                    Priv >RW       RW
05489000  00007000 >                >                                    Priv >RW  Guar>RW  Guar>
054C0000  00004000 >                >                                    Priv >RW       RW
05509000  00007000 >                >                                    Priv >RW  Guar>RW  Guar>
05549000  00007000 >                >                                    Priv >RW  Guar>RW  Guar>
05550000  00012000 >                >                                    Priv >RW       RW
0574D000  00002000 >                >                                    Priv >RW  Guar>RW  Guar>
0574F000  00001000 >                >           Stack of thread 18. (000>Priv >RW       RW
0583E000  00002000 >                >                                    Priv >RW  Guar>RW  Guar>
05840000  00010000 >                >           Stack of thread 17. (000>Priv >RW       RW
05850000  00042000 >                >                                    Priv >RW       RW
05A4D000  00002000 >                >                                    Priv >RW  Guar>RW  Guar>
05A4F000  00001000 >                >           Stack of thread 19. (000>Priv >RW       RW
05A50000  00001000 >atiadlxy        >           PE header                Img  >R        RWE Copy>
05A51000  00034000 >atiadlxy        >.text      Code                     Img  >R E      RWE Copy>
05A85000  00004000 >atiadlxy        >.rdata     Imports,exports          Img  >R        RWE Copy>
05A89000  00001000 >atiadlxy        >.data      Data                     Img  >RW       RWE Copy>
05A8A000  00001000 >atiadlxy        >.rsrc      Resources                Img  >R        RWE Copy>
05A8B000  00002000 >atiadlxy        >.reloc     Relocations              Img  >R        RWE Copy>
05AC9000  00007000 >                >                                    Priv >RW  Guar>RW  Guar>
05B09000  00007000 >                >                                    Priv >RW  Guar>RW  Guar>
05B10000  0000B000 >                >                                    Priv >RW       RW
05C4D000  00002000 >                >                                    Priv >RW  Guar>RW  Guar>
05C4F000  00001000 >                >           Stack of thread 20. (000>Priv >RW       RW
05C80000  00010000 >                >                                    Priv >RW       RW
05C90000  00100000 >                >                                    Priv >RW       RW
05D90000  00100000 >                >                                    Priv >RW       RW
05F8D000  00002000 >                >                                    Priv >RW  Guar>RW  Guar>
05F8F000  00001000 >                >           Stack of thread 22. (000>Priv >RW       RW
05F90000  00800000 >                >                                    Priv >RW       RW
06790000  00200000 >                >                                    Priv >RW       RW
06990000  001F8000 >                >                                    Priv >RW       RW
06B90000  00400000 >                >                                    Priv >RW       RW
07082000  00001000 >                >                                    Priv >RW  Guar>RW  Guar>
07083000  0000D000 >                >           Stack of thread 23. (000>Priv >RW       RW
07090000  00083000 >                >                                    Priv >RW       RW
07170000  00040000 >                >                                    Priv >RW       RW
071B0000  00800000 >                >                                    Priv >RW       RW
07AA8000  00001000 >                >                                    Priv >RW  Guar>RW  Guar>
07AA9000  00007000 >                >           Stack of thread 24. (000>Priv >RW       RW
07BAD000  00002000 >                >                                    Priv >RW  Guar>RW  Guar>
07BAF000  00001000 >                >           Stack of thread 25. (000>Priv >RW       RW
07BB0000  00420000 >                >                                    Priv >RW       RW
080CD000  00001000 >                >                                    Priv >RW  Guar>RW  Guar>
080CE000  00002000 >                >           Stack of thread 26. (000>Priv >RW       RW
080D0000  000F4000 >                >                                    Priv >RW       RW
081D0000  00095000 >                >                                    Priv >RW       RW
08370000  00081000 >                >                                    Priv >RW       RW
08400000  00081000 >                >                                    Priv >RW       RW
08490000  00200000 >                >                                    Priv >RW       RW
08690000  0004C000 >                >                                    Priv >RW       RW
089B0000  00100000 >                >                                    Priv >RW       RW
08AB0000  00101000 >                >                                    Priv >RW       RW
08BC0000  000E9000 >                >                                    Priv >RW       RW
08CC0000  00100000 >                >                                    Priv >RW       RW
08DC0000  00100000 >                >                                    Priv >RW       RW
08EC0000  00100000 >                >                                    Priv >RW       RW
08FC0000  00100000 >                >                                    Priv >RW       RW
090C0000  00100000 >                >                                    Priv >RW       RW
091C0000  00100000 >                >                                    Priv >RW       RW
092C0000  00100000 >                >                                    Priv >RW       RW
093C0000  00100000 >                >                                    Priv >RW       RW
094C0000  00100000 >                >                                    Priv >RW       RW
095C0000  00100000 >                >                                    Priv >RW       RW
096C0000  00100000 >                >                                    Priv >RW       RW
097C0000  00044000 >                >                                    Priv >RW       RW
099C0000  00100000 >                >                                    Priv >RW       RW
09AC0000  00100000 >                >                                    Priv >RW       RW
09BC0000  00100000 >                >                                    Priv >RW       RW
09CC0000  00100000 >                >                                    Priv >RW       RW
09DC0000  00100000 >                >                                    Priv >RW       RW
09EC0000  00100000 >                >                                    Priv >RW       RW
0A450000  00100000 >                >                                    Priv >RW       RW
0A960000  00800000 >                >                                    Priv >RW       RW
0B160000  00BF7000 >                >                                    Priv >RW       RW
0BD60000  00AF3000 >                >                                    Priv >RW       RW
0CD30000  00118000 >                >                                    Priv >RW       RW
10000000  00001000 >OpenAL32        >           PE header                Img  >R        RWE Copy>
10001000  0000F000 >OpenAL32        >.text      Code                     Img  >R E      RWE Copy>
10010000  00004000 >OpenAL32        >.rdata     Imports,exports          Img  >R        RWE Copy>
10014000  00002000 >OpenAL32        >.data      Data                     Img  >RW       RWE Copy>
10016000  00001000 >OpenAL32        >.rsrc      Resources                Img  >R        RWE Copy>
10017000  00002000 >OpenAL32        >.reloc     Relocations              Img  >R        RWE Copy>
1E000000  00001000 >python26        >           PE header                Img  >R        RWE Copy>
1E001000  000E4000 >python26        >.text      Code                     Img  >R E      RWE Copy>
1E0E5000  000CE000 >python26        >.rdata     Imports,exports          Img  >R        RWE Copy>
1E1B3000  0004E000 >python26        >.data      Data                     Img  >RW  Copy>RWE Copy>
1E201000  00001000 >python26        >.rsrc      Resources                Img  >R        RWE Copy>
1E202000  00011000 >python26        >.reloc     Relocations              Img  >R        RWE Copy>
67B10000  00001000 >DDRAW           >           PE header                Img  >R        RWE Copy>
67B11000  00079000 >DDRAW           >.text      Code,imports,exports     Img  >R E      RWE Copy>
67B8A000  00066000 >DDRAW           >.data      Data                     Img  >RW  Copy>RWE Copy>
67BF0000  00001000 >DDRAW           >.rsrc      Resources                Img  >R        RWE Copy>
67BF1000  00006000 >DDRAW           >.reloc     Relocations              Img  >R        RWE Copy>
67C00000  00001000 >OPENGL32        >           PE header                Img  >R        RWE Copy>
67C01000  000A0000 >OPENGL32        >.text      Code,imports,exports     Img  >R E      RWE Copy>
67CA1000  00021000 >OPENGL32        >.data      Data                     Img  >RW  Copy>RWE Copy>
67CC2000  00001000 >OPENGL32        >.rsrc      Resources                Img  >R        RWE Copy>
67CC3000  00005000 >OPENGL32        >.reloc     Relocations              Img  >R        RWE Copy>
67D70000  00001000 >GLU32           >           PE header                Img  >R        RWE Copy>
67D71000  0001A000 >GLU32           >.text      Code,imports,exports     Img  >R E      RWE Copy>
67D8B000  00005000 >GLU32           >.data      Data                     Img  >RW  Copy>RWE Copy>
67D90000  00001000 >GLU32           >.rsrc      Resources                Img  >R        RWE Copy>
67D91000  00001000 >GLU32           >.reloc     Relocations              Img  >R        RWE Copy>
69030000  00001000 >atioglxx        >           PE header                Img  >R        RWE Copy>
69031000  00DB4000 >atioglxx        >.text,.tex>Code                     Img  >R E      RWE Copy>
69DE5000  00001000 >atioglxx        >.text1                              Img  >R E      RWE Copy>
69DE6000  0012B000 >atioglxx        >.rdata     Imports,exports          Img  >R        RWE Copy>
69F11000  00109000 >atioglxx        >.data      Data                     Img  >RW  Copy>RWE Copy>
6A01A000  0003D000 >atioglxx        >_TEXTASM                            Img  >  E      RWE Copy>
6A057000  00001000 >atioglxx        >.rsrc      Resources                Img  >R        RWE Copy>
6A058000  0009F000 >atioglxx        >.reloc     Relocations              Img  >R        RWE Copy>
6B3F0000  00001000 >DCIMAN32        >           PE header                Img  >R        RWE Copy>
6B3F1000  00002000 >DCIMAN32        >.text      Code,imports,exports     Img  >R E      RWE Copy>
6B3F3000  00001000 >DCIMAN32        >.data      Data                     Img  >RW       RWE Copy>
6B3F4000  00001000 >DCIMAN32        >.rsrc      Resources                Img  >R        RWE Copy>
6B3F5000  00001000 >DCIMAN32        >.reloc     Relocations              Img  >R        RWE Copy>
6C940000  00001000 >aticfx32        >           PE header                Img  >R        RWE Copy>
6C941000  00055000 >aticfx32        >.text      Code                     Img  >R E      RWE Copy>
6C996000  00032000 >aticfx32        >.rdata     Imports,exports          Img  >R        RWE Copy>
6C9C8000  00004000 >aticfx32        >.data      Data                     Img  >RW       RWE Copy>
6C9CC000  00005000 >aticfx32        >.rsrc      Resources                Img  >R        RWE Copy>
6C9D1000  00005000 >aticfx32        >.reloc     Relocations              Img  >R        RWE Copy>
6D600000  00001000 >dsound          >           PE header                Img  >R        RWE Copy>
6D601000  00068000 >dsound          >.text      Code,imports,exports     Img  >R E      RWE Copy>
6D669000  00001000 >dsound          >RT_CODE                             Img  >R E      RWE Copy>
6D66A000  00004000 >dsound          >.data      Data                     Img  >RW  Copy>RWE Copy>
6D66E000  00001000 >dsound          >.rsrc      Resources                Img  >R        RWE Copy>
6D66F000  00003000 >dsound          >.reloc     Relocations              Img  >R        RWE Copy>
6F850000  00001000 >POWRPROF        >           PE header                Img  >R        RWE Copy>
6F851000  00011000 >POWRPROF        >.text      Code,imports,exports     Img  >R E      RWE Copy>
6F862000  00001000 >POWRPROF        >.data      Data                     Img  >RW       RWE Copy>
6F863000  00011000 >POWRPROF        >.rsrc      Resources                Img  >R        RWE Copy>
6F874000  00001000 >POWRPROF        >.reloc     Relocations              Img  >R        RWE Copy>
72D70000  00001000 >DINPUT          >           PE header                Img  >R        RWE Copy>
72D71000  0001C000 >DINPUT          >.text      Code,imports,exports     Img  >R E      RWE Copy>
72D8D000  00005000 >DINPUT          >.data      Data                     Img  >RW  Copy>RWE Copy>
72D92000  00001000 >DINPUT          >.rsrc      Resources                Img  >R        RWE Copy>
72D93000  00002000 >DINPUT          >.reloc     Relocations              Img  >R        RWE Copy>
72DD0000  00001000 >AUDIOSES        >           PE header                Img  >R        RWE Copy>
72DD1000  0002B000 >AUDIOSES        >.text,.orp>Code,imports,exports     Img  >R E      RWE Copy>
72DFC000  00001000 >AUDIOSES        >RT_BSS                              Img  >RW  Copy>RWE Copy>
72DFD000  00001000 >AUDIOSES        >.data      Data                     Img  >RW  Copy>RWE Copy>
72DFE000  00001000 >AUDIOSES        >RT_DATA                             Img  >RW  Copy>RWE Copy>
72DFF000  00001000 >AUDIOSES        >RT_CONST                            Img  >R        RWE Copy>
72E00000  00003000 >AUDIOSES        >.rsrc      Resources                Img  >R        RWE Copy>
72E03000  00003000 >AUDIOSES        >.reloc     Relocations              Img  >R        RWE Copy>
72EA0000  00001000 >wdmaud_drv      >           PE header                Img  >R        RWE Copy>
72EA1000  00024000 >wdmaud_drv      >.text,RT_C>Code,imports,exports     Img  >R E      RWE Copy>
72EC5000  00007000 >wdmaud_drv      >.data                               Img  >RW  Copy>RWE Copy>
72ECC000  00001000 >wdmaud_drv      >RT_DATA    Data                     Img  >RW  Copy>RWE Copy>
72ECD000  00001000 >wdmaud_drv      >.rsrc      Resources                Img  >R        RWE Copy>
72ECE000  00002000 >wdmaud_drv      >.reloc     Relocations              Img  >R        RWE Copy>
73200000  00001000 >midimap         >           PE header                Img  >R        RWE Copy>
73201000  00003000 >midimap         >.text      Code,imports,exports     Img  >R E      RWE Copy>
73204000  00001000 >midimap         >.data      Data                     Img  >RW       RWE Copy>
73205000  00001000 >midimap         >.rsrc      Resources                Img  >R        RWE Copy>
73206000  00001000 >midimap         >.reloc     Relocations              Img  >R        RWE Copy>
73310000  00001000 >MSACM32         >           PE header                Img  >R        RWE Copy>
73311000  00010000 >MSACM32         >.text      Code,imports,exports     Img  >R E      RWE Copy>
73321000  00001000 >MSACM32         >.data      Data                     Img  >RW       RWE Copy>
73322000  00001000 >MSACM32         >.rsrc      Resources                Img  >R        RWE Copy>
73323000  00001000 >MSACM32         >.reloc     Relocations              Img  >R        RWE Copy>
733C0000  00001000 >WTSAPI32        >           PE header                Img  >R        RWE Copy>
733C1000  00009000 >WTSAPI32        >.text      Code,imports,exports     Img  >R E      RWE Copy>
733CA000  00001000 >WTSAPI32        >.data                               Img  >RW       RWE Copy>
733CB000  00001000 >WTSAPI32        >.rsrc      Data,resources           Img  >R        RWE Copy>
733CC000  00001000 >WTSAPI32        >.reloc     Relocations              Img  >R        RWE Copy>
733F0000  00001000 >MMDevAPI        >           PE header                Img  >R        RWE Copy>
733F1000  00030000 >MMDevAPI        >.text      Code,imports,exports     Img  >R E      RWE Copy>
73421000  00001000 >MMDevAPI        >RT_CODE                             Img  >R E      RWE Copy>
73422000  00001000 >MMDevAPI        >RT_BSS                              Img  >RW  Copy>RWE Copy>
73423000  00001000 >MMDevAPI        >.data      Data                     Img  >RW  Copy>RWE Copy>
73424000  00001000 >MMDevAPI        >RT_DATA                             Img  >RW  Copy>RWE Copy>
73425000  00001000 >MMDevAPI        >.rsrc      Resources                Img  >R        RWE Copy>
73426000  00003000 >MMDevAPI        >.reloc     Relocations              Img  >R        RWE Copy>
73460000  00001000 >atigktxx        >           PE header                Img  >R        RWE Copy>
73461000  00007000 >atigktxx        >.text      Code,imports,exports     Img  >R E      RWE Copy>
73468000  00001000 >atigktxx        >.data      Data                     Img  >RW       RWE Copy>
73469000  00001000 >atigktxx        >.rsrc      Resources                Img  >R        RWE Copy>
7346A000  00001000 >atigktxx        >.reloc     Relocations              Img  >R        RWE Copy>
738D0000  00001000 >profapi         >           PE header                Img  >R        RWE Copy>
738D1000  00007000 >profapi         >.text      Code,imports,exports     Img  >R E      RWE Copy>
738D8000  00001000 >profapi         >.data      Data                     Img  >RW       RWE Copy>
738D9000  00001000 >profapi         >.rsrc      Resources                Img  >R        RWE Copy>
738DA000  00001000 >profapi         >.reloc     Relocations              Img  >R        RWE Copy>
738E0000  00001000 >USERENV         >           PE header                Img  >R        RWE Copy>
738E1000  00011000 >USERENV         >.text      Code,imports,exports     Img  >R E      RWE Copy>
738F2000  00001000 >USERENV         >.orpc                               Img  >R E      RWE Copy>
738F3000  00001000 >USERENV         >.data      Data                     Img  >RW       RWE Copy>
738F4000  00002000 >USERENV         >.rsrc      Resources                Img  >R        RWE Copy>
738F6000  00001000 >USERENV         >.reloc     Relocations              Img  >R        RWE Copy>
73910000  00001000 >VERSION         >           PE header                Img  >R        RWE Copy>
73911000  00005000 >VERSION         >.text      Code,imports,exports     Img  >R E      RWE Copy>
73916000  00001000 >VERSION         >.data      Data                     Img  >RW       RWE Copy>
73917000  00001000 >VERSION         >.rsrc      Resources                Img  >R        RWE Copy>
73918000  00001000 >VERSION         >.reloc     Relocations              Img  >R        RWE Copy>
73920000  00001000 >WSOCK32         >           PE header                Img  >R        RWE Copy>
73921000  00003000 >WSOCK32         >.text      Code,imports,exports     Img  >R E      RWE Copy>
73924000  00001000 >WSOCK32         >.data      Data                     Img  >RW       RWE Copy>
73925000  00001000 >WSOCK32         >.rsrc      Resources                Img  >R        RWE Copy>
73926000  00001000 >WSOCK32         >.reloc     Relocations              Img  >R        RWE Copy>
73960000  00001000 >MSVCP90         >           PE header                Img  >R        RWE Copy>
73961000  00084000 >MSVCP90         >.text      Code,imports,exports     Img  >R E      RWE Copy>
739E5000  00003000 >MSVCP90         >.data      Data                     Img  >RW  Copy>RWE Copy>
739E8000  00001000 >MSVCP90         >.rsrc      Resources                Img  >R        RWE Copy>
739E9000  00005000 >MSVCP90         >.reloc     Relocations              Img  >R        RWE Copy>
739F0000  00001000 >MSVCR90         >           PE header                Img  >R        RWE Copy>
739F1000  00096000 >MSVCR90         >.text      Code,imports,exports     Img  >R E      RWE Copy>
73A87000  00007000 >MSVCR90         >.data      Data                     Img  >RW  Copy>RWE Copy>
73A8E000  00001000 >MSVCR90         >.rsrc      Resources                Img  >R        RWE Copy>
73A8F000  00004000 >MSVCR90         >.reloc     Relocations              Img  >R        RWE Copy>
73B40000  00001000 >Mod_73B4        >           PE header                Img  >R        RWE Copy>
73B41000  00003000 >                >                                    Img  >R E      RWE Copy>
73B44000  00001000 >                >                                    Img  >RW       RWE Copy>
73B45000  00003000 >                >                                    Img  >R        RWE Copy>
73B50000  00001000 >Mod_73B5        >           PE header                Img  >R        RWE Copy>
73B51000  0004D000 >                >                                    Img  >R E      RWE Copy>
73B9E000  00005000 >                >                                    Img  >RW  Copy>RWE Copy>
73BA3000  00009000 >                >                                    Img  >R        RWE Copy>
73BB0000  00001000 >Mod_73BB        >           PE header                Img  >R        RWE Copy>
73BB1000  00038000 >                >                                    Img  >R E      RWE Copy>
73BE9000  00002000 >                >                                    Img  >RW       RWE Copy>
73BEB000  00004000 >                >                                    Img  >R        RWE Copy>
73F70000  00001000 >PROPSYS         >           PE header                Img  >R        RWE Copy>
73F71000  00077000 >PROPSYS         >.text      Code,imports,exports     Img  >R E      RWE Copy>
73FE8000  00001000 >PROPSYS         >.orpc                               Img  >R E      RWE Copy>
73FE9000  00002000 >PROPSYS         >.data                               Img  >RW  Copy>RWE Copy>
73FEB000  00073000 >PROPSYS         >.rsrc      Data,resources           Img  >R        RWE Copy>
7405E000  00007000 >PROPSYS         >.reloc     Relocations              Img  >R        RWE Copy>
74070000  00001000 >dwmapi          >           PE header                Img  >R        RWE Copy>
74071000  0000B000 >dwmapi          >.text      Code,imports,exports     Img  >R E      RWE Copy>
7407C000  00002000 >dwmapi          >.data      Data                     Img  >RW       RWE Copy>
7407E000  00004000 >dwmapi          >.rsrc      Resources                Img  >R        RWE Copy>
74082000  00001000 >dwmapi          >.reloc     Relocations              Img  >R        RWE Copy>
74110000  00001000 >AVRT            >           PE header                Img  >R        RWE Copy>
74111000  00003000 >AVRT            >.text      Code,imports,exports     Img  >R E      RWE Copy>
74114000  00001000 >AVRT            >.data      Data                     Img  >RW       RWE Copy>
74115000  00001000 >AVRT            >.rsrc      Resources                Img  >R        RWE Copy>
74116000  00001000 >AVRT            >.reloc     Relocations              Img  >R        RWE Copy>
74240000  00001000 >HID             >           PE header                Img  >R        RWE Copy>
74241000  00005000 >HID             >.text      Code,imports,exports     Img  >R E      RWE Copy>
74246000  00001000 >HID             >.data      Data                     Img  >RW       RWE Copy>
74247000  00001000 >HID             >.rsrc      Resources                Img  >R        RWE Copy>
74248000  00001000 >HID             >.reloc     Relocations              Img  >R        RWE Copy>
74250000  00001000 >atiglpxx        >           PE header                Img  >R        RWE Copy>
74251000  00003000 >atiglpxx        >.text      Code,imports,exports     Img  >R E      RWE Copy>
74254000  00001000 >atiglpxx        >.data      Data                     Img  >RW       RWE Copy>
74255000  00001000 >atiglpxx        >.rsrc      Resources                Img  >R        RWE Copy>
74256000  00001000 >atiglpxx        >.reloc     Relocations              Img  >R        RWE Copy>
742A0000  00001000 >ksuser          >           PE header                Img  >R        RWE Copy>
742A1000  00001000 >ksuser          >.text      Code,imports,exports     Img  >R E      RWE Copy>
742A2000  00001000 >ksuser          >.rsrc      Data,resources           Img  >R        RWE Copy>
742A3000  00001000 >ksuser          >.reloc     Relocations              Img  >R        RWE Copy>
74360000  00001000 >WINMM           >           PE header                Img  >R        RWE Copy>
74361000  00027000 >WINMM           >.text      Code,imports,exports     Img  >R E      RWE Copy>
74388000  00003000 >WINMM           >.data      Data                     Img  >RW       RWE Copy>
7438B000  00004000 >WINMM           >.rsrc      Resources                Img  >R        RWE Copy>
7438F000  00003000 >WINMM           >.reloc     Relocations              Img  >R        RWE Copy>
743A0000  00001000 >msacm32_drv     >           PE header                Img  >R        RWE Copy>
743A1000  00004000 >msacm32_drv     >.text      Code,imports,exports     Img  >R E      RWE Copy>
743A5000  00001000 >msacm32_drv     >.data      Data                     Img  >RW       RWE Copy>
743A6000  00001000 >msacm32_drv     >.rsrc      Resources                Img  >R        RWE Copy>
743A7000  00001000 >msacm32_drv     >.reloc     Relocations              Img  >R        RWE Copy>
74610000  00001000 >snxhk           >           PE header                Img  >R        RWE Copy>
74611000  0001B000 >snxhk           >.text      Code                     Img  >R E      RWE Copy>
7462C000  00007000 >snxhk           >.rdata     Imports,exports          Img  >R        RWE Copy>
74633000  0000B000 >snxhk           >.data      Data                     Img  >RW  Copy>RWE Copy>
7463E000  00001000 >snxhk           >.rsrc      Resources                Img  >R        RWE Copy>
7463F000  00005000 >snxhk           >.reloc     Relocations              Img  >R        RWE Copy>
74FA0000  00001000 >CRYPTBASE       >           PE header                Img  >R        RWE Copy>
74FA1000  00008000 >CRYPTBASE       >.text      Code,imports,exports     Img  >R E      RWE Copy>
74FA9000  00001000 >CRYPTBASE       >.data                               Img  >RW       RWE Copy>
74FAA000  00001000 >CRYPTBASE       >.rsrc      Resources                Img  >R        RWE Copy>
74FAB000  00001000 >CRYPTBASE       >.reloc     Data,relocations         Img  >R        RWE Copy>
74FB0000  00001000 >SspiCli         >           PE header                Img  >R        RWE Copy>
74FC0000  00016000 >SspiCli         >.text      Code,imports,exports     Img  >R E      RWE Copy>
74FE0000  00001000 >SspiCli         >.data      Data                     Img  >RW       RWE Copy>
74FF0000  00001000 >SspiCli         >.rsrc      Resources                Img  >R        RWE Copy>
75000000  00002000 >SspiCli         >.reloc     Relocations              Img  >R        RWE Copy>
75010000  00001000 >RPCRT4          >           PE header                Img  >R        RWE Copy>
75020000  00096000 >RPCRT4          >.text      Code,imports,exports     Img  >R E      RWE Copy>
750C0000  00003000 >RPCRT4          >.orpc                               Img  >R E      RWE Copy>
750D0000  00001000 >RPCRT4          >.data      Data                     Img  >RW       RWE Copy>
750E0000  00004000 >RPCRT4          >.rsrc      Resources                Img  >R        RWE Copy>
750F0000  00005000 >RPCRT4          >.reloc     Relocations              Img  >R        RWE Copy>
75100000  00001000 >CFGMGR32        >           PE header                Img  >R        RWE Copy>
75101000  00022000 >CFGMGR32        >.text      Code,imports,exports     Img  >R E      RWE Copy>
75123000  00001000 >CFGMGR32        >.data      Data                     Img  >RW       RWE Copy>
75124000  00001000 >CFGMGR32        >.rsrc      Resources                Img  >R        RWE Copy>
75125000  00002000 >CFGMGR32        >.reloc     Relocations              Img  >R        RWE Copy>
75130000  00001000 >msvcrt          >           PE header                Img  >R        RWE Copy>
75131000  0009F000 >msvcrt          >.text      Code,imports,exports     Img  >R E      RWE Copy>
751D0000  00007000 >msvcrt          >.data      Data                     Img  >RW  Copy>RWE Copy>
751D7000  00001000 >msvcrt          >.rsrc      Resources                Img  >R        RWE Copy>
751D8000  00004000 >msvcrt          >.reloc     Relocations              Img  >R        RWE Copy>
75360000  00001000 >MSASN1          >           PE header                Img  >R        RWE Copy>
75361000  00008000 >MSASN1          >.text      Code,imports,exports     Img  >R E      RWE Copy>
75369000  00001000 >MSASN1          >.data      Data                     Img  >RW       RWE Copy>
7536A000  00001000 >MSASN1          >.rsrc      Resources                Img  >R        RWE Copy>
7536B000  00001000 >MSASN1          >.reloc     Relocations              Img  >R        RWE Copy>
75370000  00001000 >ole32           >           PE header                Img  >R        RWE Copy>
75371000  00145000 >ole32           >.text,.orp>Code,imports,exports     Img  >R E      RWE Copy>
754B6000  00004000 >ole32           >.data      Data                     Img  >RW       RWE Copy>
754BA000  00003000 >ole32           >.rsrc      Resources                Img  >R        RWE Copy>
754BD000  0000F000 >ole32           >.reloc     Relocations              Img  >R        RWE Copy>
754D0000  00001000 >SHLWAPI         >           PE header                Img  >R        RWE Copy>
754D1000  00051000 >SHLWAPI         >.text      Code,imports,exports     Img  >R E      RWE Copy>
75522000  00001000 >SHLWAPI         >.data                               Img  >RW       RWE Copy>
75523000  00001000 >SHLWAPI         >.rsrc      Resources                Img  >R        RWE Copy>
75524000  00003000 >SHLWAPI         >.reloc     Data,relocations         Img  >R        RWE Copy>
75530000  00001000 >USP10           >           PE header                Img  >R        RWE Copy>
75531000  0005B000 >USP10           >.text      Code,imports,exports     Img  >R E      RWE Copy>
7558C000  00002000 >USP10           >.data      Data                     Img  >RW       RWE Copy>
7558E000  0002A000 >USP10           >Shared                              Img  >R        RWE Copy>
755B8000  00012000 >USP10           >.rsrc      Resources                Img  >R        RWE Copy>
755CA000  00003000 >USP10           >.reloc     Relocations              Img  >R        RWE Copy>
755D0000  00001000 >WS2_32          >           PE header                Img  >R        RWE Copy>
755D1000  00026000 >WS2_32          >.text      Code,imports,exports     Img  >R E      RWE Copy>
755F7000  00001000 >WS2_32          >.data      Data                     Img  >RW       RWE Copy>
755F8000  0000B000 >WS2_32          >.rsrc      Resources                Img  >R        RWE Copy>
75603000  00002000 >WS2_32          >.reloc     Relocations              Img  >R        RWE Copy>
75610000  00001000 >PSAPI           >           PE header                Img  >R        RWE Copy>
75611000  00001000 >PSAPI           >.text      Code,imports,exports     Img  >R E      RWE Copy>
75612000  00001000 >PSAPI           >.data      Data                     Img  >RW       RWE Copy>
75613000  00001000 >PSAPI           >.rsrc      Resources                Img  >R        RWE Copy>
75614000  00001000 >PSAPI           >.reloc     Relocations              Img  >R        RWE Copy>
75620000  00001000 >SHELL32         >           PE header                Img  >R        RWE Copy>
75621000  003C9000 >SHELL32         >.text      Code,imports,exports     Img  >R E      RWE Copy>
759EA000  00007000 >SHELL32         >.data      Data                     Img  >RW  Copy>RWE Copy>
759F1000  00845000 >SHELL32         >.rsrc      Resources                Img  >R        RWE Copy>
76236000  00034000 >SHELL32         >.reloc     Relocations              Img  >R        RWE Copy>
762C0000  00001000 >NSI             >           PE header                Img  >R        RWE Copy>
762C1000  00002000 >NSI             >.text      Code,imports,exports     Img  >R E      RWE Copy>
762C3000  00001000 >NSI             >.data      Data                     Img  >RW       RWE Copy>
762C4000  00001000 >NSI             >.rsrc      Resources                Img  >R        RWE Copy>
762C5000  00001000 >NSI             >.reloc     Relocations              Img  >R        RWE Copy>
763C0000  00001000 >IMM32           >           PE header                Img  >R        RWE Copy>
763D0000  00017000 >IMM32           >.text      Code,imports,exports     Img  >R E      RWE Copy>
763F0000  00001000 >IMM32           >.data      Data                     Img  >RW       RWE Copy>
76400000  00005000 >IMM32           >.rsrc      Resources                Img  >R        RWE Copy>
76410000  00001000 >IMM32           >.reloc     Relocations              Img  >R        RWE Copy>
76420000  00001000 >WINTRUST        >           PE header                Img  >R        RWE Copy>
76421000  00028000 >WINTRUST        >.text      Code,imports,exports     Img  >R E      RWE Copy>
make me a sandwich
make: *** No rule to make target 'me'. Stop.
shenle
Confed Special Operative
Confed Special Operative
Posts: 381
Joined: Thu Jan 31, 2008 3:25 am
Location: hiding in a dark corner

Re: [win7-64] SVN 13222 compiles but exe crashes.

Post by shenle »

Memory map part 2:

Code: Select all

76449000  00001000 >WINTRUST        >.data      Data                     Img  >RW       RWE Copy>
7644A000  00001000 >WINTRUST        >.rsrc      Resources                Img  >R        RWE Copy>
7644B000  00002000 >WINTRUST        >.reloc     Relocations              Img  >R        RWE Copy>
76450000  00001000 >DEVOBJ          >           PE header                Img  >R        RWE Copy>
76451000  0000E000 >DEVOBJ          >.text      Code,imports,exports     Img  >R E      RWE Copy>
7645F000  00001000 >DEVOBJ          >.data                               Img  >RW       RWE Copy>
76460000  00001000 >DEVOBJ          >.rsrc      Data,resources           Img  >R        RWE Copy>
76461000  00001000 >DEVOBJ          >.reloc     Relocations              Img  >R        RWE Copy>
764A0000  00010000 >kernel32        >           PE header                Img  >R        RWE Copy>
764B0000  000D0000 >kernel32        >.text      Code,imports,exports     Img  >R E      RWE Copy>
76580000  00010000 >kernel32        >.data      Data                     Img  >RW  Copy>RWE Copy>
76590000  00010000 >kernel32        >.rsrc      Resources                Img  >R        RWE Copy>
765A0000  0000B000 >kernel32        >.reloc     Relocations              Img  >R        RWE Copy>
765B0000  00001000 >SETUPAPI        >           PE header                Img  >R        RWE Copy>
765B1000  000AF000 >SETUPAPI        >.text      Code,imports,exports     Img  >R E      RWE Copy>
76660000  00005000 >SETUPAPI        >.data      Data                     Img  >RW  Copy>RWE Copy>
76665000  000DF000 >SETUPAPI        >.rsrc      Resources                Img  >R        RWE Copy>
76744000  00009000 >SETUPAPI        >.reloc     Relocations              Img  >R        RWE Copy>
76750000  00001000 >MSCTF           >           PE header                Img  >R        RWE Copy>
76751000  00083000 >MSCTF           >.text      Code,imports,exports     Img  >R E      RWE Copy>
767D4000  00002000 >MSCTF           >.data      Data                     Img  >RW  Copy>RWE Copy>
767D6000  00041000 >MSCTF           >.rsrc      Resources                Img  >R        RWE Copy>
76817000  00005000 >MSCTF           >.reloc     Relocations              Img  >R        RWE Copy>
76820000  00001000 >CLBCatQ         >           PE header                Img  >R        RWE Copy>
76821000  00077000 >CLBCatQ         >.text      Code,imports,exports     Img  >R E      RWE Copy>
76898000  00004000 >CLBCatQ         >.data                               Img  >RW       RWE Copy>
7689C000  00002000 >CLBCatQ         >.rsrc      Data,resources           Img  >R        RWE Copy>
7689E000  00005000 >CLBCatQ         >.reloc     Relocations              Img  >R        RWE Copy>
76AB0000  00001000 >USER32          >           PE header                Img  >R        RWE Copy>
76AC0000  0006D000 >USER32          >.text      Code,imports,exports     Img  >R E      RWE Copy>
76B30000  00001000 >USER32          >.data      Data                     Img  >RW       RWE Copy>
76B40000  0005B000 >USER32          >.rsrc      Resources                Img  >R        RWE Copy>
76BA0000  00004000 >USER32          >.reloc     Relocations              Img  >R        RWE Copy>
76CF0000  00001000 >GDI32           >           PE header                Img  >R        RWE Copy>
76D00000  00049000 >GDI32           >.text      Code,imports,exports     Img  >R E      RWE Copy>
76D50000  00001000 >GDI32           >.data      Data                     Img  >RW       RWE Copy>
76D60000  00001000 >GDI32           >.rsrc      Resources                Img  >R        RWE Copy>
76D70000  00002000 >GDI32           >.reloc     Relocations              Img  >R        RWE Copy>
76FB0000  00001000 >sechost         >           PE header                Img  >R        RWE Copy>
76FB1000  00013000 >sechost         >.text      Code,imports,exports     Img  >R E      RWE Copy>
76FC4000  00003000 >sechost         >.data      Data                     Img  >RW  Copy>RWE Copy>
76FC7000  00001000 >sechost         >.rsrc      Resources                Img  >R        RWE Copy>
76FC8000  00001000 >sechost         >.reloc     Relocations              Img  >R        RWE Copy>
76FD0000  00001000 >OLEAUT32        >           PE header                Img  >R        RWE Copy>
76FD1000  00084000 >OLEAUT32        >.text      Code,imports,exports     Img  >R E      RWE Copy>
77055000  00001000 >OLEAUT32        >.orpc                               Img  >R E      RWE Copy>
77056000  00002000 >OLEAUT32        >.data      Data                     Img  >RW       RWE Copy>
77058000  00001000 >OLEAUT32        >.rsrc      Resources                Img  >R        RWE Copy>
77059000  00006000 >OLEAUT32        >.reloc     Relocations              Img  >R        RWE Copy>
77060000  00001000 >KERNELBASE      >           PE header                Img  >R        RWE Copy>
77061000  0003F000 >KERNELBASE      >.text      Code,imports,exports     Img  >R E      RWE Copy>
770A0000  00002000 >KERNELBASE      >.data      Data                     Img  >RW       RWE Copy>
770A2000  00001000 >KERNELBASE      >.rsrc      Resources                Img  >R        RWE Copy>
770A3000  00003000 >KERNELBASE      >.reloc     Relocations              Img  >R        RWE Copy>
770B0000  00001000 >CRYPT32         >           PE header                Img  >R        RWE Copy>
770B1000  000B4000 >CRYPT32         >.text      Code,imports,exports     Img  >R E      RWE Copy>
77165000  00002000 >CRYPT32         >.data      Data                     Img  >RW  Copy>RWE Copy>
77167000  0005F000 >CRYPT32         >.rsrc      Resources                Img  >R        RWE Copy>
771C6000  00007000 >CRYPT32         >.reloc     Relocations              Img  >R        RWE Copy>
771D0000  00001000 >ADVAPI32        >           PE header                Img  >R        RWE Copy>
771D1000  00072000 >ADVAPI32        >.text      Code,imports,exports     Img  >R E      RWE Copy>
77243000  00004000 >ADVAPI32        >.data      Data                     Img  >RW  Copy>RWE Copy>
77247000  00024000 >ADVAPI32        >.rsrc      Resources                Img  >R        RWE Copy>
7726B000  00005000 >ADVAPI32        >.reloc     Relocations              Img  >R        RWE Copy>
77270000  00001000 >Mod_7727        >           PE header                Img  >R        RWE Copy>
77271000  00102000 >                >                                    Img  >R E      RWE Copy>
77373000  0002F000 >                >                                    Img  >R        RWE Copy>
773A2000  0000C000 >                >                                    Img  >RW  Copy>RWE Copy>
773AE000  0006B000 >                >                                    Img  >R        RWE Copy>
77420000  00001000 >LPK             >           PE header                Img  >R        RWE Copy>
77421000  00006000 >LPK             >.text      Code,imports,exports     Img  >R E      RWE Copy>
77427000  00001000 >LPK             >.data      Data                     Img  >RW       RWE Copy>
77428000  00001000 >LPK             >.rsrc      Resources                Img  >R        RWE Copy>
77429000  00001000 >LPK             >.reloc     Relocations              Img  >R        RWE Copy>
77450000  00001000 >ntdll           >           PE header                Img  >R        RWE Copy>
77460000  000D6000 >ntdll           >.text      Code,exports             Img  >R E      RWE Copy>
77540000  00001000 >ntdll           >RT                                  Img  >R E      RWE Copy>
77550000  00009000 >ntdll           >.data      Data                     Img  >R        RWE Copy>
77560000  00057000 >ntdll           >.rsrc      Resources                Img  >R        RWE Copy>
775C0000  00005000 >ntdll           >.reloc     Relocations              Img  >R        RWE Copy>
7EF29000  00002000 >                >                                    Priv >RW       RW
7EF2B000  00001000 >                >           Data block of thread 26.>Priv >RW       RW
7EF2C000  00002000 >                >                                    Priv >RW       RW
7EF2E000  00001000 >                >           Data block of thread 25.>Priv >RW       RW
7EF2F000  00002000 >                >                                    Priv >RW       RW
7EF31000  00001000 >                >           Data block of thread 24.>Priv >RW       RW
7EF32000  00002000 >                >                                    Priv >RW       RW
7EF34000  00001000 >                >           Data block of thread 23.>Priv >RW       RW
7EF35000  00002000 >                >                                    Priv >RW       RW
7EF37000  00001000 >                >           Data block of thread 20.>Priv >RW       RW
7EF38000  00002000 >                >                                    Priv >RW       RW
7EF3A000  00001000 >                >           Data block of thread 19.>Priv >RW       RW
7EF3B000  00002000 >                >                                    Priv >RW       RW
7EF3D000  00001000 >                >           Data block of thread 22.>Priv >RW       RW
7EF3E000  00002000 >                >                                    Priv >RW       RW
7EF40000  00001000 >                >           Data block of thread 21.>Priv >RW       RW
7EF41000  00002000 >                >                                    Priv >RW       RW
7EF43000  00001000 >                >           Data block of thread 17.>Priv >RW       RW
7EF44000  00002000 >                >                                    Priv >RW       RW
7EF46000  00001000 >                >           Data block of thread 7. >Priv >RW       RW
7EF47000  00002000 >                >                                    Priv >RW       RW
7EF49000  00001000 >                >           Data block of thread 18.>Priv >RW       RW
7EF4A000  00002000 >                >                                    Priv >RW       RW
7EF4C000  00001000 >                >           Data block of thread 16.>Priv >RW       RW
7EF4D000  00002000 >                >                                    Priv >RW       RW
7EF4F000  00001000 >                >           Data block of thread 15.>Priv >RW       RW
7EF50000  00001000 >                >                                    Priv >RW       RW
7EFB0000  00023000 >                >           Code pages               Map  >R        R
7EFD5000  00002000 >                >                                    Priv >RW       RW
7EFD7000  00001000 >                >           Data block of thread 3. >Priv >RW       RW
7EFD8000  00002000 >                >                                    Priv >RW       RW
7EFDA000  00001000 >                >           Data block of thread 14.>Priv >RW       RW
7EFDB000  00002000 >                >                                    Priv >RW       RW
7EFDD000  00001000 >                >           Data block of main threa>Priv >RW       RW
7EFDE000  00001000 >                >           Process Environment Bloc>Priv >RW       RW
7EFDF000  00001000 >                >                                    Priv >RW       RW
7EFE0000  00005000 >                >                                    Map  >R        R
7FFE0000  00001000 >                >           User Shared Data         Priv >R        R
80000000  7FFF0000 >                >           Kernel memory            Kern >
make me a sandwich
make: *** No rule to make target 'me'. Stop.
shenle
Confed Special Operative
Confed Special Operative
Posts: 381
Joined: Thu Jan 31, 2008 3:25 am
Location: hiding in a dark corner

Re: [win7-64] SVN 13222 compiles but exe crashes.

Post by shenle »

cpu window (can't figure out how to copy and paste from it, screenshot linked)

http://img411.imageshack.us/img411/8999/cpuw.png
make me a sandwich
make: *** No rule to make target 'me'. Stop.
shenle
Confed Special Operative
Confed Special Operative
Posts: 381
Joined: Thu Jan 31, 2008 3:25 am
Location: hiding in a dark corner

Re: [win7-64] SVN 13222 compiles but exe crashes.

Post by shenle »

make me a sandwich
make: *** No rule to make target 'me'. Stop.
klauss
Elite
Elite
Posts: 7243
Joined: Mon Apr 18, 2005 2:40 pm
Location: LS87, Buenos Aires, República Argentina

Re: [win7-64] SVN 13222 compiles but exe crashes.

Post by klauss »

Interesting.

Ok, see the bottom-right panel in the CPU window? If you scroll down gathering all the RETURN bla bla lines, that builds up a stack trace.

I would've thought olly had a window for the stack trace, but it appears it doesn't. Still, you can collect it. It has lots of useful info. I can already see something related to techniques, which is surprising.
Oíd mortales, el grito sagrado...
Call me "Menes, lord of Cats"
Wing Commander Universe
shenle
Confed Special Operative
Confed Special Operative
Posts: 381
Joined: Thu Jan 31, 2008 3:25 am
Location: hiding in a dark corner

Re: [win7-64] SVN 13222 compiles but exe crashes.

Post by shenle »

Here's the whole CPU stack

Wait, it's too big trying to zip it.
You do not have the required permissions to view the files attached to this post.
make me a sandwich
make: *** No rule to make target 'me'. Stop.
klauss
Elite
Elite
Posts: 7243
Joined: Mon Apr 18, 2005 2:40 pm
Location: LS87, Buenos Aires, República Argentina

Re: [win7-64] SVN 13222 compiles but exe crashes.

Post by klauss »

Thanks.

It'll take time to analyze it, it's not the best way to get the stack traces, but it contains a few pointers I'll have to check.

Thanks :)
Oíd mortales, el grito sagrado...
Call me "Menes, lord of Cats"
Wing Commander Universe
shenle
Confed Special Operative
Confed Special Operative
Posts: 381
Joined: Thu Jan 31, 2008 3:25 am
Location: hiding in a dark corner

Re: [win7-64] SVN 13222 compiles but exe crashes.

Post by shenle »

Okay, I'll close the debugger for now. Good luck.
make me a sandwich
make: *** No rule to make target 'me'. Stop.
pheonixstorm
Elite
Elite
Posts: 1567
Joined: Tue Jan 26, 2010 2:03 am

Re: [win7-64] SVN 13222 compiles but exe crashes.

Post by pheonixstorm »

xmlparse is actually expat, only I think what we use for expat and what was used for xmlparse are two different codebases.. the difference being one in C (expat) and the other in C++ (xmlparse), The C++ rewrite though was dropped if I remember it correctly, the why I don't remember, but the decision was made to keep expat in pure C. Next binary I compile I will see if I can get rid of xmlparse.
Because of YOU Arbiter, MY kids? can't get enough gas. OR NIPPLE! How does that mkae you feeeel? ~ Halo
klauss
Elite
Elite
Posts: 7243
Joined: Mon Apr 18, 2005 2:40 pm
Location: LS87, Buenos Aires, República Argentina

Re: [win7-64] SVN 13222 compiles but exe crashes.

Post by klauss »

I remember that one, but it wasn't a dll.

That's the thing.
Oíd mortales, el grito sagrado...
Call me "Menes, lord of Cats"
Wing Commander Universe
shenle
Confed Special Operative
Confed Special Operative
Posts: 381
Joined: Thu Jan 31, 2008 3:25 am
Location: hiding in a dark corner

Re: [win7-64] SVN 13222 compiles but exe crashes.

Post by shenle »

I updated to the current revision of the svn (13229). The precompiled binary doesn't run at all, the game window doesn't appear. I get this in stderr:

Code: Select all

GOT SUBDIR ARG = 
Found data in H:\dls\vegastrike\svn\win32\bin/../data
Using H:\dls\vegastrike\svn\win32\data as data directory
USING HOMEDIR : H:\dls\vegastrike\svn\win32\data/.vegastrike As the home directory 
CONFIGFILE - No config found in home : H:\dls\vegastrike\svn\win32\data/.vegastrike/vegastrike.config
CONFIGFILE - No home config file found, using datadir config file : H:\dls\vegastrike\svn\win32\data/vegastrike.config
MISSION_NAME is empty using : main_menu.mission
Attempt to call ReadFull on a bad file units.csv -1 H:\dls\vegastrike\svn\win32\data/units/units.csv
ImportError: No module named site
Haven't had time to compile my own yet.
make me a sandwich
make: *** No rule to make target 'me'. Stop.
pheonixstorm
Elite
Elite
Posts: 1567
Joined: Tue Jan 26, 2010 2:03 am

Re: [win7-64] SVN 13222 compiles but exe crashes.

Post by pheonixstorm »

Loads fine on 32bit so far, I was even able to connect for mmo play. So far we just can't seem to get a break on x64, at least for win7. Has anyone run this under 64 it XP?
Because of YOU Arbiter, MY kids? can't get enough gas. OR NIPPLE! How does that mkae you feeeel? ~ Halo
shenle
Confed Special Operative
Confed Special Operative
Posts: 381
Joined: Thu Jan 31, 2008 3:25 am
Location: hiding in a dark corner

Re: [win7-64] SVN 13222 compiles but exe crashes.

Post by shenle »

BTW I failed to mention, the behavior I wrote about in my previous post is now on a different system, 32-bit Vista. I don't have access to the 64-bit computer until tomorrow.
make me a sandwich
make: *** No rule to make target 'me'. Stop.
klauss
Elite
Elite
Posts: 7243
Joined: Mon Apr 18, 2005 2:40 pm
Location: LS87, Buenos Aires, República Argentina

Re: [win7-64] SVN 13222 compiles but exe crashes.

Post by klauss »

"site" is a standard python module.

Maybe it has something to do with the switch to python2.7?

Windows requires python's standard modules to be in data/modules/builtin, whereas linux takes it from the installed python package.
Oíd mortales, el grito sagrado...
Call me "Menes, lord of Cats"
Wing Commander Universe
pheonixstorm
Elite
Elite
Posts: 1567
Joined: Tue Jan 26, 2010 2:03 am

Re: [win7-64] SVN 13222 compiles but exe crashes.

Post by pheonixstorm »

If thats the case then why would I not have any crashes? Nevermind.. I have python 2.7 installed as well... will have to test the on a machine w/o python installed. So, on my machine I have \Python27\lib\site.py

hmm... any idea what is wanting to use this? Maybe whatever it is we can remove. Between 2.6 and 2.7 I had to add I think 3 new python files to get VS to compile.
Because of YOU Arbiter, MY kids? can't get enough gas. OR NIPPLE! How does that mkae you feeeel? ~ Halo
klauss
Elite
Elite
Posts: 7243
Joined: Mon Apr 18, 2005 2:40 pm
Location: LS87, Buenos Aires, República Argentina

Re: [win7-64] SVN 13222 compiles but exe crashes.

Post by klauss »

site is quite central to the module import machinery, maybe it's python itself trying to use it.

In any case, I'll grep for site and see what comes out.
Oíd mortales, el grito sagrado...
Call me "Menes, lord of Cats"
Wing Commander Universe
shenle
Confed Special Operative
Confed Special Operative
Posts: 381
Joined: Thu Jan 31, 2008 3:25 am
Location: hiding in a dark corner

Re: [win7-64] SVN 13222 compiles but exe crashes.

Post by shenle »

At revision 13230 the compile fails because the current vega-vc9 project still is linked against python26.lib which has been deleted.

Code: Select all

>LINK : fatal error LNK1104: cannot open file 'python26.lib'
(edit) there may be a problem with my svn tree, hold on...

(edit2) Ignore above, after cleaning up my local repository 13230 builds fine and runs without crashing.
make me a sandwich
make: *** No rule to make target 'me'. Stop.
Post Reply