Try help and request section
Printable View
Can i run this server on linux? because i saw a file called start.sh???
Yes you chan
Hey thanks for this share !
Community doesnt works, normal ? :)
Have you got more informations about this server ?
Custom NPC ? or other informations
Have you got source too ?
Thanks ;)
The client won't start. I've tried to rename l2.bin to exe but I just get a "The application has failed to start because it's side-by-side configuration is incorrect" error when I try to start it.
Any help would be greatly appreciated.
mybe do some a client part ? beacase cannot connect to game !
i was done all but i get eror
https://forum.ragezone.com/cache.php...%2FuwUQsNV.png
Hi ,
Login server ok but gameserver won't start ?
Here is a screen :
Can u help me ?
https://forum.ragezone.com/cache.php...%2F8sT4ma5.png
I googled my issue; couldn't find a working solution. Perhaps you guys might know. Anyway. After changing L2.bin to L2.exe, and double clicking it, nothing at all happens. It just won't run.
I've tried compatibility modes, reinstalling the client, getting rid of firewalls, anti viruses, single graphics card, sli, etc. Got nothing.
My system is:
Win 7
GTX 980 ti sli.
16gb ram
So it shouldn't be a problem of lack of memory.
If anyone knows, please share.
Thanks.
Edit:
Nevermind, fixed. Different H5 client + -n and it worked.
hi @q12345 can you please share the link? im having the same error, i downloaded the client provided by the thread starter. Thanks!
when i start game server i have an error "Error occurred during initialization of VMCould not reserve enough space for 1572864KB object heap"
Hello, I have a doubt, download the emulator and it works perfectly, but the client does not know how to make it work locally, where you get the local ip to enter. I also get this error attached in the photo, someone could help. Sorry for using the google translator.
Yes, renamed the L2.bin by l2.exe, but as the client connects to the local server?
Did you edit your etc/host file with the server (your local host IP address) so the client looks to that IP address?
[winks at @Kreeate]
- - - Updated - - -
Also, if anyone downloaded the same version I did through the links on the front page, the database password for the localhost_3306 db isn't "Root" it's actually "kiss1990". You need to right click the instance, change connection settings, set password to "kiss1990" -- start the db instance, go to the user "root" and change the password to "root" shut down the instance, then go back to the instance connection config and set the password to "root" -- this will make the login server.bat file work...
- - - Updated - - -
I also have this issue.
- - - Updated - - -
So far I've troubleshot it down to the following setting in the gameserverstart.bat file in the -xmxXXXXm setting.
set PATH=D:\App\UsbServer\java\bin;%PATH%
java -Djava.util.logging.manager=com.l2jserver.util.L2LogManager -Dpython.cachedir=../cachedir -Xms1536m -Xmx3072m -jar l2jserver.jar
Still working on modifying arguments to make it work...