Page 1 of 1

Missing L2.exe on Epilogue Version

Posted: Fri Sep 10, 2010 3:14 pm
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:

Re: Missing L2.exe on Epilogue Version

Posted: Fri Sep 10, 2010 3:45 pm
by Tan
it doesnt exist anymore :)

Re: Missing L2.exe on Epilogue Version

Posted: Fri Sep 10, 2010 3:53 pm
by badboy29

Re: Missing L2.exe on Epilogue Version

Posted: Fri Sep 10, 2010 6:50 pm
by 1enn0x
Well if you explain how it works maybe I will try if it works. Because I don't have any idea.

Re: Missing L2.exe on Epilogue Version

Posted: Fri Sep 10, 2010 6:59 pm
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.

Re: Missing L2.exe on Epilogue Version

Posted: Fri Sep 10, 2010 8:03 pm
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.

Re: Missing L2.exe on Epilogue Version

Posted: Sat Sep 11, 2010 12:00 am
by leeleatherwood
copy the file l2.bin and rename it to l2.exe

Re: Missing L2.exe on Epilogue Version

Posted: Sat Sep 11, 2010 12:52 am
by ThePhoenixBird
leeleatherwood wrote:copy the file l2.bin and rename it to l2.exe
Modifing the Client is not supported on this forums.

Re: Missing L2.exe on Epilogue Version

Posted: Sat Sep 11, 2010 1:19 am
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.