Unknown World Creation Issue - Mod Crash

Started by ThatOneRex on

Topic category: Troubleshooting, bugs, and solutions

Joined Feb 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Unknown World Creation Issue - Mod Crash

I've encountered an issue on world creation. Any attempt to create/load a world causes the game to crash. This issue appeared when I switched MCreator versions, and any reverts have not helped. I have tried A LOT of things to fix it, but not a single thing has worked. The crash report references "mouseClicked event handler" & "net.minecraft.client.gui.screens.worldselection.SelectWorldScreen", and the crash report has no mentions of my mod elements. I've regenerated each element and hand checked every single thing, yet nothing appears wrong. I've found no other instances of this issue on the internet have matched mine. Please help! <3

"Mouse & Gui Related" Crash Report? - Pastebin.com

Joined Feb 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hi, thank you so much for…
Thu, 02/13/2025 - 18:11

Hi, thank you so much for responding! When copying and pasting the log, I was checking it one last time to see if anything stood out and I realized what the issue was. In one spot of the code, I somehow managed to mix up a minimum & maximum value, causing an invalid return. Since it was an integer issue, I was managing to accidently overlook it. Thank you so much, Klemen. I don't know how I missed that. :]