MClaassen Β Β 0 Posted October 16 (edited) Quote ..............................................................................[ Handlers ] Exception in thread "main" java.lang.ExceptionInInitializerError Β Β Β Β Β Β Β at l2jorion.game.handler.ItemHandler.getInstance(ItemHandler.java:73) Β Β Β Β Β Β Β at l2jorion.game.GameServer.<init>(GameServer.java:492) Β Β Β Β Β Β Β at l2jorion.game.GameServer.main(GameServer.java:245) Caused by: java.lang.NullPointerException: Cannot read the array length because "<local2>" is null Β Β Β Β Β Β Β at l2jorion.game.handler.item.CustomPremiumItem.getItemIds(CustomPremiumItem.java:101) Β Β Β Β Β Β Β at l2jorion.game.handler.ItemHandler.registerItemHandler(ItemHandler.java:147) Β Β Β Β Β Β Β at l2jorion.game.handler.ItemHandler.<init>(ItemHandler.java:120) Β Β Β Β Β Β Β at l2jorion.game.handler.ItemHandler$SingletonHolder.<clinit>(ItemHandler.java:167) Β Β Β Β Β Β Β ... 3 more Do i need a special Jave-Version? Β Edited October 16 by MClaassen Share this post Link to post Share on other sites
Vilmis Β Β 537 Posted October 16 32 minutes ago, MClaassen said: Do i need a special Jave-Version? Β Hello, Try to check a config file: gane/config/premium/premium.ini ->Β PremiumCustomItemId = Did you change anything in here? Share this post Link to post Share on other sites
MClaassen Β Β 0 Posted October 16 After the error occurred, I set the system to False. But this didn't make any difference. This is the first installation. I use Windows Server 2022 as the operating system. Share this post Link to post Share on other sites
MClaassen Β Β 0 Posted October 16 I have now downloaded the files again and performed a new installation. Everything is working now. I have no idea where the error was. Perhaps there was an error during the first download or unpacking. Share this post Link to post Share on other sites
Vilmis Β Β 537 Posted October 16 3 hours ago, MClaassen said: I have now downloaded the files again and performed a new installation. Everything is working now. I have no idea where the error was. Perhaps there was an error during the first download or unpacking. Probably you tried to mix the update filesΒ whenΒ latest server pack isΒ updated fully. Share this post Link to post Share on other sites