Unsupported, LTCG
Cxbx-Reloaded
---------------------------
[0x1AC8] EmuMain: Received Fatal Message:
* LTCG Title Detected: This game is not supported by HLE
---------------------------
OK
---------------------------
Previous behavior:
Current behavior:
This commit added the warning which prevents it from running: https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/pull/384/commits/e90cf8221e928856d3c0159fd67ee7e830baec03
I wonder what the issue with the library is?
LTCG (link time code generation) is a technique that was used on some titles to optimize the code. This affects the code such, that we can't scan for symbols reliably. The result is, we can't place patches, so these LTCG titles can't be high-level-emulated.
Later, when we grow more towards low level emulation, LTCG titles might become possible to emulate, but not right now. This information is already described in more details in our wiki.
LLE-GPU: this one is asserting from my memory manager, in particular from the call to XbAllocateVirtualMemory at line 60747, I need to investigate this... https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/commit/6630ee4c590e085635764a7e66e4cd360508d2f1
KrnlDebug.zip
I solved the assert of above in https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/pull/1020, however, it will trigger another unrelated assert shortly after. https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/commit/3de58c34ed4def3ecce3c558421abb9af8e526bf
KrnlDebug.zip
Received Exception Code 0xC0000005 @ EIP := 0x040941f6
state-crashes
state-crashes
Tested with build a909ad40
tested in 12 Nov 2018
Same error as haradons

Most helpful comment
I solved the assert of above in https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/pull/1020, however, it will trigger another unrelated assert shortly after. https://github.com/Cxbx-Reloaded/Cxbx-Reloaded/commit/3de58c34ed4def3ecce3c558421abb9af8e526bf
KrnlDebug.zip