Can't run server

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
Post Reply
laikeriz
Posts: 48
Joined: Sun Feb 01, 2009 8:35 pm

Can't run server

Post by laikeriz »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 5135:
L2JDP Revision unknown:
I just transferred files from old pc to new one and I get this error when trying to run server in debug mode:
Exception in thread "main" java.lang.VerifyError: Inconsistent stackmap frames at branch target 973 in method com.l2jserver.gameserver.model.olympiad.Olympiad.sortHerosToBe()V at offset 510
at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:294)
at com.l2jserver.gameserver.GameServer.main(GameServer.java:493)
What could be the problem? BTW how do I recompile /bin folder?
horato
Posts: 90
Joined: Sun Aug 31, 2008 1:45 am

Re: Can't run server

Post by horato »

common eclipse or java7 (cant remember now) bug. Add

Code: Select all

-XX:-UseSplitVerifier 
to launch configuration ;)

recompiling: in eclipse chose project->clean
laikeriz
Posts: 48
Joined: Sun Feb 01, 2009 8:35 pm

Re: Can't run server

Post by laikeriz »

Thanks :)
Post Reply