Jump to content
  • 0

Error Game Server Machine(Log)


seby12345

Question

INFO  =======================================================================-[ Npc ]

INFO  Initializing Walkers Routes Table.

INFO  WalkerRoutesTable: Loaded 167 Npc Walker Routes.

INFO  NpcTable: Loaded 6592 Npc Templates.

ERROR NPCTable: Error creating custom NPC table

java.lang.IllegalArgumentException: String value required, but not specified

at com.l2jfrozen.gameserver.templates.StatsSet.getString(StatsSet.java:475)

at com.l2jfrozen.gameserver.templates.L2NpcTemplate.<init>(L2NpcTemplate.java:137)

at com.l2jfrozen.gameserver.datatables.sql.NpcTable.fillNpcTable(NpcTable.java:716)

at com.l2jfrozen.gameserver.datatables.sql.NpcTable.restoreNpcData(NpcTable.java:200)

at com.l2jfrozen.gameserver.datatables.sql.NpcTable.<init>(NpcTable.java:78)

at com.l2jfrozen.gameserver.datatables.sql.NpcTable.getInstance(NpcTable.java:68)

at com.l2jfrozen.gameserver.GameServer.main(GameServer.java:296)

INFO  CustomDropList : Added 0 custom droplist

WARN  NPCTable: Error defining learning data for NPC 50020: specified classId 119 is higher then max one 118 specified into ClassID Enum --> check your Database to be complient with it

WARN  NPCTable: Error defining learning data for NPC 50020: specified classId 120 is higher then max one 118 specified into ClassID Enum --> check your Database to be complient with it

WARN  NPCTable: Error defining learning data for NPC 50020: specified classId 121 is higher then max one 118 specified into ClassID Enum --> check your Database to be complient with it

WARN  NPCTable: Error defining learning data for NPC 50020: specified classId 122 is higher then max one 118 specified into ClassID Enum --> check your Database to be complient with it

WARN  NPCTable: Error defining learning data for NPC 50020: specified classId 123 is higher then max one 118 specified into ClassID Enum --> check your Database to be complient with it

WARN  NPCTable: Error defining learning data for NPC 50020: specified classId 124 is higher then max one 118 specified into ClassID Enum --> check your Database to be complient with it

WARN  NPCTable: Error defining learning data for NPC 50020: specified classId 125 is higher then max one 118 specified into ClassID Enum --> check your Database to be complient with it

WARN  NPCTable: Error defining learning data for NPC 50020: specified classId 126 is higher then max one 118 specified into ClassID Enum --> check your Database to be complient with it

WARN  NPCTable: Error defining learning data for NPC 50020: specified classId 127 is higher then max one 118 specified into ClassID Enum --> check your Database to be complient with it

WARN  NPCTable: Error defining learning data for NPC 50020: specified classId 128 is higher then max one 118 specified into ClassID Enum --> check your Database to be complient with it

WARN  NPCTable: Error defining learning data for NPC 50020: specified classId 129 is higher then max one 118 specified into ClassID Enum --> check your Database to be complient with it

WARN  NPCTable: Error defining learning data for NPC 50020: specified classId 130 is higher then max one 118 specified into ClassID Enum --> check your Database to be complient with it

WARN  NPCTable: Error defining learning data for NPC 50020: specified classId 131 is higher then max one 118 specified into ClassID Enum --> check your Database to be complient with it

WARN  NPCTable: Error defining learning data for NPC 50020: specified classId 132 is higher then max one 118 specified into ClassID Enum --> check your Database to be complient with it

WARN  NPCTable: Error defining learning data for NPC 50020: specified classId 133 is higher then max one 118 specified into ClassID Enum --> check your Database to be complient with it

WARN  NPCTable: Error defining learning data for NPC 50020: specified classId 134 is higher then max one 118 specified into ClassID Enum --> check your Database to be complient with it

WARN  NPCTable: Error defining learning data for NPC 50020: specified classId 135 is higher then max one 118 specified into ClassID Enum --> check your Database to be complient with it

WARN  NPCTable: Error defining learning data for NPC 50020: specified classId 136 is higher then max one 118 specified into ClassID Enum --> check your Database to be complient with it

INFO  NpcTable: Loaded 447 Minions.

 

 

 

The error is that.. I don't know what is the problem.. in my computer I startavo the game server without problems , now the machine that host my server gives me this problem . Can anyone tell me exactly what to do to solve it and then start the game server ?

 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0
java.lang.IllegalArgumentException: String value required, but not specified

One of your custom npc is buggy (missing a String variable), review custom npc table. And if that error doesn't fix the next one, you also got an issue with learning class data for npcid 50020.

Edited by Tryskell
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • Create or customize your own Discord server with an expert. Do you need a Discord server that meets your needs and preferences? Would you like to improve your existing server with new features and improvements? You have come to the right place. I am a professional Discord server developer with extensive experience and skills. I can create the server from scratch or customize your existing server with the features you want. I can also provide unlimited reviews until you are satisfied with the result. Your satisfaction is my top priority.   Contacts Discord : skyserners Telegram : skyserners Server Discord : https://discord.gg/Z7hYfUaTjd
    • The website theme throws me back to 1945, holy.   GL tho.
    • I will try it. Thanks   Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 1         at jogamp.opengl.windows.wgl.awt.WindowsAWTWGLGraphicsConfigurationFactory.chooseGraphicsConfigurationImpl(WindowsAWTWGLGraphicsConfigurationFactory.java:160)         at javax.media.nativewindow.GraphicsConfigurationFactory.chooseGraphicsConfiguration(GraphicsConfigurationFactory.java:240)         at javax.media.opengl.awt.GLCanvas.chooseGraphicsConfiguration(GLCanvas.java:978)         at javax.media.opengl.awt.GLCanvas.addNotify(GLCanvas.java:517)         at java.desktop/java.awt.Container.addImpl(Container.java:1150)         at java.desktop/java.awt.Container.add(Container.java:1033)         at java.desktop/javax.swing.JFrame.addImpl(JFrame.java:554)         at java.desktop/java.awt.Container.add(Container.java:1001)         at g3deditor.swing.FrameMain.initLayout(FrameMain.java:308)         at g3deditor.swing.FrameMain.<init>(FrameMain.java:174)         at g3deditor.swing.FrameMain.init(FrameMain.java:71)         at g3deditor.G3DEditor$1.run(G3DEditor.java:75)         at g3deditor.swing.Splash.<init>(Splash.java:77)         at g3deditor.G3DEditor.main(G3DEditor.java:46) This is G3DEditor error when it starts. Do you know wich could be the problem?
    • You need to set up JRE 1.8 (Java Runtime Env.) for both mapconv and g3d_ed, i think. And also set up proper environmental variables in your OS; or you could simply edit the .bat files from either mapconv or g3d_ed. (smth like path="c:\program files\java\jre-1.8\bin", you get the idea)
  • 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