Open SaTae66 opened 4 months ago
not a bug
actually maybe it is but why did you kill it in that weird way
Actually my bad, I figured it out. When copying my JVM settings from one profile to the other, I introduced an error, so instead of sth like -XX:InitialHeapSize=8g
I had -XX:InitialHeapSize8g
(missing =
) which wouldn't let the JVM start at all. So not really a corruption/caching whatever issue, but rather an unclear error message. Not sure if this is even fixable.
Please confirm the following.
What version of the Modrinth App are you using?
Theseus v0.7.1
What operating systems are you seeing the problem on?
Linux
Describe the bug
I created my own personal modpack with lots of mods and was fooling around with the garbage collection config, f'ed up and had to kill Mincecraft with a
SIGKILL
. Already did that like 20 times before without issues, but it looks like I now corrupted something. I can still run any other modpack, but the one a killed fails to start with:Seeing
cached
in the log, I just deleted~/.cache/modrinth-app
but that didn't help. I have no clue about Rust whatsoever, so I couldn't really deep-dive in the mentioned code.Steps to reproduce
No response
Expected behavior
No response
Additional context
No response