Jump to content

jahangir

Members
  • Posts

    6
  • Joined

  • Last visited

jahangir's Achievements

Dirt

Dirt (1/9)

0

Reputation

  1. Config file error: java.lang.RuntimeException: Unknown character ' ' in 'C:/Users/MQ/AppData/Roaming/.technic/tekkitlite/config/CCTurtle.cfg:1' You see in the error message where it is: CCTurtle.cfg in line 1. Maybe an additional space or a Tab which should not be there. Maybe an empty line at the beginning. Check this. Best regards, jahan.
  2. Have a look at this: http://wiki.industrial-craft.net/index.php?title=Nano-Bodyarmor And search for the word 'Halloween'. Look at the error again: at ic2.core.IC2.onLivingSpecialSpawn(IC2.java:2270). Should be gone starting tomorrow.
  3. Lol, I was completely wrong as this happened at the same time as the launcher has been updated. I see my monsters running around with pumpin heads. Now I understand what 'SpecialSpawn' means. Should be gone after Helloween is over, I guess (hope). In the meantime I leave my server running with monster-spawn=false in server.properties. Regards, jahan.
  4. iFail: hava a look at the other threads. Turning game to peaceful (spawn-monsters=false) seems to help.
  5. Hi, as the error message shows: you are running out of RAM. 'java.lang.OutOfMemoryError: Java heap space' Java Heap memory is the part in your main memory which the JAVA virtual machine can use. This seems not to be enough after a few minutes, so server crashes. In your java start parameter, e.g. java -Xmx256M, -XmX tells the VM how much heap memory it can use depending on 1) how much you have available and if available 2) if it can be adressed by java. I don't know the exact limitations in numbers but a 32 bit JAVA runtime cannot adress much memory (1GB?). Take a look with a search engine of your choice. Regards, jahan.
  6. Hi, same issue in our server, but: Server does not crash. It's still running, but I am getting the same error message about every 1-5 seconds in the console. This behavior exactly startet after my launcher got updated automatically. I've never seen this error before after having the server running with same map and plugins for 6 months now. I helped a friend 10 minutes ago to get a standard Tekkit Lite Server installed (just downloaded tekkit lite 0.6.5, nothing changed). After starting for the first time the above error occured. Then it was clear that's the changes being made today. My error from the console: 2013-10-30 01:37:02 [sEVERE] java.lang.RuntimeException: java.lang.NullPointerException 2013-10-30 01:37:02 [sEVERE] at ic2.core.IC2.onLivingSpecialSpawn(IC2.java:2270) 2013-10-30 01:37:02 [sEVERE] at net.minecraftforge.event.ASMEventHandler_28_IC2_onLivingSpecialSpawn_LivingSpecialSp$ $013-10-30 01:37:02 [sEVERE] at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35) 2013-10-30 01:37:02 [sEVERE] at net.minecraftforge.event.EventBus.post(EventBus.java:104) 2013-10-30 01:37:02 [sEVERE] at net.minecraftforge.event.ForgeEventFactory.doSpecialSpawn(ForgeEventFactory.java:52) 2013-10-30 01:37:02 [sEVERE] at yp.a(SpawnerAnimals.java:326) $013-10-30 01:37:02 [sEVERE] at yp.a(SpawnerAnimals.java:256) $013-10-30 01:37:02 [sEVERE] at in.b(WorldServer.java:291) 2013-10-30 01:37:02 [sEVERE] at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:952) 2013-10-30 01:37:02 [sEVERE] at ho.r(DedicatedServer.java:309) 2013-10-30 01:37:02 [sEVERE] at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:864) 2013-10-30 01:37:02 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:751) 2013-10-30 01:37:02 [sEVERE] at fy.run(ThreadMinecraftServer.java:16) 2013-10-30 01:37:02 [sEVERE] Caused by: java.lang.NullPointerException 2013-10-30 01:37:02 [sEVERE] at ic2.core.IC2.onLivingSpecialSpawn(IC2.java:2268) 2013-10-30 01:37:02 [sEVERE] ... 12 more 2013-10-30 01:37:03 [sEVERE] java.lang.RuntimeException: java.lang.NullPointerException n$13-10-30 01:37:03 [sEVERE] at ic2.core.IC2.onLivingSpecialSpawn(IC2.java:2270) 2013-10-30 01:37:03 [sEVERE] at net.minecraftforge.event.ASMEventHandler_28_IC2_onLivingSpecialSpawn_LivingSpecialSp$ 2013-10-30 01:37:03 [sEVERE] at net.minecraftforge.event.ASMEventHandler.invoke(ASMEventHandler.java:35) 2013-10-30 01:37:03 [sEVERE] at net.minecraftforge.event.EventBus.post(EventBus.java:104) 2013-10-30 01:37:03 [sEVERE] at net.minecraftforge.event.ForgeEventFactory.doSpecialSpawn(ForgeEventFactory.java:52) 2013-10-30 01:37:03 [sEVERE] at yp.a(SpawnerAnimals.java:326) 2013-10-30 01:37:03 [sEVERE] at yp.a(SpawnerAnimals.java:256) 2013-10-30 01:37:03 [sEVERE] at in.b(WorldServer.java:291) 2013-10-30 01:37:03 [sEVERE] at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:952) 2013-10-30 01:37:03 [sEVERE] at ho.r(DedicatedServer.java:309) $013-10-30 01:37:03 [sEVERE] at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:864) 2013-10-30 01:37:03 [sEVERE] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:751) 2013-10-30 01:37:03 [sEVERE] at fy.run(ThreadMinecraftServer.java:16) 2013-10-30 01:37:03 [sEVERE] Caused by: java.lang.NullPointerException ...and so on... I whitelisted the server: no error for 10 minutes. When the first players(s) connect the errors start in the console. So I guess it's player/client related. EDIT: I forgot to mention: I am not using the standard TekkitLite server. I am using mcpc-plus. That's maybe the reason why it's not crashing but error showing up in console only. Best regards, jahan.
×
×
  • Create New...