Ahkay, I see what I was doing wrong-
I was running the minecraft_server.jar directly, I didnt have a startserver.bat thing to start it from.. Works fine now with that block break fix and everything
You can never trust those Youtube tutorials...
Posts by Haggie
-
-
The ModLoader.txt.lck goes away when the servers not trying to run...
What do you mean by permission issues in the folder? -
Also, if you just have a plain minecraft_server.jar, nothing added to it, should it be able to run correctly? Because it doesn't for me...
-
Okay, I did that, as well as updated ModloaderMP from v2 to v2.1, but now im getting a different error message...
Also, it generated a config folder, a ModLoader text file, and a ModLoader.txt.lck
Heres the whole message -[WARNING] Failed to log to server.log
java.io.IOException: Couldn't get lock for server.log
at java.util.logging.FileHandler.openFiles(Unknown Source)
at java.util.logging.FileHandler.<init>(Unknown Source)
at hx.a(SourceFile:47)
at net.minecraft.server.MinecraftServer.s(MinecraftServer.java:102)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:315)
at cz.run(SourceFile:465)
[INFO] ModLoader Server 1.1 Initializing...
[INFO] Mod Loaded: mod_IC2 v1.64
[SEVERE] Unexpected exception
java.lang.RuntimeExpection: Modloader has failed to initialize.
at ModLoader.ThrowException(ModLoader.java:1209)
at ModLoader.init(ModLoader.java:630)
at ModLoader.init(ModLoader.java:1272)
at net.minecraft.server.MinecraftServer.s(MinecraftServer.java:103)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:315)
at cz.run(SourceFile:465)
Caused by: java.lang.RuntimeException: ModLoaderMultiplayer
at ModLoader.ThrowException(ModLoader.java:1209)
at ModLoaderMp.init(ModLoaderMp.java:314)
at ModLoaderMp.RegisterEntityTrackerEntry(ModLoaderMp.java:60)
at ic2.platform.Ic2.load(Ic2.java:25)
at ModLoader.init(ModLoader.java:610)
... 4 more
Caused by: java.io.IOException: Access is denied
at java.io.WinNTFileSystem.createFileExclusively(Native Method)
at java.io.File.createNewFile(Unknown Source)
at ModLoaderMp.init(ModLoaderMp.java:296)
... 7 more