1

Craftbukkit Problem... (Blank Black Screen when opened)

Kurochiugo 4/26/11 10:34 pm
778
4/27/2011 10:10 am
Well I recently downloaded CB and tried to launch it... I've done the bat file from CB website (wiki) and then run the bat but nothing happens... I could wait... and wait... and wait and the window looks like that all the time



One thing he does is creating some files in the folder with .jar and .bat files, and does nothing else...
I've tried to connect to it via Minecraft and nothing - not working.

Any ideas what might be the case?
Posted by
Kurochiugo
Level 1 : New Collective
0

  Have something to say?

JoinSign in

5

Kurochiugo
04/27/2011 10:10 am
Level 1 : New Collective
And that's what my line say

@ECHO OFF
SET BINDIR=%~dp0
CD /D "%BINDIR%"
"E:\Installed_Fail\Inferia\Java\jre6_x64" -Xincgc -Xmx1G -jar craftbukkit-0.0.1-SNAPSHOT.jar
PAUSE


Since java is in different directory, I've also tried couple other command lines

and also downloaded the server soft from other sites to try if they will work. Nothing, neither from the official neither from the from other sites

EDIT; Craftbukkit out of the blue started to work...
1
SoulStealer
04/26/2011 11:40 pm
Level 39 : Artisan Toast
@ECHO OFF
SET BINDIR=%~dp0
CD /D "%BINDIR%"
"%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar craftbukkit-0.0.1-SNAPSHOT.jar
PAUSE


^^That's what the run.bat file should say if you open it with notepad...

Also do you have "craftbukkit-0.0.1-SNAPSHOT.jar" downloaded?
1
bobsajit
04/26/2011 11:38 pm
Level 67 : High Grandmaster System
past your command line for the bat?
1
bobsajit
04/26/2011 10:55 pm
Level 67 : High Grandmaster System
is the Bukkit version in the .bat file the same name as the Bukkit version you downloaded? Also, when I first made a server using Bukkit had had the command line for 32bit and 64bit operating systems in the same .bat file. If that's not it...Try the Bukkit forums =]

Good luck!
1
Kurochiugo
04/26/2011 11:15 pm
Level 1 : New Collective
It is the same name... Checked twice D:

I mean I assume your talking about the name of .jar file is it the same as the one in the bat.

had the command line for 32bit and 64bit operating systems in the same .bat file

What do you mean by that?
1

Welcome