praydog / UEVR

Universal Unreal Engine VR Mod (4.8 - 5.4)
http://uevr.io
3.08k stars 158 forks source link

Not starting / "System.IO.FileLoadException" [BUG] #284

Closed toooft closed 3 weeks ago

toooft commented 3 weeks ago

Nothing happens when I try starting UEVR. I checked the Event Viewer and found this:

Log Name: Application Source: .NET Runtime Date: 2024-09-25 08:33:18 Event ID: 1026 Task Category: None Level: Error Keywords: Classic Application: UEVRInjector.exe CoreCLR Version: 6.0.121.56705 .NET Version: 6.0.1 Description: The process was terminated due to an unhandled exception. Exception Info: System.IO.FileLoadException: Could not load file or assembly 'PresentationFramework, Version=6.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. The located assembly's manifest definition does not match the assembly reference. (0x80131040) File name: 'PresentationFramework, Version=6.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'

Faulting application name: UEVRInjector.exe, version: 1.0.0.0, time stamp: 0x65d50166 Faulting module name: KERNELBASE.dll, version: 10.0.19041.4842, time stamp: 0xe6d00f33 Exception code: 0xe0434352 Fault offset: 0x000000000003b699 Faulting process id: 0x38cc Faulting application start time: 0x01db0f1af9ccbe25 Faulting application path: E:\UEVR\UEVR\UEVRInjector.exe Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll Report Id: 62c338b0-19f9-4121-9745-e9dc59dd44a2 Faulting package full name: Faulting package-relative application ID:

What could be the problem?

toooft commented 3 weeks ago

This was solved after I updated .NET to v6.0.425 (installing a newer major version like .NET 8.0 didn't solve it).