Jump to content
  • 0

[3.0.4] Server crashes, something with Wireless Redstone?


Question

Posted

Versions: 1.0.1.3/3.0.4

OS: Win7Ultimate x64 Sp1

Java: x64 jre7

Desc: Server crashes when someone or something is happening to wireless redstone. First noticed today after I used the wireless transmitters and recievers for my spawn. Sometimes it just randomly crashes. Couldnt find out what causes this, or maybe im blind :D

link: http://pastebin.com/2nBseiy7

10 answers to this question

Recommended Posts

  • 0
Posted

Is this happening often? - Randomly?

Can you check your logs before each crash and see who logged in with in the first 10 minutes?

When I seen a crash complaining about wireless redstone it ended up being from computer craft (The Mod).

A User had written a Loop that was so fast it crashed the server each time he started it (Loop AKA ComputerCraft Virus that crashed my server) :)

What I can suggest to rule out computercraft:

Remove computer craft for a few days. If the crashes DID STOP then you can replace computercraft and delete/rename the following file.

%ComputerCraft\lua\rom\programs\edit

A: Remove Edit from the programs file

B: Rename the edit to something different.

Issues with this above.. people will need to manually upload their computercraft programs to you.

Just My 2 Cents.

  • 0
Posted

I can confirm this crash, had the same on my server. Here the log:

2012-06-02 12:37:52 [sEVERE] java.lang.NullPointerException

2012-06-02 12:37:52 [sEVERE] at codechicken.wirelessredstone.addons.RedstoneEtherAddonManager.getPlayerInfo(RedstoneEtherAddonManager.java:47)

2012-06-02 12:37:52 [sEVERE] at codechicken.wirelessredstone.addons.RedstoneEtherAddonManager.isRemoteOn(RedstoneEtherAddonManager.java:52)

2012-06-02 12:37:52 [sEVERE] at codechicken.wirelessredstone.addons.RedstoneEtherAddonManager.tickTriangs(RedstoneEtherAddonManager.java:316)

2012-06-02 12:37:52 [sEVERE] at codechicken.wirelessredstone.addons.RedstoneEtherAddonManager.onTick(RedstoneEtherAddonManager.java:557)

2012-06-02 12:37:52 [sEVERE] at net.minecraft.server.mod_WirelessRedstoneAddons.onTickInGame(mod_WirelessRedstoneAddons.java:41)

2012-06-02 12:37:52 [sEVERE] at cpw.mods.fml.server.ModLoaderModContainer.tickStart(ModLoaderModContainer.java:285)

2012-06-02 12:37:52 [sEVERE] at cpw.mods.fml.common.FMLCommonHandler.gameTickStart(FMLCommonHandler.java:77)

2012-06-02 12:37:52 [sEVERE] at cpw.mods.fml.server.FMLBukkitHandler.onPreTick(FMLBukkitHandler.java:129)

2012-06-02 12:37:52 [sEVERE] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:494)

2012-06-02 12:37:52 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:453)

2012-06-02 12:37:52 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

2012-06-02 12:37:52 [sEVERE] Unexpected exception

java.lang.NullPointerException

at codechicken.wirelessredstone.addons.RedstoneEtherAddonManager.getPlayerInfo(RedstoneEtherAddonManager.java:47)

at codechicken.wirelessredstone.addons.RedstoneEtherAddonManager.isRemoteOn(RedstoneEtherAddonManager.java:52)

at codechicken.wirelessredstone.addons.RedstoneEtherAddonManager.tickTriangs(RedstoneEtherAddonManager.java:316)

at codechicken.wirelessredstone.addons.RedstoneEtherAddonManager.onTick(RedstoneEtherAddonManager.java:557)

at net.minecraft.server.mod_WirelessRedstoneAddons.onTickInGame(mod_WirelessRedstoneAddons.java:41)

at cpw.mods.fml.server.ModLoaderModContainer.tickStart(ModLoaderModContainer.java:285)

at cpw.mods.fml.common.FMLCommonHandler.gameTickStart(FMLCommonHandler.java:77)

at cpw.mods.fml.server.FMLBukkitHandler.onPreTick(FMLBukkitHandler.java:129)

at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:494)

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

at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

2012-06-02 12:38:15 [iNFO] Connection reset

  • 0
Posted

I believe you can view the programs they've created on the server side... Maybe you can attach those files and we can view the code... see where the problem is? and maybe see if they are doing it on purpose

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  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.

×
×
  • Create New...