Jump to content
  • Home
  • Files
  • Docs
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • Spawning my entity causes gamecrash[STILL UNSOLVED]
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)
Sign in to follow this  
Followers 0
ItsAMysteriousYT

Spawning my entity causes gamecrash[STILL UNSOLVED]

By ItsAMysteriousYT, September 6, 2015 in Modder Support

  • Reply to this topic
  • Start new topic
  • Prev
  • 1
  • 2
  • 3
  • 4
  • Next
  • Page 2 of 4  

Recommended Posts

ItsAMysteriousYT    7

ItsAMysteriousYT

ItsAMysteriousYT    7

  • Dragon Slayer
  • ItsAMysteriousYT
  • Members
  • 7
  • 785 posts
Posted September 7, 2015

This happens:

 

 

java.lang.RuntimeException: Encountered an exception when loading model definition of 'reallifemod:blockTransformer#normal' from: 'reallifemod:blockstates/blockTransformer.json' in resourcepack: 'FMLFileResourcePack:Real Life Mod'

at net.minecraft.client.resources.model.ModelBakery.getModelBlockDefinition(Unknown Source) ~[ModelBakery.class:?]

at net.minecraft.client.resources.model.ModelBakery.loadVariants(Unknown Source) [ModelBakery.class:?]

at net.minecraftforge.client.model.ModelLoader.loadBlocks(Unknown Source) [ModelLoader.class:?]

at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(Unknown Source) [ModelLoader.class:?]

at net.minecraft.client.resources.model.ModelManager.onResourceManagerReload(Unknown Source) [ModelManager.class:?]

at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(Unknown Source) [simpleReloadableResourceManager.class:?]

at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(Unknown Source) [simpleReloadableResourceManager.class:?]

at net.minecraft.client.Minecraft.refreshResources(Unknown Source) [Minecraft.class:?]

at itsamysterious.mods.reallifemod.RealLifeMod.loadCoreModules(RealLifeMod.java:188) [RealLifeMod.class:?]

at itsamysterious.mods.reallifemod.RealLifeMod.Init(RealLifeMod.java:153) [RealLifeMod.class:?]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60]

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60]

at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(Unknown Source) [FMLModContainer.class:?]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60]

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60]

at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]

at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]

at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]

at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(Unknown Source) [LoadController.class:?]

at net.minecraftforge.fml.common.LoadController.propogateStateMessage(Unknown Source) [LoadController.class:?]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60]

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60]

at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]

at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]

at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]

at net.minecraftforge.fml.common.LoadController.distributeStateMessage(Unknown Source) [LoadController.class:?]

at net.minecraftforge.fml.common.Loader.initializeMods(Unknown Source) [Loader.class:?]

at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(Unknown Source) [FMLClientHandler.class:?]

at net.minecraft.client.Minecraft.startGame(Unknown Source) [Minecraft.class:?]

at net.minecraft.client.Minecraft.run(Unknown Source) [Minecraft.class:?]

at net.minecraft.client.main.Main.main(Unknown Source) [Main.class:?]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60]

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60]

at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]

at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60]

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60]

at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) [start/:?]

at GradleStart.main(Unknown Source) [start/:?]

Caused by: com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Expected name at line 6 column 10

at com.google.gson.Gson.fromJson(Gson.java:818) ~[Gson.class:?]

at com.google.gson.Gson.fromJson(Gson.java:768) ~[Gson.class:?]

at com.google.gson.Gson.fromJson(Gson.java:717) ~[Gson.class:?]

at com.google.gson.Gson.fromJson(Gson.java:689) ~[Gson.class:?]

at net.minecraftforge.client.model.BlockStateLoader.load(Unknown Source) ~[blockStateLoader.class:?]

at net.minecraft.client.renderer.block.model.ModelBlockDefinition.parseFromReader(Unknown Source) ~[ModelBlockDefinition.class:?]

... 53 more

Caused by: com.google.gson.stream.MalformedJsonException: Expected name at line 6 column 10

at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1505) ~[JsonReader.class:?]

at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:494) ~[JsonReader.class:?]

at com.google.gson.stream.JsonReader.skipValue(JsonReader.java:1209) ~[JsonReader.class:?]

at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:170) ~[ReflectiveTypeAdapterFactory$Adapter.class:?]

at com.google.gson.Gson.fromJson(Gson.java:803) ~[Gson.class:?]

at com.google.gson.Gson.fromJson(Gson.java:768) ~[Gson.class:?]

at com.google.gson.Gson.fromJson(Gson.java:717) ~[Gson.class:?]

at com.google.gson.Gson.fromJson(Gson.java:689) ~[Gson.class:?]

at net.minecraftforge.client.model.BlockStateLoader.load(Unknown Source) ~[blockStateLoader.class:?]

at net.minecraft.client.renderer.block.model.ModelBlockDefinition.parseFromReader(Unknown Source) ~[ModelBlockDefinition.class:?]

... 53 more

[20:47:24] [Client thread/INFO] [FML]: Max texture size: 16384

[20:47:24] [Client thread/WARN]: Texture reallifemod:textures/blocks/parquet.png with size 900x900 limits mip level from 4 to 2

[20:47:25] [Client thread/INFO]: Created: 2048x1024 textures-atlas

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Computer#facing=east not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:DrinksFridge#facing=west not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMDrawer#facing=east not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:DrinksFridge#inventory not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:gasTank#inventory not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:gasTank#facing=west not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:blockLantern#normal not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Block_drive#normal not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:VendingMachine#facing=east not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Block_stop#inventory not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Block_stop#normal not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:blockPowerLine#normal not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:VendingMachine#facing=west not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMDrawer#facing=north not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:gasTank#facing=south not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:petrolPump#facing=west not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Computer#facing=south not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMTelevision#inventory not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMToilet#facing=east not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:petrolPump#facing=east not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:petrolPump#facing=south not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMToilet#facing=north not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMDrawer#inventory not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Computer#inventory not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:petrolPump#facing=north not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMToilet#facing=west not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Computer#facing=north not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMDrawer#facing=south not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:petrolPump#inventory not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:blockPowerLine#inventory not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Block_atention#normal not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMToilet#inventory not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Computer#facing=west not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:DrinksFridge#facing=south not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Block_drive#inventory not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:blockLantern#inventory not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMToilet#facing=south not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:gasTank#facing=east not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Block_atention#inventory not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:VendingMachine#facing=south not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:blockDigitalFrame#normal not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:VendingMachine#facing=north not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:DrinksFridge#facing=east not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMDrawer#facing=west not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:VendingMachine#inventory not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:gasTank#facing=north not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:blockDigitalFrame#inventory not found

[20:47:25] [Client thread/ERROR] [FML]: Model definition for location reallifemod:DrinksFridge#facing=north not found

[20:47:25] [Client thread/WARN]: Unable to parse metadata section of resourcepack: RLM

java.io.FileNotFoundException: .\RLM\pack.mcmeta (Das System kann die angegebene Datei nicht finden)

at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_60]

at java.io.FileInputStream.open(Unknown Source) ~[?:1.8.0_60]

at java.io.FileInputStream.<init>(Unknown Source) ~[?:1.8.0_60]

at net.minecraft.client.resources.FolderResourcePack.getInputStreamByName(Unknown Source) ~[FolderResourcePack.class:?]

at net.minecraft.client.resources.AbstractResourcePack.getPackMetadata(Unknown Source) ~[AbstractResourcePack.class:?]

at net.minecraft.client.resources.LanguageManager.parseLanguageMetadata(Unknown Source) [LanguageManager.class:?]

at net.minecraft.client.Minecraft.refreshResources(Unknown Source) [Minecraft.class:?]

at itsamysterious.mods.reallifemod.RealLifeMod.loadCoreModules(RealLifeMod.java:188) [RealLifeMod.class:?]

at itsamysterious.mods.reallifemod.RealLifeMod.Init(RealLifeMod.java:153) [RealLifeMod.class:?]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60]

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60]

at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(Unknown Source) [FMLModContainer.class:?]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60]

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60]

at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]

at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]

at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]

at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(Unknown Source) [LoadController.class:?]

at net.minecraftforge.fml.common.LoadController.propogateStateMessage(Unknown Source) [LoadController.class:?]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60]

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60]

at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74) [guava-17.0.jar:?]

at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47) [guava-17.0.jar:?]

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322) [guava-17.0.jar:?]

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304) [guava-17.0.jar:?]

at com.google.common.eventbus.EventBus.post(EventBus.java:275) [guava-17.0.jar:?]

at net.minecraftforge.fml.common.LoadController.distributeStateMessage(Unknown Source) [LoadController.class:?]

at net.minecraftforge.fml.common.Loader.initializeMods(Unknown Source) [Loader.class:?]

at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(Unknown Source) [FMLClientHandler.class:?]

at net.minecraft.client.Minecraft.startGame(Unknown Source) [Minecraft.class:?]

at net.minecraft.client.Minecraft.run(Unknown Source) [Minecraft.class:?]

at net.minecraft.client.main.Main.main(Unknown Source) [Main.class:?]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60]

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60]

at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]

at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60]

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60]

at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) [start/:?]

at GradleStart.main(Unknown Source) [start/:?]

[20:47:28] [Client thread/INFO] [sTDOUT]: [org.newdawn.slick.util.DefaultLogSystem:info:60]: Mon Sep 07 20:47:28 CEST 2015 INFO:Use Java PNG Loader = true

[20:47:32] [Client thread/INFO] [FML]: Injecting itemstacks

[20:47:32] [Client thread/INFO] [FML]: Itemstack injection complete

[20:47:33] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods

[20:47:33] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Real Life Mod, RLM, Screenshots

[20:47:33] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.io.FileNotFoundException: .\screenshots\lang\en_US.lang (Das System kann den angegebenen Pfad nicht finden)

[20:47:33] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.io.FileInputStream.open0(Native Method)

[20:47:33] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.io.FileInputStream.open(Unknown Source)

[20:47:33] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.io.FileInputStream.<init>(Unknown Source)

[20:47:33] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.io.FileInputStream.<init>(Unknown Source)

[20:47:33] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at itsamysterious.mods.reallifemod.Screenshotspack.getResourceStream(Screenshotspack.java:50)

[20:47:33] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at itsamysterious.mods.reallifemod.Screenshotspack.resourceExists(Screenshotspack.java:43)

[20:47:33] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.client.resources.FallbackResourceManager.getAllResources(Unknown Source)

[20:47:33] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.client.resources.SimpleReloadableResourceManager.getAllResources(Unknown Source)

[20:47:33] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.client.resources.Locale.loadLocaleDataFiles(Unknown Source)

[20:47:33] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.client.resources.LanguageManager.onResourceManagerReload(Unknown Source)

[20:47:33] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(Unknown Source)

[20:47:33] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(Unknown Source)

[20:47:33] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.client.Minecraft.refreshResources(Unknown Source)

[20:47:33] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(Unknown Source)

[20:47:33] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.client.Minecraft.startGame(Unknown Source)

[20:47:33] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.client.Minecraft.run(Unknown Source)

[20:47:33] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.client.main.Main.main(Unknown Source)

[20:47:33] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

[20:47:33] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

[20:47:33] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

[20:47:33] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)

[20:47:33] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)

[20:47:33] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

[20:47:33] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

[20:47:33] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

[20:47:33] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

[20:47:33] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)

[20:47:33] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)

[20:47:33] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at GradleStart.main(Unknown Source)

[20:47:33] [Client thread/INFO]: SoundSystem shutting down...

[20:47:33] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com

[20:47:33] [sound Library Loader/INFO]: Starting up SoundSystem...

[20:47:33] [Thread-13/INFO]: Initializing LWJGL OpenAL

[20:47:33] [Thread-13/INFO]: (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)

[20:47:33] [Thread-13/INFO]: OpenAL initialized.

[20:47:33] [sound Library Loader/INFO]: Sound engine started

[20:47:34] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.io.FileNotFoundException: .\screenshots\sounds.json (Das System kann die angegebene Datei nicht finden)

[20:47:34] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.io.FileInputStream.open0(Native Method)

[20:47:34] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.io.FileInputStream.open(Unknown Source)

[20:47:34] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.io.FileInputStream.<init>(Unknown Source)

[20:47:34] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.io.FileInputStream.<init>(Unknown Source)

[20:47:34] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at itsamysterious.mods.reallifemod.Screenshotspack.getResourceStream(Screenshotspack.java:50)

[20:47:34] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at itsamysterious.mods.reallifemod.Screenshotspack.resourceExists(Screenshotspack.java:43)

[20:47:34] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.client.resources.FallbackResourceManager.getAllResources(Unknown Source)

[20:47:34] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.client.resources.SimpleReloadableResourceManager.getAllResources(Unknown Source)

[20:47:34] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.client.audio.SoundHandler.onResourceManagerReload(Unknown Source)

[20:47:34] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(Unknown Source)

[20:47:34] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(Unknown Source)

[20:47:34] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.client.Minecraft.refreshResources(Unknown Source)

[20:47:34] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(Unknown Source)

[20:47:34] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.client.Minecraft.startGame(Unknown Source)

[20:47:34] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.client.Minecraft.run(Unknown Source)

[20:47:34] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.client.main.Main.main(Unknown Source)

[20:47:34] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

[20:47:34] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

[20:47:34] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

[20:47:34] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)

[20:47:34] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)

[20:47:34] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

[20:47:34] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

[20:47:34] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

[20:47:34] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

[20:47:34] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.reflect.Method.invoke(Unknown Source)

[20:47:34] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)

[20:47:34] [Client thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at GradleStart.main(Unknown Source)

[20:47:35] [Client thread/WARN]: Unable to load definition reallifemod:blockTransformer#normal

java.lang.RuntimeException: Encountered an exception when loading model definition of 'reallifemod:blockTransformer#normal' from: 'reallifemod:blockstates/blockTransformer.json' in resourcepack: 'FMLFileResourcePack:Real Life Mod'

at net.minecraft.client.resources.model.ModelBakery.getModelBlockDefinition(Unknown Source) ~[ModelBakery.class:?]

at net.minecraft.client.resources.model.ModelBakery.loadVariants(Unknown Source) [ModelBakery.class:?]

at net.minecraftforge.client.model.ModelLoader.loadBlocks(Unknown Source) [ModelLoader.class:?]

at net.minecraftforge.client.model.ModelLoader.setupModelRegistry(Unknown Source) [ModelLoader.class:?]

at net.minecraft.client.resources.model.ModelManager.onResourceManagerReload(Unknown Source) [ModelManager.class:?]

at net.minecraft.client.resources.SimpleReloadableResourceManager.notifyReloadListeners(Unknown Source) [simpleReloadableResourceManager.class:?]

at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(Unknown Source) [simpleReloadableResourceManager.class:?]

at net.minecraft.client.Minecraft.refreshResources(Unknown Source) [Minecraft.class:?]

at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(Unknown Source) [FMLClientHandler.class:?]

at net.minecraft.client.Minecraft.startGame(Unknown Source) [Minecraft.class:?]

at net.minecraft.client.Minecraft.run(Unknown Source) [Minecraft.class:?]

at net.minecraft.client.main.Main.main(Unknown Source) [Main.class:?]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60]

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60]

at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]

at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60]

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60]

at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) [start/:?]

at GradleStart.main(Unknown Source) [start/:?]

Caused by: com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Expected name at line 6 column 10

at com.google.gson.Gson.fromJson(Gson.java:818) ~[Gson.class:?]

at com.google.gson.Gson.fromJson(Gson.java:768) ~[Gson.class:?]

at com.google.gson.Gson.fromJson(Gson.java:717) ~[Gson.class:?]

at com.google.gson.Gson.fromJson(Gson.java:689) ~[Gson.class:?]

at net.minecraftforge.client.model.BlockStateLoader.load(Unknown Source) ~[blockStateLoader.class:?]

at net.minecraft.client.renderer.block.model.ModelBlockDefinition.parseFromReader(Unknown Source) ~[ModelBlockDefinition.class:?]

... 24 more

Caused by: com.google.gson.stream.MalformedJsonException: Expected name at line 6 column 10

at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1505) ~[JsonReader.class:?]

at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:494) ~[JsonReader.class:?]

at com.google.gson.stream.JsonReader.skipValue(JsonReader.java:1209) ~[JsonReader.class:?]

at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:170) ~[ReflectiveTypeAdapterFactory$Adapter.class:?]

at com.google.gson.Gson.fromJson(Gson.java:803) ~[Gson.class:?]

at com.google.gson.Gson.fromJson(Gson.java:768) ~[Gson.class:?]

at com.google.gson.Gson.fromJson(Gson.java:717) ~[Gson.class:?]

at com.google.gson.Gson.fromJson(Gson.java:689) ~[Gson.class:?]

at net.minecraftforge.client.model.BlockStateLoader.load(Unknown Source) ~[blockStateLoader.class:?]

at net.minecraft.client.renderer.block.model.ModelBlockDefinition.parseFromReader(Unknown Source) ~[ModelBlockDefinition.class:?]

... 24 more

[20:47:35] [Client thread/INFO] [FML]: Max texture size: 16384

[20:47:36] [Client thread/INFO]: Created: 2048x1024 textures-atlas

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Computer#facing=east not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:DrinksFridge#facing=west not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMDrawer#facing=east not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:DrinksFridge#inventory not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:gasTank#inventory not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:gasTank#facing=west not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:blockLantern#normal not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Block_drive#normal not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:VendingMachine#facing=east not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Block_stop#inventory not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Block_stop#normal not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:blockPowerLine#normal not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:VendingMachine#facing=west not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMDrawer#facing=north not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:gasTank#facing=south not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:petrolPump#facing=west not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Computer#facing=south not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMTelevision#inventory not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMToilet#facing=east not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:petrolPump#facing=east not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:petrolPump#facing=south not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMToilet#facing=north not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMDrawer#inventory not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Computer#inventory not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:petrolPump#facing=north not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMToilet#facing=west not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Computer#facing=north not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMDrawer#facing=south not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:petrolPump#inventory not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:blockPowerLine#inventory not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Block_atention#normal not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMToilet#inventory not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Computer#facing=west not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:DrinksFridge#facing=south not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Block_drive#inventory not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:blockLantern#inventory not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMToilet#facing=south not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:gasTank#facing=east not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Block_atention#inventory not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:VendingMachine#facing=south not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:blockDigitalFrame#normal not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:VendingMachine#facing=north not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:DrinksFridge#facing=east not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:RLMDrawer#facing=west not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:VendingMachine#inventory not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:gasTank#facing=north not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:blockDigitalFrame#inventory not found

[20:47:36] [Client thread/ERROR] [FML]: Model definition for location reallifemod:DrinksFridge#facing=north not found

[20:47:36] [Client thread/WARN]: Unable to parse metadata section of resourcepack: RLM

java.io.FileNotFoundException: .\RLM\pack.mcmeta (Das System kann die angegebene Datei nicht finden)

at java.io.FileInputStream.open0(Native Method) ~[?:1.8.0_60]

at java.io.FileInputStream.open(Unknown Source) ~[?:1.8.0_60]

at java.io.FileInputStream.<init>(Unknown Source) ~[?:1.8.0_60]

at net.minecraft.client.resources.FolderResourcePack.getInputStreamByName(Unknown Source) ~[FolderResourcePack.class:?]

at net.minecraft.client.resources.AbstractResourcePack.getPackMetadata(Unknown Source) ~[AbstractResourcePack.class:?]

at net.minecraft.client.resources.LanguageManager.parseLanguageMetadata(Unknown Source) [LanguageManager.class:?]

at net.minecraft.client.Minecraft.refreshResources(Unknown Source) [Minecraft.class:?]

at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(Unknown Source) [FMLClientHandler.class:?]

at net.minecraft.client.Minecraft.startGame(Unknown Source) [Minecraft.class:?]

at net.minecraft.client.Minecraft.run(Unknown Source) [Minecraft.class:?]

at net.minecraft.client.main.Main.main(Unknown Source) [Main.class:?]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60]

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60]

at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]

at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60]

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60]

at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) [start/:?]

at GradleStart.main(Unknown Source) [start/:?]

[20:47:37] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=

[20:47:37] [Client thread/ERROR] [TEXTURE ERRORS]: The following texture errors were found.

[20:47:37] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================

[20:47:37] [Client thread/ERROR] [TEXTURE ERRORS]:  DOMAIN reallifemod

[20:47:37] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------

[20:47:37] [Client thread/ERROR] [TEXTURE ERRORS]:  domain reallifemod is missing 1 texture

[20:47:37] [Client thread/ERROR] [TEXTURE ERRORS]:    domain reallifemod has 2 locations:

[20:47:37] [Client thread/ERROR] [TEXTURE ERRORS]:      mod reallifemod resources at D:\Programmieren\Forg1.8\bin

[20:47:37] [Client thread/ERROR] [TEXTURE ERRORS]:      resource pack at path .\RLM

[20:47:37] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------

[20:47:37] [Client thread/ERROR] [TEXTURE ERRORS]:    The missing resources for domain reallifemod are:

[20:47:37] [Client thread/ERROR] [TEXTURE ERRORS]:      textures/items/itemPylon.png

[20:47:37] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------

[20:47:37] [Client thread/ERROR] [TEXTURE ERRORS]:    No other errors exist for domain reallifemod

[20:47:37] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================

[20:47:37] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=

[20:48:02] [server thread/INFO]: Starting integrated minecraft server version 1.8

[20:48:02] [server thread/INFO]: Generating keypair

[20:48:02] [server thread/INFO] [FML]: Injecting existing block and item data into this server instance

[20:48:02] [server thread/INFO] [FML]: Applying holder lookups

[20:48:02] [server thread/INFO] [FML]: Holder lookups applied

[20:48:02] [server thread/INFO] [FML]: Loading dimension 0 (Test) (net.minecraft.server.integrated.IntegratedServer@3d2128de)

[20:48:02] [server thread/INFO] [FML]: Loading dimension 1 (Test) (net.minecraft.server.integrated.IntegratedServer@3d2128de)

[20:48:02] [server thread/INFO] [FML]: Loading dimension -1 (Test) (net.minecraft.server.integrated.IntegratedServer@3d2128de)

[20:48:02] [server thread/INFO]: Preparing start region for level 0

[20:48:03] [server thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: java.lang.NoSuchMethodException: itsamysterious.mods.reallifemod.core.vehicles.EntityVehicle.<init>(net.minecraft.world.World)

[20:48:03] [server thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.Class.getConstructor0(Unknown Source)

[20:48:03] [server thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.Class.getConstructor(Unknown Source)

[20:48:03] [server thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.entity.EntityList.createEntityFromNBT(Unknown Source)

[20:48:03] [server thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadEntities(Unknown Source)

[20:48:03] [server thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(Unknown Source)

[20:48:03] [server thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraftforge.common.chunkio.ChunkIOProvider.callStage2(Unknown Source)

[20:48:03] [server thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraftforge.common.util.AsynchronousExecutor.skipQueue(Unknown Source)

[20:48:03] [server thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraftforge.common.util.AsynchronousExecutor.getSkipQueue(Unknown Source)

[20:48:03] [server thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraftforge.common.chunkio.ChunkIOExecutor.syncChunkLoad(Unknown Source)

[20:48:03] [server thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.world.gen.ChunkProviderServer.loadChunk(Unknown Source)

[20:48:03] [server thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.world.gen.ChunkProviderServer.loadChunk(Unknown Source)

[20:48:03] [server thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer.initialWorldChunkLoad(Unknown Source)

[20:48:03] [server thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.integrated.IntegratedServer.loadAllWorlds(Unknown Source)

[20:48:03] [server thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.integrated.IntegratedServer.startServer(Unknown Source)

[20:48:03] [server thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at net.minecraft.server.MinecraftServer.run(Unknown Source)

[20:48:03] [server thread/INFO] [sTDERR]: [java.lang.Throwable$WrappedPrintStream:println:-1]: at java.lang.Thread.run(Unknown Source)

[20:48:03] [server thread/WARN]: Skipping Entity with id reallifemod.EntityCar

[20:48:03] [server thread/INFO]: Changing view distance to 12, from 10

[20:48:05] [Netty Local Client IO #0/INFO] [FML]: Server protocol version 2

[20:48:05] [Netty Server IO #1/INFO] [FML]: Client protocol version 2

[20:48:05] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 4 mods : reallifemod@0.32,FML@8.0.99.99,Forge@11.14.3.1506,mcp@9.05

[20:48:05] [Netty Local Client IO #0/INFO] [FML]: [Netty Local Client IO #0] Client side modded connection established

[20:48:05] [server thread/INFO] [FML]: [server thread] Server side modded connection established

[20:48:05] [server thread/INFO]: itsamysterious[local:E:2b9a9a55] logged in with entity id 74 at (138.69451700539514, 3.0, 226.93849023268461)

[20:48:05] [server thread/INFO]: itsamysterious joined the game

[20:48:10] [pool-2-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@7d1d9765[id=b6fc926f-7cb1-3a19-85d1-7db1b6645c99,name=itsamysterious,properties={},legacy=false]

com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time

at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:65) ~[YggdrasilAuthenticationService.class:?]

at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:175) [YggdrasilMinecraftSessionService.class:?]

at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:59) [YggdrasilMinecraftSessionService$1.class:?]

at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:56) [YggdrasilMinecraftSessionService$1.class:?]

at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524) [guava-17.0.jar:?]

at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317) [guava-17.0.jar:?]

at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280) [guava-17.0.jar:?]

at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195) [guava-17.0.jar:?]

at com.google.common.cache.LocalCache.get(LocalCache.java:3934) [guava-17.0.jar:?]

at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938) [guava-17.0.jar:?]

at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821) [guava-17.0.jar:?]

at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827) [guava-17.0.jar:?]

at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:165) [YggdrasilMinecraftSessionService.class:?]

at net.minecraft.client.resources.SkinManager$3.run(Unknown Source) [skinManager$3.class:?]

at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_60]

at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_60]

at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_60]

at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_60]

at java.lang.Thread.run(Unknown Source) [?:1.8.0_60]

[20:48:11] [server thread/INFO]: Saving and pausing game...

[20:48:11] [server thread/INFO]: Saving chunks for level 'Test'/Overworld

[20:48:11] [server thread/INFO]: Saving chunks for level 'Test'/Nether

[20:48:11] [server thread/INFO]: Saving chunks for level 'Test'/The End

[20:48:40] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.client.ClientProxy$1newItem:onItemRightClick:175]: Placing lamborghini

[20:48:40] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.client.ClientProxy$1newItem:onItemRightClick:175]: Placing lamborghini

[20:48:45] [Client thread/ERROR] [FML]: A severe problem occurred during the spawning of an entity at ( 139.0,4.0, 226.0)

java.lang.NoSuchMethodException: itsamysterious.mods.reallifemod.core.vehicles.EntityVehicle.<init>(net.minecraft.world.World)

at java.lang.Class.getConstructor0(Unknown Source) ~[?:1.8.0_60]

at java.lang.Class.getConstructor(Unknown Source) ~[?:1.8.0_60]

at net.minecraftforge.fml.common.network.internal.EntitySpawnHandler.spawnEntity(Unknown Source) [EntitySpawnHandler.class:?]

at net.minecraftforge.fml.common.network.internal.EntitySpawnHandler.process(Unknown Source) [EntitySpawnHandler.class:?]

at net.minecraftforge.fml.common.network.internal.EntitySpawnHandler.access$000(Unknown Source) [EntitySpawnHandler.class:?]

at net.minecraftforge.fml.common.network.internal.EntitySpawnHandler$1.run(Unknown Source) [EntitySpawnHandler$1.class:?]

at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_60]

at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_60]

at net.minecraftforge.fml.common.FMLCommonHandler.callFuture(Unknown Source) [FMLCommonHandler.class:?]

at net.minecraft.client.Minecraft.runGameLoop(Unknown Source) [Minecraft.class:?]

at net.minecraft.client.Minecraft.run(Unknown Source) [Minecraft.class:?]

at net.minecraft.client.main.Main.main(Unknown Source) [Main.class:?]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60]

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60]

at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]

at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60]

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60]

at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) [start/:?]

at GradleStart.main(Unknown Source) [start/:?]

[20:48:45] [Client thread/FATAL] [FML]: Exception caught executing FutureTask: java.util.concurrent.ExecutionException: java.lang.RuntimeException: java.lang.NoSuchMethodException: itsamysterious.mods.reallifemod.core.vehicles.EntityVehicle.<init>(net.minecraft.world.World)

java.util.concurrent.ExecutionException: java.lang.RuntimeException: java.lang.NoSuchMethodException: itsamysterious.mods.reallifemod.core.vehicles.EntityVehicle.<init>(net.minecraft.world.World)

at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.8.0_60]

at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.8.0_60]

at net.minecraftforge.fml.common.FMLCommonHandler.callFuture(Unknown Source) [FMLCommonHandler.class:?]

at net.minecraft.client.Minecraft.runGameLoop(Unknown Source) [Minecraft.class:?]

at net.minecraft.client.Minecraft.run(Unknown Source) [Minecraft.class:?]

at net.minecraft.client.main.Main.main(Unknown Source) [Main.class:?]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60]

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60]

at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]

at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_60]

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_60]

at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_60]

at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) [start/:?]

at GradleStart.main(Unknown Source) [start/:?]

Caused by: java.lang.RuntimeException: java.lang.NoSuchMethodException: itsamysterious.mods.reallifemod.core.vehicles.EntityVehicle.<init>(net.minecraft.world.World)

at com.google.common.base.Throwables.propagate(Throwables.java:160) ~[guava-17.0.jar:?]

at net.minecraftforge.fml.common.network.internal.EntitySpawnHandler.spawnEntity(Unknown Source) ~[EntitySpawnHandler.class:?]

at net.minecraftforge.fml.common.network.internal.EntitySpawnHandler.process(Unknown Source) ~[EntitySpawnHandler.class:?]

at net.minecraftforge.fml.common.network.internal.EntitySpawnHandler.access$000(Unknown Source) ~[EntitySpawnHandler.class:?]

at net.minecraftforge.fml.common.network.internal.EntitySpawnHandler$1.run(Unknown Source) ~[EntitySpawnHandler$1.class:?]

at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:1.8.0_60]

at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_60]

... 16 more

Caused by: java.lang.NoSuchMethodException: itsamysterious.mods.reallifemod.core.vehicles.EntityVehicle.<init>(net.minecraft.world.World)

at java.lang.Class.getConstructor0(Unknown Source) ~[?:1.8.0_60]

at java.lang.Class.getConstructor(Unknown Source) ~[?:1.8.0_60]

at net.minecraftforge.fml.common.network.internal.EntitySpawnHandler.spawnEntity(Unknown Source) ~[EntitySpawnHandler.class:?]

at net.minecraftforge.fml.common.network.internal.EntitySpawnHandler.process(Unknown Source) ~[EntitySpawnHandler.class:?]

at net.minecraftforge.fml.common.network.internal.EntitySpawnHandler.access$000(Unknown Source) ~[EntitySpawnHandler.class:?]

at net.minecraftforge.fml.common.network.internal.EntitySpawnHandler$1.run(Unknown Source) ~[EntitySpawnHandler$1.class:?]

at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:1.8.0_60]

at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_60]

... 16 more

[20:48:48] [Netty Server IO #1/ERROR] [FML]: FMLIndexedMessageCodec exception caught

io.netty.handler.codec.DecoderException: java.lang.IndexOutOfBoundsException

at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:99) ~[MessageToMessageDecoder.class:4.0.15.Final]

at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) ~[MessageToMessageCodec.class:4.0.15.Final]

at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:338) [DefaultChannelHandlerContext.class:4.0.15.Final]

at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:324) [DefaultChannelHandlerContext.class:4.0.15.Final]

at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [DefaultChannelPipeline.class:4.0.15.Final]

at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) [EmbeddedChannel.class:4.0.15.Final]

at net.minecraftforge.fml.common.network.internal.FMLProxyPacket.processPacket(Unknown Source) [FMLProxyPacket.class:?]

at net.minecraft.network.NetworkManager.channelRead0(Unknown Source) [NetworkManager.class:?]

at net.minecraft.network.NetworkManager.channelRead0(Unknown Source) [NetworkManager.class:?]

at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:103) [simpleChannelInboundHandler.class:4.0.15.Final]

at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:338) [DefaultChannelHandlerContext.class:4.0.15.Final]

at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:324) [DefaultChannelHandlerContext.class:4.0.15.Final]

at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.handleServerSideCustomPacket(Unknown Source) [NetworkDispatcher.class:?]

at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.channelRead0(Unknown Source) [NetworkDispatcher.class:?]

at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.channelRead0(Unknown Source) [NetworkDispatcher.class:?]

at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:103) [simpleChannelInboundHandler.class:4.0.15.Final]

at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:338) [DefaultChannelHandlerContext.class:4.0.15.Final]

at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:324) [DefaultChannelHandlerContext.class:4.0.15.Final]

at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [DefaultChannelPipeline.class:4.0.15.Final]

at io.netty.channel.local.LocalChannel.finishPeerRead(LocalChannel.java:312) [LocalChannel.class:4.0.15.Final]

at io.netty.channel.local.LocalChannel.access$400(LocalChannel.java:44) [LocalChannel.class:4.0.15.Final]

at io.netty.channel.local.LocalChannel$6.run(LocalChannel.java:298) [LocalChannel$6.class:4.0.15.Final]

at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:354) [singleThreadEventExecutor.class:4.0.15.Final]

at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:353) [NioEventLoop.class:4.0.15.Final]

at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) [singleThreadEventExecutor$2.class:4.0.15.Final]

at java.lang.Thread.run(Unknown Source) [?:1.8.0_60]

Caused by: java.lang.IndexOutOfBoundsException

at io.netty.buffer.EmptyByteBuf.readByte(EmptyByteBuf.java:440) ~[EmptyByteBuf.class:4.0.15.Final]

at net.minecraftforge.fml.common.network.ByteBufUtils.readVarInt(Unknown Source) ~[byteBufUtils.class:?]

at net.minecraftforge.fml.common.network.ByteBufUtils.readUTF8String(Unknown Source) ~[byteBufUtils.class:?]

at itsamysterious.mods.reallifemod.core.packets.SetPropertiesPackage.fromBytes(SetPropertiesPackage.java:23) ~[setPropertiesPackage.class:?]

at net.minecraftforge.fml.common.network.simpleimpl.SimpleIndexedCodec.decodeInto(Unknown Source) ~[simpleIndexedCodec.class:?]

at net.minecraftforge.fml.common.network.simpleimpl.SimpleIndexedCodec.decodeInto(Unknown Source) ~[simpleIndexedCodec.class:?]

at net.minecraftforge.fml.common.network.FMLIndexedMessageToMessageCodec.decode(Unknown Source) ~[FMLIndexedMessageToMessageCodec.class:?]

at net.minecraftforge.fml.common.network.FMLIndexedMessageToMessageCodec.decode(Unknown Source) ~[FMLIndexedMessageToMessageCodec.class:?]

at io.netty.handler.codec.MessageToMessageCodec$2.decode(MessageToMessageCodec.java:81) ~[MessageToMessageCodec$2.class:4.0.15.Final]

at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:89) ~[MessageToMessageDecoder.class:4.0.15.Final]

... 25 more

[20:48:48] [Netty Server IO #1/ERROR] [FML]: SimpleChannelHandlerWrapper exception

io.netty.handler.codec.DecoderException: java.lang.IndexOutOfBoundsException

at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:99) ~[MessageToMessageDecoder.class:4.0.15.Final]

at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) ~[MessageToMessageCodec.class:4.0.15.Final]

at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:338) [DefaultChannelHandlerContext.class:4.0.15.Final]

at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:324) [DefaultChannelHandlerContext.class:4.0.15.Final]

at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [DefaultChannelPipeline.class:4.0.15.Final]

at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) [EmbeddedChannel.class:4.0.15.Final]

at net.minecraftforge.fml.common.network.internal.FMLProxyPacket.processPacket(Unknown Source) [FMLProxyPacket.class:?]

at net.minecraft.network.NetworkManager.channelRead0(Unknown Source) [NetworkManager.class:?]

at net.minecraft.network.NetworkManager.channelRead0(Unknown Source) [NetworkManager.class:?]

at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:103) [simpleChannelInboundHandler.class:4.0.15.Final]

at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:338) [DefaultChannelHandlerContext.class:4.0.15.Final]

at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:324) [DefaultChannelHandlerContext.class:4.0.15.Final]

at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.handleServerSideCustomPacket(Unknown Source) [NetworkDispatcher.class:?]

at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.channelRead0(Unknown Source) [NetworkDispatcher.class:?]

at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.channelRead0(Unknown Source) [NetworkDispatcher.class:?]

at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:103) [simpleChannelInboundHandler.class:4.0.15.Final]

at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:338) [DefaultChannelHandlerContext.class:4.0.15.Final]

at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:324) [DefaultChannelHandlerContext.class:4.0.15.Final]

at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [DefaultChannelPipeline.class:4.0.15.Final]

at io.netty.channel.local.LocalChannel.finishPeerRead(LocalChannel.java:312) [LocalChannel.class:4.0.15.Final]

at io.netty.channel.local.LocalChannel.access$400(LocalChannel.java:44) [LocalChannel.class:4.0.15.Final]

at io.netty.channel.local.LocalChannel$6.run(LocalChannel.java:298) [LocalChannel$6.class:4.0.15.Final]

at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:354) [singleThreadEventExecutor.class:4.0.15.Final]

at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:353) [NioEventLoop.class:4.0.15.Final]

at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) [singleThreadEventExecutor$2.class:4.0.15.Final]

at java.lang.Thread.run(Unknown Source) [?:1.8.0_60]

Caused by: java.lang.IndexOutOfBoundsException

at io.netty.buffer.EmptyByteBuf.readByte(EmptyByteBuf.java:440) ~[EmptyByteBuf.class:4.0.15.Final]

at net.minecraftforge.fml.common.network.ByteBufUtils.readVarInt(Unknown Source) ~[byteBufUtils.class:?]

at net.minecraftforge.fml.common.network.ByteBufUtils.readUTF8String(Unknown Source) ~[byteBufUtils.class:?]

at itsamysterious.mods.reallifemod.core.packets.SetPropertiesPackage.fromBytes(SetPropertiesPackage.java:23) ~[setPropertiesPackage.class:?]

at net.minecraftforge.fml.common.network.simpleimpl.SimpleIndexedCodec.decodeInto(Unknown Source) ~[simpleIndexedCodec.class:?]

at net.minecraftforge.fml.common.network.simpleimpl.SimpleIndexedCodec.decodeInto(Unknown Source) ~[simpleIndexedCodec.class:?]

at net.minecraftforge.fml.common.network.FMLIndexedMessageToMessageCodec.decode(Unknown Source) ~[FMLIndexedMessageToMessageCodec.class:?]

at net.minecraftforge.fml.common.network.FMLIndexedMessageToMessageCodec.decode(Unknown Source) ~[FMLIndexedMessageToMessageCodec.class:?]

at io.netty.handler.codec.MessageToMessageCodec$2.decode(MessageToMessageCodec.java:81) ~[MessageToMessageCodec$2.class:4.0.15.Final]

at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:89) ~[MessageToMessageDecoder.class:4.0.15.Final]

... 25 more

[20:48:48] [Netty Server IO #1/ERROR] [FML]: SimpleChannelHandlerWrapper exception

io.netty.handler.codec.DecoderException: java.lang.IndexOutOfBoundsException

at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:99) ~[MessageToMessageDecoder.class:4.0.15.Final]

at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) ~[MessageToMessageCodec.class:4.0.15.Final]

at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:338) [DefaultChannelHandlerContext.class:4.0.15.Final]

at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:324) [DefaultChannelHandlerContext.class:4.0.15.Final]

at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [DefaultChannelPipeline.class:4.0.15.Final]

at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) [EmbeddedChannel.class:4.0.15.Final]

at net.minecraftforge.fml.common.network.internal.FMLProxyPacket.processPacket(Unknown Source) [FMLProxyPacket.class:?]

at net.minecraft.network.NetworkManager.channelRead0(Unknown Source) [NetworkManager.class:?]

at net.minecraft.network.NetworkManager.channelRead0(Unknown Source) [NetworkManager.class:?]

at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:103) [simpleChannelInboundHandler.class:4.0.15.Final]

at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:338) [DefaultChannelHandlerContext.class:4.0.15.Final]

at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:324) [DefaultChannelHandlerContext.class:4.0.15.Final]

at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.handleServerSideCustomPacket(Unknown Source) [NetworkDispatcher.class:?]

at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.channelRead0(Unknown Source) [NetworkDispatcher.class:?]

at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.channelRead0(Unknown Source) [NetworkDispatcher.class:?]

at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:103) [simpleChannelInboundHandler.class:4.0.15.Final]

at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:338) [DefaultChannelHandlerContext.class:4.0.15.Final]

at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:324) [DefaultChannelHandlerContext.class:4.0.15.Final]

at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [DefaultChannelPipeline.class:4.0.15.Final]

at io.netty.channel.local.LocalChannel.finishPeerRead(LocalChannel.java:312) [LocalChannel.class:4.0.15.Final]

at io.netty.channel.local.LocalChannel.access$400(LocalChannel.java:44) [LocalChannel.class:4.0.15.Final]

at io.netty.channel.local.LocalChannel$6.run(LocalChannel.java:298) [LocalChannel$6.class:4.0.15.Final]

at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:354) [singleThreadEventExecutor.class:4.0.15.Final]

at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:353) [NioEventLoop.class:4.0.15.Final]

at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) [singleThreadEventExecutor$2.class:4.0.15.Final]

at java.lang.Thread.run(Unknown Source) [?:1.8.0_60]

Caused by: java.lang.IndexOutOfBoundsException

at io.netty.buffer.EmptyByteBuf.readByte(EmptyByteBuf.java:440) ~[EmptyByteBuf.class:4.0.15.Final]

at net.minecraftforge.fml.common.network.ByteBufUtils.readVarInt(Unknown Source) ~[byteBufUtils.class:?]

at net.minecraftforge.fml.common.network.ByteBufUtils.readUTF8String(Unknown Source) ~[byteBufUtils.class:?]

at itsamysterious.mods.reallifemod.core.packets.SetPropertiesPackage.fromBytes(SetPropertiesPackage.java:23) ~[setPropertiesPackage.class:?]

at net.minecraftforge.fml.common.network.simpleimpl.SimpleIndexedCodec.decodeInto(Unknown Source) ~[simpleIndexedCodec.class:?]

at net.minecraftforge.fml.common.network.simpleimpl.SimpleIndexedCodec.decodeInto(Unknown Source) ~[simpleIndexedCodec.class:?]

at net.minecraftforge.fml.common.network.FMLIndexedMessageToMessageCodec.decode(Unknown Source) ~[FMLIndexedMessageToMessageCodec.class:?]

at net.minecraftforge.fml.common.network.FMLIndexedMessageToMessageCodec.decode(Unknown Source) ~[FMLIndexedMessageToMessageCodec.class:?]

at io.netty.handler.codec.MessageToMessageCodec$2.decode(MessageToMessageCodec.java:81) ~[MessageToMessageCodec$2.class:4.0.15.Final]

at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:89) ~[MessageToMessageDecoder.class:4.0.15.Final]

... 25 more

[20:48:48] [Netty Server IO #1/ERROR] [FML]: SimpleChannelHandlerWrapper exception

io.netty.handler.codec.DecoderException: java.lang.IndexOutOfBoundsException

at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:99) ~[MessageToMessageDecoder.class:4.0.15.Final]

at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) ~[MessageToMessageCodec.class:4.0.15.Final]

at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:338) [DefaultChannelHandlerContext.class:4.0.15.Final]

at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:324) [DefaultChannelHandlerContext.class:4.0.15.Final]

at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [DefaultChannelPipeline.class:4.0.15.Final]

at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) [EmbeddedChannel.class:4.0.15.Final]

at net.minecraftforge.fml.common.network.internal.FMLProxyPacket.processPacket(Unknown Source) [FMLProxyPacket.class:?]

at net.minecraft.network.NetworkManager.channelRead0(Unknown Source) [NetworkManager.class:?]

at net.minecraft.network.NetworkManager.channelRead0(Unknown Source) [NetworkManager.class:?]

at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:103) [simpleChannelInboundHandler.class:4.0.15.Final]

at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:338) [DefaultChannelHandlerContext.class:4.0.15.Final]

at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:324) [DefaultChannelHandlerContext.class:4.0.15.Final]

at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.handleServerSideCustomPacket(Unknown Source) [NetworkDispatcher.class:?]

at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.channelRead0(Unknown Source) [NetworkDispatcher.class:?]

at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.channelRead0(Unknown Source) [NetworkDispatcher.class:?]

at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:103) [simpleChannelInboundHandler.class:4.0.15.Final]

at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:338) [DefaultChannelHandlerContext.class:4.0.15.Final]

at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:324) [DefaultChannelHandlerContext.class:4.0.15.Final]

at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [DefaultChannelPipeline.class:4.0.15.Final]

at io.netty.channel.local.LocalChannel.finishPeerRead(LocalChannel.java:312) [LocalChannel.class:4.0.15.Final]

at io.netty.channel.local.LocalChannel.access$400(LocalChannel.java:44) [LocalChannel.class:4.0.15.Final]

at io.netty.channel.local.LocalChannel$6.run(LocalChannel.java:298) [LocalChannel$6.class:4.0.15.Final]

at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:354) [singleThreadEventExecutor.class:4.0.15.Final]

at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:353) [NioEventLoop.class:4.0.15.Final]

at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) [singleThreadEventExecutor$2.class:4.0.15.Final]

at java.lang.Thread.run(Unknown Source) [?:1.8.0_60]

Caused by: java.lang.IndexOutOfBoundsException

at io.netty.buffer.EmptyByteBuf.readByte(EmptyByteBuf.java:440) ~[EmptyByteBuf.class:4.0.15.Final]

at net.minecraftforge.fml.common.network.ByteBufUtils.readVarInt(Unknown Source) ~[byteBufUtils.class:?]

at net.minecraftforge.fml.common.network.ByteBufUtils.readUTF8String(Unknown Source) ~[byteBufUtils.class:?]

at itsamysterious.mods.reallifemod.core.packets.SetPropertiesPackage.fromBytes(SetPropertiesPackage.java:23) ~[setPropertiesPackage.class:?]

at net.minecraftforge.fml.common.network.simpleimpl.SimpleIndexedCodec.decodeInto(Unknown Source) ~[simpleIndexedCodec.class:?]

at net.minecraftforge.fml.common.network.simpleimpl.SimpleIndexedCodec.decodeInto(Unknown Source) ~[simpleIndexedCodec.class:?]

at net.minecraftforge.fml.common.network.FMLIndexedMessageToMessageCodec.decode(Unknown Source) ~[FMLIndexedMessageToMessageCodec.class:?]

at net.minecraftforge.fml.common.network.FMLIndexedMessageToMessageCodec.decode(Unknown Source) ~[FMLIndexedMessageToMessageCodec.class:?]

at io.netty.handler.codec.MessageToMessageCodec$2.decode(MessageToMessageCodec.java:81) ~[MessageToMessageCodec$2.class:4.0.15.Final]

at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:89) ~[MessageToMessageDecoder.class:4.0.15.Final]

... 25 more

[20:48:48] [Netty Server IO #1/ERROR] [FML]: There was a critical exception handling a packet on channel reallifemod

io.netty.handler.codec.DecoderException: java.lang.IndexOutOfBoundsException

at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:99) ~[MessageToMessageDecoder.class:4.0.15.Final]

at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) ~[MessageToMessageCodec.class:4.0.15.Final]

at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:338) ~[DefaultChannelHandlerContext.class:4.0.15.Final]

at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:324) ~[DefaultChannelHandlerContext.class:4.0.15.Final]

at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) ~[DefaultChannelPipeline.class:4.0.15.Final]

at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) ~[EmbeddedChannel.class:4.0.15.Final]

at net.minecraftforge.fml.common.network.internal.FMLProxyPacket.processPacket(Unknown Source) [FMLProxyPacket.class:?]

at net.minecraft.network.NetworkManager.channelRead0(Unknown Source) [NetworkManager.class:?]

at net.minecraft.network.NetworkManager.channelRead0(Unknown Source) [NetworkManager.class:?]

at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:103) [simpleChannelInboundHandler.class:4.0.15.Final]

at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:338) [DefaultChannelHandlerContext.class:4.0.15.Final]

at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:324) [DefaultChannelHandlerContext.class:4.0.15.Final]

at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.handleServerSideCustomPacket(Unknown Source) [NetworkDispatcher.class:?]

at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.channelRead0(Unknown Source) [NetworkDispatcher.class:?]

at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.channelRead0(Unknown Source) [NetworkDispatcher.class:?]

at io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:103) [simpleChannelInboundHandler.class:4.0.15.Final]

at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:338) [DefaultChannelHandlerContext.class:4.0.15.Final]

at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:324) [DefaultChannelHandlerContext.class:4.0.15.Final]

at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) [DefaultChannelPipeline.class:4.0.15.Final]

at io.netty.channel.local.LocalChannel.finishPeerRead(LocalChannel.java:312) [LocalChannel.class:4.0.15.Final]

at io.netty.channel.local.LocalChannel.access$400(LocalChannel.java:44) [LocalChannel.class:4.0.15.Final]

at io.netty.channel.local.LocalChannel$6.run(LocalChannel.java:298) [LocalChannel$6.class:4.0.15.Final]

at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:354) [singleThreadEventExecutor.class:4.0.15.Final]

at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:353) [NioEventLoop.class:4.0.15.Final]

at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) [singleThreadEventExecutor$2.class:4.0.15.Final]

at java.lang.Thread.run(Unknown Source) [?:1.8.0_60]

Caused by: java.lang.IndexOutOfBoundsException

at io.netty.buffer.EmptyByteBuf.readByte(EmptyByteBuf.java:440) ~[EmptyByteBuf.class:4.0.15.Final]

at net.minecraftforge.fml.common.network.ByteBufUtils.readVarInt(Unknown Source) ~[byteBufUtils.class:?]

at net.minecraftforge.fml.common.network.ByteBufUtils.readUTF8String(Unknown Source) ~[byteBufUtils.class:?]

at itsamysterious.mods.reallifemod.core.packets.SetPropertiesPackage.fromBytes(SetPropertiesPackage.java:23) ~[setPropertiesPackage.class:?]

at net.minecraftforge.fml.common.network.simpleimpl.SimpleIndexedCodec.decodeInto(Unknown Source) ~[simpleIndexedCodec.class:?]

at net.minecraftforge.fml.common.network.simpleimpl.SimpleIndexedCodec.decodeInto(Unknown Source) ~[simpleIndexedCodec.class:?]

at net.minecraftforge.fml.common.network.FMLIndexedMessageToMessageCodec.decode(Unknown Source) ~[FMLIndexedMessageToMessageCodec.class:?]

at net.minecraftforge.fml.common.network.FMLIndexedMessageToMessageCodec.decode(Unknown Source) ~[FMLIndexedMessageToMessageCodec.class:?]

at io.netty.handler.codec.MessageToMessageCodec$2.decode(MessageToMessageCodec.java:81) ~[MessageToMessageCodec$2.class:4.0.15.Final]

at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:89) ~[MessageToMessageDecoder.class:4.0.15.Final]

... 25 more

[20:48:48] [server thread/INFO]: itsamysterious lost connection: TextComponent{text='A fatal error has occured, this connection is terminated', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null, insertion=null}}

[20:48:48] [server thread/INFO]: itsamysterious left the game

[20:48:48] [server thread/INFO]: Stopping singleplayer server as player logged out

[20:48:48] [server thread/INFO]: Stopping server

[20:48:48] [server thread/INFO]: Saving players

[20:48:48] [server thread/INFO]: Saving worlds

[20:48:48] [server thread/INFO]: Saving chunks for level 'Test'/Overworld

[20:48:48] [server thread/INFO]: Saving chunks for level 'Test'/Nether

[20:48:48] [server thread/INFO]: Saving chunks for level 'Test'/The End

[20:48:48] [server thread/INFO] [FML]: Unloading dimension 0

[20:48:48] [server thread/INFO] [FML]: Unloading dimension -1

[20:48:48] [server thread/INFO] [FML]: Unloading dimension 1

[20:48:48] [server thread/INFO] [FML]: Applying holder lookups

[20:48:48] [server thread/INFO] [FML]: Holder lookups applied

 

 

 

  • Quote

Share this post


Link to post
Share on other sites

ItsAMysteriousYT    7

ItsAMysteriousYT

ItsAMysteriousYT    7

  • Dragon Slayer
  • ItsAMysteriousYT
  • Members
  • 7
  • 785 posts
Posted September 7, 2015

Everything alright with that stuff? Its in the onUpdate method:

if (worldObj.isRemote) {

if (Keyboard.isKeyDown(Keyboard.KEY_RETURN)) {

RealLifeMod.network.sendToServer(new MountVehicleMessage(this.getEntityId()));

}

}

  • Quote

Share this post


Link to post
Share on other sites

diesieben07    7599

diesieben07

diesieben07    7599

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7599
  • 55135 posts
Posted September 8, 2015

Post your updated message code.

Also, no that detection for pressing enter is not good. If there is more than one vehicle in the world, pressing enter will always attempt to mount all of them.

Also you should not be using isKeyDown but a keybinding.

  • Quote

Share this post


Link to post
Share on other sites

ItsAMysteriousYT    7

ItsAMysteriousYT

ItsAMysteriousYT    7

  • Dragon Slayer
  • ItsAMysteriousYT
  • Members
  • 7
  • 785 posts
Posted September 8, 2015

Heres is the updated packetCode:

 

package itsamysterious.mods.reallifemod.core.packets;

import java.util.UUID;

import io.netty.buffer.ByteBuf;
import itsamysterious.mods.reallifemod.core.vehicles.EntityVehicle;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraftforge.fml.common.network.ByteBufUtils;
import net.minecraftforge.fml.common.network.simpleimpl.IMessage;
import net.minecraftforge.fml.common.registry.EntityRegistry;
import sun.awt.image.ByteBandedRaster;

public class MountVehicleMessage implements IMessage {
public int vehicleId;

public MountVehicleMessage(){
}

public MountVehicleMessage(int id){
	this.vehicleId=id;
}

@Override
public void fromBytes(ByteBuf buf) {
	this.vehicleId = buf.readInt();
}

@Override
public void toBytes(ByteBuf buf) {
	buf.writeInt(this.vehicleId);
}

}

I created a keybinding now and registered it. I get the nearest entity from the client world(is that ok?) and then send the packet to mount the entity on the server. Anything wrong about this? Since you can't enter the vehicle while its driving, the client and server pos should be different right?

  • Quote

Share this post


Link to post
Share on other sites

diesieben07    7599

diesieben07

diesieben07    7599

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7599
  • 55135 posts
Posted September 8, 2015

That sounds fine, yes.

  • Quote

Share this post


Link to post
Share on other sites

ItsAMysteriousYT    7

ItsAMysteriousYT

ItsAMysteriousYT    7

  • Dragon Slayer
  • ItsAMysteriousYT
  • Members
  • 7
  • 785 posts
Posted September 8, 2015

Oh, that was nonsense :P Keybindings are registered to the ClientRegistry anyway, what i meant is where i have to register the InputEvent.

  • Quote

Share this post


Link to post
Share on other sites

diesieben07    7599

diesieben07

diesieben07    7599

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7599
  • 55135 posts
Posted September 8, 2015

No. You make a new instance of KeyBinding and register it with ClientRegistry.registerKeyBinding. That is all you need to do, Minecraft will automatically track the state (pressed or not) of the key.

  • Quote

Share this post


Link to post
Share on other sites

ItsAMysteriousYT    7

ItsAMysteriousYT

ItsAMysteriousYT    7

  • Dragon Slayer
  • ItsAMysteriousYT
  • Members
  • 7
  • 785 posts
Posted September 8, 2015

Yes what i did now is i made a KeyHandler class in which i get the closest VehicleEntity to the player from the entity list. And in there i have this method. I registered this class to the EVENT_BUS, but the event isn't called.

 

    @SubscribeEvent
    public void onKeyInput(KeyInputEvent event) {
    	if(Keybindings.EnterVehicleKey.isPressed()){
    		System.out.println("Pressed Enter");
    		if(getClosestEntity()!=null){
    			RealLifeMod.network.sendToServer(new MountVehicleMessage(getClosestEntity().getEntityId()));
    		}
    		
    	}
    }

I do this cuz otherwise i would have to edit the entityplayerclass or not?

  • Quote

Share this post


Link to post
Share on other sites

diesieben07    7599

diesieben07

diesieben07    7599

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7599
  • 55135 posts
Posted September 8, 2015

You should use ClientTickEvent there, not the key event. Check event.phase, too, otherwise you run twice per tick.

Both those events (ClientTick and Key) are FML events.

  • Quote

Share this post


Link to post
Share on other sites

ItsAMysteriousYT    7

ItsAMysteriousYT

ItsAMysteriousYT    7

  • Dragon Slayer
  • ItsAMysteriousYT
  • Members
  • 7
  • 785 posts
Posted September 8, 2015

Or can i just do it in the entities update method? OH - damn,  im thinking to complicated. I can just do it in the onUpdate method. It does not matter if the returning VehicleENtity is the same class as the one the method was called from :P

  • Quote

Share this post


Link to post
Share on other sites

ItsAMysteriousYT    7

ItsAMysteriousYT

ItsAMysteriousYT    7

  • Dragon Slayer
  • ItsAMysteriousYT
  • Members
  • 7
  • 785 posts
Posted September 8, 2015

Thanks for your help diesieben07, you really know how to code mods :D So now, i tried saving these entities through worldSave, but somehow it does not work the way i want it to. In the textfile in which i define the entitie's name and values i also set an ID for it(internal, not the entity.setEntityID()-stuff), which i then save to the NBT-Data. But somehow when the entity is being loaded, it is not able to read the specific data from the global list of vehiclefiles. Am i using the right methods?

 

EDIT:

The keybinding still wont run somehow :/ The method in the packethandler that gets the vehicle from the ID send by the packet returns null :(

  • Quote

Share this post


Link to post
Share on other sites

diesieben07    7599

diesieben07

diesieben07    7599

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7599
  • 55135 posts
Posted September 8, 2015

First, no you should no do it in the vehicle update method. In there you have no idea again which vehicle to choose.

 

Then about your NBT data, I have no idea. show your code.

  • Quote

Share this post


Link to post
Share on other sites

ItsAMysteriousYT    7

ItsAMysteriousYT

ItsAMysteriousYT    7

  • Dragon Slayer
  • ItsAMysteriousYT
  • Members
  • 7
  • 785 posts
Posted September 8, 2015

First, no you should no do it in the vehicle update method. In there you have no idea again which vehicle to choose.

 

Then about your NBT data, I have no idea. show your code.

 

I chose the vehicle based on the players position (in my forloop i look which getDistanceSquaredToEntity is the smallest and then return this entity).

The problem is, that the entity that is being sent in the packet is null if i get it from the id that was send.

 

And here is the NBT stuff:

 

 

@Override

public void readEntityFromNBT(NBTTagCompound tagCompund) {

NBTTagCompound vehicletag = tagCompund.getCompoundTag("VehicleTag");

this.fuellevel = vehicletag.getDouble("Fuel");

if (file == null)

if (Vehicles.getFromId(vehicletag.getInteger("FileID")) != null) {

this.file = Vehicles.getFromId(vehicletag.getInteger("FileID"));

}

 

}

 

@Override

public void writeEntityToNBT(NBTTagCompound tagCompund) {

NBTTagCompound tag = new NBTTagCompound();

tag.setDouble("Fuel", this.fuellevel);

tagCompund.setInteger("FileID", file.getID());

tagCompund.setTag("VehicleTag", tag);

}

 

 

  • Quote

Share this post


Link to post
Share on other sites

ItsAMysteriousYT    7

ItsAMysteriousYT

ItsAMysteriousYT    7

  • Dragon Slayer
  • ItsAMysteriousYT
  • Members
  • 7
  • 785 posts
Posted September 8, 2015

The method does not return null, so the problem must be in the PacketHandler if the packet is okay:

 

package itsamysterious.mods.reallifemod.core.packets;

import java.util.UUID;

import itsamysterious.mods.reallifemod.RealLifeMod;
import itsamysterious.mods.reallifemod.core.lifesystem.RLMPlayerProps;
import itsamysterious.mods.reallifemod.core.vehicles.EntityVehicle;
import net.minecraft.client.Minecraft;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.entity.player.EntityPlayerMP;
import net.minecraft.util.IThreadListener;
import net.minecraft.world.World;
import net.minecraft.world.WorldServer;
import net.minecraftforge.fml.common.network.simpleimpl.IMessageHandler;
import net.minecraftforge.fml.common.network.simpleimpl.MessageContext;

public class MountHandler implements IMessageHandler<MountVehicleMessage, MountVehicleMessage>{

	@Override
	public MountVehicleMessage onMessage(final MountVehicleMessage message, final MessageContext ctx) {
		final EntityPlayer player = ctx.getServerHandler().playerEntity;
        IThreadListener mainThread = (WorldServer) ctx.getServerHandler().playerEntity.worldObj; // or Minecraft.getMinecraft() on the client
        mainThread.addScheduledTask(
        		new Runnable() {
            @Override
            public void run() {
    			World world = ctx.getServerHandler().playerEntity.worldObj;
    			
    			EntityVehicle v=(EntityVehicle)world.getEntityByID(message.vehicleId);
    			if(v!=null){
    				ctx.getServerHandler().playerEntity.mountEntity(v);
    			}else
    				System.out.println("Still null!");

            }
        });
		return null;
	}

}

  • Quote

Share this post


Link to post
Share on other sites

ItsAMysteriousYT    7

ItsAMysteriousYT

ItsAMysteriousYT    7

  • Dragon Slayer
  • ItsAMysteriousYT
  • Members
  • 7
  • 785 posts
Posted September 8, 2015

Does anybody know why the Entity is null? The id from the packet is being sent correctly but somehow in the packethandler it does not get the correct entity.

This is my code:

 

package itsamysterious.mods.reallifemod.core.packets;

import java.util.UUID;

import itsamysterious.mods.reallifemod.RealLifeMod;
import itsamysterious.mods.reallifemod.core.lifesystem.RLMPlayerProps;
import itsamysterious.mods.reallifemod.core.vehicles.EntityVehicle;
import net.minecraft.client.Minecraft;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.entity.player.EntityPlayerMP;
import net.minecraft.util.IThreadListener;
import net.minecraft.world.World;
import net.minecraft.world.WorldServer;
import net.minecraftforge.fml.common.network.simpleimpl.IMessageHandler;
import net.minecraftforge.fml.common.network.simpleimpl.MessageContext;

public class MountHandler implements IMessageHandler<MountVehicleMessage, MountVehicleMessage>{

	@Override
	public MountVehicleMessage onMessage(final MountVehicleMessage message, final MessageContext ctx) {
		final EntityPlayer player = ctx.getServerHandler().playerEntity;
		final World world = ctx.getServerHandler().playerEntity.worldObj;
		final EntityVehicle v=(EntityVehicle)world.getEntityByID(message.vehicleId);

        IThreadListener mainThread = (WorldServer) ctx.getServerHandler().playerEntity.worldObj; // or Minecraft.getMinecraft() on the client
        mainThread.addScheduledTask(
        		new Runnable() {
            @Override
            public void run() {
    			System.out.println(message.vehicleId);
    			if(v!=null){
    				player.mountEntity(v);
    			}else
    				System.out.println("Still null!");

            }
        });
		return null;
	}

}

  • Quote

Share this post


Link to post
Share on other sites

diesieben07    7599

diesieben07

diesieben07    7599

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7599
  • 55135 posts
Posted September 8, 2015

You must do everything inside the Runnable, that is the point of it...

  • Quote

Share this post


Link to post
Share on other sites

ItsAMysteriousYT    7

ItsAMysteriousYT

ItsAMysteriousYT    7

  • Dragon Slayer
  • ItsAMysteriousYT
  • Members
  • 7
  • 785 posts
Posted September 8, 2015

Like this?

public class MountHandler implements IMessageHandler<MountVehicleMessage, MountVehicleMessage>{

	@Override
	public MountVehicleMessage onMessage(final MountVehicleMessage message, final MessageContext ctx) {
        IThreadListener mainThread = (WorldServer) ctx.getServerHandler().playerEntity.worldObj; // or Minecraft.getMinecraft() on the client
        mainThread.addScheduledTask(
        		new Runnable() {
            @Override
            public void run() {
            	EntityPlayer player = ctx.getServerHandler().playerEntity;
    			World world = ctx.getServerHandler().playerEntity.worldObj;
    			Entity v=ctx.getServerHandler().playerEntity.worldObj.getEntityByID(message.vehicleId);
    			System.out.println(message.vehicleId);
    			if(v!=null){
    				player.mountEntity(v);
    			}else
    				System.out.println("Still null!");

            }
        });
		return null;
	}

}

This doesn't work either :(

  • Quote

Share this post


Link to post
Share on other sites

diesieben07    7599

diesieben07

diesieben07    7599

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7599
  • 55135 posts
Posted September 8, 2015

Yes. If that does not work, you are not sending the right ID or your Entity is not correctly spawned, but that would take some serious fuckups.

  • Quote

Share this post


Link to post
Share on other sites

ItsAMysteriousYT    7

ItsAMysteriousYT

ItsAMysteriousYT    7

  • Dragon Slayer
  • ItsAMysteriousYT
  • Members
  • 7
  • 785 posts
Posted September 8, 2015

Yes. If that does not work, you are not sending the right ID or your Entity is not correctly spawned, but that would take some serious fuckups.

 

Okay, i think the spawning thing is the issue. Might it be possible, that it does not spawn correctly, cuz i generate the item in the clientproxy?

  • Quote

Share this post


Link to post
Share on other sites

diesieben07    7599

diesieben07

diesieben07    7599

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7599
  • 55135 posts
Posted September 8, 2015

Yes... of course ... -.-

 

Game elements like Items need to be created on both sides.

  • Quote

Share this post


Link to post
Share on other sites

ItsAMysteriousYT    7

ItsAMysteriousYT

ItsAMysteriousYT    7

  • Dragon Slayer
  • ItsAMysteriousYT
  • Members
  • 7
  • 785 posts
Posted September 8, 2015

Yes... of course ... -.-

 

Game elements like Items need to be created on both sides.

 

Okay, corrected that, but still it does not work. Entityregistration also has to be on both sides. Does that mean i just have to write the code in the commonproxy or as an example in the Main class?

  • Quote

Share this post


Link to post
Share on other sites

diesieben07    7599

diesieben07

diesieben07    7599

  • Reality Controller
  • diesieben07
  • Forum Team
  • 7599
  • 55135 posts
Posted September 8, 2015

It has to be all on both sides, it shouldn't be in your proxies at all. A CommonProxy is a stupid concept.

  • Quote

Share this post


Link to post
Share on other sites

ItsAMysteriousYT    7

ItsAMysteriousYT

ItsAMysteriousYT    7

  • Dragon Slayer
  • ItsAMysteriousYT
  • Members
  • 7
  • 785 posts
Posted September 8, 2015

It has to be all on both sides, it shouldn't be in your proxies at all. A CommonProxy is a stupid concept.

 

Okay then ill put it in an other class.

  • Quote

Share this post


Link to post
Share on other sites

ItsAMysteriousYT    7

ItsAMysteriousYT

ItsAMysteriousYT    7

  • Dragon Slayer
  • ItsAMysteriousYT
  • Members
  • 7
  • 785 posts
Posted September 8, 2015

Okay, so i put the register methods into another class and call them from the MainClass. But it still does return null in the packethandler.

 

  • Quote

Share this post


Link to post
Share on other sites

ItsAMysteriousYT    7

ItsAMysteriousYT

ItsAMysteriousYT    7

  • Dragon Slayer
  • ItsAMysteriousYT
  • Members
  • 7
  • 785 posts
Posted September 8, 2015

When i register something in preInit, is that correct? (Sorry if  i ask so basic questions)

  • Quote

Share this post


Link to post
Share on other sites
  • Prev
  • 1
  • 2
  • 3
  • 4
  • Next
  • Page 2 of 4  

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

    • Insert image from URL
×
  • Desktop
  • Tablet
  • Phone
Sign in to follow this  
Followers 0
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • LK1905
      [Solved][1.16.4] How do I correctly sync capability data between Client and server?

      By LK1905 · Posted 9 minutes ago

      I've changed the serializeNBT and deserialize methods so the value of i is in the key: @Override public CompoundNBT serializeNBT() { CompoundNBT data = new CompoundNBT(); for(int i = 0; i < 26; i++) { data.putInt("xp_" + i, (int) xp[i]); data.putInt("dynamic_" + i, dynamicLevels[i]); data.putInt("static_" + i, staticLevels[i]); } return data; } @Override public void deserializeNBT(CompoundNBT data) { for(int i = 0; i < 26; i++) { xp[i] = data.getInt("xp_" + i); dynamicLevels[i] = data.getInt("dynamic_" + i); staticLevels[i] = data.getInt("static_" + i); } }   And now it works, thank you! (I think thats what the first person to reply to this post was trying to tell me to do but I didn't understand at the time).
    • diesieben07
      Cannot create a modded forge server for 1.16.4

      By diesieben07 · Posted 16 minutes ago

      Try joining the server anyways and then post the debug.log from server and client.
    • DeNub
      Cannot create a modded forge server for 1.16.4

      By DeNub · Posted 22 minutes ago

      New Bitmap Image.bmp
    • squidlex
      How to cancel an event without subscribing to it

      By squidlex · Posted 25 minutes ago

      It's my own custom one. That's a shame but thank you for your quick reply!
    • diesieben07
      How to cancel an event without subscribing to it

      By diesieben07 · Posted 26 minutes ago

      You cannot. Your mod needs to run on the client, subscribe to the event and cancel it there. What event is this?
  • Topics

    • LK1905
      27
      [Solved][1.16.4] How do I correctly sync capability data between Client and server?

      By LK1905
      Started December 31, 2020

    • DeNub
      12
      Cannot create a modded forge server for 1.16.4

      By DeNub
      Started 4 hours ago

    • squidlex
      2
      How to cancel an event without subscribing to it

      By squidlex
      Started 36 minutes ago

    • Klarks
      2
      [1.16.4] My structure doesnt work

      By Klarks
      Started Tuesday at 04:55 AM

    • Dr.Nickenstein
      2
      Help for my tool

      By Dr.Nickenstein
      Started 1 hour ago

  • Who's Online (See full list)

    • GrigLog
    • squidlex
    • topgun6854
    • Choonster
    • hrlil
    • LexManos
    • LK1905
    • CookieLukas
    • Pl00py_R
    • diesieben07
    • Error_Coding
    • DeNub
    • P0SCH1T0
    • Dr.Nickenstein
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • Spawning my entity causes gamecrash[STILL UNSOLVED]
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community