아래와 같이 뜨면서 서버 구동이 되지 않습니다. 해결법 아시는분?
[17:02:31 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[17:02:31 INFO]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker
[17:02:31 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker
[17:02:31 INFO]: Forge Mod Loader version 7.10.114.1388 for Minecraft 1.7.10 loading
[17:02:32 INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_271, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_271
[17:02:32 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[17:02:32 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[17:02:32 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[17:02:32 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[17:02:32 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[17:02:33 INFO]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper
[17:02:33 INFO]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker
[17:02:34 INFO]: Loading tweak class name cpw.mods.fml.common.launcher.TerminalTweaker
[17:02:34 INFO]: Calling tweak class cpw.mods.fml.common.launcher.TerminalTweaker
[17:02:34 INFO]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
[17:02:38 INFO]: Starting minecraft server version 1.7.10
[17:02:38 INFO]: Attempting early MinecraftForge initialization
[17:02:38 INFO]: MinecraftForge v10.13.3.1403 Initialized
[17:02:39 INFO]: Replaced 183 ore recipies
[17:02:39 INFO]: Preloading CrashReport classes
[17:02:39 INFO]: net.minecraft.world.World$1
[17:02:39 INFO]: net.minecraft.world.World$2
[17:02:39 INFO]: net.minecraft.world.World$3
[17:02:39 INFO]: net.minecraft.world.World$4
[17:02:39 INFO]: net.minecraft.world.chunk.Chunk$1
[17:02:39 INFO]: net.minecraft.crash.CrashReportCategory$1
[17:02:39 INFO]: net.minecraft.crash.CrashReportCategory$2
[17:02:39 INFO]: net.minecraft.crash.CrashReportCategory$3
[17:02:39 INFO]: net.minecraft.entity.Entity$1
[17:02:39 INFO]: net.minecraft.entity.Entity$2
[17:02:39 INFO]: net.minecraft.entity.EntityTracker$1
[17:02:39 INFO]: net.minecraft.world.gen.layer.GenLayer$1
[17:02:39 INFO]: net.minecraft.world.gen.layer.GenLayer$2
[17:02:39 INFO]: net.minecraft.entity.player.InventoryPlayer$1
[17:02:39 INFO]: net.minecraft.world.gen.structure.MapGenStructure$1
[17:02:39 INFO]: net.minecraft.world.gen.structure.MapGenStructure$2
[17:02:39 INFO]: net.minecraft.world.gen.structure.MapGenStructure$3
[17:02:39 INFO]: net.minecraft.server.MinecraftServer$3
[17:02:39 INFO]: net.minecraft.server.MinecraftServer$4
[17:02:39 INFO]: net.minecraft.server.MinecraftServer$5
[17:02:39 INFO]: net.minecraft.nbt.NBTTagCompound$1
[17:02:39 INFO]: net.minecraft.nbt.NBTTagCompound$2
[17:02:39 INFO]: net.minecraft.network.NetHandlerPlayServer$2
[17:02:39 INFO]: net.minecraft.network.NetworkSystem$3
[17:02:39 INFO]: net.minecraft.tileentity.TileEntity$1
[17:02:39 INFO]: net.minecraft.tileentity.TileEntity$2
[17:02:39 INFO]: net.minecraft.tileentity.TileEntity$3
[17:02:39 INFO]: net.minecraft.world.storage.WorldInfo$1
[17:02:39 INFO]: net.minecraft.world.storage.WorldInfo$2
[17:02:39 INFO]: net.minecraft.world.storage.WorldInfo$3
[17:02:39 INFO]: net.minecraft.world.storage.WorldInfo$4
[17:02:39 INFO]: net.minecraft.world.storage.WorldInfo$5
[17:02:39 INFO]: net.minecraft.world.storage.WorldInfo$6
[17:02:39 INFO]: net.minecraft.world.storage.WorldInfo$7
[17:02:39 INFO]: net.minecraft.world.storage.WorldInfo$8
[17:02:39 INFO]: net.minecraft.world.storage.WorldInfo$9
[17:02:39 INFO]: net.minecraft.server.dedicated.DedicatedServer$3
[17:02:39 INFO]: net.minecraft.server.dedicated.DedicatedServer$4
[17:02:39 INFO]: Completed early MinecraftForge initialization
[17:02:39 INFO]: Found 0 mods from the command line. Injecting into mod discoverer
[17:02:39 INFO]: Searching C:\Users\USER\Desktop\qwerqwerqwe\mods for mods
[17:02:40 INFO]: Forge Mod Loader has identified 4 mods to load
[17:02:40 INFO]: Attempting connection with missing mods [mcp, FML, Forge, gibby_dungeons] at CLIENT
[17:02:40 INFO]: Attempting connection with missing mods [mcp, FML, Forge, gibby_dungeons] at SERVER
[17:02:40 ERROR]: An error occured trying to load a proxy into {serverSide=com.gibby.dungeon.commonProxy, clientSide=com.gibby.dungeon.ClientProxy}.com.gibby.dungeon.Dungeons
java.lang.ClassNotFoundException: com.gibby.dungeon.commonProxy
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191) ~[launchwrapper-1.11.jar:?]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_271]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_271]
at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:58) ~[ModClassLoader.class:KCauldron-1.7.10-2.1403.1.54]
at java.lang.Class.forName0(Native Method) ~[?:1.8.0_271]
at java.lang.Class.forName(Unknown Source) ~[?:1.8.0_271]
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:59) [ProxyInjector.class:KCauldron-1.7.10-2.1403.1.54]
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:512) [FMLModContainer.class:KCauldron-1.7.10-2.1403.1.54]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_271]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_271]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) [LoadController.class:KCauldron-1.7.10-2.1403.1.54]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) [LoadController.class:KCauldron-1.7.10-2.1403.1.54]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_271]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_271]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [minecraft_server.1.7.10.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [minecraft_server.1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [minecraft_server.1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [minecraft_server.1.7.10.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) [minecraft_server.1.7.10.jar:?]
at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:119) [LoadController.class:KCauldron-1.7.10-2.1403.1.54]
at cpw.mods.fml.common.Loader.loadMods(Loader.java:511) [Loader.class:KCauldron-1.7.10-2.1403.1.54]
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) [FMLServerHandler.class:KCauldron-1.7.10-2.1403.1.54]
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:318) [FMLCommonHandler.class:KCauldron-1.7.10-2.1403.1.54]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:176) [lt.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:620) [MinecraftServer.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_271]
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182) ~[launchwrapper-1.11.jar:?]
... 34 more
[17:02:40 ERROR]: Fatal errors were detected during the transition from CONSTRUCTING to PREINITIALIZATION. Loading cannot continue
[17:02:40 ERROR]:
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed
FML{7.10.114.1388} [Forge Mod Loader] (cauldron-1.7.10-2.1403.1.54-server.jar) Unloaded->Constructed
Forge{10.13.3.1403} [Minecraft Forge] (cauldron-1.7.10-2.1403.1.54-server.jar) Unloaded->Constructed
gibby_dungeons{1.3} [Arcana RPG] (Arcana RPG 1.3 - 1.7.10.jar) Unloaded->Errored
[17:02:40 ERROR]: The following problems were captured during this phase
[17:02:40 ERROR]: Caught exception from gibby_dungeons
cpw.mods.fml.common.LoaderException: java.lang.ClassNotFoundException: com.gibby.dungeon.commonProxy
at cpw.mods.fml.common.ProxyInjector.inject(ProxyInjector.java:76) ~[ProxyInjector.class:KCauldron-1.7.10-2.1403.1.54]
at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:512) ~[FMLModContainer.class:KCauldron-1.7.10-2.1403.1.54]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_271]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_271]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[minecraft_server.1.7.10.jar:?]
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) ~[minecraft_server.1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) ~[minecraft_server.1.7.10.jar:?]
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) ~[minecraft_server.1.7.10.jar:?]
at com.google.common.eventbus.EventBus.post(EventBus.java:275) ~[minecraft_server.1.7.10.jar:?]
at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:212) ~[LoadController.class:KCauldron-1.7.10-2.1403.1.54]
at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:190) ~[LoadController.class:KCauldron-1.7.10-2.1403.1.54]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_271]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_271]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_271]
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) ~[minecraft_server.1.7.10.jar:?]
계속하려면 아무 키나 누르십시오 . . .
댓글이 없습니다.
새로운 댓글을 등록해 주세요!