[bug]Game Crash
Rad586 opened this issue ยท 2 comments
I tried to translate this mod to my language, nothing's wrong when initalizing the game, but it crashes when I open the "Axolotl Catalog"(I tried unicode but it still doesn't work). I would appreciate it if you coud fix that problem!Below is the log file.
crash-2022-04-16_23.51.40-client.txt
It's mainly about...
Description: Rendering screen
java.lang.StackOverflowError: Rendering screen
at net.minecraft.class_327.method_1727(class_327.java:362)
at de.kxmischesdomi.more_axolotls.client.screen.AxolotlCatalogScreen.renderAxolotlInfoText(AxolotlCatalogScreen.java:235)
at de.kxmischesdomi.more_axolotls.client.screen.AxolotlCatalogScreen.renderAxolotlInfoText(AxolotlCatalogScreen.java:263)
at de.kxmischesdomi.more_axolotls.client.screen.AxolotlCatalogScreen.renderAxolotlInfoText(AxolotlCatalogScreen.java:263)
at de.kxmischesdomi.more_axolotls.client.screen.AxolotlCatalogScreen.renderAxolotlInfoText(AxolotlCatalogScreen.java:263)
at de.kxmischesdomi.more_axolotls.client.screen.AxolotlCatalogScreen.renderAxolotlInfoText(AxolotlCatalogScreen.java:263)
at de.kxmischesdomi.more_axolotls.client.screen.AxolotlCatalogScreen.renderAxolotlInfoText(AxolotlCatalogScreen.java:263)
at de.kxmischesdomi.more_axolotls.client.screen.AxolotlCatalogScreen.renderAxolotlInfoText(AxolotlCatalogScreen.java:263)
at de.kxmischesdomi.more_axolotls.client.screen.AxolotlCatalogScreen.renderAxolotlInfoText(AxolotlCatalogScreen.java:263)
at de.kxmischesdomi.more_axolotls.client.screen.AxolotlCatalogScreen.renderAxolotlInfoText(AxolotlCatalogScreen.java:263)
at de.kxmischesdomi.more_axolotls.client.screen.AxolotlCatalogScreen.renderAxolotlInfoText(AxolotlCatalogScreen.java:263)
at de.kxmischesdomi.more_axolotls.client.screen.AxolotlCatalogScreen.renderAxolotlInfoText(AxolotlCatalogScreen.java:263)
at de.kxmischesdomi.more_axolotls.client.screen.AxolotlCatalogScreen.renderAxolotlInfoText(AxolotlCatalogScreen.java:263)
at de.kxmischesdomi.more_axolotls.client.screen.AxolotlCatalogScreen.renderAxolotlInfoText(AxolotlCatalogScreen.java:263)
at de.kxmischesdomi.more_axolotls.client.screen.AxolotlCatalogScreen.renderAxolotlInfoText(AxolotlCatalogScreen.java:263)
at de.kxmischesdomi.more_axolotls.client.screen.AxolotlCatalogScreen.renderAxolotlInfoText(AxolotlCatalogScreen.java:263)
at de.kxmischesdomi.more_axolotls.client.screen.AxolotlCatalogScreen.renderAxolotlInfoText(AxolotlCatalogScreen.java:263)
at de.kxmischesdomi.more_axolotls.client.screen.AxolotlCatalogScreen.renderAxolotlInfoText(AxolotlCatalogScreen.java:263)
Yea theres's a bug in the axolotl catalog text rendering code when a line is empty or in some other cases. I haven't discovered all yet. I'm currently not working on my mods, so I won't fix it any time very soon.