Deweh / CyberCAT-SimpleGUI

A simplified offshoot of SirBitesalot's CyberCAT.
MIT License
232 stars 44 forks source link

Release v0.10a_r1 not working #73

Closed Menno5 closed 3 years ago

Menno5 commented 3 years ago

Fast job on this! Sadly Release v0.10a_r1 is not working here (Windows 10 20H2 up to date, latest .NET 5.0 present). Tried running CP2077SaveEditor.exe both as normal user and as Admin but nothing happens.

MasterYaro27 commented 3 years ago

Release v0.10a_r1 temporarily fixes this issue, with limitations. Body Gender, Unlocked Vehicles, Item Stat Data, and Player Stat Data cannot be edited.

Idk why but once I downloaded this I was unable to get either this updated version, or the previous version, to run.

Deweh commented 3 years ago

I've added a self-contained build to the release assets. Please let me know if that works for you. (Self-contained builds include the .NET 5.0 redistributables, so that should fix any problems with dependencies.)

Menno5 commented 3 years ago

Tried the self-contained version and that works: CP2077SaveEditor.exe now runs. .NET 5.0 is installed on my system but that was apparently not enough?

Deweh commented 3 years ago

Glad to hear it worked. .NET 5.0 dependencies seem really finicky, it should in theory work with the latest version installed, but for some reason it doesn't work for some people and does work for others. Going to mark this as solved for now.

(And Microsoft is already moving on to .NET 6.0, lord help me.)