pau101 / Wings

A Forge mod for Minecraft: Java Edition which adds wings for aerial travel.
https://www.curseforge.com/minecraft/mc-mods/wings
MIT License
26 stars 29 forks source link

Potential issue with B3M (Time-Speed Mod) #52

Closed SandwichHorror closed 4 years ago

SandwichHorror commented 4 years ago

B3M (Time-speed mod) should be the only mod in the pack I'm using that alters sun angles at all, but even with that mod's options turned off I get this crash upon loading a world with Wings installed.

Description: Exception in server tick loop

java.lang.NullPointerException
    at net.minecraft.world.World.getCelestialAngle(World.java:1540)
    at net.minecraft.world.World.getSunBrightnessFactor(World.java:1448)
    at net.minecraft.world.WorldProvider.getSunBrightnessFactor(WorldProvider.java:447)
    at net.minecraft.world.World.calculateSkylightSubtracted(World.java:1434)
    at net.minecraft.world.World.calculateInitialSkylight(World.java:2529)
    at net.minecraft.world.WorldServer.<init>(WorldServer.java:121)
    at net.optifine.override.WorldServerOF.<init>(WorldServerOF.java:27)
    at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(IntegratedServer.java:94)
    at net.minecraft.server.integrated.IntegratedServer.init(IntegratedServer.java:209)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
    at java.lang.Thread.run(Unknown Source)
pau101 commented 4 years ago

Thanks for reporting!

If you uninstall the wings mod you do no experience this crash correct?

pau101 commented 4 years ago

Closing do to inactivity