keepcalm / BukkitForge

The world's first __opensource__ coremod. Also a port of the Bukkit server API to MinecraftForge.
http://www.minecraftforge.net/forum/index.php/topic,3254.0.html
103 stars 60 forks source link

Minecraft 1.5.2 Server NoClassDefFoundError #686

Open myxxmikeyxx opened 5 years ago

myxxmikeyxx commented 5 years ago

Capture

This is the issue I'm getting. I have not tried the server one a regular non modded (besides forge) server to see if i get this error, but when I remove BukkitForge it loads fine, If you can help at all I'd appreciate it.

COPIED TEXT (IDK if it helps): 2019-04-03 21:19:43 [INFO] [ForgeModLoader] Forge Mod Loader version 5.2.23.737 for Minecraft 1.5.2 loading 2019-04-03 21:19:43 [INFO] [ForgeModLoader] Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_191, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_191 2019-04-03 21:19:43 [WARNING] [ForgeModLoader] The coremod keepcalm.mods.bukkit.asm.BukkitASMLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft 2019-04-03 21:19:43 [INFO] [STDOUT] Bukkitforge call to getASMTransformer ... 2019-04-03 21:19:43 [INFO] [STDOUT] Bukkitforge call to getASMTransformer ... 2019-04-03 21:19:43 [INFO] [STDOUT] Adding Accesstransformer map: bukkit_at.cfg 2019-04-03 21:19:44 [INFO] [STDOUT] Found global block break call: a(Laab;IIIII)V 2019-04-03 21:19:45 [INFO] [STDOUT] Inserted instructions! 2019-04-03 21:19:45 [INFO] [STDOUT] Got this Far! 2019-04-03 21:19:46 [INFO] [ForgeModLoader] Found valid fingerprint for Minecraft Forge. Certificate fingerprint de4cf8a3f3bc15635810044c39240bf96804ea7d 2019-04-03 21:19:46 [INFO] [STDOUT] Transforming iz using keepcalm.mods.bukkit.asm.replacements.WorldServer_BukkitForge !test! 2019-04-03 21:19:47 [INFO] [STDOUT] Transforming sq using sq !test! 2019-04-03 21:19:47 [INFO] [STDERR] Exception in thread "main" java.lang.NoClassDefFoundError: net/minecraft/entity/player/EntityPlayer 2019-04-03 21:19:47 [INFO] [STDERR] at java.lang.Class.getDeclaredMethods0(Native Method) 2019-04-03 21:19:47 [INFO] [STDERR] at java.lang.Class.privateGetDeclaredMethods(Unknown Source) Press any key to continue . . .