Cannot use Gameplayer-recorders like Overwolf

CodeBro

Member
Messages
148
Reaction score
8
Title.

I know, again, I must have removed something crucial but overwolf.tv app Outplayed - gameplay recorder cannot stay open and it hangs on launch everytime I run it...

Attached is my preset.

Also here the event-viewer log when trying to run it:

ERROR-LOG:
  • Name of the faulty application: Overwolf.exe, version: 0.276.0.6, timestamp: 0x6845bc82
  • Name of the faulty module: KERNELBASE.dll, version: 10.0.22621.5415, timestamp: 0xc3dbb45e
  • Exception code: 0xe0434352
  • Error offset: 0x00000000000600ac
  • ID of the faulty process: 0x0x2530
  • Start time of the faulty application: 0x0x1DBE4035A35054F
  • Path of the faulty application: C:\Program Files (x86)\Overwolf\Overwolf.exe
  • Path of the faulty module: C:\Windows\System32\KERNELBASE.dll
  • Report ID: 3b699cc3-8349-4b50-a091-791ffbed3317
  • Full name of bad package: -
  • Application ID that is relative to the bad package: -
 

Attachments

Overwolf is built on top of OBS. Other than install issues, no one's opened a thread on a broken OBS.

Try disabling OnlyUseLatestCLR.
 
ahg
Overwolf is built on top of OBS. Other than install issues, no one's opened a thread on a broken OBS.

Try disabling OnlyUseLatestCLR.

oh so you assume that the latest CLR (perhaps .net 9 or .net 8 which i have installed) will not have that one included?
 
ahg


oh so you assume that the latest CLR (perhaps .net 9 or .net 8 which i have installed) will not have that one included?
I believe it was for the option in settings (NTLite)
In the preset, it's this
Code:
<Tweak name=".NETFramework\OnlyUseLatestCLR">1</Tweak>
 
I believe it was for the option in settings (NTLite)
In the preset, it's this
Code:
<Tweak name=".NETFramework\OnlyUseLatestCLR">1</Tweak>
dont worry I understood that it is just I am wondering why the newest .net cant handle the obs stuff, is it because it is to old of a tech and hence not ported from .netframework time? Or why is it?
 
I have no idea. But the Overwolf site keeps mentioning .NET 4.8 in several places, so forcing the latest CLR might or might not work.

You can change it on the live system, and restart Windows.
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework]
"OnlyUseLatestCLR"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework]
"OnlyUseLatestCLR"=dword:00000000

If that doesn't help, it's a long struggle to check individual components. Overwolf is built on OBS, which itself is built on other open-source libraries, so each of them might have different dependencies.

You can try the other approach. Install a clean ISO, then use licensed NTLite to slowly remove components on the live system in small batches. When your last set of removals finally breaks Overwolf, then you know the problem lies in that set.
 
I have no idea. But the Overwolf site keeps mentioning .NET 4.8 in several places, so forcing the latest CLR might or might not work.

You can change it on the live system, and restart Windows.
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework]
"OnlyUseLatestCLR"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework]
"OnlyUseLatestCLR"=dword:00000000

If that doesn't help, it's a long struggle to check individual components. Overwolf is built on OBS, which itself is built on other open-source libraries, so each of them might have different dependencies.

You can try the other approach. Install a clean ISO, then use licensed NTLite to slowly remove components on the live system in small batches. When your last set of removals finally breaks Overwolf, then you know the problem lies in that set.
yea it did not work sadly with that approach, i fear i need to do as you state but i already hate it xD

eh what can you do, ty though for the responses!
 
I have no idea. But the Overwolf site keeps mentioning .NET 4.8 in several places, so forcing the latest CLR might or might not work.

You can change it on the live system, and restart Windows.
Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework]
"OnlyUseLatestCLR"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework]
"OnlyUseLatestCLR"=dword:00000000

If that doesn't help, it's a long struggle to check individual components. Overwolf is built on OBS, which itself is built on other open-source libraries, so each of them might have different dependencies.

You can try the other approach. Install a clean ISO, then use licensed NTLite to slowly remove components on the live system in small batches. When your last set of removals finally breaks Overwolf, then you know the problem lies in that set.
Garlin, I used "DependencyViewerGUI" to see what components it makes use of and since in the crash-report it talks about something like "Kernel32.dll" missing, can you maybe make use of this here?
1752816247199.png
 
KERNELBASE.dll is a generic error, it usually means "something went wrong", but Windows can't figure out how to pass the specific crash info back to you.

You're also examining OverwolfLauncher.exe, but your crash message is from Overwolf.exe itself.
 
KERNELBASE.dll is a generic error, it usually means "something went wrong", but Windows can't figure out how to pass the specific crash info back to you
ah okay good to know!

KERNELBASE.dll is a generic error, it usually means "something went wrong", but Windows can't figure out how to pass the specific crash info back to you.

You're also examining OverwolfLauncher.exe, but your crash message is from Overwolf.exe itself.
and what you think of this one?1752820649793.png
 
It says that for some reason it could not find those files? have these maybe not been installed properly?
 
Back
Top