• Our friends from AlphaCentauri2.info are in need of technical assistance. If you have experience with the LAMP stack and some hours to spare, please help them out and post here.

help! barssom needs a debug help!

isenchine ,
ye when i removed them i still used my add up dll, now im gonna test kmod with the paratroopers.
im sure it will work.
then ill use my dll ( i removed some parts that may cause the error in the drop range).

Nightinggale,
thnks man, thank a lot,
i will install 2010 , its better.

well - arent i suppose to open the pdb file by my self? does it acctually shows you the erro location on the xmls?


**
ok, ran 2 games, my own dll, without a problematic part, with the paratroopers, so far stable.
 
I'm not certain what you expected us to do more. We found what caused your last crash and gave a suggestion on how to work around your crash.
 
You have 49 Civics (type number from 0 to 48).

The code tries to get the info on a specific civic through its type number.

The Asserts check that the number is > -1 and < 49 (GC.getNumCivicInfos() will return 49).

Why it does not return a number between 0 and 48 included is not explained here. Here again the debugger should help you to understand what's going wrong.
 
mm ok,
maybe one of the civics have an error,


also i get this - my pdb is in the debug folder and in the assets with the dll:

'Civ4BeyondSword.exe' (Win32): Unloaded 'C:\Windows\winsxs\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.17825_none_72d273598668a06b\GdiPlus.dll'
'Civ4BeyondSword.exe' (Win32): Unloaded 'C:\Windows\winsxs\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\comctl32.dll'
'Civ4BeyondSword.exe' (Win32): Loaded 'C:\Windows\SysWOW64\profapi.dll'. Cannot find or open the PDB file.
'Civ4BeyondSword.exe' (Win32): Loaded 'C:\Windows\SysWOW64\propsys.dll'. Cannot find or open the PDB file.
'Civ4BeyondSword.exe' (Win32): Loaded 'C:\Windows\winsxs\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_41e6975e2bd6f2b2\comctl32.dll'. Cannot find or open the PDB file.
'Civ4BeyondSword.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ntmarta.dll'. Cannot find or open the PDB file.
'Civ4BeyondSword.exe' (Win32): Loaded 'C:\Windows\SysWOW64\Wldap32.dll'. Cannot find or open the PDB file.
'Civ4BeyondSword.exe' (Win32): Loaded 'C:\Windows\SysWOW64\linkinfo.dll'. Cannot find or open the PDB file.
'Civ4BeyondSword.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ntshrui.dll'. Cannot find or open the PDB file.
'Civ4BeyondSword.exe' (Win32): Loaded 'C:\Windows\SysWOW64\srvcli.dll'. Cannot find or open the PDB file.
'Civ4BeyondSword.exe' (Win32): Loaded 'C:\Windows\SysWOW64\cscapi.dll'. Cannot find or open the PDB file.
'Civ4BeyondSword.exe' (Win32): Loaded 'C:\Windows\SysWOW64\slc.dll'. Cannot find or open the PDB file.


bseides - that - i canont load the pdb manually - not in vcs 2008 nor in 2012, i get error message that im missing an editor?
 
She put the debug dll in the mod asset folder so it was used, then attached to the civ process and loaded a game that would crash. Then the crash comes visual studio will break for you and you can look at variable values.
 
Back
Top Bottom