![FancyMenu [Fabric] [MOVED TO NEW PROJECT]](https://media.forgecdn.net/avatars/thumbnails/310/137/256/256/637397690731730986.png)
Game crashes when using a Ticker Element to join a server
NextRaven10 opened this issue ยท 0 comments
Describe the bug
When a Ticker element tries to run the Join Server function the game crashes. Meanwhile it works when a button uses it.
To Reproduce
- Create a Ticker element that counts a variable up every few seconds. I have set it up so it counts up every second by one.
- Create a second Ticker element that joins a server if the counting variable reaches a high number. For me it was 10, so basically 10 seconds after the game and the Main Screen are fully initiallized
- Wait until the counting variable reaches your set number
- See the game crash
Expected behavior
That the client would join the server the exact same way it does when you map the Join Server function to a button and press it.
Game Log
Github Gist
Basic Informations (please complete the following information):
- OS: Windows 10
- FancyMenu Version 3.4.3_1.20.1
- Drippy Version 3.0.11_1.20.1
- Forge/Fabric Version 0.16.9
- Minecraft Version 1.20.1
- Active Mods: For me it was a lot. But I tried this without any mods other mods apart from the required ones and it still crashed