Ok so I can see 4 events in event viewer when I run solar2d sim. 2 from the sim and 2 from the console.
2 the sim events are:
Activation context generation failed for “C:\Program Files (x86)\Corona Labs\Corona\Corona Simulator.exe”.Error in manifest or policy file “” on line . A component version required by the application conflicts with another component version already active. Conflicting components are:. Component 1: C:\WINDOWS\WinSxS\manifests\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.1_none_fd031af45b0106f2.manifest. Component 2: C:\WINDOWS\WinSxS\manifests\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.1_none_b555e41d4684ddec.manifest.
and:
Activation context generation failed for “C:\Program Files (x86)\Corona Labs\Corona\Corona Simulator.exe”.Error in manifest or policy file “” on line . A component version required by the application conflicts with another component version already active. Conflicting components are:. Component 1: C:\WINDOWS\WinSxS\manifests\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.1_none_fd031af45b0106f2.manifest. Component 2: C:\WINDOWS\WinSxS\manifests\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.19041.1_none_b555e41d4684ddec.manifest.
They look the same, maybe a retry after failure. Seems a conflict between x86 and amd64 common controls, whatever that is lol. Anyway I’m on a x64 architecture:
Intel® Pentium® CPU 4415U @ 2.30GHz, 2301 Mhz, 2 Core(s), 4 Logical Processor(s)
The 2 console events are:
Faulting application name: Corona.Console.exe, version: 20.0.3614.0, time stamp: 0x5f514e2a
Faulting module name: Corona.Console.exe, version: 20.0.3614.0, time stamp: 0x5f514e2a
Exception code: 0xc0000005
Fault offset: 0x0006798c
Faulting process id: 0x236c
Faulting application start time: 0x01d6829eb5ea5cf4
Faulting application path: C:\Program Files (x86)\Corona Labs\Corona\Corona.Console.exe
Faulting module path: C:\Program Files (x86)\Corona Labs\Corona\Corona.Console.exe
Report Id: dfd97930-6357-4c64-b8d8-f35f01945578
Faulting package full name:
Faulting package-relative application ID:
and:
Faulting application name: Corona.Console.exe, version: 20.0.3614.0, time stamp: 0x5f514e2a
Faulting module name: Corona.Console.exe, version: 20.0.3614.0, time stamp: 0x5f514e2a
Exception code: 0xc000041d
Fault offset: 0x0006798c
Faulting process id: 0x236c
Faulting application start time: 0x01d6829eb5ea5cf4
Faulting application path: C:\Program Files (x86)\Corona Labs\Corona\Corona.Console.exe
Faulting module path: C:\Program Files (x86)\Corona Labs\Corona\Corona.Console.exe
Report Id: 132ec0d6-1a48-4339-a1e5-7eb15b639649
Faulting package full name:
Faulting package-relative application ID:
First exception 0xc0000005 is access violation. Don’t really know what the 2nd one is 0xc000041d.
Perhaps I should report this one as a bug?