problems while updating GS from 7669 to 7670

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
Torvitas
Posts: 164
Joined: Fri Nov 16, 2007 1:44 am

problems while updating GS from 7669 to 7670

Post by Torvitas »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 7670:

when i'm trying to upgrade my Server using the Diff files janiii created.

But after doing this some Errors occur:

Image

how to fix this?
Using the Quickfix options would solve the problems but cause errors in Serversoftware when running.
So what to do?


Edit: Heres what the Compiler says:

Code: Select all

    [javac] Compiling 1526 source files to F:\workspace\L2_GameServer_4427\build\classes    [javac] F:\workspace\L2_GameServer_4427\java\com\l2jserver\gameserver\model\L2Skill.java:2453: cannot find symbol    [javac] symbol  : variable targetPlayer    [javac] location: class com.l2jserver.gameserver.model.L2Skill    [javac]                 if (targetPlayer == null)    [javac]                     ^    [javac] F:\workspace\L2_GameServer_4427\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:6756: cannot find symbol    [javac] symbol  : variable YOU_CANNOT_MOUNT_A_STEED_WHILE_HOLDING_A_FLAG    [javac] location: class com.l2jserver.gameserver.network.SystemMessageId    [javac]                 sendPacket(new SystemMessage(SystemMessageId.YOU_CANNOT_MOUNT_A_STEED_WHILE_HOLDING_A_FLAG));    [javac]                                                             ^    [javac] F:\workspace\L2_GameServer_4427\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:15055: cannot find symbol    [javac] symbol  : variable _handysBlockCheckerEventArena    [javac] location: class com.l2jserver.gameserver.model.actor.instance.L2PcInstance    [javac]         _handysBlockCheckerEventArena = arena;    [javac]         ^    [javac] F:\workspace\L2_GameServer_4427\java\com\l2jserver\gameserver\model\actor\instance\L2PcInstance.java:15060: cannot find symbol    [javac] symbol  : variable _handysBlockCheckerEventArena    [javac] location: class com.l2jserver.gameserver.model.actor.instance.L2PcInstance    [javac]         return _handysBlockCheckerEventArena;    [javac]                ^    [javac] F:\workspace\L2_GameServer_4427\java\com\l2jserver\gameserver\util\MinionList.java:144: cannot find symbol    [javac] symbol  : method isRespawnEnabled()    [javac] location: class com.l2jserver.gameserver.model.L2Spawn    [javac]                 && _master.getSpawn().isRespawnEnabled())    [javac]                                      ^    [javac] F:\workspace\L2_GameServer_4427\java\com\l2jserver\gameserver\network\clientpackets\RequestUnEquipItem.java:71: cannot find symbol    [javac] symbol  : method isWear()    [javac] location: class com.l2jserver.gameserver.model.L2ItemInstance    [javac]         if (item == null || item.isWear())    [javac]                                 ^    [javac] 6 errors 
Nik
L2j Veteran
L2j Veteran
Posts: 629
Joined: Fri Apr 18, 2008 9:09 pm

Re: problems while updating GS from 7669 to 7670

Post by Nik »

you havent applied the diff right...
Playing a game where you know how every single mechanism works is quite satisfying.
Its the main perk that a gamer-developer has :D
Post Reply