Jump to content

watiu

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by watiu

  1. Title: Tekkit crashes on MOJANG screen

    Version: 1_0_3

    OS: Windows 8

    Java Version: 1.7.0_11

    Description of Problem:

    I don't know?

    Error Messages:

    Error Log:

    
    Vec3 Pool Size: ~~ERROR~~ NullPointerException: null
    
    
    
    java.lang.ClassCastException: codechicken.enderstorage.common.BlockEnderStorage cannot be cast to cpw.mods.fml.common.registry.BlockProxy
    
    	at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:234)
    
    	at cpw.mods.fml.common.registry.GameRegistry.registerBlock(GameRegistry.java:195)
    
    	at codechicken.enderstorage.internal.EnderStorageProxy.preInit(EnderStorageProxy.java:41)
    
    	at codechicken.enderstorage.EnderStorage.preInit(EnderStorage.java:56)
    
    	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 cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)
    
    	at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
    
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    
    	at java.lang.reflect.Method.invoke(Unknown Source)
    
    	at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    
    	at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    
    	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
    
    	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    
    	at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    
    	at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)
    
    	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 com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)
    
    	at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    
    	at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)
    
    	at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)
    
    	at com.google.common.eventbus.EventBus.post(EventBus.java:267)
    
    	at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)
    
    	at cpw.mods.fml.common.Loader.loadMods(Loader.java:514)
    
    	at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:160)
    
    	at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:410)
    
    	at net.minecraft.client.MinecraftAppletImpl.func_71384_a(SourceFile:56)
    
    	at net.minecraft.client.Minecraft.run(Minecraft.java:732)
    
    	at java.lang.Thread.run(Unknown Source)
    
    --- END ERROR REPORT 68d4ea8a ----------
    
    

  2. If it's exiting to desktop at the Forge load screen, check the forge crashlogs in the pack's folder. If it cuts off at a line saying "LWJGL version: 2.4.2" or something like that, you may need to follow the solutions in this thread:

    Minecraft crashing while launching from the Technic Launcher on OSX? Read here.

    Keep in mind: if you're on a mac with an intel graphics card, you will need to follow solution 1, or do solution 2 but play in fullscreen to avoid the "minecraft is upside-down" issue. I hope this helps.

    Not sure if this is related but whenever I try to run any modpack, it gives similar errors:

    2013-07-02 23:31:21 [iNFO] [sTDOUT] A CRITICAL PROBLEM OCCURED INITIALIZING MINECRAFT - LIKELY YOU HAVE AN INCORRECT VERSION FOR THIS FML
    
    2013-07-02 23:31:24 [iNFO] [sTDERR] java.lang.RuntimeException: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
    
    2013-07-02 23:31:24 [iNFO] [sTDERR]    at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:175)
    
    2013-07-02 23:31:24 [iNFO] [sTDERR]    at cpw.mods.fml.relauncher.FMLRelauncher.relaunchApplet(FMLRelauncher.java:242)
    
    2013-07-02 23:31:24 [iNFO] [sTDERR]    at cpw.mods.fml.relauncher.FMLRelauncher.appletEntry(FMLRelauncher.java:212)
    
    2013-07-02 23:31:24 [iNFO] [sTDERR]    at net.minecraft.client.MinecraftApplet.init(MinecraftApplet.java:25)
    
    2013-07-02 23:31:24 [iNFO] [sTDERR]    at net.minecraft.Launcher.init(Launcher.java:127)
    
    2013-07-02 23:31:24 [iNFO] [sTDERR]    at org.spoutcraft.launcher.GameLauncher.runGame(GameLauncher.java:200)
    
    2013-07-02 23:31:24 [iNFO] [sTDERR]    at org.spoutcraft.launcher.GameUpdater.runGame(GameUpdater.java:81)
    
    2013-07-02 23:31:24 [iNFO] [sTDERR]    at org.spoutcraft.launcher.skin.LoginFrame.onEvent(LoginFrame.java:300)
    
    2013-07-02 23:31:24 [iNFO] [sTDERR]    at org.spoutcraft.launcher.skin.LoginWorker.doInBackground(LoginWorker.java:102)
    
    2013-07-02 23:31:24 [iNFO] [sTDERR]    at org.jdesktop.swingworker.SwingWorker$1.call(Unknown Source)
    
    2013-07-02 23:31:24 [iNFO] [sTDERR]    at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
    
    2013-07-02 23:31:24 [iNFO] [sTDERR]    at java.util.concurrent.FutureTask.run(Unknown Source)
    
    2013-07-02 23:31:24 [iNFO] [sTDERR]    at org.jdesktop.swingworker.SwingWorker.run(Unknown Source)
    
    2013-07-02 23:31:24 [iNFO] [sTDERR]    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    
    2013-07-02 23:31:24 [iNFO] [sTDERR]    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    
    2013-07-02 23:31:24 [iNFO] [sTDERR]    at java.lang.Thread.run(Unknown Source)
    
    2013-07-02 23:31:24 [iNFO] [sTDERR] Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
    
    2013-07-02 23:31:24 [iNFO] [sTDERR]    at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:291)
    
    2013-07-02 23:31:24 [iNFO] [sTDERR]    at cpw.mods.fml.relauncher.FMLRelauncher.setupHome(FMLRelauncher.java:155)
    
    2013-07-02 23:31:24 [iNFO] [sTDERR]    ... 15 more
    
    2013-07-02 23:31:24 [iNFO] [sTDERR] Caused by: java.lang.reflect.InvocationTargetException
    
    2013-07-02 23:31:24 [iNFO] [sTDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    
    2013-07-02 23:31:24 [iNFO] [sTDERR]    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    
    2013-07-02 23:31:24 [iNFO] [sTDERR]    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    
    2013-07-02 23:31:24 [iNFO] [sTDERR]    at java.lang.reflect.Method.invoke(Unknown Source)
    
    2013-07-02 23:31:24 [iNFO] [sTDERR]    at cpw.mods.fml.relauncher.RelaunchLibraryManager.handleLaunch(RelaunchLibraryManager.java:283)
    
    2013-07-02 23:31:24 [iNFO] [sTDERR]    ... 16 more
    
    2013-07-02 23:31:24 [iNFO] [sTDERR] Caused by: java.lang.IllegalAccessError: tried to access class b from class cpw.mods.fml.common.Loader
    
    2013-07-02 23:31:24 [iNFO] [sTDERR]    at cpw.mods.fml.common.Loader.<init>(Loader.java:173)
    
    2013-07-02 23:31:24 [iNFO] [sTDERR]    at cpw.mods.fml.common.Loader.instance(Loader.java:152)
    
    2013-07-02 23:31:24 [iNFO] [sTDERR]    ... 21 more
    
    2013-07-02 23:31:33 [iNFO] [sTDOUT] Exiting mod pack

    Edit: I should note that this is from a clean installation of the Technic launcher along with any modpacks.

  3. I often have a similar problem. Everything is correct, the engine has fuel and water being pumped to it, but the pipes just don't do anything. No electricity flows. It seems completely random at times. I usually need to destroy all the pipes (luckily it's not very long) and when I replace them, it all decides to work. Only to load the game up and have them not work again. I try to avoid Buildcraft because of this.

×
×
  • Create New...