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:
Missing L2.exe on Epilogue Version
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- Tan
- L2j Veteran
- Posts: 873
- Joined: Wed Jun 10, 2009 10:31 pm
- Location: Poland
Re: Missing L2.exe on Epilogue Version
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
http://www.last.fm/user/L2jTan
- badboy29
- Posts: 417
- Joined: Fri Apr 24, 2009 5:34 am
- Location: Brazil
-
- Posts: 3
- Joined: Fri Sep 10, 2010 2:49 pm
Re: Missing L2.exe on Epilogue Version
Well if you explain how it works maybe I will try if it works. Because I don't have any idea.
- ThePhoenixBird
- L2j Inner Circle
- Posts: 1857
- Joined: Fri May 27, 2005 5:11 pm
Re: Missing L2.exe on Epilogue Version
Create a new Notepad file and copy this (without line numbers):
Save as Launcher.bat on the same folder where the l2.bin is, execute it, have fun.
Code: Select all
@echo offstart l2.binexit
-
- Posts: 3
- Joined: Fri Sep 10, 2010 2:49 pm
Re: Missing L2.exe on Epilogue Version
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.
@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.
-
- Posts: 9
- Joined: Mon Oct 15, 2007 5:56 pm
Re: Missing L2.exe on Epilogue Version
copy the file l2.bin and rename it to l2.exe
- ThePhoenixBird
- L2j Inner Circle
- Posts: 1857
- Joined: Fri May 27, 2005 5:11 pm
Re: Missing L2.exe on Epilogue Version
Modifing the Client is not supported on this forums.leeleatherwood wrote:copy the file l2.bin and rename it to l2.exe
- Stake
- Posts: 383
- Joined: Sun Mar 23, 2008 9:33 pm
- Location: Hungary
- Contact:
Re: Missing L2.exe on Epilogue Version
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.
Set this association to the bin file, and you can run it on WinVista/Win7 by the "start" command mentioned above.

