Supplementaries

Supplementaries

82M Downloads

[๐Ÿž]: Supplementaries causes errors in the log file in the debug world

Lolothepro opened this issue ยท 0 comments

commented

Before Continuing:

  • Check you are using the latest version of the mods and its dependencies
  • Always include a latest.log if you are crashing
  • Remove mod that enhances Minecraft: Optifine, Sodium, others. The issue persists.
  • If you are unsure which mod is the culprit.
    Disable all of your mods and enable them 1-2 mods each time to isolate the culprit
  • Confirm that there is no existing issue with a similar description submitted in the list of issues.

Version

1.20.1-FORGE

Supplementaries Version

2.8.10

Moonlight Lib Version

2.11.9

Issue Detail

Log file: https://mclo.gs/2Ve0xuk
The error:

[15:48:59] [Server thread/ERROR] [Supplementaries/]: Failed to generate road sign at BlockPos{x=349, y=70, z=239}: java.lang.NullPointerException: Cannot read field "randomState" because "c" is null
[15:48:59] [Server thread/ERROR] [Supplementaries/]: Failed to generate road sign at BlockPos{x=349, y=70, z=239}: java.lang.NullPointerException: Cannot read field "randomState" because "c" is null
[15:48:59] [Server thread/ERROR] [Supplementaries/]: Failed to generate road sign at BlockPos{x=349, y=70, z=239}: java.lang.NullPointerException: Cannot read field "randomState" because "c" is null
[15:48:59] [Server thread/ERROR] [Supplementaries/]: Failed to generate road sign at BlockPos{x=349, y=70, z=239}: java.lang.NullPointerException: Cannot read field "randomState" because "c" is null
[15:49:00] [Server thread/ERROR] [Supplementaries/]: Failed to generate road sign at BlockPos{x=349, y=70, z=239}: java.lang.NullPointerException: Cannot read field "randomState" because "c" is null
[15:49:00] [Server thread/ERROR] [Supplementaries/]: Failed to generate road sign at BlockPos{x=349, y=70, z=239}: java.lang.NullPointerException: Cannot read field "randomState" because "c" is null
[15:49:00] [Server thread/ERROR] [Supplementaries/]: Failed to generate road sign at BlockPos{x=349, y=70, z=239}: java.lang.NullPointerException: Cannot read field "randomState" because "c" is null
[15:49:00] [Server thread/ERROR] [Supplementaries/]: Failed to generate road sign at BlockPos{x=349, y=70, z=239}: java.lang.NullPointerException: Cannot read field "randomState" because "c" is null
[15:49:00] [Server thread/ERROR] [Supplementaries/]: Failed to generate road sign at BlockPos{x=349, y=70, z=239}: java.lang.NullPointerException: Cannot read field "randomState" because "c" is null
[15:49:00] [Server thread/ERROR] [Supplementaries/]: Failed to generate road sign at BlockPos{x=349, y=70, z=239}: java.lang.NullPointerException: Cannot read field "randomState" because "c" is null
[15:49:00] [Server thread/ERROR] [Supplementaries/]: Failed to generate road sign at BlockPos{x=349, y=70, z=239}: java.lang.NullPointerException: Cannot read field "randomState" because "c" is null
[15:49:00] [Server thread/ERROR] [Supplementaries/]: Failed to generate road sign at BlockPos{x=349, y=70, z=239}: java.lang.NullPointerException: Cannot read field "randomState" because "c" is null
[15:49:00] [Server thread/ERROR] [Supplementaries/]: Failed to generate road sign at BlockPos{x=349, y=70, z=239}: java.lang.NullPointerException: Cannot read field "randomState" because "c" is null

Is it possible to fix it?