Jump to content

JACTekkit

Members
  • Posts

    28
  • Joined

  • Last visited

Posts posted by JACTekkit

  1. Title: Server Crashing

    Version: 3.0.3/3.0.4

    OS: Linux Ubuntu

    Java Version: Java 7

    Description of Problem:

    Crashes almost every 30 mins or so and we dont know why

    Error Messages:

    2012-06-18 17:56:50 [sEVERE] java.lang.NullPointerException

    2012-06-18 17:56:50 [sEVERE] at net.minecraft.server.ItemInWorldManager.breakBlock(ItemInWorldManager.java:249)

    2012-06-18 17:56:50 [sEVERE] at net.minecraft.server.ItemInWorldManager.c(ItemInWorldManager.java:87)

    2012-06-18 17:56:50 [sEVERE] at net.minecraft.server.EntityPlayer.F_(EntityPlayer.java:144)

    2012-06-18 17:56:50 [sEVERE] at net.minecraft.server.World.entityJoinedWorld(World.java:1282)

    2012-06-18 17:56:50 [sEVERE] at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:107)

    2012-06-18 17:56:50 [sEVERE] at net.minecraft.server.World.playerJoinedWorld(World.java:1264)

    2012-06-18 17:56:50 [sEVERE] at net.minecraft.server.World.tickEntities(World.java:1165)

    2012-06-18 17:56:50 [sEVERE] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:547)

    2012-06-18 17:56:50 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:453)

    2012-06-18 17:56:50 [sEVERE] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

    2012-06-18 17:56:50 [sEVERE] Unexpected exception

    java.lang.NullPointerException

    at net.minecraft.server.ItemInWorldManager.breakBlock(ItemInWorldManager.java:249)

    at net.minecraft.server.ItemInWorldManager.c(ItemInWorldManager.java:87)

    at net.minecraft.server.EntityPlayer.F_(EntityPlayer.java:144)

    at net.minecraft.server.World.entityJoinedWorld(World.java:1282)

    at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:107)

    at net.minecraft.server.World.playerJoinedWorld(World.java:1264)

    at net.minecraft.server.World.tickEntities(World.java:1165)

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

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

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

    Error Log:

    
    2012-06-18 17:56:50 [sEVERE] java.lang.NullPointerException
    
    2012-06-18 17:56:50 [sEVERE] 	at net.minecraft.server.ItemInWorldManager.breakBlock(ItemInWorldManager.java:249)
    
    2012-06-18 17:56:50 [sEVERE] 	at net.minecraft.server.ItemInWorldManager.c(ItemInWorldManager.java:87)
    
    2012-06-18 17:56:50 [sEVERE] 	at net.minecraft.server.EntityPlayer.F_(EntityPlayer.java:144)
    
    2012-06-18 17:56:50 [sEVERE] 	at net.minecraft.server.World.entityJoinedWorld(World.java:1282)
    
    2012-06-18 17:56:50 [sEVERE] 	at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:107)
    
    2012-06-18 17:56:50 [sEVERE] 	at net.minecraft.server.World.playerJoinedWorld(World.java:1264)
    
    2012-06-18 17:56:50 [sEVERE] 	at net.minecraft.server.World.tickEntities(World.java:1165)
    
    2012-06-18 17:56:50 [sEVERE] 	at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:547)
    
    2012-06-18 17:56:50 [sEVERE] 	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:453)
    
    2012-06-18 17:56:50 [sEVERE] 	at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    
    2012-06-18 17:56:50 [sEVERE] Unexpected exception
    
    java.lang.NullPointerException
    
    	at net.minecraft.server.ItemInWorldManager.breakBlock(ItemInWorldManager.java:249)
    
    	at net.minecraft.server.ItemInWorldManager.c(ItemInWorldManager.java:87)
    
    	at net.minecraft.server.EntityPlayer.F_(EntityPlayer.java:144)
    
    	at net.minecraft.server.World.entityJoinedWorld(World.java:1282)
    
    	at net.minecraft.server.WorldServer.entityJoinedWorld(WorldServer.java:107)
    
    	at net.minecraft.server.World.playerJoinedWorld(World.java:1264)
    
    	at net.minecraft.server.World.tickEntities(World.java:1165)
    
    	at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:547)
    
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:453)
    
    	at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    
    

  2. I can tell you the bugs caused by it in the old release are now gone, as i run a 60 player server that usually has 30+ players on and its caused no issues for me. Although there is issues caused by other mods i would recommend looking in the tekkit bug section for further help.

  3. If your still having issues i would recommend switching to pex and making a group for the mods and adding * perm to that group.

    Here is how:

    ./pex group tekkit add *

    ./pex user [buildcraft] group set tekkit

    ./pex user [Redpower] group set tekkit

    ./pex user [industrialcraft] group set tekkit

    Hope that helps.

  4. I made an infinite geothermal generator on my server using an energy condenser and piping.

    Whenever I try to start it up, I get this error report.

    012-03-02 20:30:01 [sEVERE] Unexpected exception

    java.lang.NullPointerException

    at net.minecraft.server.ItemStack.doMaterialsMatch(ItemStack.java:243)

    at ee.TileCondenser.extractItem(TileCondenser.java:539)

    at buildcraft.transport.pipes.PipeItemsWood.checkExtract(PipeItemsWood.java:111)

    at buildcraft.transport.pipes.PipeItemsWood.doWork(PipeItemsWood.java:90)

    at buildcraft.transport.TileGenericPipe.doWork(TileGenericPipe.java:159)

    at buildcraft.api.PowerProvider.update(PowerProvider.java:52)

    at buildcraft.transport.TileGenericPipe.l_(TileGenericPipe.java:108)

    at net.minecraft.server.World.tickEntities(World.java:1182)

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

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

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

    I can tell it's a problem with the piping.

    It's a small server I play with friends, so I don't have any good backups, and they'd be really annoyed if the world completely broke.

    Is there any way I can make the world file work again?

    Someone connected a wooden transport pipe (buildcraft) to a condenser (EE) which corrupts your map.

  5. I think they could use some improvement on their website/info. If you hadn't been suggesting it, I would have moved on. I did a knowledge base search for "Payments" and received no useful information. I'll let you know after Tekkit is released again anyway. Thank you for your help.

    What do you want on the front page? We are planning on a redesign, but the knowledge base is still unused, as it's fairly useless to 99% of people. If you have any suggestions for the knowledge base, that would be great, too.

  6. Would you also help us learn how to configure and admin the server with things like permissions and whatnots? we've been researching some hosting so we can publicize our server. Right now it's just running off one of our members computer and his ISP has refused our SSH connections so we can't do any kind of maintenance.

    Yes, I would help with setup and learning how to manage it. Thats part of my job :P.

    Two questions:

    Do they offer Team Speak servers? I didn't see anything on there.

    Do you know if they accept Paypal? It's currently my only form of online payment.

    I'm looking to start a server here when Tekkit 2.0 is fixed up again. I was looking at Kurplunc but I am also looking for anything good. I looked at Fragnet which seems to have everything I need at a better deal than Kurplunc did but I prefer to explore all options I can.

    Any other useful information would be appreciated as well.

    1) It's basically a full VPS, you can setup a teamspeak server on it. A lot of our clients do, I help with it's setup also.

    2) They do accept paypal, thats how most of our clients pay.

    If anyone wants to talk to me, you can get on our servers teamspeak at "iongaming.org" and ask to talk to "tyrantelf" (It's Tyrant, like a dictator, and elf, like the mythical creature)

  7. To stop griefing you would have to disable every Tekkit block, ill list a few:


    • [li]Quarry[/li]
      [li]Builder[/li]
      [li]Mining Well[/li]
      [li]All the types of tnt (nuke industrial dynamite)[/li]
      [li]Industrial craft miner[/li]
      [li]Mining drill (The pickaxe thing)[/li]
      [li]All the wrenches[/li]
      [li]Pump[/li]
      [li]Ect...[/li]

    Not to mention you can place everysingle tekkit block in a protected area, So you would have to disable all those to stop block spam :)

    You get what im saying its impossible to stop griefing on tekkit servers. Sadly.

  8. No i don't think that's it. A scenario happened when a guy who had only been on for a couple seconds said. "I can spawn stuff from NEI?" And he was able to place copper wire down in front of me. There's no way he got it that fast! He suggested the Nei config file and I told him its all set to OP. I even double checked the config and had other players try to use NEI spawn and it didn't work for them. After he spawned that copper wire he couldn't do it a second time. And i checked the console. There was no alert or anything to do with spawning items. I even checked command logs on a plugin logger and still nothing. It came from the NEI though. That much I know to be true. Hope this long story helps better diagnose it.

    Then u probably got trolled, someone could have easily given him copper wire. Come on if he was going to spawn wouldn't he spawn 64 stack of diamonds or even 64 hv solar arrays. Ill give u a tip dont worry about it unless it happens again by lots of people.

  9. Hav same problem on my server.... And no. tried the refined and it didnt work.....

    Steel is disabled because refined iron takes its place and u can use it for other things also, i run my own server and everything that u craft with steel works with refined iron.

  10. Apparently people are logging in and when they log in.....for a about a second after they log in....they can spawn items from nei interface. Again all my neiconfigs r set to OP and permissions is working and commands r on lockdown. KakerMIX HELP!

    Your issue could be when an area is regenerated in a world edit selection, the items in the same chunks selected will be regenerated also and because world edit doesnt know the full id (part after the : ) it gets regenerated to the basic id (one with no :) and if a lv solar array gets regenerated it goes to a hv and if an msfu gets regenerated it goes to a mfsu.

    The only way that what you think would happen is if u had settings allowing it. If u need any help i can come and take a look just reply to this.

  11. This cracks me the fuck up.

    Yeah me too. At op, if you guys bothered to read the other posts In the bug section; there is someone having the same issue as you. I did explain in that thread None of the region protect plugins will work due to them not being designed for Tekkit. As the way the plugins work is they monitor block break events and place events and it cannot monitor things it doesn't know exist, the only way to combat this issue is to grab the source code (or make your own) and edit in the Tekkit id and events. as i can see with the terrible way you post that will not happen soon.

  12. What did you do to resolve the issue? I'm open to alternatives to WG.

    You cannot solve the issue unless you manage tog et the source code for worldguard and edit it for tekkit (or make anothing plugin like worldguard) all you can do is disable players from placing nukes its impossible to stop people breaking ur regions with tekkit items.

×
×
  • Create New...