Done Super Circuit Maker Crash

Discussion in 'Sky Factory 3' started by Fehniix, Feb 8, 2017.

  1. Fehniix

    Fehniix Well-Known Member

    Messages:
    50
    Likes Received:
    12
    Local Time:
    1:23 PM
    For additional complexity, the Super Circuit Maker mod allows the player to break a circuit, maintaining its current properties, and place it onto another circuit providing all its initial functionalities.
    Upon breaking a pre-configured circuit, however, the client crashes. Some users have had the same issue with even SkyFactory 3 3.0.6.
    Updating Forge to the version 12.18.3.2215 seems to be solving the issue, in singleplayer. I tried to log on the MyM Node 1 server from within the FTB client with the updated Forge version, but the problems seems to persist.
    Unfortunately I do not know how Forge works, exactly, in relation to a Minecraft server; all I know is that Forge hugely facilitates the mod loading and integration processes.
    If opening the world to LAN simulates a multiplayer environment, I may say the crash only occurs on MyM.

    Below is the crash-report:
    Code:
    ---- Minecraft crash-report ----
    // Shrunk the report size by removing unnecessary mod-loading information
    
    WARNING: coremods are present:
      literalascension (literalascension-1.10.2-1.0.0.4.jar)
      ForgelinPlugin (Forgelin-1.2.0.jar)
      LoadingPlugin (RandomThings-MC1.10.2-3.7.7.jar)
      LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar)
      AppleCore (AppleCore-mc1.10.2-2.1.0.jar)
      NWRTweak (redstonepaste-mc1.9.4-1.7.4.jar)
      BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.3.338.jar)
      ChiselCorePlugin (Chisel-MC1.10.2-0.0.7.7.jar)
      RebornCoreASM (RebornCore-1.10.2-2.13.1.104-universal.jar)
      SurgeLoadingPlugin (Surge-1.10.2-1.1.0.66.jar)
      SFRCore (SolarFluxReborn_1.10.2-2.4r.jar)
      Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.5.3-anarchy.jar)
      CCLCorePlugin (CodeChickenLib-1.10.2-2.5.2.198-universal.jar)
      Brandon's Core (BrandonsCore-1.10.2-2.1.3.82-universal.jar)
      Default Options (DefaultOptions_1.10.2-6.1.5.jar)
      EnderCorePlugin (EnderCore-1.10.2-0.4.1.65-beta.jar)
      ShetiPhian-ASM (shetiphiancore-1.10.0-3.3.6.jar)
      llibrary (llibrary-1.7.4-1.10.2.jar)
      NEICorePlugin (NotEnoughItems-1.10.2-2.1.3.199-universal.jar)
      TransformerLoader (OpenComputers-MC1.10.2-1.6.1.6.jar)
      BiomeTweakerCore (BiomeTweaker-1.10.2-2.1.230.jar)
    Contact their authors BEFORE contacting forge
    
    // Don't do that.
    
    Time: 2/8/17 11:15 AM
    Description: Unexpected error
    
    java.lang.NullPointerException: Unexpected error
    	at com.amadornes.rscircuits.part.PartCircuit.getPickBlock(PartCircuit.java:952)
    	at mcmultipart.multipart.MultipartContainer.getPickBlock(MultipartContainer.java:323)
    	at mcmultipart.block.BlockMultipartContainer.getPickBlock(BlockMultipartContainer.java:144)
    	at mcp.mobius.waila.overlay.RayTracing.getIdentifierItems(RayTracing.java:182)
    	at mcp.mobius.waila.overlay.RayTracing.getIdentifierStack(RayTracing.java:90)
    	at mcp.mobius.waila.overlay.RayTracing.getTargetStack(RayTracing.java:61)
    	at mcp.mobius.waila.overlay.OverlayRenderer.renderOverlay(OverlayRenderer.java:43)
    	at mcp.mobius.waila.overlay.WailaTickHandler.tickRender(WailaTickHandler.java:48)
    	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_927_WailaTickHandler_tickRender_RenderTickEvent.invoke(.dynamic)
    	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
    	at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
    	at net.minecraftforge.fml.common.FMLCommonHandler.onRenderTickStart(FMLCommonHandler.java:350)
    	at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1074)
    	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
    	at net.minecraft.client.main.Main.main(SourceFile:124)
    	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    	at java.lang.reflect.Method.invoke(Method.java:483)
    	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    
    
    A detailed walkthrough of the error, its code path and all known details is as follows:
    ---------------------------------------------------------------------------------------
    
    -- Head --
    Thread: Client thread
    Stacktrace:
    	at com.amadornes.rscircuits.part.PartCircuit.getPickBlock(PartCircuit.java:952)
    	at mcmultipart.multipart.MultipartContainer.getPickBlock(MultipartContainer.java:323)
    	at mcmultipart.block.BlockMultipartContainer.getPickBlock(BlockMultipartContainer.java:144)
    	at mcp.mobius.waila.overlay.RayTracing.getIdentifierItems(RayTracing.java:182)
    	at mcp.mobius.waila.overlay.RayTracing.getIdentifierStack(RayTracing.java:90)
    	at mcp.mobius.waila.overlay.RayTracing.getTargetStack(RayTracing.java:61)
    	at mcp.mobius.waila.overlay.OverlayRenderer.renderOverlay(OverlayRenderer.java:43)
    	at mcp.mobius.waila.overlay.WailaTickHandler.tickRender(WailaTickHandler.java:48)
    	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_927_WailaTickHandler_tickRender_RenderTickEvent.invoke(.dynamic)
    	at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
    	at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:185)
    
    -- Affected level --
    Details:
    	Level name: MpServer
    	All players: 1 total; [EntityPlayerSP['ShinyPhoenix'/552610, l='MpServer', x=2853.03, y=57.00, z=8481.60]]
    	Chunk stats: MultiplayerChunkCache: 80, 80
    	Level seed: 0
    	Level generator: ID 01 - flat, ver 0. Features enabled: false
    	Level generator options:
    	Level spawn location: World: (250,71,256), Chunk: (at 10,4,0 in 15,16; contains blocks 240,0,256 to 255,255,271), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    	Level time: 38636877 game time, 40102041 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: survival (ID 0). Hardcore: false. Cheats: false
    	Forced entities: 24 total; [EntityHuman['Zivicio'/568392, l='MpServer', x=2892.15, y=61.85, z=8473.85], EntityPlayerSP['ShinyPhoenix'/552610, l='MpServer', x=2853.03, y=57.00, z=8481.60], EntitySkeleton['Skeleton'/565005, l='MpServer', x=2892.30, y=57.00, z=8473.70], EntityItem['item.item.rscircuits:circuit'/573901, l='MpServer', x=2854.50, y=57.50, z=8481.50], EntityCow['Cow'/156325, l='MpServer', x=2848.58, y=57.00, z=8467.46], EntityPig['Pig'/552833, l='MpServer', x=2843.57, y=57.00, z=8459.55], EntityPig['Pig'/156328, l='MpServer', x=2870.50, y=57.59, z=8465.68], EntityZombie['Zombie'/566853, l='MpServer', x=2892.30, y=57.00, z=8473.30], EntityZombie['Zombie'/567141, l='MpServer', x=2892.30, y=57.00, z=8473.70], EntitySheep['Sheep'/552824, l='MpServer', x=2828.80, y=57.00, z=8483.65], EntityChicken['Chicken'/552825, l='MpServer', x=2828.51, y=57.00, z=8488.38], EntityCow['Cow'/552826, l='MpServer', x=2834.83, y=57.00, z=8483.59], EntityChicken['Chicken'/552827, l='MpServer', x=2838.38, y=57.00, z=8493.14], EntityRooster['Rooster'/552828, l='MpServer', x=2827.58, y=57.00, z=8498.53], EntityCow['Cow'/552829, l='MpServer', x=2817.77, y=57.00, z=8440.55], EntityHuman['MHF_Slime'/563549, l='MpServer', x=2892.30, y=57.00, z=8473.70], EntityZombie['Zombie'/566079, l='MpServer', x=2892.30, y=57.31, z=8473.70], EntityHuman['DriaBennett'/567987, l='MpServer', x=2892.30, y=57.00, z=8473.30], EntityCreeper['Creeper'/569075, l='MpServer', x=2893.30, y=63.00, z=8473.24], EntityHorse['Skeleton Horse'/447034, l='MpServer', x=2831.99, y=57.00, z=8463.86], EntitySheep['Sheep'/552822, l='MpServer', x=2822.75, y=57.00, z=8463.81], EntitySheep['Sheep'/447033, l='MpServer', x=2822.75, y=57.00, z=8463.81], EntityHorse['Skeleton Horse'/552823, l='MpServer', x=2831.99, y=57.00, z=8463.86], EntityHuman['Chimeric13'/567031, l='MpServer', x=2893.30, y=63.00, z=8473.95]]
    	Retry entities: 0 total; []
    	Server brand: Waterfall (git:Waterfall-Bootstrap:1.10-SNAPSHOT:3974d04:52) <- fml,forge,sponge
    	Server type: Non-integrated multiplayer server
    Stacktrace:
    	at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:415)
    	at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2660)
    	at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:400)
    	at net.minecraft.client.main.Main.main(SourceFile:124)
    	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    	at java.lang.reflect.Method.invoke(Method.java:483)
    	at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    	at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
    
    -- System Details --
    Details:
    	Minecraft Version: 1.10.2
    	Operating System: Windows 10 (amd64) version 10.0
    	Java Version: 1.8.0_25, Oracle Corporation
    	Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    	Memory: 1218121120 bytes (1161 MB) / 3809476608 bytes (3633 MB) up to 3817865216 bytes (3641 MB)
    	JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx4096m -Xms256m -XX:PermSize=256m
    	IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
    	FML: MCP 9.32 Powered by Forge 12.18.3.2221 192 mods loaded, 191 mods active
    	States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
    	UCHIJA	mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
    	UCHIJA	FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2221.jar)
    	UCHIJA	Forge{12.18.3.2221} [Minecraft Forge] (forge-1.10.2-12.18.3.2221.jar)
    	
    	Loaded coremods (and transformers):
    literalascension (literalascension-1.10.2-1.0.0.4.jar)
      com.jamieswhiteshirt.literalascension.core.patcher.LiteralAscensionRuntimePatcher
    ForgelinPlugin (Forgelin-1.2.0.jar)
    	Translocator Invalid Fingerprint Reports:
    	Launched Version: forge-12.18.3.2221
    	LWJGL: 2.9.4
    	OpenGL: GeForce GTX 860M/PCIe/SSE2 GL version 4.5.0 NVIDIA 353.62, 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: Yes
    	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)
    	CPU: 8x Intel(R) Core(TM) i7-4720HQ CPU @ 2.60GHz

    Any insight on what might be the problem? Thank you.
     
  2. Slind

    Slind Founder

    Messages:
    8,332
    Likes Received:
    3,018
    Local Time:
    1:23 PM
    You might be able to get around this issue by disabling the waila mod or its overlay.
     
  3. Fehniix

    Fehniix Well-Known Member

    Messages:
    50
    Likes Received:
    12
    Local Time:
    1:23 PM
    Yes, @Slind, that does it; thank you.

    Reported the issue to the mod devs; as it stands, it should have nothing to do with our servers at all.
    Marked as solved. :)
     
    Slind likes this.

Share This Page