Flywheel (Legacy)

Flywheel (Legacy)

40M Downloads

java.util.ConcurrentModificationException: null - Constant crashing when attempting to join server.

AdinaThePotato1 opened this issue ยท 2 comments

commented

Describe the Bug

This will most likely be a duplicate or something similar to #71 however in this case it is 100 per cent of the time that I crash.

I've spent a long time reading the error and just can't seem to wrap my head around it.

Hope this can be solved.

Reproduction Steps

  1. Launch the game
  2. Join a server
  3. The game crashes after attempting to load into the world.
    ...

Expected Result

I expected to load into the server as I did a few hours ago, without any issues.

Screenshots and Videos

No response

Crash Report or Log

https://pastebin.com/8rn3TVG7

Operating System

Windows 10

What is your GPU?

RX 580 8GB ARMOR

Mod Version

0.2.5

Minecraft Version

1.16.5

Forge Version

36.2.22

Other Mods

Can be found in the crash report

Additional Context

It popped up sporadically, it was working fine a few hours ago.

commented

I had the same issue. I fixed it by going into the mod's config folder (Documents/curseforge/minecraft/Instances/Valhelsia 4 - 1.17/config) and editing flywheel-client.toml. I changed the "enabled" flag to false:

#Enable or disable the entire engine
enabled = false
#Enable or disable a debug overlay that colors pixels by their normal
debugNormals = false

Reproduction Steps

  1. Launch the game
  2. Join a server
  3. Loading screen says "joining world", "loading terrain", game sounds begin to play
  4. The game crashes after attempting to load into the world.

Expected Result

I expected to render the terrain once I joined

Screenshots and Videos

No response

Crash Report or Log

No response

Operating System

Mac OSX 10.15.7 Catalina

What is your GPU?

Intel HD Graphics 4000 1536 MB

Mod Version

0.2.5

Minecraft Version

1.17.1

Forge Version

37.1

Other Mods

Can be found in the crash report

Additional Context

This was part of the Valhelsia 4 modpack (v 1.1.0), launched through Curse Forge

commented

that disables the mod, so i don't think that's a desirable solution for anyone.