Jump to content
  • 0

[Help] Connecting To My Own Server


x0r

Question

hi

 

 i've been having a problem connecting to my server after everything set up. Would run l2.exe, the splash art would load then after 10-15s .. nothing. Not even l2.exe process in task manager. 

 

i setup l2 high five server, for local use only. ran loginserver and gameserver, no errors. but the client file i download didn't come with l2.exe so had i to download a separate system folder. (also changed the l2.ini file : 127.0.0.1) when i try to load l2.exe it wouldn't run. 

 

so at this point I'm not sure why the problem is happening, i looked around and other people had similar problems but their was only after the game was loaded (during server selection screen). 

 

i'm running windows 10 x64, i have the latest mysql/jdk and navicat premium. 

 

do i need to change default -ipconfig.xml file? in the folder it says not needing to change if use default.

 

thanks for help

 

 

 

p.s. the client i installed said freya (high five) and the splash art during loading says lineage 2 freya, does this not work with l2 h5 server ? (do i have to get a different client/ server files)

Edited by x0r
Link to comment
Share on other sites

15 answers to this question

Recommended Posts

  • 0

I DID IT... I AM A MASTER HACKER!!

 

call me MR.Robot cause, I'm that dope! 

JK, thanks for all your help guys (and girls?), i was able to troubleshoot it out. Took sometime and experimenting, but figured a work around. 

Link to comment
Share on other sites

  • 0

hi

 

 i've been having a problem connecting to my server after everything set up. Would run l2.exe, the splash art would load then after 10-15s .. nothing. Not even l2.exe process in task manager. 

 

i setup l2 high five server, for local use only. ran loginserver and gameserver, no errors. but the client file i download didn't come with l2.exe so had i to download a separate system folder. (also changed the l2.ini file : 127.0.0.1) when i try to load l2.exe it wouldn't run. 

 

so at this point I'm not sure why the problem is happening, i looked around and other people had similar problems but their was only after the game was loaded (during server selection screen). 

 

i'm running windows 10 x64, i have the latest mysql/jdk and navicat premium. 

 

do i need to change default -ipconfig.xml file? in the folder it says not needing to change if use default.

 

thanks for help

 

 

 

p.s. the client i installed said freya (high five) and the splash art during loading says lineage 2 freya, does this not work with l2 h5 server ? (do i have to get a different client/ server files)

Basically is client problem. Have not something to do with your server if the client doesnt run. Everything i think is from windows 10. My idea is to search in topzone-hopzone one h5 server with windows 10 system, download, change l2.ini with your local ip and try to run.  The other way is to find Nwindow.dll file for windows 10(located in l2 system folder). (im not sure if that works i have listen this but i have not try it). 

Link to comment
Share on other sites

  • 0

thanks for the info niko, btw i tried compatibility and nada.. i'm try find a different system folder, or try with a different client maybe freya or gracia

 

can any1 tell me if this ipconfig.xml looks right? this line (<!-- Localhost here -->) looks out of place.

 

p.s. i'm a total retard when it comes to coding (only did 1year in highschool 12 years ago) >_>

<?xml version="1.0" encoding="UTF-8"?>
<!-- Externalhost here (Internet IP) or Localhost IP for local test -->
<gameserver address="127.0.0.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd">
	<!-- Localhost here -->
	<define subnet="127.0.0.0/8" address="127.0.0.1" />
	<!-- Internalhosts here (LANs IPs) -->
	<define subnet="10.0.0.0/8" address="10.0.0.0" />
	<define subnet="172.16.0.0/19" address="172.16.0.0" />
	<define subnet="192.168.0.0/16" address="192.168.0.0" />
</gameserver>
Link to comment
Share on other sites

  • 0

 

thanks for the info niko, btw i tried compatibility and nada.. i'm try find a different system folder, or try with a different client maybe freya or gracia

 

can any1 tell me if this ipconfig.xml looks right? this line (<!-- Localhost here -->) looks out of place.

 

p.s. i'm a total retard when it comes to coding (only did 1year in highschool 12 years ago) >_>

<?xml version="1.0" encoding="UTF-8"?>
<!-- Externalhost here (Internet IP) or Localhost IP for local test -->
<gameserver address="127.0.0.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd">
	<!-- Localhost here -->
	<define subnet="127.0.0.0/8" address="127.0.0.1" />
	<!-- Internalhosts here (LANs IPs) -->
	<define subnet="10.0.0.0/8" address="10.0.0.0" />
	<define subnet="172.16.0.0/19" address="172.16.0.0" />
	<define subnet="192.168.0.0/16" address="192.168.0.0" />
</gameserver>

dont try to use system from other clients. try to use h5 system

 

 

<?xml version="1.0" encoding="UTF-8"?>
<!-- Externalhost here (Internet IP) or Localhost IP for local test -->
<gameserver address="127.0.0.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd">
<!-- Localhost here -->
<define subnet="127.0.0.0/8" address="127.0.0.1" />
<!-- Internalhosts here (LANs IPs) -->
<define subnet="10.0.0.0/8" address="10.0.0.0" />
<define subnet="172.16.0.0/19" address="172.16.0.0" />
<define subnet="192.168.0.0/16" address="192.168.0.0" />
</gameserver>
Link to comment
Share on other sites

  • 0

 

thanks for the info niko, btw i tried compatibility and nada.. i'm try find a different system folder, or try with a different client maybe freya or gracia

 

can any1 tell me if this ipconfig.xml looks right? this line (<!-- Localhost here -->) looks out of place.

 

p.s. i'm a total retard when it comes to coding (only did 1year in highschool 12 years ago) >_>

<?xml version="1.0" encoding="UTF-8"?>
<!-- Externalhost here (Internet IP) or Localhost IP for local test -->
<gameserver address="127.0.0.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd">
	<!-- Localhost here -->
	<define subnet="127.0.0.0/8" address="127.0.0.1" />
	<!-- Internalhosts here (LANs IPs) -->
	<define subnet="10.0.0.0/8" address="10.0.0.0" />
	<define subnet="172.16.0.0/19" address="172.16.0.0" />
	<define subnet="192.168.0.0/16" address="192.168.0.0" />
</gameserver>

try this system: http://apocalyps.eu/download/system.rar

that works on me (windows 10 x64)

Link to comment
Share on other sites

  • 0

thanks alot m8, btw my system folder is clean with no l2.exe, 

how can i patch my own system folder to make an l2.exe,  for future so i don't have to look around for a system folder with one.

 

i tried the other method creating a bat file with

 

@echo off

start l2.bin

exit

 

but the command runs for half a millisecond then disappears, and l2 doesn't start. So im thinking i'm missing a step here. 

Link to comment
Share on other sites

  • 0

thanks alot m8, btw my system folder is clean with no l2.exe, 

how can i patch my own system folder to make an l2.exe,  for future so i don't have to look around for a system folder with one.

 

i tried the other method creating a bat file with

 

@echo off

start l2.bin

exit

 

but the command runs for half a millisecond then disappears, and l2 doesn't start. So im thinking i'm missing a step here. 

Why u go from the hard way? Just download from link of i give you, change the ip with your local ip and all be happy

Link to comment
Share on other sites

  • 0

Paste inside your system and run the patcher. Still, take l2.exe from another patch and use it to launch the game.

 

http://www.4shared.com/rar/ICmhuXTmce/l2endec.html

Edited by SweeTs
Link to comment
Share on other sites

  • 0

soo i don't whats going on.. but my client is connecting some EU server, even though i have the serveradr in l2.ini set to 127.0.0.1

Edited by x0r
Link to comment
Share on other sites

  • 0

 

yeah the H5 patched system link doesn't work, thanks for the share though

 

 

nvm, my adblock was stopping the captcha verification. thanks for the share again though

Edited by x0r
Link to comment
Share on other sites

  • 0

So at this point i don't know how to fix this,

 

if i use pre patched system folder i get these two problems:

- doesn't connect to localhost: b/c it doesn't use l2.ini for path

- i get "warning, l2 doesn't run with this windows / files corrupt / damage, please contact administrator"

 

if i try to patch my own system folder i get

"warning! some game files are corrupted or not found!

 

any tips?

 

 preferably change this system folder provided by nikko 

 

----- "try this system: http://apocalyps.eu/...load/system.rar that works on me (windows 10 x64)"

 

 so that i can change the address path to connect to localhost, because changing the l2ini in that folder doesn't do anything. 

Edited by x0r
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...