bcssov / IronyModManager

Mod Manager for Paradox Games. Official Discord: https://discord.gg/t9JmY8KFrV
https://bcssov.github.io/IronyModManager/
MIT License
351 stars 41 forks source link

Irony unable to write files when clicking "resolve" #129

Closed Germanboy4u closed 4 years ago

Germanboy4u commented 4 years ago

Version: Irony 1.7.37

Everytime I press Apply I get the error message, that something is blocking Irony.

Same problem like: https://github.com/bcssov/IronyModManager/issues/120

Tried to disable AV and using admin rights. No success.

Log attachted error.log

launcher-v2.sqlite in user Profile is empty.

bcssov commented 4 years ago

This is the wrong error log, I do not require game error log but the Irony error log. But it is most certainly not related to issue 120 as that was a reproducible bug which was resolved.

It could possibly more related to issue #128. Though to be sure I'd need the actual Irony logs.

Germanboy4u commented 4 years ago

Thank you for your answer. Problem: C:\Program Files\Irony Mod Manager\logs is empty. Or is there an other folder for logs?

bcssov commented 4 years ago

In general Irony will write to the logs folder where you were looking, but in your case the program runs under virtualization in Windows which means it doesn't have write permissions to program files directory. Instead the output is redirected (redirected by Windows) to %localappdata%\VirtualStore\Program Files\Irony Mod Manager\logs most likely. So you can look there; or only for this instance run once Irony as admin and recreate the issue so Irony will write the log in the actual Program Files directory.

Germanboy4u commented 4 years ago

So I reinstalled Irony. Now I got a error log

2020-10-09_Error.log

bcssov commented 4 years ago

Same as #128. See solution there.

Though I don't understand how a whole table is missing from a database. Have you used anything other than Irony or Paradox Launcher on this database? Dropped the table somehow?

Germanboy4u commented 4 years ago

No I didn't. I reinstalled yesterday my computer. I will reinstall stellaris. may be it will solve the problem

bcssov commented 4 years ago

Just delete 'launcher-v2.sqlite' and you're all good as I mentioned in the linked ticket. Irony will recreate the database on its own. But before you do upload this 'launcher-v2.sqlite' here so I can take a look. The database is corrupt and I don't know why. Reinstalling Stellaris will not solve anything.

Germanboy4u commented 4 years ago

To late. :-) I reinstalled Irony and Stellaris. Now it working.

Thank you for your assistance