Try reinstalling IA, it’s missing files.
If that fails, I can send you a zip with IA, it’s just a bit inconvenient for auto updating.
Did you previously use “merge items”? It’s now on by default.
It will also merge a bit better than it used to…
If you email me your userdata I can take a look to make sure everything is there, most likely a backup restore wont be required.
Adding a mod is done under the database/mods tab, but you’re playing a mod that doesn’t show up in the list? The list should contain “vanilla” and every mod that IA has detected. (The list is right above the button)
The backups are like 3 mb in size, but this will do just fine.
I’ll let you know once I got something working =)
Probably not this week since its not urgent, working a lot of overtime.
No, merge items is off and doesn’t seem to be the default for me. When I merge the number goes down to 365 of 390 items.
What button? Do you mean the Load Database one? That’s the only button I can see. I have vanilla and survival, but no way to choose Grim Quest. It must be detected somewhere in IA because it appears in the Items section where you choose which database to filter items through - I have vanilla and Grim Quest is there too, but greyed out and not selectable.
Have I missed an update somewhere? Didn’t get anything saying there was a new update when I fired the program up today.
The log I pasted before is an old one sorry (the one missing files).
My current problem is as follows:
-Open IA, it freezes ~ 2 minutes, SQL error pops up (attached image)
- Now it works. Open stash in GD, IA detects i
-Put ointment in, close stash and walk away
-IA closes suddenly, and now it wont open anymore.
Im attaching the latest log
Sorry for coming with an error every hour
EDIT:
According to the task manager, IA is open, it is only the IA window I cannot find, still, Im lost
http://grimdawn.dreamcrash.org/ia/GDItemAssistantBeta.exe
Download that, should fix your SQL issue at least.
Unless it’s avast that’s scanning the IA database and thus locking it…
See the update posted just above, I’m not pushing it right now as it has some minor issues I’m still looking into, but it works ‘for the most part’
Dont worry, no need to rush, it can wait
Has been fixed, will be included in the next update.
Patch notes:
- Once again fixed the stacking issue
- Should no longer need to ‘parse item stats’ twice
- Better handling of stacks (if you have 100,000 potions it will transfer as many as it can, and leave the rest)
- Should now display class names for mod items
- Update notifications should now include patch notes
- Should now properly display item names when using mods
- Reduced memory footprint when parsing the GD database
- Bugfixes
Just a heads up: after updating to the latest version I got “Unknown Item” containing all the items. Loading the database again fixed this.
Ty for update, all is working now
I have the same problem here
It’s one of those issues that will keep returning, you’ll also notice that any new items you get after a new patch will show up as “unknown” until you parse the database.
Up until this latest release of patches, IA used to keep item data cached, so not having the DB parsed would only affect new items, not existing.
But since IA no longer keeps a cache of it… :rolleyes:
How long does the ‘parse database’ generally take?
Thinking that’s the next thing i need to find a way to optimize.
The actual parsing takes a few seconds, but storing it locally takes a lifetime. :eek:
Something like 3-4 min :undecided:
Patch day is here and IA is not detecting my stash. How long until we can expect a fix?
Or is this a case of user error
Not a user error.
Looking into it.
Edit: I’ve pushed an update to address this issue.
Hi it did parse then after a error pops up don’t know if that was what you guys talked about only happened after patch update . i can’t get into the program for auto update should i just push the install link for new version. atm i just get an error when i try to open the program and it asks if i wanna continue or cloose it
Getting error when trying to auto-update:
pastebin .com/eAviMTBW
Edit: On what you said about DB parsing/storing performance. Maybe you can run that in an asynchronous way so that you can still use the program while it does stuff in the background. At least you don’t have to wait for it then unless you exit the program mid-process.