Time 71023 351 PMDescription Unexpected errorjavalangNoClassDefFoundError compixelmonmodpixelmonenumsEnumBossMode at pixelradarentitiesEntityTypeclinitEntityTypejava22 at pixelradarmapMarkerManagerdra
This error occurred at 7/10/23 3:51 PM and is an unexpected error. The error message suggests that the class "com.pixelmonmod.pixelmon.enums.EnumBossMode" could not be found, resulting in a NoClassDefFoundError. The error originates from the EntityType class in the pixelradar.entities package.
The stack trace indicates that the error occurs in the drawPKMarkers method of the MarkerManager class, which is called by the drawIcons method of the MapRenderer class. The MapRenderer class is then called by the drawCurrentMap method of the MiniMaps class. The onTick method of the Mw class is responsible for calling the drawCurrentMap method.
The renderMap method of the EventHandler class triggers the onTick method of the Mw class. The GuiIngameForge class and the EntityRenderer class are also involved in the error. The Minecraft class is responsible for calling the func_71411_J method, which eventually leads to the main method of the Main class being called.
It appears that the error is caused by a missing class, possibly due to a dependency issue. The ClassLoader is unable to find the class, resulting in a ClassNotFoundException. The NullPointerException in the stack trace suggests that there might be a problem with the ClassLoader itself
原文地址: http://www.cveoy.top/t/topic/hVNq 著作权归作者所有。请勿转载和采集!