Witaj
Gość

Wątek: [Problem]L2j free  (Przeczytany 1193 razy)

  • Wiadomości: 49

  • Pochwał: 1

[Problem]L2j free
« dnia: Grudzień 31, 2011, 12:39:49 pm »
Witam. Jestem posiadaczem plików L2j free pod hellbound. Mam mały problem, z którym wcześniej nie miałem do czynienia, otóż po uruchomieniu start.bat baza danych nie startuje, mimo tego, że plik działa poprawnie (lub sprawia takie wrażenie). Zainstalowałem jave JDK i JRE mając nadzieje, że to pomoże, ale niestety nie pomogło. Nie mam pojęcia co może być źle.
Używam systemu Windows XP x32.

Oto mój plik start.bat:
@echo off

diskw\home\admin\program\pskill.exe Apache.exe
IF NOT ERRORLEVEL 1 goto started
set Disk=%1
IF "%Disk%"=="" set Disk=M
rem create the disk
subst %Disk%: "diskw"
IF ERRORLEVEL 1 goto hint
set apachepath=\usr\local\apache2\
set apacheit=%Disk%:%apachepath%bin\Apache.exe -f %apachepath%conf\httpd.conf -d %apachepath%.
set programit=%Disk%:\home\admin\program\
set closeit=%programit%close.bat %Disk%
%Disk%:
cd \usr\local\php
start \usr\local\mysql\bin\mysqld-nt.exe --defaults-file=/usr/local/mysql/bin/my-small.cnf
CLS
echo The server is working on the disk %Disk%:\ [http/127.0.0.1/a/]
start %Disk%:\home\admin\WWW\redirect.html
start %programit%miniserv.exe "%apacheit%" "%closeit%"
goto end
:hint
CLS
echo The disk %Disk% is busy. Use start.bat [disk letter]
goto pause
:started
CLS
echo ERROR!!!
echo One of the instances of Apache server is started. Use stop.bat
:pause
echo .
pause
:end


  • Wiadomości: 100

  • Pochwał: 4

  • ZAKAZ OGNIA Z DUPY
Odp: [Problem]L2j free
« Odpowiedź #1 dnia: Styczeń 07, 2012, 12:05:32 am »
Witam. Jestem posiadaczem plików L2j free pod hellbound. Mam mały problem, z którym wcześniej nie miałem do czynienia, otóż po uruchomieniu start.bat baza danych nie startuje, mimo tego, że plik działa poprawnie (lub sprawia takie wrażenie). Zainstalowałem jave JDK i JRE mając nadzieje, że to pomoże, ale niestety nie pomogło. Nie mam pojęcia co może być źle.
Używam systemu Windows XP x32.

Oto mój plik start.bat:
@echo off

diskw\home\admin\program\pskill.exe Apache.exe
IF NOT ERRORLEVEL 1 goto started
set Disk=%1
IF "%Disk%"=="" set Disk=M
rem create the disk
subst %Disk%: "diskw"
IF ERRORLEVEL 1 goto hint
set apachepath=\usr\local\apache2\
set apacheit=%Disk%:%apachepath%bin\Apache.exe -f %apachepath%conf\httpd.conf -d %apachepath%.
set programit=%Disk%:\home\admin\program\
set closeit=%programit%close.bat %Disk%
%Disk%:
cd \usr\local\php
start \usr\local\mysql\bin\mysqld-nt.exe --defaults-file=/usr/local/mysql/bin/my-small.cnf
CLS
echo The server is working on the disk %Disk%:\ [http/127.0.0.1/a/]
start %Disk%:\home\admin\WWW\redirect.html
start %programit%miniserv.exe "%apacheit%" "%closeit%"
goto end
:hint
CLS
echo The disk %Disk% is busy. Use start.bat [disk letter]
goto pause
:started
CLS
echo ERROR!!!
echo One of the instances of Apache server is started. Use stop.bat
:pause
echo .
pause
:end

W miarę możliwości dodaj jakieś screeny.
Btw: Na 100% powpisywałeś wszystko w confingach w gameserver i loginserver?