Jump to content

altiris

Members
  • Posts

    24
  • Joined

  • Last visited

Posts posted by altiris

  1. Having a problem with my world, don't know what to do really. Whenever I go near a certain part of my world I get disconnected with "Internal server error". If I join once more, I get the same error and the server now crashes. If I change my players location to say spawn (using NBTEditor) I can join and play fine. Initially in the log files I had something about Flans mod (although I doubt its flans mod but if I can block the mod just for testing that would be great) but now I seem to just get structure errors leading me to believe its a chunk error. I have made a copy of the world and tried to use MCEdit to delete and create new chunks, still same issue. What else there I can do, I do not want to have to restart on a new world. I appreciate any help, thank you!

     

    server.log of the crash about flans (the crash is still from going in a certain area)

     Failed to handle packet for USERNAMEHERE: java.lang.NullPointerException
    java.lang.NullPointerException
    	at net.minecraft.world.gen.structure.StructureStart.func_75068_a(StructureStart.java:47)
    	at net.minecraft.world.gen.structure.MapGenStructure.func_75051_a(MapGenStructure.java:81)
    	at biomesoplenty.world.ChunkProviderBOP.func_73153_a(ChunkProviderBOP.java:581)
    	at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:258)
    	at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1253)
    	at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:153)
    	at net.minecraft.server.management.PlayerInstance.<init>(PlayerInstance.java:43)
    	at net.minecraft.server.management.PlayerManager.func_72690_a(SourceFile:208)
    	at net.minecraft.server.management.PlayerManager.func_72683_a(SourceFile:240)
    	at net.minecraft.server.management.ServerConfigurationManager.func_72375_a(ServerConfigurationManager.java:220)
    	at net.minecraft.server.management.ServerConfigurationManager.func_72377_c(ServerConfigurationManager.java:268)
    	at net.minecraft.server.management.ServerConfigurationManager.func_72355_a(ServerConfigurationManager.java:136)
    	at net.minecraft.network.NetLoginHandler.completeConnection(NetLoginHandler.java:201)
    	at cpw.mods.fml.common.network.FMLNetworkHandler.handleClientConnection(FMLNetworkHandler.java:167)
    	at cpw.mods.fml.common.network.FMLNetworkHandler.onConnectionReceivedFromClient(FMLNetworkHandler.java:121)
    	at net.minecraft.network.NetLoginHandler.func_72529_d(NetLoginHandler.java:185)
    	at net.minecraft.network.NetLoginHandler.func_72532_c(NetLoginHandler.java:71)
    	at net.minecraft.server.ServerListenThread.func_71766_a(ServerListenThread.java:55)
    	at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:29)
    	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691)
    	at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:276)
    	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
    	at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
    2014-08-23 21:14:10 [SEVERE] Encountered an unexpected exception NullPointerException
    java.lang.NullPointerException
    	at co.uk.flansmods.common.teams.TeamsManager.tick(TeamsManager.java:136)
    	at co.uk.flansmods.common.CommonTickHandler.sTick(CommonTickHandler.java:32)
    	at co.uk.flansmods.common.CommonTickHandler.tickEnd(CommonTickHandler.java:25)
    	at cpw.mods.fml.common.SingleIntervalHandler.tickEnd(SingleIntervalHandler.java:34)
    	at cpw.mods.fml.common.FMLCommonHandler.tickEnd(FMLCommonHandler.java:141)
    	at cpw.mods.fml.common.FMLCommonHandler.onPostServerTick(FMLCommonHandler.java:274)
    	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:622)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
    	at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
    

    server.log whenever I crash

     Failed to handle packet for USERNAMEHERE: java.lang.NullPointerException
    java.lang.NullPointerException
    	at net.minecraft.world.gen.structure.StructureStart.func_75068_a(StructureStart.java:47)
    	at net.minecraft.world.gen.structure.MapGenStructure.func_75051_a(MapGenStructure.java:81)
    	at biomesoplenty.world.ChunkProviderBOP.func_73153_a(ChunkProviderBOP.java:581)
    	at net.minecraft.world.gen.ChunkProviderServer.func_73153_a(ChunkProviderServer.java:258)
    	at net.minecraft.world.chunk.Chunk.func_76624_a(Chunk.java:1243)
    	at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:153)
    	at net.minecraft.server.management.PlayerInstance.<init>(PlayerInstance.java:43)
    	at net.minecraft.server.management.PlayerManager.func_72690_a(SourceFile:208)
    	at net.minecraft.server.management.PlayerManager.func_72685_d(SourceFile:337)
    	at net.minecraft.server.management.ServerConfigurationManager.func_72358_d(ServerConfigurationManager.java:282)
    	at net.minecraft.network.NetServerHandler.func_72498_a(NetServerHandler.java:405)
    	at net.minecraft.network.packet.Packet10Flying.func_73279_a(SourceFile:136)
    	at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:462)
    	at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:141)
    	at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:54)
    	at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(SourceFile:30)
    	at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691)
    	at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:276)
    	at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
    	at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
    	at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
    
  2. You sure it just works by maxing out your health because you can also morph into things that don't take fire damage.

    Yes it does because whenever I am low on health I just touch the lava and it restores me to full health. I have also tested with having potions of poison being thrown at me and it has effect on me on the first throw but my health gets restored instantly to full because I am in lava and then the rest of the effect does nothing. The only thing that seems to do the most damage are slimes, they can damage me a lot but after about a second or so I am healed to full again.

  3. There is a glitch I found with blocks that deal with XP from Openblock such as the Openblock Tank and the Openblock XP Drain blocks. Right click on the openblock tank to take back some of your XP (I took 30). Then go and enchant a tool such (I enchanted a diamond pick axe) and then after enchanting step back on the XP Drain block and for some reason your XP will go back to 30 and it will start being put back into the tank. Essentially infinite XP, this needs to be fixed.

  4. The way advanced genetics and the ability to swim or not take damage in lava is a bit hacky. I have noticed that the way it keeps you alive, or allows you to swim in lava, is that it seems to constantly max out your health or set your health to a high enough level so that the damage done by the lava is so insignifcant you no longer take damage. This...is a bit hacky. People who have this gene can essentially stand in a pool of lava and be empervious from any other damage by anyone or any other thing...hence being invincible (I have not done this but I have thought of this). Anyone else that this should be fixed?

  5. I noticed you added some things to increase server performance such as OPIS and MCPC+. What kind of hardware does the the minecraft server run on, and what is your upload speed? My ATB server runs just fine with 2-3 people but I am wondering if I should add these types of things to see if it will even further increase performance (although already it runs fine). (My hardware is amd phenom ii x4, 8gb memory, default memory is given to atb, 7200rpm sata3 hdd).

  6. if NEI is the one causing it. removing it would be the better option than disabling it to see if the issue persists. If i had to guess though on what NEI is making this lag occur, would be the microblocks being loaded. Those can be hidden by right-clicking on the microblocks section in the item groups (itll be grayed out) so they wont appear in the NEI right-side menu.

    Well they cant remove the mod because they can't join the server anymore. They have disabled microblocks on NEI and same issue persists.

  7. The only issue is that they get a rather large lag spike when opening menus such as their inventory, or the crafting table menu etc. I believe this is because of NEI or whatever plugin displays all of the blocks on the side of the screen. They have tried disabling NEI but still get the lagspike. They have tried optifine already and it does make the game run better but does not get rid of the lag spike when opening menus. Any more good ideas? Thanks so far.

  8. A few of my friends that like to play ATB have old computers. I am aware that ATB has over 100 mods, but is there any way that you (devs) can further improve performance on ATB? The issue my friends have is that they get a big lag spike everytime they open their inventory/GUIs (crafting tables, thermal expansion machines, etc), I am assuming this is has to do with NEI Plugin. They have tried to disable NEI but the lag spike still exists. Any ideas?

  9. -UPDATE-

    8/24/14     0 SLOTS ARE AVAILABLE

     

     

    About

    A while ago, I noticed that there were a few people looking for a private server to play on due to them not having the ability to host or that their previous server went down. I host a private, whitelisted, survival server that is as vanilla ATB as possible (no fancy spawn rooms or anything, just a big open minecraft world). There are more or less two people on the server (including myself) as of now, and I am willing to invite a few more people, but I want to keep the player count small. The server is similar to the official ATB server in terms of the play style, which is similar to single player but allows for online interactions with a community. Right now there isn't a community but as things progress positively a community will form. Maximum amount of people I am allowing to join will be between 4 to 6 players, note that this won't be the max player count, the max player count will be 10 which I think is good size.

    Rules

    As far as rules go, keep the chat clean, do no steal other people's creations, do not destroy each other's creations, pvp is allowed to an extent - you can't go around killing everyone but if two or more people agree that they can attack each other whenever/wherever then thats fine, if they agree to do a type of "battle" to see who is the better, that is fine also. If you break the rules you can be booted off depending on the severity of your actions.

    Support

    For in-game support, you are pretty much on your own. Don't ask for help if a creeper explodes something, you die, you are lost, or whatever, because you will not get it. How fun would it be for me or someone else to get interrupted everytime something happens to you? What about when something happens to me, who helps me (hint: no one)? I will only offer support for serious things, such as if you lose (an) item(s)/block(s) due to a server shutdown or lag (rare chance of happenening), or if your creation gets destroyed only by another player. Outside of minecraft, I can be contacted via the technic forums messaging system or if many people request, e-mail.

    Storage

    The server runs on a computer with a 1TB hard drive, so its pretty much impossible that disk space would run out. Backups are kept daily, and if anything were to happen (such as the server would have to get shutdown permanently for whatever odd reason), I will offer a download of the entire World.

    Downtime

    Downtime is rarely an issue, the server is kept running 24/7. Any type of downtime would be due to the ISP and not the computer that is running the server (the computer is new and has had no history of crashing, I have kept it running for 53 days max without a restart at one point). If downtime is indeed required, such as for updating ATB or restarting the server, it will be scheduled and you will know ahead of time. Updating ATB will probably occur no more than a day after its release.

    Submission

    Post if you want to join and a sentence including why. (You do not need to post your minecraft name here, I will message you for it instead rather than you giving it out to the public, I know that bothers some people). If you have any other questions just ask.

  10. Don't set the game to use all 8gb or anywhere near that amount thats why you are crashing. Set it to 1-15GB thats it, you shouldnt need any more however you are saying that you are crashing. Is your computer even 64bit? Why doesnt minecraft run on 64bit java?

  11. Right click on the .bat that you have or the one that came with the ATB Server file and click "Edit" you should see something like Xmx3G -Xms2G  Simple change those values, Xmx being the max ram to allocate, and Xms being the minimum ram to allocate. If you want to be more precise you can specify instead of megabytes instead of gigabytes by doing MB, for example" Xmx3584M which means the maximum amount of memory the server can allocate is 3584MB or when converted, 3.5GB.

  12. No, what are your specs? Are you on single player, hosting from a dedicated machine/single machine, what version of ATB do you have? I have a server running fine for 10 days (default RAM assigned which I believe is 2GB Min and 3GB Max) and the computer restarted once or twice while the server was still running and everything still staved and was fine even after reboot (server runs on linux though).

  13. Where do I find/make buckets of caramel? I tried smelting sugar and salt, the sugar gave me Sugar Charcoal and the salt didnt work in the furnace at all. I have tried clicking on the bucket of caramel to see the recipe but there is no recipe.

     

    This is on latest ATB with the Food Plus mod.

×
×
  • Create New...