SteveKunG / SkyBlockcatia

Useful Hypixel Skyblock features, QOL and In-game API Viewer
https://www.curseforge.com/minecraft/mc-mods/skyblockcatia
MIT License
31 stars 9 forks source link

Version Checker make crash #27

Closed Qwertyuiopwasd0 closed 3 years ago

Qwertyuiopwasd0 commented 3 years ago

I play skyblockcatia an minecraft crash. I think maybe version checker of skyblockcatia at line 20 and 21. here's a log: https://paste.ee/p/7xcbO (sorry for my english)

Devviedehm commented 3 years ago

Same here, I isolated it to the general forge config file.

REQUIRES these options to be set like this. Otherwise the mod is unable to update, and instead of continuing it just throws an unhandled error and quits instead of proceeding to the game (rest of the file and other configs within it seem to not affect it, though I did not do extensive testing, only enough to get it working for myself):

{minecraft folder}\config\forge.cfg


general {
...
B:disableVersionCheck=false
...
}

version_checking { ... B:Global=true ... }



EDIT: To add more information, I'm running Minecraft 1.8.9 with the Forge Latest (not Forge Recommended), v11.15.1.2318 because one of the mods needed it. Also using one custom texture pack.
SteveKunG commented 3 years ago

Fixed in 1.0.11