I popped in a CDR this morning and imgburn 2.4.2.0 wouldn't load. Opening up task manager, I discovered that it would run up to 4092K, and then the process would disappear.
Having checked the FAQ, I wondered if maybe I had somehow gotten a virus (running nod32 3.0.621.0, virus definitions up to date at all times)... so I reinstalled, and tried to run it. No go. So the pattern isn't the same as described in there... I even redownloaded the setup and reinstalled from that.
Anyone have any ideas on what's going on?
EDIT 1:
MD5 of the setup file: 57ada61b81da3566e419373e6f351cef
MD5 of imgburn.exe: 1f0343e7af70129bb7ce454bcd2fac80
On a side note, the preview exe loads fine.
EDIT 2:
Ran it under WinDbg, came up with the following.
CommandLine: D:\ImgBurn\ImgBurn.exe
Symbol search path is: SRV**http://msdl.microsoft.com/download/symbols
Executable search path is:
ModLoad: 00400000 00ca9000 image00400000
ModLoad: 7c900000 7c9af000 ntdll.dll
ModLoad: 7c800000 7c8f6000 C:\WINDOWS\system32\kernel32.dll
ModLoad: 77dd0000 77e6b000 C:\WINDOWS\system32\ADVAPI32.DLL
ModLoad: 77e70000 77f02000 C:\WINDOWS\system32\RPCRT4.dll
ModLoad: 77fe0000 77ff1000 C:\WINDOWS\system32\Secur32.dll
ModLoad: 773d0000 774d3000 C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.5512_x-ww_35d4ce83\COMCTL32.DLL
ModLoad: 77c10000 77c68000 C:\WINDOWS\system32\msvcrt.dll
ModLoad: 77f10000 77f59000 C:\WINDOWS\system32\GDI32.dll
ModLoad: 7e410000 7e4a1000 C:\WINDOWS\system32\USER32.dll
ModLoad: 77f60000 77fd6000 C:\WINDOWS\system32\SHLWAPI.dll
ModLoad: 763b0000 763f9000 C:\WINDOWS\system32\COMDLG32.DLL
ModLoad: 7c9c0000 7d1d7000 C:\WINDOWS\system32\SHELL32.dll
ModLoad: 77be0000 77bf5000 C:\WINDOWS\system32\MSACM32.DLL
ModLoad: 76b40000 76b6d000 C:\WINDOWS\system32\WINMM.dll
ModLoad: 774e0000 7761d000 C:\WINDOWS\system32\OLE32.DLL
ModLoad: 77120000 771ab000 C:\WINDOWS\system32\OLEAUT32.DLL
ModLoad: 76780000 76789000 C:\WINDOWS\system32\SHFOLDER.DLL
ModLoad: 77c00000 77c08000 C:\WINDOWS\system32\VERSION.DLL
ModLoad: 73000000 73026000 C:\WINDOWS\system32\WINSPOOL.DRV
(234.c00): Break instruction exception - code 80000003 (first chance)
eax=00251eb4 ebx=7ffdd000 ecx=00000000 edx=00000001 esi=00251f48 edi=00251eb4
eip=7c90120e esp=0012fb20 ebp=0012fc94 iopl=0 nv up ei pl nz na po nc
cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00000202
ntdll!DbgBreakPoint:
7c90120e cc int 3
0:000> g
ModLoad: 76390000 763ad000 C:\WINDOWS\system32\IMM32.DLL
ModLoad: 629c0000 629c9000 C:\WINDOWS\system32\LPK.DLL
ModLoad: 74d90000 74dfb000 C:\WINDOWS\system32\USP10.dll
ModLoad: 01210000 012be000 D:\IndieVolume\IndieVolume.CLI.dll
ModLoad: 71ad0000 71ad9000 C:\WINDOWS\system32\wsock32.dll
ModLoad: 71ab0000 71ac7000 C:\WINDOWS\system32\WS2_32.dll
ModLoad: 71aa0000 71aa8000 C:\WINDOWS\system32\WS2HELP.dll
ModLoad: 73f10000 73f6c000 C:\WINDOWS\system32\dsound.dll
(234.c00): Access violation - code c0000005 (first chance)
First chance exceptions are reported before any exception handling.
This exception may be expected and handled.
eax=a1c673ca ebx=0012f0d6 ecx=00000000 edx=00000000 esi=00b2a000 edi=fdcc8954
eip=7c917c23 esp=0012f030 ebp=0012f064 iopl=0 nv up ei ng nz ac po cy
cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00210293
ntdll!LdrpSnapThunk+0x67:
7c917c23 8b0c88 mov ecx,dword ptr [eax+ecx*4] ds:0023:a1c673ca=????????
0:000> g
ModLoad: 77920000 77a13000 C:\WINDOWS\system32\setupapi.dll
ModLoad: 76c30000 76c5e000 C:\WINDOWS\system32\WINTRUST.dll
ModLoad: 77a80000 77b15000 C:\WINDOWS\system32\CRYPT32.dll
ModLoad: 77b20000 77b32000 C:\WINDOWS\system32\MSASN1.dll
ModLoad: 76c90000 76cb8000 C:\WINDOWS\system32\IMAGEHLP.dll
eax=012d9200 ebx=00000001 ecx=0000e903 edx=0000e900 esi=0012ec38 edi=0012ec60
eip=7c90e4f4 esp=0012eb40 ebp=0012eb50 iopl=0 nv up ei ng nz na pe nc
cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00200286
ntdll!KiFastSystemCallRet:
7c90e4f4 c3 ret
That's after pressing F5 twice. No window popped up.