Thread: Just a quick question..

Results 1 to 5 of 5
  1. #1 Just a quick question.. 
    Registered Member
    Join Date
    Sep 2015
    Posts
    40
    Thanks given
    1
    Thanks received
    2
    Rep Power
    30
    Does this error basically just mean that there is no model for the npc im trying to spawn?

    Exception in thread "main" java.lang.ExceptionInInitializerError
    Caused by: java.lang.NumberFormatException: For input string: "4380 "
    at java.lang.NumberFormatException.forInputString(Unk nown Source)
    at java.lang.Integer.parseInt(Unknown Source)
    at java.lang.Integer.parseInt(Unknown Source)
    at server.model.npcs.NPCHandler.loadAutoSpawn(NPCHand ler.java:2526)
    at server.model.npcs.NPCHandler.<init>(NPCHandler.jav a:44)
    at server.Server.<clinit>(Server.java:66)
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jun 2012
    Posts
    357
    Thanks given
    16
    Thanks received
    29
    Rep Power
    31
    Yes it does not know what npc id 4380 is.
    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Apr 2014
    Posts
    138
    Thanks given
    9
    Thanks received
    9
    Rep Power
    30
    Yea the model is wrong.. What were you trying to spawn?
    Rune-sever is the reason why I'm failing math
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Oct 2012
    Posts
    205
    Thanks given
    10
    Thanks received
    17
    Rep Power
    30
    No, you need to use tabs and not spaces. It's trying to parse an integer, but you have a space at the end, which will result in this exception being thrown
    Reply With Quote  
     

  5. Thankful user:


  6. #5  
    Banned Just a quick question.. Market Banned


    Join Date
    Jan 2011
    Age
    26
    Posts
    3,112
    Thanks given
    1,198
    Thanks received
    1,479
    Rep Power
    0
    Quote Originally Posted by ohokay View Post
    No, you need to use tabs and not spaces. It's trying to parse an integer, but you have a space at the end, which will result in this exception being thrown
    ignore all the other answers except this one ^
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. [PI] Just a quick question on FM
    By Debugger in forum Help
    Replies: 2
    Last Post: 11-06-2010, 04:08 AM
  2. Just a quick question about 508.
    By 00o0o0oo0 in forum Help
    Replies: 0
    Last Post: 05-12-2010, 06:06 AM
  3. just a quick question...(shop)
    By hellvgod in forum Help
    Replies: 2
    Last Post: 12-11-2009, 02:09 PM
  4. just a quick question
    By Vox' in forum Help
    Replies: 5
    Last Post: 08-01-2009, 01:52 AM
  5. Just A Quick QUestion...
    By Thee Wolf in forum General
    Replies: 2
    Last Post: 03-06-2009, 07:55 PM
Tags for this Thread

View Tag Cloud

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •