Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2019
823
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 63.74 KB | None | 0 0
  1. [22:29:26] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing
  2. [22:29:26] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  3. [22:29:26] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  4. [22:29:26] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  5. [22:29:26] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:getASMTransformerClass:99]: Successfully Registered Transformer
  6. [22:29:28] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:292]: [Micdoodle8Core]: Patching game...
  7. [22:29:28] [main/INFO] [STDOUT]: [micdoodle8.mods.miccore.MicdoodlePlugin:injectData:292]: [Micdoodle8Core]: Patching game...
  8. [22:29:28] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.launch.MixinTweaker
  9. [22:29:28] [main/INFO] [mixin]: Initialised Mixin FML Remapper Adapter with net.minecraftforge.fml.common.asm.transformers.deobf.FMLDeobfuscatingRemapper@b5aa65b
  10. [22:29:28] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  11. [22:29:28] [main/INFO] [LaunchWrapper]: Calling tweak class guichaguri.betterfps.tweaker.BetterFpsTweaker
  12. [22:29:28] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
  13. [22:29:30] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
  14. [22:29:30] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker
  15. [22:29:30] [main/INFO] [LaunchWrapper]: Loading tweak class name org.spongepowered.asm.mixin.EnvironmentStateTweaker
  16. [22:29:30] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker
  17. [22:29:30] [main/INFO] [LaunchWrapper]: Calling tweak class org.spongepowered.asm.mixin.EnvironmentStateTweaker
  18. [22:29:32] [main/INFO] [BetterFps]: Patching net.minecraft.block.Block... (aow)
  19. [22:29:32] [main/INFO] [mixin]: A re-entrant transformer 'guichaguri.betterfps.transformers.PatcherTransformer' was detected and will no longer process meta class data
  20. [22:29:34] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}
  21. [22:29:35] [main/INFO] [BetterFps]: Patching net.minecraft.block.Block... (aow)
  22. [22:29:37] [main/INFO] [BetterFps]: Patching math utils with "RIVENS_HALF" algorithm
  23. [22:29:41] [main/INFO] [BetterFps]: Patching net.minecraft.tileentity.TileEntityBeacon... (avh)
  24. [22:29:42] [main/INFO] [BetterFps]: Patching net.minecraft.block.BlockHopper... (arl)
  25. [22:29:42] [main/INFO] [BetterFps]: Patching net.minecraft.tileentity.TileEntityHopper... (avw)
  26. [22:29:50] [main/INFO] [BetterFps]: Patching net.minecraft.server.dedicated.DedicatedServer... (nz)
  27. [22:29:52] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting minecraft server version 1.12.2
  28. [22:29:52] [Server thread/INFO] [FML]: MinecraftForge v14.23.5.2847 Initialized
  29. [22:29:52] [Server thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.
  30. [22:29:54] [Server thread/INFO] [FML]: Invalid recipe found with multiple oredict ingredients in the same ingredient...
  31. [22:29:56] [Server thread/INFO] [FML]: Replaced 1227 ore ingredients
  32. [22:29:56] [Server thread/INFO] [FML]: Searching /aternos/server/./mods for mods
  33. [22:29:56] [Server thread/INFO] [FML]: Searching /aternos/server/./mods/1.12.2 for mods
  34. [22:29:58] [Server thread/WARN] [FML]: Zip file jxbrowser-linux64-6.18.jar failed to read properly, it will be ignored
  35. java.util.zip.ZipException: zip file is empty
  36. at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_222]
  37. at java.util.zip.ZipFile.<init>(ZipFile.java:225) ~[?:1.8.0_222]
  38. at java.util.zip.ZipFile.<init>(ZipFile.java:155) ~[?:1.8.0_222]
  39. at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_222]
  40. at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_222]
  41. at net.minecraftforge.fml.common.discovery.JarDiscoverer.discover(JarDiscoverer.java:56) [JarDiscoverer.class:?]
  42. at net.minecraftforge.fml.common.discovery.ContainerType.findMods(ContainerType.java:47) [ContainerType.class:?]
  43. at net.minecraftforge.fml.common.discovery.ModCandidate.explore(ModCandidate.java:74) [ModCandidate.class:?]
  44. at net.minecraftforge.fml.common.discovery.ModDiscoverer.identifyMods(ModDiscoverer.java:93) [ModDiscoverer.class:?]
  45. at net.minecraftforge.fml.common.Loader.identifyMods(Loader.java:427) [Loader.class:?]
  46. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:568) [Loader.class:?]
  47. at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98) [FMLServerHandler.class:?]
  48. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333) [FMLCommonHandler.class:?]
  49. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125) [nz.class:?]
  50. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486) [MinecraftServer.class:?]
  51. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_222]
  52. [22:30:00] [Server thread/INFO] [FML]: Disabling mod ptrmodellib it is client side only.
  53. [22:30:01] [Server thread/INFO] [FML]: Forge Mod Loader has identified 25 mods to load
  54. [22:30:01] [Server thread/WARN] [FML]: Missing English translation for FML: assets/fml/lang/en_us.lang
  55. [22:30:01] [Server thread/WARN] [FML]: Mod mclib_core has been disabled through configuration
  56. [22:30:01] [Server thread/WARN] [FML]: Missing English translation for phosphor-lighting: assets/phosphor-lighting/lang/en_us.lang
  57. [22:30:01] [Server thread/INFO] [FML]: FML has found a non-mod file mp3spi1.9.5.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
  58. [22:30:01] [Server thread/INFO] [FML]: FML has found a non-mod file PTRLib-1.0.4.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
  59. [22:30:01] [Server thread/INFO] [FML]: FML has found a non-mod file vorbisspi1.0.3.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.
  60. [22:30:03] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, micdoodlecore, obfuscate, securitycraft, chiselsandbits, cdm, emoticons, galacticraftplanets, galacticraftcore, cgm, ichunutil, jei, journeymap, malisiscore, malisisdoors, mca, mclib, portalgun, spartanshields, vehicle, phosphor-lighting] at CLIENT
  61. [22:30:03] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, micdoodlecore, obfuscate, securitycraft, chiselsandbits, cdm, emoticons, galacticraftplanets, galacticraftcore, cgm, ichunutil, jei, journeymap, malisiscore, malisisdoors, mca, mclib, portalgun, spartanshields, vehicle, phosphor-lighting] at SERVER
  62. [22:30:08] [Server thread/INFO] [FML]: Processing ObjectHolder annotations
  63. [22:30:08] [Server thread/INFO] [FML]: Found 1192 ObjectHolder annotations
  64. [22:30:08] [Server thread/INFO] [FML]: Identifying ItemStackHolder annotations
  65. [22:30:08] [Server thread/INFO] [FML]: Found 0 ItemStackHolder annotations
  66. [22:30:09] [Server thread/WARN] [mixin]: Static binding violation: PRIVATE @Overwrite method func_76615_h in mixins.phosphor.json:common.MixinChunk cannot reduce visibiliy of PUBLIC target method, visibility will be upgraded.
  67. [22:30:09] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0
  68. [22:30:09] [Forge Version Check/INFO] [forge.VersionCheck]: [securitycraft] Starting version check at https://www.github.com/Geforce132/SecurityCraft/raw/master/Updates/Forge.json
  69. [22:30:12] [Forge Version Check/INFO] [forge.VersionCheck]: [securitycraft] Found status: OUTDATED Target: v1.8.14.1
  70. [22:30:12] [Forge Version Check/INFO] [forge.VersionCheck]: [mclib] Starting version check at https://raw.githubusercontent.com/mchorse/mclib/master/version.json
  71. [22:30:12] [Forge Version Check/INFO] [forge.VersionCheck]: [mclib] Found status: AHEAD Target: null
  72. [22:30:12] [Forge Version Check/INFO] [forge.VersionCheck]: [emoticons] Starting version check at https://mchorse.github.io/assets/emoticons.json
  73. [22:30:12] [Forge Version Check/INFO] [forge.VersionCheck]: [emoticons] Found status: AHEAD Target: null
  74. [22:30:12] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
  75. [22:30:13] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: AHEAD Target: null
  76. [22:30:14] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `mod.chiselsandbits.tileentitychiseled`, expected `chiselsandbits`. This could be a intended override, but in most cases indicates a broken mod.
  77. [22:30:14] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `mod.chiselsandbits.tileentitychiseled.tesr`, expected `chiselsandbits`. This could be a intended override, but in most cases indicates a broken mod.
  78. [22:30:14] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `mod.chiselsandbits.tileentitybittank`, expected `chiselsandbits`. This could be a intended override, but in most cases indicates a broken mod.
  79. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: javassist.CannotCompileException: [source error] no such class: ApplicationHackPrinters.tileEntityRouters
  80. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at javassist.CtBehavior.insertAfter(CtBehavior.java:877)
  81. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at javassist.CtBehavior.insertAfter(CtBehavior.java:792)
  82. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at io.github.lukas2005.DeviceModApps.coremod.ClassTransformer.transform(ClassTransformer.java:98)
  83. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256)
  84. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
  85. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
  86. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  87. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  88. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at com.mrcrayfish.device.init.DeviceBlocks.<clinit>(DeviceBlocks.java:22)
  89. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at com.mrcrayfish.device.init.RegistrationHandler.init(RegistrationHandler.java:110)
  90. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at com.mrcrayfish.device.MrCrayfishDeviceMod.preInit(MrCrayfishDeviceMod.java:74)
  91. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  92. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  93. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  94. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at java.lang.reflect.Method.invoke(Method.java:498)
  95. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
  96. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
  97. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  98. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at java.lang.reflect.Method.invoke(Method.java:498)
  99. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  100. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  101. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  102. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  103. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  104. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  105. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  106. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  107. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  108. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  109. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  110. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  111. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at java.lang.reflect.Method.invoke(Method.java:498)
  112. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  113. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  114. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  115. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  116. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  117. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  118. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  119. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  120. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:629)
  121. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:99)
  122. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:333)
  123. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:125)
  124. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
  125. [22:30:16] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at java.lang.Thread.run(Thread.java:748)
  126. [22:30:16] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]: Caused by: compile error: no such class: ApplicationHackPrinters.tileEntityRouters
  127. [22:30:16] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]: at javassist.compiler.MemberResolver.searchImports(MemberResolver.java:470)
  128. [22:30:16] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]: at javassist.compiler.MemberResolver.lookupClass(MemberResolver.java:414)
  129. [22:30:16] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]: at javassist.compiler.MemberResolver.lookupClassByJvmName(MemberResolver.java:321)
  130. [22:30:16] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]: at javassist.compiler.TypeChecker.atCallExpr(TypeChecker.java:683)
  131. [22:30:16] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]: at javassist.compiler.JvstTypeChecker.atCallExpr(JvstTypeChecker.java:157)
  132. [22:30:16] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]: at javassist.compiler.ast.CallExpr.accept(CallExpr.java:46)
  133. [22:30:16] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]: at javassist.compiler.CodeGen.doTypeCheck(CodeGen.java:242)
  134. [22:30:16] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]: at javassist.compiler.CodeGen.atStmnt(CodeGen.java:330)
  135. [22:30:16] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]: at javassist.compiler.ast.Stmnt.accept(Stmnt.java:50)
  136. [22:30:16] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]: at javassist.compiler.Javac.compileStmnt(Javac.java:567)
  137. [22:30:16] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]: at javassist.CtBehavior.insertAfterAdvice(CtBehavior.java:892)
  138. [22:30:16] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]: at javassist.CtBehavior.insertAfter(CtBehavior.java:851)
  139. [22:30:16] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]: ... 45 more
  140. [22:30:32] [Server thread/WARN] [net.minecraft.network.datasync.EntityDataManager]: defineId called for: class net.minecraft.entity.player.EntityPlayer from class com.mrcrayfish.guns.event.CommonEvents
  141. [22:30:32] [Server thread/WARN] [net.minecraft.network.datasync.EntityDataManager]: defineId called for: class net.minecraft.entity.player.EntityPlayer from class com.mrcrayfish.guns.event.CommonEvents
  142. [22:30:32] [Server thread/INFO] [malisiscore]: Registering CloseInventoryMessage for Packet with discriminator 1 in channel malisiscore
  143. [22:30:32] [Server thread/INFO] [malisiscore]: Registering InventoryActionMessage for Packet with discriminator 2 in channel malisiscore
  144. [22:30:32] [Server thread/INFO] [malisiscore]: Registering OpenInventoryMessage for Packet with discriminator 3 in channel malisiscore
  145. [22:30:33] [Server thread/INFO] [malisiscore]: Registering UpdateInventorySlotsMessage for Packet with discriminator 4 in channel malisiscore
  146. [22:30:33] [Server thread/INFO] [malisiscore]: Registering DirectMessage for Packet with discriminator 5 in channel malisiscore
  147. [22:30:33] [Server thread/INFO] [malisiscore]: Registering BlockDataMessage for Packet with discriminator 6 in channel malisiscore
  148. [22:30:33] [Server thread/INFO] [malisiscore]: Registering ChunkBlockMessage for Packet with discriminator 7 in channel malisiscore
  149. [22:30:33] [Server thread/INFO] [malisiscore]: Registering NeighborChangedMessage for Packet with discriminator 8 in channel malisiscore
  150. [22:30:33] [Server thread/INFO] [malisiscore]: Registering SyncerMessage for Packet with discriminator 9 in channel malisiscore
  151. [22:30:33] [Server thread/INFO] [malisiscore]: Registering DigicodeMessage for Packet with discriminator 1 in channel malisisdoors
  152. [22:30:33] [Server thread/INFO] [malisiscore]: Registering DoorFactoryMessage for Packet with discriminator 2 in channel malisisdoors
  153. [22:30:35] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `customdoortileentity`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod.
  154. [22:30:35] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `saloondoortileentity`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod.
  155. [22:30:35] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `verticalhatchtileentity`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod.
  156. [22:30:35] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `garagedoortileentity`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod.
  157. [22:30:35] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `door3x3`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod.
  158. [22:30:35] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bigdoortileentity`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod.
  159. [22:30:35] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `rustyhatchtileentity`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod.
  160. [22:30:35] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `doorfactorytileentity`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod.
  161. [22:30:35] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `forcefieldtileentity`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod.
  162. [22:30:35] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `doortileentity`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod.
  163. [22:30:35] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `trapdoortileentity`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod.
  164. [22:30:35] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `fencegatetileentity`, expected `malisisdoors`. This could be a intended override, but in most cases indicates a broken mod.
  165. [22:30:36] [Server thread/INFO] [mca]: Loaded 12 supporters.
  166. [22:30:36] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `portalgun_tileentityportalmaster`, expected `portalgun`. This could be a intended override, but in most cases indicates a broken mod.
  167. [22:30:36] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `portalgun_tileentityportalbase`, expected `portalgun`. This could be a intended override, but in most cases indicates a broken mod.
  168. [22:30:37] [Server thread/INFO] [Spartan Shields]: Starting up Spartan Shields!
  169. [22:30:37] [Server thread/WARN] [net.minecraft.network.datasync.EntityDataManager]: defineId called for: class net.minecraft.entity.player.EntityPlayer from class com.mrcrayfish.vehicle.common.CommonEvents
  170. [22:30:37] [Server thread/WARN] [net.minecraft.network.datasync.EntityDataManager]: defineId called for: class net.minecraft.entity.player.EntityPlayer from class com.mrcrayfish.vehicle.common.CommonEvents
  171. [22:30:37] [Server thread/WARN] [net.minecraft.network.datasync.EntityDataManager]: defineId called for: class net.minecraft.entity.player.EntityPlayer from class com.mrcrayfish.vehicle.common.CommonEvents
  172. [22:30:37] [Server thread/WARN] [net.minecraft.network.datasync.EntityDataManager]: defineId called for: class net.minecraft.entity.player.EntityPlayer from class com.mrcrayfish.vehicle.common.CommonEvents
  173. [22:30:38] [Server thread/INFO] [cdm]: Registering blocks
  174. [22:30:38] [Server thread/INFO] [FML]: Applying holder lookups
  175. [22:30:38] [Server thread/INFO] [FML]: Holder lookups applied
  176. [22:30:38] [Server thread/INFO] [cdm]: Registering items
  177. [22:30:38] [Server thread/INFO] [Spartan Shields]: Items Registered!
  178. [22:30:38] [Server thread/INFO] [FML]: Applying holder lookups
  179. [22:30:38] [Server thread/INFO] [FML]: Holder lookups applied
  180. [22:30:38] [Server thread/INFO] [FML]: Applying holder lookups
  181. [22:30:38] [Server thread/INFO] [FML]: Holder lookups applied
  182. [22:30:38] [Server thread/INFO] [FML]: Applying holder lookups
  183. [22:30:38] [Server thread/INFO] [FML]: Holder lookups applied
  184. [22:30:38] [Server thread/INFO] [FML]: Injecting itemstacks
  185. [22:30:38] [Server thread/INFO] [FML]: Itemstack injection complete
  186. [22:30:38] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Loading properties
  187. [22:30:38] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Default game type: SURVIVAL
  188. [22:30:38] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Generating keypair
  189. [22:30:39] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting Minecraft server on *:10506
  190. [22:30:39] [Server thread/INFO] [net.minecraft.network.NetworkSystem]: Using epoll channel type
  191. [22:30:40] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer]: **** SERVER IS RUNNING IN OFFLINE/INSECURE MODE!
  192. [22:30:40] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer]: The server will make no attempt to authenticate usernames. Beware.
  193. [22:30:40] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer]: While this makes the game possible to play without internet access, it also opens up the ability for hackers to connect with any username they choose.
  194. [22:30:40] [Server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer]: To change this, set "online-mode" to "true" in the server.properties file.
  195. [22:30:44] [Server thread/INFO] [cdm]: Registering recipes
  196. [22:30:44] [Server thread/INFO] [Spartan Shields]: Recipes added!
  197. [22:30:45] [Server thread/INFO] [FML]: Applying holder lookups
  198. [22:30:45] [Server thread/INFO] [FML]: Holder lookups applied
  199. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: javassist.CannotCompileException: [source error] no such field: Main/alwaysAvailableApps
  200. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at javassist.CtBehavior.setBody(CtBehavior.java:446)
  201. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at javassist.CtBehavior.setBody(CtBehavior.java:412)
  202. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at io.github.lukas2005.DeviceModApps.coremod.ClassTransformer.transform(ClassTransformer.java:118)
  203. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.transform(ASMTransformerWrapper.java:256)
  204. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at net.minecraft.launchwrapper.LaunchClassLoader.runTransformers(LaunchClassLoader.java:279)
  205. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:176)
  206. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  207. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  208. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at com.mrcrayfish.device.network.PacketHandler.init(PacketHandler.java:17)
  209. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at com.mrcrayfish.device.MrCrayfishDeviceMod.init(MrCrayfishDeviceMod.java:88)
  210. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  211. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  212. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  213. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at java.lang.reflect.Method.invoke(Method.java:498)
  214. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:637)
  215. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
  216. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  217. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at java.lang.reflect.Method.invoke(Method.java:498)
  218. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  219. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  220. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  221. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  222. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  223. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  224. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  225. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:219)
  226. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:197)
  227. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  228. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  229. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  230. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at java.lang.reflect.Method.invoke(Method.java:498)
  231. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
  232. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
  233. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
  234. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
  235. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
  236. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
  237. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at com.google.common.eventbus.EventBus.post(EventBus.java:217)
  238. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:136)
  239. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:749)
  240. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at net.minecraftforge.fml.server.FMLServerHandler.finishServerLoading(FMLServerHandler.java:108)
  241. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at net.minecraftforge.fml.common.FMLCommonHandler.onServerStarted(FMLCommonHandler.java:338)
  242. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:219)
  243. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:486)
  244. [22:30:45] [Server thread/INFO] [STDERR]: [io.github.lukas2005.DeviceModApps.coremod.ClassTransformer:transform:161]: at java.lang.Thread.run(Thread.java:748)
  245. [22:30:45] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]: Caused by: compile error: no such field: Main/alwaysAvailableApps
  246. [22:30:45] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]: at javassist.compiler.MemberResolver.lookupFieldByJvmName2(MemberResolver.java:280)
  247. [22:30:45] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]: at javassist.compiler.TypeChecker.fieldAccess2(TypeChecker.java:913)
  248. [22:30:45] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]: at javassist.compiler.TypeChecker.fieldAccess(TypeChecker.java:870)
  249. [22:30:45] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]: at javassist.compiler.TypeChecker.atFieldRead(TypeChecker.java:803)
  250. [22:30:45] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]: at javassist.compiler.TypeChecker.atExpr(TypeChecker.java:578)
  251. [22:30:45] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]: at javassist.compiler.ast.Expr.accept(Expr.java:68)
  252. [22:30:45] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]: at javassist.compiler.JvstTypeChecker.atMethodArgs(JvstTypeChecker.java:221)
  253. [22:30:45] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]: at javassist.compiler.TypeChecker.atMethodCallCore(TypeChecker.java:735)
  254. [22:30:45] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]: at javassist.compiler.TypeChecker.atCallExpr(TypeChecker.java:695)
  255. [22:30:45] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]: at javassist.compiler.JvstTypeChecker.atCallExpr(JvstTypeChecker.java:157)
  256. [22:30:45] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]: at javassist.compiler.ast.CallExpr.accept(CallExpr.java:46)
  257. [22:30:45] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]: at javassist.compiler.CodeGen.doTypeCheck(CodeGen.java:242)
  258. [22:30:45] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]: at javassist.compiler.CodeGen.atStmnt(CodeGen.java:330)
  259. [22:30:45] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]: at javassist.compiler.ast.Stmnt.accept(Stmnt.java:50)
  260. [22:30:45] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]: at javassist.compiler.CodeGen.atStmnt(CodeGen.java:351)
  261. [22:30:45] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]: at javassist.compiler.ast.Stmnt.accept(Stmnt.java:50)
  262. [22:30:45] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]: at javassist.compiler.CodeGen.atMethodBody(CodeGen.java:292)
  263. [22:30:45] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]: at javassist.compiler.Javac.compileBody(Javac.java:223)
  264. [22:30:45] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]: at javassist.CtBehavior.setBody(CtBehavior.java:438)
  265. [22:30:45] [Server thread/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:635]: ... 44 more
  266. [22:30:46] [Server thread/INFO] [cdm]: Registering task 'install_app'
  267. [22:30:46] [Server thread/INFO] [cdm]: Registering task 'update_application_data'
  268. [22:30:46] [Server thread/INFO] [cdm]: Registering task 'print'
  269. [22:30:46] [Server thread/INFO] [cdm]: Registering task 'update_system_data'
  270. [22:30:46] [Server thread/INFO] [cdm]: Registering task 'connect'
  271. [22:30:46] [Server thread/INFO] [cdm]: Registering task 'ping'
  272. [22:30:46] [Server thread/INFO] [cdm]: Registering task 'get_network_devices'
  273. [22:30:46] [Server thread/INFO] [cdm]: Registering task 'bank_deposit'
  274. [22:30:46] [Server thread/INFO] [cdm]: Registering task 'bank_withdraw'
  275. [22:30:46] [Server thread/INFO] [cdm]: Registering task 'bank_get_balance'
  276. [22:30:46] [Server thread/INFO] [cdm]: Registering task 'bank_pay'
  277. [22:30:46] [Server thread/INFO] [cdm]: Registering task 'bank_add'
  278. [22:30:46] [Server thread/INFO] [cdm]: Registering task 'bank_remove'
  279. [22:30:46] [Server thread/INFO] [cdm]: Registering task 'send_action'
  280. [22:30:46] [Server thread/INFO] [cdm]: Registering task 'get_file_system'
  281. [22:30:46] [Server thread/INFO] [cdm]: Registering task 'get_files'
  282. [22:30:46] [Server thread/INFO] [cdm]: Registering task 'get_folder_structure'
  283. [22:30:46] [Server thread/INFO] [cdm]: Registering task 'get_main_drive'
  284. [22:30:46] [Server thread/INFO] [cdm]: Registering task 'update_inbox'
  285. [22:30:46] [Server thread/INFO] [cdm]: Registering task 'send_email'
  286. [22:30:46] [Server thread/INFO] [cdm]: Registering task 'check_email_account'
  287. [22:30:46] [Server thread/INFO] [cdm]: Registering task 'register_email_account'
  288. [22:30:46] [Server thread/INFO] [cdm]: Registering task 'delete_email'
  289. [22:30:46] [Server thread/INFO] [cdm]: Registering task 'view_email'
  290. [22:30:46] [Server thread/INFO] [cdm]: Registering print 'com.mrcrayfish.device.programs.ApplicationPixelPainter$PicturePrint'
  291. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc treasure chest`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  292. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc air distributor`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  293. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc air collector`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  294. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc oxygen pipe`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  295. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc air lock frame`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  296. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc refinery`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  297. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc nasa workbench`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  298. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc deconstructor`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  299. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc air compressor`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  300. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc fuel loader`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  301. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc landing pad`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  302. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc landing pad full`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  303. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc space station`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  304. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc dummy block`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  305. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc air sealer`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  306. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc dungeon boss spawner`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  307. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc oxygen detector`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  308. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc buggy fueler`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  309. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc buggy fueler single`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  310. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc cargo loader`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  311. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc cargo unloader`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  312. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc parachest tile`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  313. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc solar panel`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  314. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc radio telescope`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  315. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc magnetic crafting table`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  316. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc energy storage module`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  317. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc coal generator`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  318. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc electric furnace`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  319. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc aluminum wire`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  320. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc switchable aluminum wire`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  321. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc fallen meteor`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  322. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc ingot compressor`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  323. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc electric ingot compressor`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  324. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc circuit fabricator`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  325. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc air lock controller`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  326. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc oxygen storage module`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  327. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc oxygen decompressor`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  328. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc space station thruster`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  329. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc arc lamp`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  330. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc view screen`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  331. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc panel lighting`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  332. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc telemetry unit`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  333. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc painter`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  334. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc fluid tank`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  335. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc player detector`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  336. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc platform`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  337. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc emergency post`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  338. [22:30:47] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc null tile`, expected `galacticraftcore`. This could be a intended override, but in most cases indicates a broken mod.
  339. [22:30:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc slimeling egg`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  340. [22:30:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc tier 2 treasure chest`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  341. [22:30:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc planet terraformer`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  342. [22:30:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc cryogenic chamber`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  343. [22:30:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc gas liquefier`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  344. [22:30:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc methane synthesizer`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  345. [22:30:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc water electrolyzer`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  346. [22:30:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc mars dungeon spawner`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  347. [22:30:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc launch controller`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  348. [22:30:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc beam reflector`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  349. [22:30:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc beam receiver`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  350. [22:30:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc short range telepad`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  351. [22:30:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc fake short range telepad`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  352. [22:30:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc astro miner base builder`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  353. [22:30:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc astro miner base`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  354. [22:30:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc venus spout`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  355. [22:30:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc venus dungeon spawner`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  356. [22:30:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc tier 3 treasure chest`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  357. [22:30:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc geothermal generator`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  358. [22:30:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc crashed probe`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  359. [22:30:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc solar array module`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  360. [22:30:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc solar array controller`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  361. [22:30:48] [Server thread/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `gc laser turret`, expected `galacticraftplanets`. This could be a intended override, but in most cases indicates a broken mod.
  362. [22:30:52] [Server thread/INFO] [FML]: Injecting itemstacks
  363. [22:30:52] [Server thread/INFO] [FML]: Itemstack injection complete
  364. [22:30:53] [Server thread/INFO] [iChunUtil]: =============================================================
  365. [22:30:53] [Server thread/INFO] [iChunUtil]: By using iChunUtil you therefore agree to the EULA of the mod. It may be found in the jar file of the mod. The latest version will be available on iChun's website or on GitHub.
  366. [22:30:53] [Server thread/INFO] [iChunUtil]: You can disable this console message by going to the iChunUtil config and setting the "eulaAcknowledged" config to "true" (no quotes).
  367. [22:30:53] [Server thread/INFO] [iChunUtil]: =============================================================
  368. [22:30:54] [Server thread/INFO] [FML]: Forge Mod Loader has successfully loaded 25 mods
  369. [22:30:54] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Preparing level "world"
  370. [22:30:55] [Server thread/INFO] [FML]: Injecting existing registry data into this server instance
  371. [22:30:55] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world props:blockfake
  372. [22:30:55] [Server thread/INFO] [FML]: Registry Block: Found a missing id from the world props:blockprops
  373. [22:30:57] [Server thread/INFO] [FML]: Applying holder lookups
  374. [22:30:57] [Server thread/INFO] [FML]: Holder lookups applied
  375. [22:30:58] [Server thread/INFO] [FML]: Loading dimension 0 (world) (net.minecraft.server.dedicated.DedicatedServer@3de06ff3)
  376. [22:31:00] [Server thread/INFO] [net.minecraft.advancements.AdvancementList]: Loaded 516 advancements
  377. [22:31:00] [Server thread/INFO] [FML]: Loading dimension -1 (world) (net.minecraft.server.dedicated.DedicatedServer@3de06ff3)
  378. [22:31:01] [Server thread/INFO] [FML]: Loading dimension 1 (world) (net.minecraft.server.dedicated.DedicatedServer@3de06ff3)
  379. [22:31:01] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing start region for level 0
  380. [22:31:04] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 0%
  381. [22:31:05] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 4%
  382. [22:31:06] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 14%
  383. [22:31:07] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 31%
  384. [22:31:08] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 50%
  385. [22:31:09] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 67%
  386. [22:31:10] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 89%
  387. [22:31:11] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Done (16.377s)! For help, type "help" or "?"
  388. [22:31:11] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting GS4 status listener
  389. [22:31:11] [Query Listener #1/INFO] [net.minecraft.server.MinecraftServer]: Query running on 0.0.0.0:10506
  390. [22:31:11] [Server thread/INFO] [Galacticraft]: Registered Dimension: -30
  391. [22:31:11] [Server thread/INFO] [Galacticraft]: Registered Dimension: -29
  392. [22:31:11] [Server thread/INFO] [Galacticraft]: Registered Dimension: -31
  393. [22:31:11] [Server thread/INFO] [Galacticraft]: Registered Dimension: -28
  394. [22:31:11] [BetterFps Update Checker/WARN] [BetterFps]: Could not check for updates: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 2 column 2 path $
  395. [22:31:12] [Thread-5/INFO] [Galacticraft]: Galacticraft remote version found: 4.0.2
  396. [22:31:12] [Server thread/INFO] [FML]: Unloading dimension -1
  397. [22:31:12] [Server thread/INFO] [FML]: Unloading dimension 1
  398. [22:31:30] [Netty Epoll Server IO #2/INFO] [FML]: Client protocol version 2
  399. [22:31:30] [Netty Epoll Server IO #2/INFO] [FML]: Client attempting to join with 27 mods : minecraft@1.12.2,mclib@1.0.3,malisiscore@1.12.2-6.5.1-SNAPSHOT,portalgun@7.1.0,ptrmodellib@1.0.4,cgm@0.15.2,mca@6.0.1,jei@4.15.0.291,vehicle@0.41.0,spartanshields@1.5.4,mcp@9.42,journeymap@1.12.2-5.5.5,securitycraft@v1.8.13.1,galacticraftcore@4.0.2.238,FML@8.0.99.99,obfuscate@0.2.6,cdm@0.4.1,props@2.6.3,galacticraftplanets@4.0.2.238,ichunutil@7.2.1,micdoodlecore@,emoticons@0.3.1,ido@1.0.6,forge@14.23.5.2847,chiselsandbits@14.33,malisisdoors@1.12.2-7.3.0,phosphor-lighting@1.12.2-0.2.6
  400. [22:31:30] [Netty Epoll Server IO #2/INFO] [journeymap]: CLIENT
  401. [22:31:33] [Server thread/INFO] [FML]: [Server thread] Server side modded connection established
  402. [22:31:33] [Server thread/INFO] [net.minecraft.server.management.PlayerList]: Kirizuto[/200.126.247.113:51373] logged in with entity id 249 at (54.86861342465812, 50.0, -62.420692155715365)
  403. [22:31:33] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Kirizuto joined the game
  404. [22:31:38] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: Kirizuto lost connection: Disconnected
  405. [22:31:38] [Server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Kirizuto left the game
  406. [22:31:40] [Server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 6636ms behind, skipping 132 tick(s)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement