Nordgaren / Elden-Ring-Debug-Tool

Debug tool for Elden Ring modding
GNU General Public License v3.0
131 stars 21 forks source link

Debug Tool Launch Error #31

Open Solacedguardian opened 1 year ago

Solacedguardian commented 1 year ago

Currently running latest Elden Ring version, ERR and Seamless Coop - The debug tool launched once and then I lost power... now whenever i try to launch the tool it does not launch. I will attach the error log it provided. The invocation of the constructor on type 'Elden_Ring_Debug_Tool_ViewModels.ViewModels.MainWindowViewModel' that matches the specified binding constraints threw an exception. log.txt

Solacedguardian commented 1 year ago

Additional information: I am using Windows 11, AVG for antivirus which i tried disabling and re-extracting it.

Nordgaren commented 1 year ago

Have you tried deleting Debug Tool and re-downloading it?

I also assume you have rebooted since the power outage?

Solacedguardian commented 1 year ago

I did try redownloading it, and i have rebooted since yeah. I wonder if it has something to do with windows 11's version of .net? Since you cant explicitly install 4.6 anymore from what i have seen?

Nordgaren commented 1 year ago

Does the link in the README.md to 4.6.1 not work for you?

I have had other Win11 users use it.

What happens when you try to download and install from that link?

Solacedguardian commented 1 year ago

It just says there is already a later version .NET Framework 4.6 or a later update is already installed on this computer.

Nordgaren commented 1 year ago

You launched as admin, as well?

Also, with FreeAVG, did you try making an exception and point it at the exe itself, NOT the folder, but the absolute path to the exe. Can't be just the exe, either, has to be the full path (shift right click the debug tool exe and select "Copy As Path" and then paste it into exceptions and delete the quotes around it.)

Solacedguardian commented 1 year ago

I did launch as admin - i have not made an explicit exception but i did try it with AVG completely disabled too. I can try the exception as well

Solacedguardian commented 1 year ago

Same errors after adding both a folder and exe exception in AVG.

Nordgaren commented 1 year ago

Unfortunately, can't really debug it right now, but if you remind me in a week, I might be able to make a special build of debug tool to log some extra stuff and see what is going on.

One thing to make sure of is that you don't have any other AVs installed. Something like Cheat Engine comes bundled with a bunch of crap, and sometimes people click through it.

Otherwise, I will have to make a special build that logs some information in the code that is causing the issue (The log tells me where, but doesn't actually tell me why. 😢 )