Indium crashes the game before it even loads
heyjudek opened this issue ยท 12 comments
crash-2021-03-28_23.35.56-server.txt
latest.log
When I try to load the game, instead of the "loading world" it automatically gets to "Saving world" like one would see upon exiting the game, then it gets stuck there.
Removing indium solves this problem.
Do you have the latest versions of both Indium and Sodium compiled from source / Github Actions? It also looks like you have a separate crash caused by Palette, which if I am not mistaken is for 1.14 snapshots and is very unlikely to work on 1.16.5.
Well, I did get rid of it. And the crash happened again. Yes. I did use the latest of both Sodium and Indium and the lack of palette didn't seem to have fixed the crash.
If there is anything else I can try, please let me know.
If there is anything else I can try, please let me know.
Can you try narrowing down the mods? There are a lot of mods that could be causing the crash, and it would be nice to know which mod(s) is/are causing the issue. I always narrow my crashes down to the two or three mods that cause a crash, to make it easier for devs to solve it, and to make sure I don't post issues on repos that *may8 have nothing to do with the mod.
(Also, on an unrelated note, your sodium extra
version is out of date, and there have been a bunch of new features added).
Is building the latest version from code hard? If you already have it, could you please send it so I can test it?
Update, I downloaded the Sodium extra version you gave and also sodium-fabric-mc1.16.4-0.1.1-SNAPSHOT (tester version, from 05.02.2021) and it finally works.
Do you mean there is a newer version of sodium extra? If yes, could you please give me a link to that?
I would try narrowing down the mods to find out what the crash is, but if Indium is causing an issue on a mod that otherwise is working fine, I would rather not get rid of it. But every time a crash happens, there is a red entry in the log pointing to sodium. So, maybe it has to do with the sodium version?
Do you mean there is a newer version of sodium extra? If yes, could you please give me a link to that?
That latest.log isn't from the latest version of Sodium 1.16.x/next, they now have git hashes appended to the version number. Redownload/build it and try again, if it still doesn't work please send the latest.log file with the crash that occurs.
Should I download sodium from github? I realize the one on modrinth is not the latest one.
The current sodium version I have is sodium-fabric-mc1.16.4-0.1.1build.326
And I downloaded the latest sodium extra.
See https://github.com/CaffeineMC/sodium-fabric#bleeding-edge-builds-unstable for where to download the latest 1.16.x/next development version of Sodium.
Just curious, should I as a non-modder be using these bleeding edge versions to get Indium to work? As far as I know, my sodium version should be one of the very latest ones already.
Just curious, should I as a non-modder be using these bleeding edge versions to get Indium to work? As far as I know, my sodium version should be one of the very latest ones already.
Well, your current version clearly doesn't work, so you basically have to use the bleeding edge builds for indium to work, otherwise indium won't work.