Jump to content

1.7.10 Server Crash?


reaper945632

Recommended Posts

After setting up some new items from the mod bluepower, my server crashed.  It runs fine until a player joins the game and I've had people who haven't logged on at all join and it still crashes.  Not to sure why this is happening, but I hope it is not an error with Bluepower since that is one of the essential mods I want to have on it.

 

Server Crash Report:

http://pastebin.com/CWgTEt3c

Mod List: (The only Way I could think of sharing it)

https://gyazo.com/c9bbd4306f0bd0e37b4567f94bf9cef6

https://gyazo.com/10f9b4fbf7a12e6c32816da09003f665

 

Any help is appreciated!

 

Link to comment
Share on other sites

java.lang.ArrayIndexOutOfBoundsException: 20

    at com.bluepowermod.tile.tier1.TileBuffer.func_70301_a(TileBuffer.java:75)

    at com.bluepowermod.helper.IOHelper.insert(IOHelper.java:281)

    at com.bluepowermod.helper.IOHelper.insert(IOHelper.java:262)

    at com.bluepowermod.helper.IOHelper.insert(IOHelper.java:246)

    at com.bluepowermod.helper.IOHelper.insert(IOHelper.java:229)

    at com.bluepowermod.part.tube.TubeLogic$TubeEdge.isValidForExportItem(TubeLogic.java:545)

    at com.bluepowermod.part.tube.TubeLogic.getHeadingForItem(TubeLogic.java:301)

    at com.bluepowermod.part.tube.TubeLogic.update(TubeLogic.java:144)

    at com.bluepowermod.part.tube.PneumaticTube.update(PneumaticTube.java:171)

    at uk.co.qmunity.lib.tile.TileMultipart.func_145845_h(TileMultipart.java:454)

    at net.minecraft.world.World.func_72939_s(World.java:1939)

    at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:489)

    at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:636)

    at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:334)

    at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:547)

    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:427)

    at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:685)

 

It looks like a Pneumatic Tube is throwing an error while trying to insert into a Buffer. I suggest you report this to the BluePower author(s).

 

In the meantime, either restore from a backup or use something like MCEdit/NBTExplorer to remove the Multipart block (containing a Pneumatic Tube) at 833, 60, -262.

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

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

×   Your previous content has been restored.   Clear editor

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



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • When I was installing forge 1.18.2 an error automatically shows The Error Says: Failed to run processor: javax.net.ssl.SSLHandshakeException:sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target I do not know how to fix
    • I recently got a new laptop as a gift - on my previous laptop all of my mods and everything worked completely fine and as intended but for some reason with the new one, after installing forge for 1.8 and moving both my mod and config folder over, the game crashes without even booting up. When I installed forge (1.8) I did mis click the server option instead of client but I thought it wouldn't do anything and for the most part it seems it doesn't. I did reinstall with the client option selected. The game only seems to crash when the mod folder is in the .minecraft folder, not the config. I have the windows store version of the launcher installed. if anyone has answers ill be extremely happy with any feedback. Thank you for your time.   List of Mods installed (mostly hypixel skyblock and QOL mods): Apec Block Overlay Dulkir FastChat Not Enough Updates Patcher Scrollable Tooltips Skyblock Addons Skyblock Catia Skytils SoopyV2 Timechanger Chat Triggers
    • I'm making a survival-realistic modpack on 1.18.2 and the game crashes whenever loading a new world. it never loads past 0%.  This is the crash report. If it doesn't work, I can always make another.  https://pastebin.com/Gb4Nae4V
    • I recently got a new laptop as a gift - on my previous laptop all of my mods and everything worked completely fine and as intended but for some reason with the new one, after installing forge for 1.8 and moving both my mod and config folder over, the game crashes without even booting up. When I installed forge (1.8) I did mis click the server option instead of client but I thought it wouldn't do anything and for the most part it seems it doesn't. I did reinstall with the client option selected. The game only seems to crash when the mod folder is in the .minecraft folder, not the config. I have the windows store version of the launcher installed. if anyone has answers ill be extremely happy with any feedback. Thank you for your time.   List of Mods installed (mostly hypixel skyblock and QOL mods): Apec Block Overlay Dulkir FastChat Not Enough Updates Patcher Scrollable Tooltips Skyblock Addons Skyblock Catia Skytils SoopyV2 Timechanger Chat Triggers
    • So I'm trying to create an instance of Block static { Block funnyUselessBlockWithNoPurpose = new Block(BlockBehaviour.Properties.of(Material.AIR)); }   I don't want to register it in block registry or use it anywhere else, only need this temporary to measure a few things. However it fails with "Registry is already frozen". Shouldn't block register when I actually call `BLOCKS.register(name, block);`?    
  • Topics

×
×
  • Create New...

Important Information

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