Missing L2.exe on Epilogue Version

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Locked
1enn0x
Posts: 3
Joined: Fri Sep 10, 2010 2:49 pm

Missing L2.exe on Epilogue Version

Post by 1enn0x »

Hi, I have my server setup and running but when I download the Lineage 2 Epilogue the L2.exe is not present on the system folder and it doesn't work if you rename the L2.bin as L2.exe. What can I do to connect to my server. Some people says run the Launcher but if I did I'm going to download Freya and it wont work. So please someone help me out.

Thanks in Advance.

» Find Revision
L2J Revision 4412:
L2JDP Revision 7664:
User avatar
Tan
L2j Veteran
L2j Veteran
Posts: 873
Joined: Wed Jun 10, 2009 10:31 pm
Location: Poland

Re: Missing L2.exe on Epilogue Version

Post by Tan »

it doesnt exist anymore :)
Some people believe in God... i believe in Music... some people pray..... I turn on Winamp
http://www.last.fm/user/L2jTan
User avatar
badboy29
Posts: 417
Joined: Fri Apr 24, 2009 5:34 am
Location: Brazil

Re: Missing L2.exe on Epilogue Version

Post by badboy29 »

Aka UnHoly
1enn0x
Posts: 3
Joined: Fri Sep 10, 2010 2:49 pm

Re: Missing L2.exe on Epilogue Version

Post by 1enn0x »

Well if you explain how it works maybe I will try if it works. Because I don't have any idea.
User avatar
ThePhoenixBird
L2j Inner Circle
L2j Inner Circle
Posts: 1857
Joined: Fri May 27, 2005 5:11 pm

Re: Missing L2.exe on Epilogue Version

Post by ThePhoenixBird »

Create a new Notepad file and copy this (without line numbers):

Code: Select all

@echo offstart l2.binexit
Save as Launcher.bat on the same folder where the l2.bin is, execute it, have fun.
1enn0x
Posts: 3
Joined: Fri Sep 10, 2010 2:49 pm

Re: Missing L2.exe on Epilogue Version

Post by 1enn0x »

Well Thanks but I have tried that and Still not working. =(

@echo off
start L2.bin
exit

The application has failed to start because its side-by-side configuration is in correct.
Please see the application event log or use the command-line sxstrace.exe tool for more detail.
leeleatherwood
Posts: 9
Joined: Mon Oct 15, 2007 5:56 pm

Re: Missing L2.exe on Epilogue Version

Post by leeleatherwood »

copy the file l2.bin and rename it to l2.exe
User avatar
ThePhoenixBird
L2j Inner Circle
L2j Inner Circle
Posts: 1857
Joined: Fri May 27, 2005 5:11 pm

Re: Missing L2.exe on Epilogue Version

Post by ThePhoenixBird »

leeleatherwood wrote:copy the file l2.bin and rename it to l2.exe
Modifing the Client is not supported on this forums.
User avatar
Stake
Posts: 383
Joined: Sun Mar 23, 2008 9:33 pm
Location: Hungary
Contact:

Re: Missing L2.exe on Epilogue Version

Post by Stake »

You can associate any filetypes to programs. An exe file has an association as well. It is: "%1" %*
Set this association to the bin file, and you can run it on WinVista/Win7 by the "start" command mentioned above.
Image
Image
Locked