PorkStudios / FarPlaneTwo

Level-of-Detail renderer in Minecraft. Allows for render distances of millions of blocks. (Cubic Chunks-compatible) (WIP)
https://daporkchop.net/
Other
1.45k stars 51 forks source link

Game bugs out and crashes soon after with mod installed #150

Open Kingmiami opened 2 years ago

Kingmiami commented 2 years ago

Once installed, water and cave systems can be seen on the surface. The game runs very terribly as well, with random bursts of lag. Below is the crash screen and log. fp2

crsh crash-2022-02-17_10.27.57-client.txt

DaMatrix commented 2 years ago

you have a lot of other mods installed, in particular dynamic surroundings (which is known to cause issues with rendering, see #98).

the lag could be from quite a lot of places. the most likely causes are: your Java heap is too small, the max number of tile bakes per frame is too high (see fp2's performance options), GPU driver weirdness (you're using AMD, whose graphics drivers are notoriously shoddy), or some other mod interfering.

the crash is caused by some other mod (specifically: dynamic trees) doing something badly, but i can fix that in a bit.

Heath123 commented 2 years ago

This might not be that helpful but AMD drivers for OpenGL are way better on Linux, I get something like double the performance on my laptop

EysseW commented 2 years ago

This might not be that helpful but AMD drivers for OpenGL are way better on Linux, I get something like double the performance on my laptop

Wait even with a Nvidia card?

DaMatrix commented 2 years ago

no, they specifically said AMD drivers. as previously stated, the AMD OpenGL driver is notorious for being buggy and slow. Nvidia has the same drivers on windows and linux, so performance will be pretty much the same.