Bobby Crashes game after trying to join online servers
NightcoreBrianna opened this issue ยท 4 comments
Goes from Joining world, then saving world, then crashes my Minecraft and the Minecraft launcher does not open back up until I kill it in task manager! Gif shows it right here ------> https://gyazo.com/2020834f3cb6d33d76195a76f8f1c2ea (After it says saving world it disappears after into a crash).
[latest.log](https://github.com/Johni0702/bobby/files/9845769/latest.log)Using Windows 10!
and these are my only mods installed! (no Shader packs and no texture packs)
[The mod works perfectly fine in single player] But when joining servers it just crashes!
I have dug into this a little bit, and I believe if you have your framerate set to VSync, it causes it to crash. https://github.com/Johni0702/bobby/blob/master/src/main/java/de/johni0702/minecraft/bobby/mixin/MinecraftClientMixin.java#L40 this is the line I believe was causing it, and I am assuming that if it is set to VSync, maxFps is 0.
Set your FPS limit to unlimited and it works just fine.
Duplicate of #105
I just tested it by removing optifabric and optifine and works fine but that's not good! I use them mods to be able to run my shaders!
So Bobby cant join online servers with optifabric and optifine but Bobby can join online servers without optifabric and optifine.
Hopefully this can be fixed!