Advertisement
Guest User

Fakename Crash

a guest
Jan 9th, 2017
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.51 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Don't be sad, have a hug! <3
  3.  
  4. Time: 1/9/17 2:01 PM
  5. Description: Exception in server tick loop
  6.  
  7. net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Fake Name (fakename)
  8. Caused by: net.minecraftforge.fml.common.LoaderException: net.minecraftforge.fml.common.LoaderException: Attempted to load a proxy type tschipp.fakename.CommonProxy into tschipp.fakename.FakeName.clientProxy, but the types don't match
  9. at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:88)
  10. at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:577)
  11. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  12. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  13. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  14. at java.lang.reflect.Method.invoke(Unknown Source)
  15. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  16. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  17. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  18. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  19. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  20. at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243)
  21. at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221)
  22. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  25. at java.lang.reflect.Method.invoke(Unknown Source)
  26. at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
  27. at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
  28. at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
  29. at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
  30. at com.google.common.eventbus.EventBus.post(EventBus.java:275)
  31. at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145)
  32. at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:549)
  33. at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:97)
  34. at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:328)
  35. at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:121)
  36. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431)
  37. at java.lang.Thread.run(Unknown Source)
  38. Caused by: net.minecraftforge.fml.common.LoaderException: Attempted to load a proxy type tschipp.fakename.CommonProxy into tschipp.fakename.FakeName.clientProxy, but the types don't match
  39. at net.minecraftforge.fml.common.ProxyInjector.inject(ProxyInjector.java:81)
  40. ... 28 more
  41.  
  42.  
  43. A detailed walkthrough of the error, its code path and all known details is as follows:
  44. ---------------------------------------------------------------------------------------
  45.  
  46. -- System Details --
  47. Details:
  48. Minecraft Version: 1.10.2
  49. Operating System: Windows 10 (amd64) version 10.0
  50. Java Version: 1.8.0_111, Oracle Corporation
  51. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  52. Memory: 687902040 bytes (656 MB) / 1038876672 bytes (990 MB) up to 5333843968 bytes (5086 MB)
  53. JVM Flags: 16 total; -Xms1G -Xmx5G -XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -XX:MaxTenuringThreshold=15 -XX:MaxGCPauseMillis=30 -XX:-UseGCOverheadLimit -XX:+UseBiasedLocking -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -XX:+UseCompressedOops -XX:+OptimizeStringConcat -XX:+AggressiveOpts -XX:ReservedCodeCacheSize=2048m -XX:+UseCodeCacheFlushing -XX:SoftRefLRUPolicyMSPerMB=20000
  54. IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
  55. FML: MCP 9.32 Powered by Forge 12.18.3.2202 4 mods loaded, 4 mods active
  56. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  57. UC mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  58. UC FML{8.0.99.99} [Forge Mod Loader] (forge.jar)
  59. UC Forge{12.18.3.2202} [Minecraft Forge] (forge.jar)
  60. UE fakename{1.0} [Fake Name] (Fakename MC1.10.2 v1.0.jar)
  61. Loaded coremods (and transformers):
  62. Profiler Position: N/A (disabled)
  63. Is Modded: Definitely; Server brand changed to 'fml,forge'
  64. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement