Jump to content

ItsAMysteriousYT

Members
  • Posts

    785
  • Joined

  • Last visited

Posts posted by ItsAMysteriousYT

  1. Still the same :/ this is my build.gtadle file:

     

     

     

     

    // For those who want the bleeding edge

    buildscript {

        repositories {

            jcenter()

            maven {

                name = "forge"

                url = "http://files.minecraftforge.net/maven"

            }

        }

        dependencies {

            classpath 'net.minecraftforge.gradle:ForgeGradle:2.0-SNAPSHOT'

        }

    }

    apply plugin: 'net.minecraftforge.gradle.forge'

     

     

    // for people who want stable

    /*plugins {

        id "net.minecraftforge.gradle.forge" version "2.0.1"

    }*/

     

    version = "1.0"

    group= "com.yourname.modid" // http://maven.apache.org/guides/mini/guide-naming-conventions.html

    archivesBaseName = "modid"

     

    minecraft {

        version = "1.8-11.14.3.1506"

        runDir = "run"

       

        // the mappings can be changed at any time, and must be in the following format.

        // snapshot_YYYYMMDD  snapshot are built nightly.

        // stable_#            stables are built at the discretion of the MCP team.

        // Use non-default mappings at your own risk. they may not allways work.

        // simply re-run your setup task after changing the mappings to update your workspace.

        mappings = "snapshot_20141130"

        // makeObfSourceJar = false // an Srg named sources jar is made by default. uncomment this to disable.

    }

     

    dependencies {

        // you may put jars on which you depend on in ./libs

        // or you may define them like so..

        //compile "some.group:artifact:version:classifier"

        //compile "some.group:artifact:version"

         

        // real examples

        //compile 'com.mod-buildcraft:buildcraft:6.0.8:dev'  // adds buildcraft to the dev env

        //compile 'com.googlecode.efficient-java-matrix-library:ejml:0.24' // adds ejml to the dev env

     

        // the 'provided' configuration is for optional dependencies that exist at compile-time but might not at runtime.

        //provided 'com.mod-buildcraft:buildcraft:6.0.8:dev'

     

        // the deobf configurations:  'deobfCompile' and 'deobfProvided' are the same as the normal compile and provided,

        // except that these dependencies get remapped to your current MCP mappings

        //deobfCompile 'com.mod-buildcraft:buildcraft:6.0.8:dev'

        //deobfProvided 'com.mod-buildcraft:buildcraft:6.0.8:dev'

     

        // for more info...

        // http://www.gradle.org/docs/current/userguide/artifact_dependencies_tutorial.html

        // http://www.gradle.org/docs/current/userguide/dependency_management.html

     

    }

     

    processResources

    {

        // this will ensure that this task is redone when the versions change.

        inputs.property "version", project.version

        inputs.property "mcversion", project.minecraft.version

     

        // replace stuff in mcmod.info, nothing else

        from(sourceSets.main.resources.srcDirs) {

            include 'mcmod.info'

                   

            // replace version and mcversion

            expand 'version':project.version, 'mcversion':project.minecraft.version

        }

           

        // copy everything else, thats not the mcmod.info

        from(sourceSets.main.resources.srcDirs) {

            exclude 'mcmod.info'

        }

    }

    jar {

    from zipTree("libs/slick-util.jar")

    }

     

     

     

  2. There you go:

     

     

    [12:46:58] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-21_20.47.41.png

    [12:46:58] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-21_20.47.47.png

    [12:46:58] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-21_21.06.21.png

    [12:46:58] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-21_21.06.23.png

    [12:46:58] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-22_17.20.41.png

    [12:46:58] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-22_17.20.45.png

    [12:46:58] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-22_17.29.01.png

    [12:46:58] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-22_18.01.22.png

    [12:46:58] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-22_18.46.11.png

    [12:46:58] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-27_15.08.02.png

    [12:46:58] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-27_21.02.33.png

    [12:46:58] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-27_21.02.57.png

    [12:46:58] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-27_21.03.03.png

    [12:46:58] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-27_21.03.15.png

    [12:46:58] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-27_21.03.30.png

    [12:46:58] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-27_21.03.35.png

    [12:46:58] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-27_21.07.09.png

    [12:46:59] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-27_21.07.33.png

    [12:46:59] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-27_21.08.57.png

    [12:46:59] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-27_21.10.21.png

    [12:46:59] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-27_21.10.25.png

    [12:46:59] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-13_14.07.47.png

    [12:46:59] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-13_18.50.26.png

    [12:46:59] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-13_18.56.14.png

    [12:46:59] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-19_12.21.28.png

    [12:46:59] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-20_21.09.21.png

    [12:46:59] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-20_21.09.56.png

    [12:46:59] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-21_20.47.41.png

    [12:46:59] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-21_20.47.47.png

    [12:46:59] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-21_21.06.21.png

    [12:46:59] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-21_21.06.23.png

    [12:46:59] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-22_17.20.41.png

    [12:46:59] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-22_17.20.45.png

    [12:46:59] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-22_17.29.01.png

    [12:46:59] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-22_18.01.22.png

    [12:46:59] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-22_18.46.11.png

    [12:46:59] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-27_15.08.02.png

    [12:46:59] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-27_21.02.33.png

    [12:46:59] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-27_21.02.57.png

    [12:46:59] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-27_21.03.03.png

    [12:46:59] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-27_21.03.15.png

    [12:46:59] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-27_21.03.30.png

    [12:46:59] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-27_21.03.35.png

    [12:46:59] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-27_21.07.09.png

    [12:46:59] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-27_21.07.33.png

    [12:46:59] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-27_21.08.57.png

    [12:47:00] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.rendering.tileEntitys.RenderPictureFrame:<init>:45]: ./screenshots/2015-09-27_21.10.21.png

    [12:47:01] [Client thread/INFO] [FML]: Injecting itemstacks

    [12:47:01] [Client thread/INFO] [FML]: Itemstack injection complete

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

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

    [12:47:01] [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)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    [12:47:01] [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)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    [12:47:01] [Client thread/INFO]: SoundSystem shutting down...

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

    [12:47:01] [sound Library Loader/INFO]: Starting up SoundSystem...

    [12:47:01] [Thread-11/INFO]: Initializing LWJGL OpenAL

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

    [12:47:01] [Thread-11/INFO]: OpenAL initialized.

    [12:47:02] [sound Library Loader/INFO]: Sound engine started

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    [12:47:04] [Client thread/INFO] [FML]: Max texture size: 16384

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

    [12:47:05] [Client thread/INFO]: Created: 2048x1024 textures-atlas

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

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

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

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

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

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

    [12:47:05] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Shelf#inventory not found

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

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

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

    [12:47:05] [Client thread/ERROR] [FML]: Model definition for location reallifemod:TVTable#normal not found

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

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

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

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

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

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

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

    [12:47:05] [Client thread/ERROR] [FML]: Model definition for location reallifemod:BlockRailing#normal not found

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

    [12:47:05] [Client thread/ERROR] [FML]: Model definition for location reallifemod:TVTable#inventory not found

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

    [12:47:05] [Client thread/ERROR] [FML]: Model definition for location reallifemod:BlockTable#normal not found

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

    [12:47:05] [Client thread/ERROR] [FML]: Model definition for location reallifemod:BlockTable#inventory not found

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

    [12:47:05] [Client thread/ERROR] [FML]: Model definition for location reallifemod:blockRamp#inventory not found

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

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

    [12:47:05] [Client thread/ERROR] [FML]: Model definition for location reallifemod:BlockRailing#inventory not found

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

    [12:47:05] [Client thread/ERROR] [FML]: Model definition for location reallifemod:BlockIronFence#normal not found

    [12:47:05] [Client thread/ERROR] [FML]: Model definition for location reallifemod:BlockIronFence#inventory not found

    [12:47:05] [Client thread/ERROR] [FML]: Model definition for location reallifemod:blockRamp#normal not found

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    [12:47:05] [Client thread/ERROR] [FML]: Model definition for location reallifemod:Shelf#normal not found

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

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

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

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

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

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

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

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

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

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

    [12:47:06] [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/:?]

    [12:47:06] [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/:?]

    [12:47:06] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=

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

    [12:47:06] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================

    [12:47:06] [Client thread/ERROR] [TEXTURE ERRORS]:  DOMAIN minecraft

    [12:47:06] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------

    [12:47:06] [Client thread/ERROR] [TEXTURE ERRORS]:  domain minecraft is missing 1 texture

    [12:47:06] [Client thread/ERROR] [TEXTURE ERRORS]:    domain minecraft has 3 locations:

    [12:47:06] [Client thread/ERROR] [TEXTURE ERRORS]:      unknown resourcepack type net.minecraft.client.resources.DefaultResourcePack : Default

    [12:47:06] [Client thread/ERROR] [TEXTURE ERRORS]:      mod FML resources at C:\Users\MO\.gradle\caches\minecraft\net\minecraftforge\forge\1.8-11.14.3.1506\snapshot\20141130\forgeSrc-1.8-11.14.3.1506.jar

    [12:47:06] [Client thread/ERROR] [TEXTURE ERRORS]:      mod Forge resources at C:\Users\MO\.gradle\caches\minecraft\net\minecraftforge\forge\1.8-11.14.3.1506\snapshot\20141130\forgeSrc-1.8-11.14.3.1506.jar

    [12:47:06] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------

    [12:47:06] [Client thread/ERROR] [TEXTURE ERRORS]:    The missing resources for domain minecraft are:

    [12:47:06] [Client thread/ERROR] [TEXTURE ERRORS]:      textures/texture_Dartboard.png

    [12:47:06] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------

    [12:47:06] [Client thread/ERROR] [TEXTURE ERRORS]:    No other errors exist for domain minecraft

    [12:47:06] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================

    [12:47:06] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================

    [12:47:06] [Client thread/ERROR] [TEXTURE ERRORS]:  DOMAIN reallifemod

    [12:47:06] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------

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

    [12:47:06] [Client thread/ERROR] [TEXTURE ERRORS]:    domain reallifemod has 3 locations:

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

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

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

    [12:47:06] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------

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

    [12:47:06] [Client thread/ERROR] [TEXTURE ERRORS]:      textures/items/itemPylon.png

    [12:47:06] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------

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

    [12:47:06] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================

    [12:47:06] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=

    [12:47:41] [server thread/INFO]: Starting integrated minecraft server version 1.8

    [12:47:41] [server thread/INFO]: Generating keypair

    [12:47:41] [server thread/INFO]: Converting map!

    [12:47:41] [server thread/INFO]: Scanning folders...

    [12:47:41] [server thread/INFO]: Total conversion count is 0

    [12:47:41] [server thread/INFO] [FML]: Injecting existing block and item data into this server instance

    [12:47:41] [server thread/INFO] [FML]: Applying holder lookups

    [12:47:42] [server thread/INFO] [FML]: Holder lookups applied

    [12:47:42] [server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@2ee02547)

    [12:47:42] [server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@2ee02547)

    [12:47:42] [server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@2ee02547)

    [12:47:42] [server thread/INFO]: Preparing start region for level 0

    [12:47:43] [server thread/INFO]: Preparing spawn area: 4%

    [12:47:44] [server thread/INFO]: Preparing spawn area: 7%

    [12:47:45] [server thread/INFO]: Preparing spawn area: 12%

    [12:47:46] [server thread/INFO]: Preparing spawn area: 20%

    [12:47:47] [server thread/INFO]: Preparing spawn area: 26%

    [12:47:48] [server thread/INFO]: Preparing spawn area: 36%

    [12:47:49] [server thread/INFO]: Preparing spawn area: 48%

    [12:47:50] [server thread/INFO]: Preparing spawn area: 58%

    [12:47:51] [server thread/INFO]: Preparing spawn area: 66%

    [12:47:52] [server thread/INFO]: Preparing spawn area: 75%

    [12:47:53] [server thread/INFO]: Preparing spawn area: 87%

    [12:47:54] [server thread/INFO]: Preparing spawn area: 98%

    [12:47:55] [server thread/INFO]: Changing view distance to 12, from 10

    [12:47:57] [Netty Local Client IO #0/INFO] [FML]: Server protocol version 2

    [12:47:57] [Netty Server IO #1/INFO] [FML]: Client protocol version 2

    [12:47:57] [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

    [12:47:57] [Netty Local Client IO #0/INFO] [FML]: [Netty Local Client IO #0] Client side modded connection established

    [12:47:57] [server thread/INFO] [FML]: [server thread] Server side modded connection established

    [12:47:57] [server thread/INFO]: itsamysterious0@gmail.com--password=l9WQEDJHfnos[local:E:c96290f0] logged in with entity id 452 at (-42.5, 67.0, 151.5)

    [12:47:57] [server thread/INFO]: itsamysterious0@gmail.com--password=l9WQEDJHfnos joined the game

    [12:47:58] [pool-2-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@62f5d080[id=d7347967-353d-3903-abed-830c4a1b93c8,name=itsamysterious0@gmail.com--password=l9WQEDJHfnos,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]

    [12:47:58] [server thread/INFO]: Saving and pausing game...

    [12:47:58] [server thread/INFO]: Saving chunks for level 'New World'/Overworld

    [12:48:02] [server thread/INFO]: Saving chunks for level 'New World'/Nether

    [12:48:02] [server thread/INFO]: Saving chunks for level 'New World'/The End

    [12:48:02] [server thread/WARN]: Can't keep up! Did the system time change, or is the server overloaded? Running 4211ms behind, skipping 84 tick(s)

    [12:48:36] [server thread/INFO]: Saving and pausing game...

    [12:48:37] [server thread/INFO]: Saving chunks for level 'New World'/Overworld

    [12:48:37] [server thread/INFO]: Saving chunks for level 'New World'/Nether

    [12:48:37] [server thread/INFO]: Saving chunks for level 'New World'/The End

    [12:48:41] [server thread/INFO]: itsamysterious0@gmail.com--password=l9WQEDJHfnos has just earned the achievement [Taking Inventory]

    [12:48:41] [Client thread/INFO]: [CHAT] itsamysterious0@gmail.com--password=l9WQEDJHfnos has just earned the achievement [Taking Inventory]

    [12:48:47] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:<init>:57]: Now running initFile!

    [12:48:47] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityWheel:initPosition:43]: Initialiizing Position:

    [12:48:47] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:<init>:57]: Now running initFile!

    [12:48:47] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityWheel:initPosition:43]: Initialiizing Position:

    [12:48:47] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityWheel:initPosition:43]: Initialiizing Position:

    [12:48:47] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityWheel:initPosition:43]: Initialiizing Position:

    [12:48:47] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityWheel:initPosition:43]: Initialiizing Position:

    [12:48:47] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityWheel:initPosition:43]: Initialiizing Position:

    [12:48:47] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityWheel:initPosition:43]: Initialiizing Position:

    [12:48:47] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityWheel:initPosition:43]: Initialiizing Position:

    [12:48:47] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:175]: Checking for file

    [12:48:47] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:181]: File is found

    [12:48:47] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:183]: Trying seat stugg

    [12:48:47] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:201]: prevRotation

    [12:48:47] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:232]: After prevRotation

    [12:48:47] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:237]: After Forces

    [12:48:47] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:254]: After InputCheck

    [12:48:47] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:175]: Checking for file

    [12:48:47] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:181]: File is found

    [12:48:47] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:183]: Trying seat stugg

    [12:48:47] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:201]: prevRotation

    [12:48:47] [Client thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:232]: After prevRotation

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:175]: Checking for file

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:181]: File is found

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:183]: Trying seat stugg

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:201]: prevRotation

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:232]: After prevRotation

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:237]: After Forces

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:254]: After InputCheck

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:175]: Checking for file

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:181]: File is found

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:183]: Trying seat stugg

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:201]: prevRotation

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:232]: After prevRotation

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:237]: After Forces

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:254]: After InputCheck

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:175]: Checking for file

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:181]: File is found

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:183]: Trying seat stugg

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:201]: prevRotation

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:232]: After prevRotation

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:237]: After Forces

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:254]: After InputCheck

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:175]: Checking for file

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:181]: File is found

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:183]: Trying seat stugg

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:201]: prevRotation

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:232]: After prevRotation

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:237]: After Forces

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:254]: After InputCheck

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:175]: Checking for file

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:181]: File is found

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:183]: Trying seat stugg

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:201]: prevRotation

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:232]: After prevRotation

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:237]: After Forces

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:254]: After InputCheck

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:175]: Checking for file

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:181]: File is found

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:183]: Trying seat stugg

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:201]: prevRotation

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:232]: After prevRotation

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:237]: After Forces

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:254]: After InputCheck

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:175]: Checking for file

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:181]: File is found

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:183]: Trying seat stugg

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:201]: prevRotation

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:232]: After prevRotation

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:237]: After Forces

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:254]: After InputCheck

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:175]: Checking for file

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:181]: File is found

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:183]: Trying seat stugg

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:201]: prevRotation

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:232]: After prevRotation

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:237]: After Forces

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:254]: After InputCheck

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:175]: Checking for file

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:181]: File is found

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:183]: Trying seat stugg

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:201]: prevRotation

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:232]: After prevRotation

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:237]: After Forces

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:254]: After InputCheck

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:175]: Checking for file

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:181]: File is found

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:183]: Trying seat stugg

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:201]: prevRotation

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:232]: After prevRotation

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:237]: After Forces

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:254]: After InputCheck

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:175]: Checking for file

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:181]: File is found

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:183]: Trying seat stugg

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:201]: prevRotation

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:232]: After prevRotation

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:237]: After Forces

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:254]: After InputCheck

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:175]: Checking for file

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:181]: File is found

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:183]: Trying seat stugg

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:201]: prevRotation

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:232]: After prevRotation

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:237]: After Forces

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:254]: After InputCheck

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:175]: Checking for file

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:181]: File is found

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:183]: Trying seat stugg

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:201]: prevRotation

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:232]: After prevRotation

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:237]: After Forces

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:254]: After InputCheck

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:175]: Checking for file

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:181]: File is found

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:183]: Trying seat stugg

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:201]: prevRotation

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:232]: After prevRotation

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:237]: After Forces

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:254]: After InputCheck

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:175]: Checking for file

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:181]: File is found

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:183]: Trying seat stugg

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:201]: prevRotation

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:232]: After prevRotation

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:237]: After Forces

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:254]: After InputCheck

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:175]: Checking for file

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:181]: File is found

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:183]: Trying seat stugg

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:201]: prevRotation

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:232]: After prevRotation

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:237]: After Forces

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:254]: After InputCheck

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:175]: Checking for file

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:181]: File is found

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:183]: Trying seat stugg

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:201]: prevRotation

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:232]: After prevRotation

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:237]: After Forces

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:254]: After InputCheck

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:175]: Checking for file

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:181]: File is found

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:183]: Trying seat stugg

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:201]: prevRotation

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:232]: After prevRotation

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:237]: After Forces

    [12:48:48] [server thread/INFO] [sTDOUT]: [itsamysterious.mods.reallifemod.core.vehicles.EntityDriveable:onUpdate:254]: After InputCheck

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

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

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

    [12:48:48] [server thread/INFO]: Saving chunks for level 'New World'/Overworld

    [12:48:48] [server thread/INFO]: Saving chunks for level 'New World'/Nether

    [12:48:48] [server thread/INFO]: Saving chunks for level 'New World'/The End

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

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

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

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

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

    [12:48:50] [Client thread/FATAL]: Unreported exception thrown!

    java.lang.NullPointerException

    at net.minecraft.crash.CrashReportCategory.firstTwoElementsOfStackTraceMatch(Unknown Source) ~[CrashReportCategory.class:?]

    at net.minecraft.crash.CrashReport.makeCategoryDepth(Unknown Source) ~[CrashReport.class:?]

    at net.minecraft.crash.CrashReport.makeCategory(Unknown Source) ~[CrashReport.class:?]

    at net.minecraft.world.World.updateEntities(Unknown Source) ~[World.class:?]

    at net.minecraft.client.Minecraft.runTick(Unknown Source) ~[Minecraft.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/:?]

    [12:48:50] [Client thread/INFO] [sTDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:-1]: ---- Minecraft Crash Report ----

    // I blame Dinnerbone.

     

    Time: 21.10.15 12:48

    Description: Unexpected error

     

    java.lang.NullPointerException: Unexpected error

    at net.minecraft.crash.CrashReportCategory.firstTwoElementsOfStackTraceMatch(Unknown Source)

    at net.minecraft.crash.CrashReport.makeCategoryDepth(Unknown Source)

    at net.minecraft.crash.CrashReport.makeCategory(Unknown Source)

    at net.minecraft.world.World.updateEntities(Unknown Source)

    at net.minecraft.client.Minecraft.runTick(Unknown Source)

    at net.minecraft.client.Minecraft.runGameLoop(Unknown Source)

    at net.minecraft.client.Minecraft.run(Unknown Source)

    at net.minecraft.client.main.Main.main(Unknown Source)

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

    at java.lang.reflect.Method.invoke(Unknown Source)

    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)

    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

    at java.lang.reflect.Method.invoke(Unknown Source)

    at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)

    at GradleStart.main(Unknown Source)

     

     

    A detailed walkthrough of the error, its code path and all known details is as follows:

    ---------------------------------------------------------------------------------------

     

    -- Head --

    Stacktrace:

    at net.minecraft.crash.CrashReportCategory.firstTwoElementsOfStackTraceMatch(Unknown Source)

    at net.minecraft.crash.CrashReport.makeCategoryDepth(Unknown Source)

    at net.minecraft.crash.CrashReport.makeCategory(Unknown Source)

    at net.minecraft.world.World.updateEntities(Unknown Source)

     

    -- Affected level --

    Details:

    Level name: MpServer

    All players: 1 total; [EntityPlayerSP['itsamysterious0@gmail.com--password=l9WQEDJHfnos'/452, l='MpServer', x=-38,96, y=68,00, z=153,49]]

    Chunk stats: MultiplayerChunkCache: 563, 563

    Level seed: 0

    Level generator: ID 00 - default, ver 1. Features enabled: false

    Level generator options:

    Level spawn location: -36,00,64,00,160,00 - World: (-36,64,160), Chunk: (at 12,4,0 in -3,10; contains blocks -48,0,160 to -33,255,175), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)

    Level time: 259 game time, 259 day time

    Level dimension: 0

    Level storage version: 0x00000 - Unknown?

    Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)

    Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false

    Forced entities: 87 total; [EntityZombie['Zombie'/1034, l='MpServer', x=-59,50, y=19,00, z=232,50], EntityRabbit['Rabbit'/34, l='MpServer', x=12,13, y=68,00, z=148,66], EntityRabbit['Rabbit'/35, l='MpServer', x=10,91, y=68,00, z=147,91], EntityRabbit['Rabbit'/36, l='MpServer', x=11,13, y=68,00, z=149,56], EntityBat['Bat'/1115, l='MpServer', x=-81,09, y=23,96, z=187,19], EntitySkeleton['Skeleton'/2141, l='MpServer', x=-107,50, y=16,00, z=106,50], EntitySkeleton['Skeleton'/2142, l='MpServer', x=-104,28, y=17,02, z=105,11], EntitySkeleton['Skeleton'/2143, l='MpServer', x=-105,78, y=16,00, z=107,13], EntityZombie['Zombie'/2145, l='MpServer', x=-97,50, y=22,00, z=141,50], EntitySkeleton['Skeleton'/2149, l='MpServer', x=-60,50, y=31,00, z=232,50], EntityCreeper['Creeper'/1131, l='MpServer', x=-45,50, y=14,00, z=117,50], EntityZombie['Zombie'/1133, l='MpServer', x=-45,50, y=14,00, z=116,50], EntityZombie['Zombie'/1137, l='MpServer', x=-101,66, y=27,00, z=97,34], EntityZombie['Zombie'/1138, l='MpServer', x=-100,66, y=27,00, z=94,34], EntityZombie['Zombie'/1139, l='MpServer', x=-101,66, y=27,00, z=93,34], EntityZombie['Zombie'/1140, l='MpServer', x=-109,47, y=30,00, z=91,94], EntityCreeper['Creeper'/2179, l='MpServer', x=-81,50, y=38,00, z=225,50], EntityZombie['Zombie'/2222, l='MpServer', x=40,50, y=38,00, z=128,50], EntitySkeleton['Skeleton'/2250, l='MpServer', x=-39,38, y=25,00, z=80,89], EntitySkeleton['Skeleton'/2251, l='MpServer', x=-32,50, y=25,00, z=77,50], EntitySkeleton['Skeleton'/2252, l='MpServer', x=-32,50, y=25,00, z=78,50], EntitySkeleton['Skeleton'/2253, l='MpServer', x=-33,50, y=25,00, z=81,50], EntityZombie['Zombie'/1270, l='MpServer', x=-102,50, y=14,00, z=91,50], EntityZombie['Zombie'/1271, l='MpServer', x=-101,50, y=14,00, z=88,50], EntityZombie['Zombie'/1272, l='MpServer', x=-101,50, y=14,00, z=92,50], EntityPlayerSP['itsamysterious0@gmail.com--password=l9WQEDJHfnos'/452, l='MpServer', x=-38,96, y=68,00, z=153,49], EntitySquid['Squid'/500, l='MpServer', x=-102,97, y=56,81, z=93,88], EntitySquid['Squid'/502, l='MpServer', x=-77,06, y=53,94, z=215,66], EntitySquid['Squid'/503, l='MpServer', x=-80,38, y=50,97, z=205,31], EntitySquid['Squid'/504, l='MpServer', x=-84,91, y=52,84, z=213,66], EntitySquid['Squid'/505, l='MpServer', x=-85,41, y=52,66, z=202,63], EntitySquid['Squid'/531, l='MpServer', x=-77,28, y=62,19, z=157,78], EntitySquid['Squid'/532, l='MpServer', x=-75,56, y=61,16, z=152,34], EntitySquid['Squid'/533, l='MpServer', x=-74,56, y=62,19, z=151,13], EntitySquid['Squid'/534, l='MpServer', x=-79,25, y=60,81, z=149,84], EntitySquid['Squid'/539, l='MpServer', x=-56,84, y=50,88, z=186,94], EntitySquid['Squid'/540, l='MpServer', x=-57,03, y=46,19, z=190,88], EntitySquid['Squid'/541, l='MpServer', x=-69,00, y=46,81, z=184,03], EntitySquid['Squid'/542, l='MpServer', x=-67,34, y=47,75, z=182,75], EntitySpider['Spider'/1566, l='MpServer', x=-118,91, y=17,00, z=115,88], EntitySquid['Squid'/543, l='MpServer', x=-5,66, y=57,09, z=189,47], EntitySquid['Squid'/544, l='MpServer', x=-9,06, y=52,88, z=195,16], EntitySquid['Squid'/545, l='MpServer', x=-6,41, y=51,97, z=194,44], EntitySquid['Squid'/546, l='MpServer', x=-9,97, y=54,41, z=192,41], EntitySkeleton['Skeleton'/1570, l='MpServer', x=-117,03, y=17,00, z=114,00], EntityCreeper['Creeper'/1583, l='MpServer', x=-119,50, y=16,00, z=81,50], EntityCreeper['Creeper'/1586, l='MpServer', x=-82,44, y=23,28, z=183,34], EntityCreeper['Creeper'/1587, l='MpServer', x=-83,50, y=24,00, z=189,50], EntitySquid['Squid'/570, l='MpServer', x=-11,78, y=61,25, z=216,47], EntitySquid['Squid'/571, l='MpServer', x=-44,13, y=56,97, z=194,50], EntitySquid['Squid'/572, l='MpServer', x=-51,88, y=58,66, z=195,66], EntitySquid['Squid'/573, l='MpServer', x=-47,88, y=56,63, z=192,84], EntitySquid['Squid'/574, l='MpServer', x=-40,28, y=54,75, z=198,72], EntitySquid['Squid'/583, l='MpServer', x=-83,88, y=62,28, z=169,38], EntitySquid['Squid'/584, l='MpServer', x=-77,72, y=59,22, z=178,22], EntitySquid['Squid'/585, l='MpServer', x=-85,72, y=60,34, z=168,59], EntitySquid['Squid'/586, l='MpServer', x=-78,78, y=59,88, z=169,34], EntitySquid['Squid'/595, l='MpServer', x=-45,50, y=55,45, z=162,73], EntitySquid['Squid'/596, l='MpServer', x=-87,22, y=55,69, z=124,63], EntitySquid['Squid'/597, l='MpServer', x=-89,19, y=58,69, z=126,63], EntitySquid['Squid'/598, l='MpServer', x=-89,00, y=56,00, z=127,19], EntitySquid['Squid'/599, l='MpServer', x=-88,88, y=57,59, z=121,88], EntitySquid['Squid'/655, l='MpServer', x=-53,19, y=50,47, z=216,06], EntitySquid['Squid'/659, l='MpServer', x=-49,13, y=53,53, z=213,63], EntitySquid['Squid'/665, l='MpServer', x=-91,75, y=52,03, z=90,56], EntitySquid['Squid'/667, l='MpServer', x=-93,44, y=51,69, z=97,81], EntitySquid['Squid'/668, l='MpServer', x=-94,22, y=55,28, z=88,44], EntitySquid['Squid'/669, l='MpServer', x=-97,31, y=53,88, z=94,97], EntitySquid['Squid'/670, l='MpServer', x=-63,59, y=60,53, z=132,00], EntitySquid['Squid'/671, l='MpServer', x=-71,16, y=61,06, z=132,78], EntitySquid['Squid'/672, l='MpServer', x=-63,03, y=57,94, z=132,09], EntitySquid['Squid'/673, l='MpServer', x=-66,96, y=60,69, z=132,61], EntitySquid['Squid'/678, l='MpServer', x=-81,59, y=61,03, z=216,44], EntitySquid['Squid'/679, l='MpServer', x=-82,00, y=59,84, z=208,34], EntitySquid['Squid'/680, l='MpServer', x=-91,72, y=59,56, z=208,75], EntitySquid['Squid'/681, l='MpServer', x=-86,69, y=61,03, z=204,81], EntityBat['Bat'/723, l='MpServer', x=44,06, y=17,28, z=87,91], EntityBat['Bat'/724, l='MpServer', x=41,34, y=17,97, z=84,13], EntityBat['Bat'/725, l='MpServer', x=38,22, y=15,41, z=77,50], EntityZombie['Zombie'/1802, l='MpServer', x=-60,56, y=25,00, z=84,97], EntitySkeleton['Skeleton'/1804, l='MpServer', x=-82,50, y=17,00, z=88,50], EntityCreeper['Creeper'/814, l='MpServer', x=40,03, y=17,00, z=91,22], EntityWheel['entity.reallifemod.EntityWheel.name'/4070, l='MpServer', x=1,00, y=1,00, z=1,00], EntityDriveable['entity.reallifemod.CarEntity.name'/4071, l='MpServer', x=-38,00, y=68,00, z=156,00], EntityWheel['entity.reallifemod.EntityWheel.name'/4076, l='MpServer', x=1,00, y=1,00, z=1,00], EntityWheel['entity.reallifemod.EntityWheel.name'/4077, l='MpServer', x=1,00, y=1,00, z=1,00], EntityWheel['entity.reallifemod.EntityWheel.name'/4078, l='MpServer', x=2,70, y=0,45, z=1,25]]

    Retry entities: 0 total; []

    Server brand: fml,forge

    Server type: Integrated singleplayer server

    Stacktrace:

    at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(Unknown Source)

    at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Unknown Source)

    at net.minecraft.client.Minecraft.run(Unknown Source)

    at net.minecraft.client.main.Main.main(Unknown Source)

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

    at java.lang.reflect.Method.invoke(Unknown Source)

    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)

    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

    at java.lang.reflect.Method.invoke(Unknown Source)

    at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)

    at GradleStart.main(Unknown Source)

     

    -- System Details --

    Details:

    Minecraft Version: 1.8

    Operating System: Windows 10 (amd64) version 10.0

    Java Version: 1.8.0_60, Oracle Corporation

    Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation

    Memory: 429421304 bytes (409 MB) / 1038876672 bytes (990 MB) up to 1038876672 bytes (990 MB)

    JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M

    IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95

    FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.3.1506 4 mods loaded, 4 mods active

    States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored

    UCHIJAAAA mcp{9.05} [Minecraft Coder Pack] (minecraft.jar)

    UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.8-11.14.3.1506.jar)

    UCHIJAAAA Forge{11.14.3.1506} [Minecraft Forge] (forgeSrc-1.8-11.14.3.1506.jar)

    UCHIJAAAA reallifemod{0.32} [Real Life Mod] (bin)

    Loaded coremods (and transformers):

    GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.5.0 NVIDIA 355.60' Renderer: 'GeForce GTX 760/PCIe/SSE2'

    Launched Version: 1.8

    LWJGL: 2.9.1

    OpenGL: GeForce GTX 760/PCIe/SSE2 GL version 4.5.0 NVIDIA 355.60, NVIDIA Corporation

    GL Caps: Using GL 1.3 multitexturing.

    Using GL 1.3 texture combiners.

    Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.

    Shaders are available because OpenGL 2.1 is supported.

    VBOs are available because OpenGL 1.5 is supported.

     

    Using VBOs: No

    Is Modded: Definitely; Client brand changed to 'fml,forge'

    Type: Client (map_client.txt)

    Resource Packs: []

    Current Language: English (US)

    Profiler Position: N/A (disabled)

    [12:48:50] [Client thread/INFO] [sTDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:-1]: #@!@# Game crashed! Crash report saved to: #@!@# D:\Programmieren\Forg1.8\run\.\crash-reports\crash-2015-10-21_12.48.50-client.txt

    AL lib: (EE) alc_cleanup: 1 device not closed

    Java HotSpot 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release

     

     

     

  3. HEy there, im having some problems with my EntityClass, it causes a nullpointer exception somehow, but it does not say where excactly. I made some sysouts nad found out that it is at the end of the on update method in the entitywheel class. But from there i don't know where.

     

    Here are the git links:

     

    EntityDriveable: https://github.com/ItsAMysterious/Real-Life-Mod-1.8/blob/master/src/main/java/itsamysterious/mods/reallifemod/core/vehicles/EntityDriveable.java

     

    EntityWheel:

    https://github.com/ItsAMysterious/Real-Life-Mod-1.8/blob/master/src/main/java/itsamysterious/mods/reallifemod/core/vehicles/EntityWheel.java

     

  4. As i said in the title, i have some problems letting my custom controlled vehicle entity drive up blocks. I tried to achieve this like this:

    int x=Math.sin(Math.toRadians(rotationYaw);
    int z=Math.cos(Math.toRadians(rotationYaw);
    
    if(worldObj.getBlockState(this.getPosition.add(x,0,z)).getBlock() !=Blocks.air &&worldObj.getBlockState(this.getPosition.add(x,1,z)).getBlock() ==Blocks.air){
       motionY=1;
    }else
    {
        double fullspeed=Math.sqrt((motionX*motionX)+(motionY*motionY));
        this.applydamage(fullspeed);
    }
    
    

     

    But what happens is that the entity is inside of the block and then outside of the world. I think something is wrong with the collision somehow. cuz the entity does not collide with blocks or entities. Also i think in my movement algorythm is something wrong(in the onUpdate() method), but i can't figure it out. This is the complete entitity class(Without the driveup blocks stuff):

     

    http://pastebin.com/yRgNA0Vm

     

    Thanks for taking the time too help me :D

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.