I write custom software in clarion that interfaces with crystal reports using the CRRuntime_12_6_mlb.msi runtime package.
A demo is listed here: http://www.klarisoft.com/KSNews_85.htm
We use the version inside CrystalClearDemoC63.zip
I'm finding multiple faults when I run on Windows 8 or Windows Server 2012
Faulting application name: GDM.exe, version: 6.3.15.812, time stamp: 0x5321db6a Faulting module name: MFC80U.DLL, version: 8.0.50727.4053, time stamp: 0x4a595928 Exception code: 0xc0000005 Fault offset: 0x00030893
Faulting application name: crwrapC63.exe, version: 0.0.0.0, time stamp: 0x446b47d0 Faulting module name: MFC80U.DLL, version: 8.0.50727.4053, time stamp: 0x4a595928 Exception code: 0xc0000005 Fault offset: 0x00037f20
Faulting application name: crwrapC63.exe, version: 0.0.0.0, time stamp: 0x446b47d0 Faulting module name: ntdll.dll, version: 6.3.9600.16502, time stamp: 0x52c35a6d Exception code: 0xc015000f Fault offset: 0x0009f0ce
Where should I start?