Wesley1808 / ServerCore

A mod that aims to optimize the minecraft server.
75 stars 11 forks source link

Crash at startup #79

Closed Nicolol1234 closed 10 months ago

Nicolol1234 commented 10 months ago

Describe the bug The server crashes at startup

Reproduce

Expected behavior The server should start

Versions -Latest is not a version! ServerCore: fabric-1.3.7 Minecraft: 1.20.1

Mod incompatibilities I have no idea, but here are the logs & crash report:

Wesley1808 commented 10 months ago

This is very likely to be the conflict between VMP's exp_use_optimized_chunk_ticking_iteration and ServerCore's optimizations.cache_ticking_chunks. Both of these try to optimize the same thing in slightly different ways.

Go to vmp.properties and set exp_use_optimized_chunk_ticking_iteration back to false (its default) Alternatively you can also set servercore's optimization here to false, that would fix the problem aswell.

Nicolol1234 commented 10 months ago

Oh ok thanks !