« Reply #8 on: December 04, 2017, 04:17:39 pm »
I just download the file codeblocks-17.xx-wx31-setup-RC1.exe, and installed it to E:\Codeblocks. Then I double click the CBLauncher.exe to start, and C::B just crashed(After the compiler setting dialog), here is the codeblocks.RPT. I'm using Windows 7 64bit.
-------------------
Error occurred on Monday, December 4, 2017 at 23:13:32.
codeblocks.exe caused an Access Violation at location 66A649A3 in module wxmsw310u_gcc_custom.dll Reading from location 00000010.
Registers:
eax=00000000 ebx=66e3db94 ecx=00000000 edx=00000000 esi=66e4e1c4 edi=66e1c4cc
eip=66a649a3 esp=0028f2a0 ebp=08e450a0 iopl=0 nv up ei pl zr na po nc
cs=0023 ss=002b ds=002b es=002b fs=0053 gs=002b efl=00210246
AddrPC Params
66A649A3 08E450A0 02CF9CE0 00000000 wxmsw310u_gcc_custom.dll!wxXmlDocument::Save
6628B5C2 00000000 00000000 00000000 wxmsw310u_gcc_custom.dll!wxWindowBase::PushEventHandler
codeblocks.exe 16.1.0.0
ntdll.dll 6.1.7601.23807
kernel32.dll 6.1.7601.23807
KERNELBASE.dll 6.1.7601.23807
COMCTL32.DLL 6.10.7601.18837
msvcrt.dll 7.0.7601.17744
GDI32.dll 6.1.7601.23807
USER32.dll 6.1.7601.23594
ADVAPI32.dll 6.1.7601.23807
sechost.dll 6.1.7601.18869
RPCRT4.dll 6.1.7601.23816
SspiCli.dll 6.1.7601.23816
CRYPTBASE.dll 6.1.7601.23816
LPK.dll 6.1.7601.23807
USP10.dll 1.626.7601.23807
SHLWAPI.dll 6.1.7601.17514
SHELL32.DLL 6.1.7601.23806
SHFOLDER.DLL 6.1.7600.16385
wxmsw310u_gcc_custom.dll 3.1.0.0
COMDLG32.DLL 6.1.7601.17514
OLE32.dll 6.1.7601.23775
OLEAUT32.DLL 6.1.7601.23775
VERSION.dll 6.1.7600.16385
WINMM.DLL 6.1.7601.17514
WINSPOOL.DRV 6.1.7601.17514
WSOCK32.DLL 6.1.7600.16385
WS2_32.dll 6.1.7601.23451
NSI.dll 6.1.7600.16385
codeblocks.dll
exchndl.dll 0.8.2.0
mgwhelp.dll 0.8.2.0
dbghelp.dll 6.3.9600.17336
PSAPI.DLL 6.1.7600.16385
apphelp.dll 6.1.7601.19050
AcLayers.DLL 6.1.7601.19050
USERENV.dll 6.1.7601.17514
profapi.dll 6.1.7600.16385
MPR.dll 6.1.7600.16385
IMM32.DLL 6.1.7601.17514
MSCTF.dll 6.1.7601.23572
nvinit.dll 10.18.13.5923
detoured.dll
nvd3d9wrap.dll 10.18.13.5923
SETUPAPI.dll 6.1.7601.18361
CFGMGR32.dll 6.1.7601.17621
DEVOBJ.dll 6.1.7601.17621
nvdxgiwrap.dll 10.18.13.5923
uxtheme.dll 6.1.7600.16385
dwmapi.dll 6.1.7601.18917
CRYPTSP.dll 6.1.7601.23471
rsaenh.dll 6.1.7600.16385
RpcRtRemote.dll 6.1.7601.17514
CLBCatQ.DLL 2001.12.8530.16385
WindowsCodecs.dll 6.2.9200.21830
TortoiseOverlays.dll 1.1.4.26626
api-ms-win-core-synch-l1-2-0.DLL 10.0.10586.788
TortoiseGitStub32.dll 2.5.0.0
EhStorShell.dll 6.1.7600.16385
PROPSYS.dll 7.0.7601.17514
ntshrui.dll 6.1.7601.17755
srvcli.dll 6.1.7601.17514
cscapi.dll 6.1.7601.17514
slc.dll 6.1.7600.16385
msftedit.DLL 5.41.21.2510
abbreviations.dll
astyle.dll
autosave.dll
AutoVersioning.dll
BrowseTracker.dll
byogames.dll
cb_koders.dll
Cccc.dll
classwizard.dll
codecompletion.dll
codesnippets.dll
codestat.dll
compiler.dll
copystrings.dll
CppCheck.dll
Cscope.dll
debugger.dll
defaultmimehandler.dll
OccurrencesHighlighting.dll
openfileslist.dll
projectsimporter.dll
scriptedwizard.dll
todo.dll
wxsmith.dll
wxsmithlib.dll
wxSmithAui.dll
wxSmithContribItems.dll
wxchartctrl.dll
wxcustombutton.dll
wxdatetimepicker.dll
wxflatnotebook.dll
wximagepanel.dll
wxkwic.dll
wxled.dll
wxmathplot.dll
wxspeedbutton.dll
xpmanifest.dll
msimg32.dll 6.1.7600.16385
Windows 6.1.7601
DrMingw 0.8.2
« Last Edit: December 04, 2017, 04:19:45 pm by ollydbg »
Logged
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.