3Dmigoto icon indicating copy to clipboard operation
3Dmigoto copied to clipboard

Stack crash from infinite recursion of CreateDevice hooks. Epic Game Store overlay.

Open Losti3D opened this issue 3 years ago • 7 comments

I crash Remant from the Ashes constantily the time i use migoto. The Launcher will not work, it cannot identify the load, so its not a prevention to use the launcher,

https://losti.s3.amazonaws.com/logs_remnant.7z

May you have an idea?

Also COMPAT SHIM flags will not work to prevent crash.

Any suggestions to try are welcome and of course some fixing ^^

THANKS!

Losti3D avatar Sep 02 '20 17:09 Losti3D

I can take a look with Remnant from Epic store.

However this log is using version 1.3.10. Does it show same symptoms with 1.3.16? There are some changes specific to hooking in later versions.

bo3b avatar Sep 03 '20 03:09 bo3b

I can take a look with Remnant from Epic store.

However this log is using version 1.3.10. Does it show same symptoms with 1.3.16? There are some changes specific to hooking in later versions.

I have tested several earlier migoto Versions but not sure if it was 1.3.10 ... ill recheck this this evening.

And i am also using epic games Version.

Losti3D avatar Sep 03 '20 06:09 Losti3D

Took a quick look- As of 8/13/20 They switched from SteamWorks to using some new EpicOnlineService. And it looks like that has an overlay component that is poorly coded.

I don't have time to look further, but if their overlay can be disabled this will likely still work. Alternatively, the Steam version will likely work.

bo3b avatar Sep 03 '20 14:09 bo3b

Basic log:


Trying to load original_d3d11.dll
Hooked_LoadLibraryExW switching to original dll: original_d3d11.dll to C:\Windows\system32\d3d11.dll.
*** Hooked_CreateDXGIFactory called with riid: IDXGIFactory
*** IDXGIFactory creating hook for CreateSwapChain. 
  Successfully installed IDXGIFactory->CreateSwapChain hook.
  Upcast QueryInterface(IDXGIFactory2) returned result = 0, factory = 00000235D50D7430
*** IDXGIFactory2 creating hooks for CreateSwapChain variants. 
  Successfully installed IDXGIFactory2->CreateSwapChainForHwnd hook.
  Successfully installed IDXGIFactory2->CreateSwapChainForCoreWindow hook.
  Successfully installed IDXGIFactory2->CreateSwapChainForComposition hook.
  CreateDXGIFactory returned factory = 00000235D50D7430, result = 0
  Upcast QueryInterface(IDXGIFactory2) returned result = 0, factory = 00000235D50D7430
  CreateDXGIFactory1 returned factory = 00000235D50D7430, result = 0


 *** D3D11CreateDevice called with
    pAdapter = 00000235D50E7D30
    Flags = 0x1
    pFeatureLevels = 0xb000
    FeatureLevels = 2
    ppDevice = 00000092F58CDB48
    pFeatureLevel = 0
    ppImmediateContext = 00000092F58CDB50
-- UnhookableCreateDevice called
->Feature level allowed through unchanged: 0xb000
Hooking Quirk: Unexpected call back into D3D11CreateDevice, passing through
Hooking Quirk: Unexpected call back into D3D11CreateDevice, passing through
Hooking Quirk: Unexpected call back into D3D11CreateDevice, passing through
Hooking Quirk: Unexpected call back into D3D11CreateDevice, passing through
Hooking Quirk: Unexpected call back into D3D11CreateDevice, passing through
Hooking Quirk: Unexpected call back into D3D11CreateDevice, passing through
Hooking Quirk: Unexpected call back into D3D11CreateDevice, passing through
Hooking Quirk: Unexpected call back into D3D11CreateDevice, passing through
Hooking Quirk: Unexpected call back into D3D11CreateDevice, passing through
Hooking Quirk: Unexpected call back into D3D1 ```

bo3b avatar Sep 03 '20 14:09 bo3b

Yeah, it's their overlay that causes the issue. Workaround is to block their overlay from loading like the old Steam crashes.

They install this path: C:\Program Files (x86)\Epic Games\Launcher\Portal\Extras\Overlay

If you rename Overlay out of the way, it won't be loaded by the game and it therefore runs with 3Dmigoto. Presumably this also blocks the ability to play online co-op.

bo3b avatar Sep 03 '20 15:09 bo3b

Yeah, it's their overlay that causes the issue. Workaround is to block their overlay from loading like the old Steam crashes.

They install this path: C:\Program Files (x86)\Epic Games\Launcher\Portal\Extras\Overlay

If you rename Overlay out of the way, it won't be loaded by the game and it therefore runs with 3Dmigoto. Presumably this also blocks the ability to play online co-op.

Nice finding! Thank you BOB!!!

I have to start epic games launcher. THAN rename the Overlay folder to some thing else or remove, and than start the game, that works!!

Losti3D avatar Sep 03 '20 15:09 Losti3D

Just noting this is a further problem for Epic Game Store games.

Rocket League will crash for the same reason, and same log file with hooking quirk. Disabling the social overlay in this game means you can no longer play online tournaments.

This looks to be a 3Dmigoto bug also, as google searches don't bring up any complaints about their overlay.

bo3b avatar Dec 03 '20 00:12 bo3b