Need some help with Console Bug.

Status
Not open for further replies.

blie4

Not a Peon
Mod
Nov 3, 2013
387
160
Hey guys, another problem with my server. :I Now the console is broken. When I run the run.bat that usually right away opens the console, it inside says "We can't verify who made this file. Continue?". When I continue, the console stops and says this:

'\\RANDALL-PC\Users\blie4_000\Documents\Minecraft Server 1.7.2 Vanilla'
CMD.EXE was started with the above path as the current directory.
UNC paths are not supported. Defaulting to Windows directory.
C:\Windows>java -Xmx2048M -jar craftbukkit-1.7.2-R0.2.jar -o true
Error: Unable to access jarfile craftbukkit-1.7.2-R0.2.jar
C:\Windows>PAUSE
Press any key to continue . . .

Anyone know how to help? @c_dric maybe?
 

blie4

Not a Peon
Mod
Nov 3, 2013
387
160
And yes, the jar file is correctly named. This never happened before.
 

rickyboy320

Penguin Master
Op
Board
Nov 18, 2013
1,926
1,032
What you could do is put it all in the C:\\Windows folder OR you could place it somewhere to a C:\\Serverthing.

UNC stands for Universal Naming Convention.

Command Prompt does not support having a UNC path as the current directory, so CD \\host\directoryname does not work.

So you have it in CD \\blie\directoryname and that doesnt work.
So put it somewhere which isn't a customised path(like users) but just somewhere in your programfiles or just raw on your C disk.
 

blie4

Not a Peon
Mod
Nov 3, 2013
387
160
Ricky: it now keeps spamming:
at net.minecraft.server.v1_7_R1.PropertyManager.a(PropertyManager.java:6
5) ~[craftbukkit-1.7.2-R0.2.jar:git-Bukkit-1.7.2-R0.2-b2974jnks]
at net.minecraft.server.v1_7_R1.PropertyManager.savePropertiesFile(Prope
rtyManager.java:81) ~[craftbukkit-1.7.2-R0.2.jar:git-Bukkit-1.7.2-R0.2-b2974jnks
 
Status
Not open for further replies.
Top