goatfungus / NMSSaveEditor

No Man's Sky - Save Editor
1.63k stars 228 forks source link

SEVERE errors, program won't start #927

Closed belowchaos closed 4 months ago

belowchaos commented 4 months ago

image NMSSaveEditor.log

goatfungus commented 4 months ago

That's weird... can you send me your NMSSaveEditor.conf file?

belowchaos commented 4 months ago

image It didn't make a conf file

goatfungus commented 4 months ago

odd... nothing has really changed in that area... can you post the log file?

belowchaos commented 4 months ago

The log is posted beneath the first screenshot

goatfungus commented 4 months ago

Looks like an issue with your file path... can you try moving the editor directory somewhere else? Log says it can't find C:!\NMS\Goatfungus

belowchaos commented 4 months ago

Unsure if it is a java issue, I've reinstalled java and your program 3 times each and the issue persists, and I've done a restart of my system

belowchaos commented 4 months ago

I will move it somewhere else, previous comment was made before github showed me yours!

goatfungus commented 4 months ago

I will move it somewhere else, previous comment was made before github showed me yours!

See if that changes anything... it might also be something wrong with Java, but the path shouldn't contain a "!" character.

belowchaos commented 4 months ago

Oh, I have my folder named with an exclamation mark LOL we found the problem

goatfungus commented 4 months ago

All good! Yeah, I just tested puting my local copy into a directory named "!" and get the same issue. Java just doesn't know what to do with it.

belowchaos commented 4 months ago

silly java

goatfungus commented 4 months ago

silly java

I should have used .NET, but then again I originally only built this for personal use and invested a lot of time into it before deciding to actually publish it. Kinda stuck with it now unless I do a rewrite from scratch.