That is odd, I can change iron bits without any issues, it updates in game and there are no read errors.
As you are on the latest version there also should not be a newer GD file format for the files.
I noticed that many of the files listed are _<charname>\backup\player.gdc I never have such a dir so I assume you created them. GD is definitely neither creating nor using these files.
Could it be that you edited the amount of one of them ? That would explain why the game did not see the changed amount, you can verify this by loading the same char again and checking if the tool still shows the changed amount.
I have no explanation for the version errors, there is no unsupported file format version that I am aware of. Can you post one of these player.gdc files ?
I have a few older characters that no longer show up in GD nor the tool and as such I have left them in saves folder along with my current character. I did alter the iron bits once some time ago on THIS character but none other.
The backups are from my steam folder when I had updated my windows and reinstalled steam. I actually copied the folder over and hoped it would read my characters but it did not.
Okay so I have deleted the old files and tried again. It still does not change the amount in-game, but when I click on reload the errors do not appear anymore.
I just started having this same issue as well after days of GDStash working wonderfully. This is occurring with characters that were working with GDStash yesterday and with a newly made character.
If I input an experience value and hit enter, GDStash freezes. If I input a level and hit enter, the experience changes to zero and no skill or attribute points are auto-changed. Strangely, the new level actually saves but without skills/attributes/experience. None of the +/- buttons have any effect either.
What can I provide as far as logs or saves to help diagnose this?
that save file is one the tool created, it is still unencrypted, it has 500,000 iron which I assume is your edited number (too even).
If this is not reflected in game, then you did not load that char / are not using that save dir
The odd thing is that it worked before according to you.
This has nothing to do with the save files themselves as the logic is independent of them. The code works fine for me and used to work for you too (there really is no reason why it would work differently for anyone and given that it works for me, it should work for everyone).
The only thing I can think of is that somehow you do not have the GD data loaded (maybe you switched the mod on the Config page to one you did not import or something) as the points you get for the +/- buttons etc. are based on the imported data, so if all of this is missing, the behavior might be similar to what you are seeing,.
Just tried that and when entering the level, the XP dropped to 0, the buttons no longer change stats as the increment / decrement is 0.
So that is the only thing I can think of. I am however getting messages when loading the char about not finding its items etc. which you too should be getting. In any case, that is the only explanation I have, so import the GD data and check if that fixes it.
I just re-imported the database (by going to the config tab and clicking import database, it was successful and displayed the regular popup) and the issue is persisting. I have not enabled any mods, either in GD proper or in GDS. Iām not getting any item errors and I am able to view and edit my stash. Itās only the character editing that is not working
Is there any easy way to do a complete clean wipe of all GDS files and settings? I donāt have any items stored within GDS that Iām worried about losing.
Thanks so much for your time, both in development and troubleshooting!
this is really odd then, can you zip the toolās database and post it ? I still do not see how it could be anything else, esp. since when I tried that I got pretty much the behavior you were describing.
Is there any easy way to do a complete clean wipe of all GDS files and settings? I donāt have any items stored within GDS that Iām worried about losing.
you can always export and later re-import your collected items on the Im/Export page
The DB is in C:\users<username>\GDStash\db (or db_<modname>), you can also delete the .ini file if you really want to start over completely, it only stores stuff like window position and size, last stash loaded, etc. however
I tried backing up and deleting the entire user/GDStash folder, the character editor is still non-functional and behaving the same way.
e: I can confirm that I am able to view character inventory in the char transfer tab and all info loads properly when selecting a character in the char editor.
yep, with this db I can replicate the behavior, now I will have to figure out how it differs from what it should be and how it ended up like that
EDIT: yes, the relevant data is not stored in the DB, so that part was simpleā¦
Somehow you do not have the XP formula stored and the stat increments are 0, so that explains what you are seeing
EDIT2: ok, when I import 1.0.3.2, I get the same data you do, so there must be a change in GD I need to account for. I believe the last time I imported was 1.0.3.0, it still worked then
Itās odd since that is certainly the character I am using as it displays everything correctly. When I change the amount it does not change in-game, but when I reload in the tool it reverts back to my original amount.
The save game directory is correct and has that file in it.
Edit: The new version seemed to fix the issue. Cheers.
the new version only changed a bit of the logic for the GD data import, so that cannot be it
The only thing I can think of is that you were playing the char at the same time, as then the game ignores and eventually (very soon) overwrites the file with its own data - but then this would still be true in the new version as well
Iām unable to install the Windows EXE version of this release. It gives me the following error:
Unable to open file \GD Stash\rt\jetrt\XAWT11008091.dll
Edit Windows gave me a pop up saying the program may not have installed correctly. I chose the Install With Proper Options (I forget exactly what it says), and it installed. Very weird.
I was just curious about the mod. I maybe have clicked save in the char editor and now I canāt use my characterā¦iāve tried to delete cloud save than reloading. To my dismay it is not working. This is the character I spent over 800+ hours onā¦please help.
Thank you
What is not working ? What happens when you load the char ?
The tool creates a backup of the char first as player.g## (00 being the most recent, 01 the one before it and so forth). If you have no such file, then you did not save in the tool.
The first thing you should do to restore the char is disable cloud save, copy the char to the local save dir, rename the player.g00 back to player.gdc and see if that char then works.
If it does, copy it somewhere to make sure you have it and try to get it back to the cloud saves.
EDIT: before you do anything else, make sure to copy the entire char dir somewhere else, so you can always go back to it. You can also zip the entire dir and post it here and I will take a look
I downloaded GDstash version 122d recently, along with JRE and JDK verion 9.0.1. Iām running Windows 10, and Iāve made sure to extract the zip file to another location (the desktop in this case). I also altered the path under my computerās properties to include the place where javaw.exe is (under JRE). I attempted to launch GDstash right after installing java before even changing the path, and then at pretty much every step along the way, and I canāt seem to get a response. Double clicking just causes my cursor to briefly spin, and then nothing.
If I use the command prompt and type javaw.exe - jar GDStash.jar , I receive the Java Virtual Machine Launcher error that says āError: Unable to access jarfile GDStash.jarā.
Iām hoping I fucked up somewhere with a simple mistake.