spaceboy01218 / additional-pipes

Automatically exported from code.google.com/p/additional-pipes
0 stars 0 forks source link

Client crash on attempting to load a chunk forceloaded by an old version in SMP #108

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a Teleport Pipe in SMP using v1.7 of AdditionalPipes
2. Update to R30
3. Crash on loading that chunk.

What version are you using?
1.7, updating to R30

Please provide your Console/ModLoader output below.
java.lang.NullPointerException
        at bv.a(WorldRenderer.java:143)
        at i.a(RenderGlobal.java:1144)
        at iw.a(EntityRenderer.java:780)
        at iw.b(EntityRenderer.java:654)
        at EntityRendererProxy.b(EntityRendererProxy.java:15)
        at net.minecraft.client.Minecraft.run(SourceFile:689)
        at java.lang.Thread.run(Unknown Source)
Stopping!
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException: component
 argument pData
        at sun.java2d.windows.GDIWindowSurfaceData.initOps(Native Method)
        at sun.java2d.windows.GDIWindowSurfaceData.<init>(Unknown Source)
        at sun.java2d.windows.GDIWindowSurfaceData.createData(Unknown Source)
        at sun.java2d.d3d.D3DScreenUpdateManager.getGdiSurface(Unknown Source)
        at sun.java2d.d3d.D3DScreenUpdateManager.createGraphics(Unknown Source)
        at sun.awt.windows.WComponentPeer.getGraphics(Unknown Source)
        at java.awt.Component.getGraphics(Unknown Source)
        at sun.awt.RepaintArea.paint(Unknown Source)
        at sun.awt.windows.WComponentPeer.handleEvent(Unknown Source)

SoundSystem shutting down...    at java.awt.Component.dispatchEventImpl(Unknown
Source)

        at java.awt.Component.dispatchEvent(Unknown Source)
        at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
        at java.awt.EventQueue.access$000(Unknown Source)
        at java.awt.EventQueue$3.run(Unknown Source)
        at java.awt.EventQueue$3.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
ce)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
ce)
        at java.awt.EventQueue$4.run(Unknown Source)
        at java.awt.EventQueue$4.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.security.ProtectionDomain$1.doIntersectionPrivilege(Unknown Sour
ce)
        at java.awt.EventQueue.dispatchEvent(Unknown Source)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
        at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
        at java.awt.EventDispatchThread.run(Unknown Source)
    Author: Paul Lamb, www.paulscode.com

This was on the client. Nothing of any importance was on the server. Just the 
disconnect packet that's been appearing in 1.8.

Original issue reported on code.google.com by Shalasha...@gmail.com on 19 Nov 2011 at 10:35

GoogleCodeExporter commented 8 years ago
I would like to mention that the first segment,
java.lang.NullPointerException
        at bv.a(WorldRenderer.java:143)
        at i.a(RenderGlobal.java:1144)
        at iw.a(EntityRenderer.java:780)
        at iw.b(EntityRenderer.java:654)
        at EntityRendererProxy.b(EntityRendererProxy.java:15)
        at net.minecraft.client.Minecraft.run(SourceFile:689)
        at java.lang.Thread.run(Unknown Source)
Stopping!
seems to be the important part. Everything else, now that I look back on it, is 
the sound system crashing.

Original comment by Shalasha...@gmail.com on 19 Nov 2011 at 10:37

GoogleCodeExporter commented 8 years ago
Wow, that is quite the jump. There could be a hundred issues here, my 
suggestion would be to try and kill the ChunkLoader.doNotTouch file in the 
worlds folder

Original comment by brutalvi...@gmail.com on 19 Nov 2011 at 7:09