Jump to content

java.lang.NullPointerException: Unexpected error


ZenithYT

Recommended Posts

I get this crash whenever I place a block in my server, everybody else on the server gets it too.

Here's the crash report!

 

 

---- Minecraft Crash Report ----

WARNING: coremods are present:
  CorePlugin (AcademyCraft-1.1.2.jar)
  CreativePatchingLoader (CreativeCore_v1.9.55_mc1.12.2.jar)
  CamPatchingLoader (CMDCam_v1.4.3_mc1.12.2.jar)
Contact their authors BEFORE contacting forge

// Surprise! Haha. Well, this is awkward.

Time: 8/15/19 9:27 AM
Description: Unexpected error

java.lang.NullPointerException: Unexpected error
    at com.forgeessentials.api.permissions.ServerZone.getAdditionalPlayerGroups(ServerZone.java:327)
    at com.forgeessentials.api.permissions.ServerZone.getPlayerGroups(ServerZone.java:404)
    at com.forgeessentials.api.permissions.ServerZone.getPlayerGroups(ServerZone.java:409)
    at com.forgeessentials.permissions.core.ZonedPermissionHelper.getPlayerGroups(ZonedPermissionHelper.java:904)
    at com.forgeessentials.permissions.core.ZonedPermissionHelper.hasPermission(ZonedPermissionHelper.java:783)
    at net.minecraftforge.server.permission.PermissionAPI.hasPermission(PermissionAPI.java:84)
    at net.minecraftforge.server.permission.PermissionAPI.hasPermission(PermissionAPI.java:95)
    at net.minecraft.entity.player.EntityPlayer.func_189808_dh(EntityPlayer.java:2765)
    at net.minecraft.client.multiplayer.PlayerControllerMP.func_187099_a(PlayerControllerMP.java:452)
    at net.optifine.override.PlayerControllerOF.func_187099_a(PlayerControllerOF.java:96)
    at net.minecraft.client.Minecraft.func_147121_ag(Minecraft.java:1578)
    at net.minecraft.client.Minecraft.func_184117_aA(Minecraft.java:2253)
    at net.minecraft.client.Minecraft.func_184118_az(Minecraft.java:2019)
    at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1807)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1097)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Client thread
Stacktrace:
    at com.forgeessentials.api.permissions.ServerZone.getAdditionalPlayerGroups(ServerZone.java:327)
    at com.forgeessentials.api.permissions.ServerZone.getPlayerGroups(ServerZone.java:404)
    at com.forgeessentials.api.permissions.ServerZone.getPlayerGroups(ServerZone.java:409)
    at com.forgeessentials.permissions.core.ZonedPermissionHelper.getPlayerGroups(ZonedPermissionHelper.java:904)
    at com.forgeessentials.permissions.core.ZonedPermissionHelper.hasPermission(ZonedPermissionHelper.java:783)
    at net.minecraftforge.server.permission.PermissionAPI.hasPermission(PermissionAPI.java:84)
    at net.minecraftforge.server.permission.PermissionAPI.hasPermission(PermissionAPI.java:95)
    at net.minecraft.entity.player.EntityPlayer.func_189808_dh(EntityPlayer.java:2765)
    at net.minecraft.client.multiplayer.PlayerControllerMP.func_187099_a(PlayerControllerMP.java:452)
    at net.optifine.override.PlayerControllerOF.func_187099_a(PlayerControllerOF.java:96)
    at net.minecraft.client.Minecraft.func_147121_ag(Minecraft.java:1578)
    at net.minecraft.client.Minecraft.func_184117_aA(Minecraft.java:2253)
    at net.minecraft.client.Minecraft.func_184118_az(Minecraft.java:2019)

-- Affected level --
Details:
    Level name: MpServer
    All players: 1 total; [EntityPlayerSP['CraftedZenith'/147, l='MpServer', x=19.94, y=63.00, z=252.74]]
    Chunk stats: MultiplayerChunkCache: 438, 438
    Level seed: 0
    Level generator: ID 00 - default, ver 1. Features enabled: false
    Level generator options: 
    Level spawn location: World: (76,64,256), Chunk: (at 12,4,0 in 4,16; contains blocks 64,0,256 to 79,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Level time: 77962 game time, 77962 day time
    Level dimension: 0
    Level storage version: 0x00000 - Unknown?
    Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
    Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
    Forced entities: 1 total; [EntityPlayerSP['CraftedZenith'/147, l='MpServer', x=19.94, y=63.00, z=252.74]]
    Retry entities: 0 total; []
    Server brand: fml,forge
    Server type: Non-integrated multiplayer server
Stacktrace:
    at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:532)
    at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2740)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:426)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

-- System Details --
Details:
    Minecraft Version: 1.12.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 876438696 bytes (835 MB) / 2147483648 bytes (2048 MB) up to 2147483648 bytes (2048 MB)
    JVM Flags: 8 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
    FML: MCP 9.42 Powered by Forge 14.23.5.2768 Optifine OptiFine_1.12.2_HD_U_E3 17 mods loaded, 17 mods active
    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

    | State  | ID                | Version      | Source                                      | Signature                                |
    |:------ |:----------------- |:------------ |:------------------------------------------- |:---------------------------------------- |
    | UCHIJA | minecraft         | 1.12.2       | minecraft.jar                               | None                                     |
    | UCHIJA | mcp               | 9.42         | minecraft.jar                               | None                                     |
    | UCHIJA | FML               | 8.0.99.99    | forge-1.12.2-14.23.5.2768.jar               | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | UCHIJA | forge             | 14.23.5.2768 | forge-1.12.2-14.23.5.2768.jar               | e3c3d50c7c986df74c645c0ac54639741c90a557 |
    | UCHIJA | LambdaLib|Core    | 0.1.9        | minecraft.jar                               | None                                     |
    | UCHIJA | creativecoredummy | 1.0.0        | minecraft.jar                               | None                                     |
    | UCHIJA | lambdalib2        | 0.1.9        | AcademyCraft-1.1.2.jar                      | None                                     |
    | UCHIJA | academy           | 1.1.2        | AcademyCraft-1.1.2.jar                      | None                                     |
    | UCHIJA | cmdcam            | 1.4.0        | CMDCam_v1.4.3_mc1.12.2.jar                  | None                                     |
    | UCHIJA | creativecore      | 1.9.9        | CreativeCore_v1.9.55_mc1.12.2.jar           | None                                     |
    | UCHIJA | customnpcs        | 1.12         | CustomNPCs_1.12.2(30Jan19).jar              | None                                     |
    | UCHIJA | ptrmodellib       | 1.0.4        | PTRLib-1.0.4.jar                            | None                                     |
    | UCHIJA | props             | 2.6.2        | Decocraft-2.6.2_1.12.2.jar                  | None                                     |
    | UCHIJA | rcraft            | 1.7.5        | dotHack Weapons-1.7.5.jar                   | None                                     |
    | UCHIJA | forgeessentials   | 12.3         | forgeessentials-1.12.2-12.3.60-server.jar   | None                                     |
    | UCHIJA | lunatriuscore     | 1.2.0.42     | LunatriusCore-1.12.2-1.2.0.42-universal.jar | None                                     |
    | UCHIJA | moreplayermodels  | 1.12.2       | MorePlayerModels_1.12.2(18jan18).jar        | None                                     |

    Loaded coremods (and transformers): 
CorePlugin (AcademyCraft-1.1.2.jar)
  cn.lambdalib2.render.mc.PipelineTransformer
  cn.lambdalib2.registry.impl.RegistryTransformer
CreativePatchingLoader (CreativeCore_v1.9.55_mc1.12.2.jar)
  
CamPatchingLoader (CMDCam_v1.4.3_mc1.12.2.jar)
  com.creativemd.cmdcam.transform.CamTransformer
    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.6.0 NVIDIA 391.35' Renderer: 'GeForce GT 730/PCIe/SSE2'
    ForgeEssentials: Running ForgeEssentials 12.3.60 (db2fdd8). Modules loaded: Afterlife, Backups, Chat, Commands, Economy, JScripting, Multiworld, Permissions, PlayerLogger, Protection, Remote, SignTools, Teleport, Tickets, WorldBorder, factions, mapper
    Launched Version: 1.12.2-forge1.12.2-14.23.5.2768
    LWJGL: 2.9.4
    OpenGL: GeForce GT 730/PCIe/SSE2 GL version 4.6.0 NVIDIA 391.35, NVIDIA Corporation
    GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.

    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'fml,forge'
    Type: Client (map_client.txt)
    Resource Packs: 
    Current Language: English (US)
    Profiler Position: N/A (disabled)
    CPU: 4x AMD FX(tm)-4300 Quad-Core Processor 

Link to comment
Share on other sites

Quote

Forge Essentials aims to provide a suite of powerful fully server-side utilities to make running, administrating and using a server better and easier. This mod only needs to be installed on the server and should not be installed at all on the client.

source: https://www.curseforge.com/minecraft/mc-mods/forge-essentials-74735

 

Quote

ForgeEssentials is a server-only mod.

source: https://github.com/ForgeEssentials/ForgeEssentials/wiki/Getting-started


I don't think it needs explaining why you get that error.

Edited by Ruchia
(added a second source of information)
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.