Jump to content
  • 0

[HELP]l2j game server compile prob 1 error mono!


Question

Posted

oriste edw einai olo to ant built pou exei kanei kai sto telos mou vgazei 1 error :S den katalavaino ti prob exei enw to DATAPACK to kanei swsta

 

wriste to error pou mou vgazei to gameserver sto l2j frozen

BUILD FAILED

C:\workspace\L2jFrozen_GameServer\build.xml:65: Error starting modern compiler

 

Total time: 46 seconds

 

pisteyo na mporeite na help

9 answers to this question

Recommended Posts

  • 0
Posted

ena tip mhn vazeis to workspace ston c:/

ennow valto mesa sta egrafa sou gt merikes fores ta windows malakizonte me to access dokimase na to valeis sta egrafa sou to workspace dokimase kai enhmerwse an eftiakse!!!

  • 0
Posted

Buildfile: C:\workspace\L2jFrozen_GameServer\build.xml

prepare-local:

prepare-final:

init:

    [mkdir] Created dir: C:\workspace\L2jFrozen_GameServer\build

    [mkdir] Created dir: C:\workspace\L2jFrozen_GameServer\build\classes

    [mkdir] Created dir: C:\workspace\L2jFrozen_GameServer\build\dist

    [mkdir] Created dir: C:\workspace\L2jFrozen_GameServer\build\dist\loginserver

    [mkdir] Created dir: C:\workspace\L2jFrozen_GameServer\build\dist\loginserver\lib

    [mkdir] Created dir: C:\workspace\L2jFrozen_GameServer\build\dist\gameserver

    [mkdir] Created dir: C:\workspace\L2jFrozen_GameServer\build\dist\gameserver\lib

version:

    [echo] L2jFrozen Gameserver Revision: 946

compile:

    [javac] Compiling 1463 source files to C:\workspace\L2jFrozen_GameServer\build\classes

    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:4969: incomparable types: java.lang.Enum<capture#786 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType

    [javac] && ItemTable.getInstance().createDummyItem(itemId).getItemType() == L2EtcItemType.HERB

    [javac]                                                                 ^

    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:4970: incomparable types: java.lang.Enum<capture#894 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType

    [javac] || ItemTable.getInstance().createDummyItem(itemId).getItemType() != L2EtcItemType.HERB))

    [javac]                                                                 ^

    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:5010: incomparable types: java.lang.Enum<capture#369 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType

    [javac] if(ItemTable.getInstance().createDummyItem(itemId).getItemType() == L2EtcItemType.HERB) //If item is herb dont add it to iv :]

    [javac]                                                                 ^

    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:6700: incomparable types: java.lang.Enum<capture#132 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType

    [javac] if(target.getItemType() == L2EtcItemType.HERB)

    [javac]                         ^

    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:6722: inconvertible types

    [javac] found  : java.lang.Enum<capture#122 of ?>

    [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType

    [javac] if(target.getItemType() instanceof L2ArmorType || target.getItemType() instanceof L2WeaponType || target.getItem() instanceof L2Armor || target.getItem() instanceof L2Weapon)

    [javac]                     ^

    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:6722: inconvertible types

    [javac] found  : java.lang.Enum<capture#42 of ?>

    [javac] required: com.l2jfrozen.gameserver.templates.L2WeaponType

    [javac] if(target.getItemType() instanceof L2ArmorType || target.getItemType() instanceof L2WeaponType || target.getItem() instanceof L2Armor || target.getItem() instanceof L2Weapon)

    [javac]                                                                     ^

    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:6747: incomparable types: java.lang.Enum<capture#930 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType

    [javac] if(target.getItem() != null && target.getItem().getItemType() == L2EtcItemType.ARROW)

    [javac]                                                               ^

    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:6926: inconvertible types

    [javac] found  : java.lang.Enum<capture#66 of ?>

    [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType

    [javac] if ((L2ArmorType)legs.getItemType() == L2ArmorType.HEAVY

    [javac]                                 ^

    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:6927: inconvertible types

    [javac] found  : java.lang.Enum<capture#218 of ?>

    [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType

    [javac] && ((L2ArmorType)armor.getItemType() == L2ArmorType.HEAVY))

    [javac]                                   ^

    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:6933: inconvertible types

    [javac] found  : java.lang.Enum<capture#733 of ?>

    [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType

    [javac] && (L2ArmorType)armor.getItemType() == L2ArmorType.HEAVY))

    [javac]                                 ^

    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:6951: inconvertible types

    [javac] found  : java.lang.Enum<capture#627 of ?>

    [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType

    [javac] if ((L2ArmorType)legs.getItemType() == L2ArmorType.LIGHT

    [javac]                                 ^

    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:6952: inconvertible types

    [javac] found  : java.lang.Enum<capture#971 of ?>

    [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType

    [javac] && ((L2ArmorType)armor.getItemType() == L2ArmorType.LIGHT))

    [javac]                                   ^

    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:6958: inconvertible types

    [javac] found  : java.lang.Enum<capture#454 of ?>

    [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType

    [javac] && (L2ArmorType)armor.getItemType() == L2ArmorType.LIGHT))

    [javac]                                 ^

    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:6976: inconvertible types

    [javac] found  : java.lang.Enum<capture#543 of ?>

    [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType

    [javac] if ((L2ArmorType)legs.getItemType() == L2ArmorType.MAGIC

    [javac]                                 ^

    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:6977: inconvertible types

    [javac] found  : java.lang.Enum<capture#896 of ?>

    [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType

    [javac] && ((L2ArmorType)armor.getItemType() == L2ArmorType.MAGIC))

    [javac]                                   ^

    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\actor\instance\L2PcInstance.java:6983: inconvertible types

    [javac] found  : java.lang.Enum<capture#972 of ?>

    [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType

    [javac] && (L2ArmorType)armor.getItemType() == L2ArmorType.MAGIC))

    [javac]                                 ^

    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\TradeList.java:344: incomparable types: java.lang.Enum<capture#328 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType

    [javac] || item.getItemType() == L2EtcItemType.QUEST)

    [javac]                       ^

    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\TradeList.java:408: incomparable types: java.lang.Enum<capture#255 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType

    [javac] if(!item.isTradeable() || item.getItemType() == L2EtcItemType.QUEST)

    [javac]                                             ^

    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\Inventory.java:210: incomparable types: java.lang.Enum<capture#569 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType

    [javac] if(item.getItemType() == L2WeaponType.BOW)

    [javac]                       ^

    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\Inventory.java:253: incomparable types: java.lang.Enum<capture#890 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType

    [javac] if(item.getItemType() == L2WeaponType.BOW)

    [javac]                       ^

    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\Inventory.java:1330: incomparable types: java.lang.Enum<capture#559 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType

    [javac] if(!(item.getItem() instanceof L2EtcItem) || item.getItem().getItemType() != L2EtcItemType.ARROW)

    [javac]                                                                           ^

    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\PcInventory.java:733: incomparable types: java.lang.Enum<capture#536 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType

    [javac] if(!(item.isStackable() && getItemByItemId(item.getItemId()) != null) && item.getItemType() != L2EtcItemType.HERB)

    [javac]                                                                                             ^

    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\PcInventory.java:786: incomparable types: java.lang.Enum<capture#351 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType

    [javac] if(!(item.isStackable() && getItemByItemId(item.getItemId()) != null) && item.getItemType() != L2EtcItemType.HERB)

    [javac]                                                                                             ^

    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\ShortCuts.java:134: incomparable types: java.lang.Enum<capture#944 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType

    [javac] if(item != null && item.getItemType() == L2EtcItemType.SHOT)

    [javac]                                       ^

    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\L2Attackable.java:2497: incomparable types: java.lang.Enum<capture#697 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType

    [javac] if(Config.AUTODESTROY_ITEM_AFTER > 0 && ditem.getItemType() != L2EtcItemType.HERB || Config.HERB_AUTO_DESTROY_TIME > 0 && ditem.getItemType() == L2EtcItemType.HERB)

    [javac]                                                             ^

    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\model\L2Attackable.java:2497: incomparable types: java.lang.Enum<capture#258 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType

    [javac] if(Config.AUTODESTROY_ITEM_AFTER > 0 && ditem.getItemType() != L2EtcItemType.HERB || Config.HERB_AUTO_DESTROY_TIME > 0 && ditem.getItemType() == L2EtcItemType.HERB)

    [javac]                                                                                                                                               ^

    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\templates\L2Weapon.java:141: inconvertible types

    [javac] found  : java.lang.Enum<capture#421 of ?>

    [javac] required: com.l2jfrozen.gameserver.templates.L2WeaponType

    [javac] return (L2WeaponType) super._type;

    [javac]                           ^

    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\templates\L2Armor.java:82: inconvertible types

    [javac] found  : java.lang.Enum<capture#491 of ?>

    [javac] required: com.l2jfrozen.gameserver.templates.L2ArmorType

    [javac] return (L2ArmorType) super._type;

    [javac]                           ^

    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\datatables\sql\ItemTable.java:338: incomparable types: java.lang.Enum<capture#280 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType

    [javac] if(item.type == L2WeaponType.NONE)

    [javac]             ^

    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\datatables\sql\ItemTable.java:387: incomparable types: java.lang.Enum<capture#880 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType

    [javac] if(item.type == L2WeaponType.PET)

    [javac]             ^

    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\datatables\sql\ItemTable.java:462: incomparable types: java.lang.Enum<capture#641 of ?> and com.l2jfrozen.gameserver.templates.L2ArmorType

    [javac] if(item.type == L2ArmorType.PET)

    [javac]             ^

    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\templates\L2EtcItem.java:48: inconvertible types

    [javac] found  : java.lang.Enum<capture#360 of ?>

    [javac] required: com.l2jfrozen.gameserver.templates.L2EtcItemType

    [javac] return (L2EtcItemType) super._type;

    [javac]                             ^

    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\handler\skillhandlers\Blow.java:159: incomparable types: java.lang.Enum<capture#146 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType

    [javac] soul = (ss && (weapon.getItemType() == L2WeaponType.DAGGER ));

    [javac]                                     ^

    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\handler\skillhandlers\Pdam.java:137: incomparable types: java.lang.Enum<capture#42 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType

    [javac] soul = (ss && weapon.getItemType() != L2WeaponType.DAGGER);

    [javac]                                   ^

    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\handler\skillhandlers\StrSiegeAssault.java:107: incomparable types: java.lang.Enum<capture#426 of ?> and com.l2jfrozen.gameserver.templates.L2WeaponType

    [javac] boolean soul = (weapon != null && weapon.getChargedSoulshot() == L2ItemInstance.CHARGED_SOULSHOT && weapon.getItemType() != L2WeaponType.DAGGER);

    [javac]                                                                                                                         ^

    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\managers\ItemsOnGroundManager.java:167: incomparable types: java.lang.Enum<capture#824 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType

    [javac] if(Config.AUTODESTROY_ITEM_AFTER > 0 && item.getItemType() != L2EtcItemType.HERB || Config.HERB_AUTO_DESTROY_TIME > 0 && item.getItemType() == L2EtcItemType.HERB)

    [javac]                                                           ^

    [javac] C:\workspace\L2jFrozen_GameServer\head-src\com\l2jfrozen\gameserver\managers\ItemsOnGroundManager.java:167: incomparable types: java.lang.Enum<capture#238 of ?> and com.l2jfrozen.gameserver.templates.L2EtcItemType

    [javac] if(Config.AUTODESTROY_ITEM_AFTER > 0 && item.getItemType() != L2EtcItemType.HERB || Config.HERB_AUTO_DESTROY_TIME > 0 && item.getItemType() == L2EtcItemType.HERB)

    [javac]                                                                                                                                             ^

 

BUILD FAILED

C:\workspace\L2jFrozen_GameServer\build.xml:65: Error starting modern compiler

 

Total time: 46 seconds

  • 0
Posted

oxi tpt opws einai to exw apo to svn

kanonika na sou pw thes na milame apo skype ligo  : aris10024 h ama den piasei ayto aris 2hard2d1e

i apo msn : crossfireselling@hotmail.com

  • 0
Posted

pedes an to lisate to problem gt den to lete edo na min ksana ginete post....

an dn ine diskolo kane ena post gia na kseroune ke i ali pos na to lisoune.

<lock>

  • 0
Posted

lipon katevasa to kainourgio eclipse me kainourgia version java ta perasa sto eclipse kai ekana compile kai petixe GG!

 

#LOCKED

Guest
This topic is now closed to further replies.


  • Posts

    • My official facebook profile!: https://www.facebook.com/spectrumL2 Specifications: Revamped L2JACIS revision FROM the core Private project!!! Revision that has been receiving corrections for over 3 years!!! Events already installed in the revision: TVT CTF KTB PARTY FARM SPOIL EVENT CRAZY RATES TOURNAMENT TIME ZONE (INSTANCE) All working correctly!!! SIEGE ESSENTIAL FEATURES: Walls fix Gates fix Flags fix 100% functional: OLYMPIADS: Implemented settings Hero receives enchanted Weapons with equal status PvP Weapons Optional /true/false Hero can acquire all Hero Weapons Optional true/false OTHER IMPLEMENTATIONS: Teleport fixed (directly to Giran) Teleport effect classic Vip skins vip collor name Pack NPCs with effect already configured BOSES already configured Mobs already configured CLASS BALANCE SPECIAL SYSTEM We have a SPECIAL system developed for Class Balance with only 1 digit in XML %tage of configurable debuffs Player limitation system in BOSES or PvP zones BS blocking system in FLEG zones or events Among others dozens of improvements made in the review... price: 390 USD !  OBS: WE CAN CHANGE THE BANNER AND NAME OF THE SERVICE TO THE ONE OF YOUR PREFERENCE BUT THE SETTINGS MUST BE KEPT ANY CHANGES REQUIRE ADDITION        
    • Server is Online – 1,000+ Active Players! We’re excited to announce the addition of a Europe Proxy to improve connectivity for our EU players! Clans can now benefit from VIP Access to help you catch up faster. 🎯 If you're a clan leader with at least 9 active members, join our Discord and open a ticket to claim your VIP rewards!  
    • The Telegram team is rolling out a new batch of Stars-only gifts you’ll be able to mint as NFTs. Don’t miss your chance to join the next Telegram trend and earn from it! Buy Telegram Stars cheap and KYC-free 1 Star from $0.0149 (min. 50 Stars, bulk discounts available) Promo code STARS5 — 5 % off Pay any way you like: bank cards · crypto · other popular methods How to purchase: ➡Online Store — Click ➡ Telegram bot — Click Other services: ➡ SMM panel — Click Regular buyers get extra discounts and promo codes. Support: ➡ Telegram: https://t.me/solomon_bog ➡ Telegram channel: https://t.me/accsforyou_shop ➡ Discord: https://discord.gg/y9AStFFsrh ➡ WhatsApp: https://wa.me/79051904467 ➡ Email: solomonbog@socnet.store Use these contacts to discuss wholesale orders, partnerships (current list: https://socnet.bgng.io/partners) or to become a supplier. SocNet — your shop for digital goods and premium subscriptions
    • The Telegram team is rolling out a new batch of Stars-only gifts you’ll be able to mint as NFTs. Don’t miss your chance to join the next Telegram trend and earn from it! Buy Telegram Stars cheap and KYC-free 1 Star from $0.0149 (min. 50 Stars, bulk discounts available) Promo code STARS5 — 5 % off Pay any way you like: bank cards · crypto · other popular methods How to purchase: ➡Online Store — Click ➡ Telegram bot — Click Other services: ➡ SMM panel — Click Regular buyers get extra discounts and promo codes. Support: ➡ Telegram: https://t.me/solomon_bog ➡ Telegram channel: https://t.me/accsforyou_shop ➡ Discord: https://discord.gg/y9AStFFsrh ➡ WhatsApp: https://wa.me/79051904467 ➡ Email: solomonbog@socnet.store Use these contacts to discuss wholesale orders, partnerships (current list: https://socnet.bgng.io/partners) or to become a supplier. SocNet — your shop for digital goods and premium subscriptions
  • Topics

×
×
  • Create New...

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock