Thread: Eclipse broke my server.. sorta need serious help.

Page 1 of 2 12 LastLast
Results 1 to 10 of 16
  1. #1 Eclipse broke my server.. sorta need serious help. 
    Registered Member JihadiJackass's Avatar
    Join Date
    Oct 2012
    Age
    27
    Posts
    212
    Thanks given
    28
    Thanks received
    17
    Rep Power
    6
    Code:
    DivineSerinity is starting up, please be patient...
    ERROR! THREAD NAME: main
    java.lang.Error: Unresolved compilation problems:
            The declared package "com.rs.game.entity.npc.combat.impl" does not match
     the expected package "com.rs.game.npc.combat.impl"
            The import com.rs.cores.tasks cannot be resolved
            The import com.rs.cores.tasks cannot be resolved
            The import com.rs.game.entity cannot be resolved
            The import com.rs.game.entity cannot be resolved
            The import com.rs.game.entity cannot be resolved
            The import com.rs.game.entity cannot be resolved
            The import com.rs.game.entity cannot be resolved
            The import com.rs.game.entity cannot be resolved
            The import com.rs.game.entity cannot be resolved
            The import com.rs.game.entity cannot be resolved
            The import com.rs.game.entity cannot be resolved
            CombatScript cannot be resolved to a type
            Player cannot be resolved to a type
            The method getKeys() of type KamilCombat must override or implement a su
    pertype method
            NPC cannot be resolved to a type
            Entity cannot be resolved to a type
            NPCCombatDefinitions cannot be resolved to a type
            Animation cannot be resolved to a type
            Entity cannot be resolved to a type
            NPCCombatDefinitions cannot be resolved to a variable
            Graphics cannot be resolved to a type
            ForceTalk cannot be resolved to a type
            Player cannot be resolved to a type
            Animation cannot be resolved to a type
            Player cannot be resolved to a type
            NPCCombatDefinitions cannot be resolved to a variable
            Animation cannot be resolved to a type
            NPCCombatDefinitions cannot be resolved to a variable
    
            at com.rs.game.npc.combat.impl.KamilCombat.<init>(KamilCombat.java:1)
            at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    
            at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    
            at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
    rce)
            at java.lang.reflect.Constructor.newInstance(Unknown Source)
            at java.lang.Class.newInstance(Unknown Source)
            at com.rs.game.npc.combat.CombatScriptsHandler.init(CombatScriptsHandler
    .java:22)
            at com.rs.Launcher.main(Launcher.java:81)
    Guardian is now Online (Port: 43594, Launch Time: 2.027s)
    Please, Anyone, i'm begging for help here, i tried getting my source to work in Eclipse to make editing easier, only for it to break my server completely. my oldest version is like 2 weeks ago.. i really don't wanna lost all that playerdata....... anyone got an idea?

    edit Soooo either way my server is broken, no fixes. still i'd love to know what all this is ^ ^ ^ ^ ^
    Reply With Quote  
     

  2. #2  
    Banned
    Join Date
    Apr 2014
    Posts
    869
    Thanks given
    515
    Thanks received
    202
    Rep Power
    0
    Eclipse 'Broke' My server, That's pure Logic right there.
    Reply With Quote  
     


  3. #3  
    Registered Member
    Join Date
    Jul 2014
    Posts
    73
    Thanks given
    8
    Thanks received
    2
    Rep Power
    11
    Is that your first time running it through Eclipse?
    Reply With Quote  
     

  4. #4  
    L O S E Y O U R S E L F
    Format's Avatar
    Join Date
    Aug 2013
    Posts
    2,311
    Thanks given
    1,131
    Thanks received
    1,461
    Rep Power
    5000
    You don't have to lose the player data, you can just put all your player data in the older version. And you have declared a package name which doesn't exist. So you need to go into each class and change the package name to

    Thats in com/rs/game/npc/combat/impl/ folder
    from
    Code:
    package com.rs.game.entity.npc.combat.impl
    to
    Code:
    package com.rs.game.npc.combat.impl


    Reply With Quote  
     

  5. Thankful user:


  6. #5  
    Registered Member JihadiJackass's Avatar
    Join Date
    Oct 2012
    Age
    27
    Posts
    212
    Thanks given
    28
    Thanks received
    17
    Rep Power
    6
    Quote Originally Posted by dan250 View Post
    Is that your first time running it through Eclipse?
    Yes dan it is, i've always been a notepad++ kinda guy. eclipse scares me, here's an example why for ya.. :/

    Quote Originally Posted by Certified View Post
    Eclipse 'Broke' My server, That's pure Logic right there.
    Oh i'm sorry Mr. Professional Coder, did my post affect your daily life? no? oh okay then i guess you can shush now.
    lemme repeat. I BROKE MY SERVER. By running it through eclipse. Any ideas of the error readout might be? it does not matter either way, Back to 1.0.0

    Quote Originally Posted by Format View Post
    You don't have to lose the player data, you can just put all your player data in the older version. And you have declared a package name which doesn't exist. So you need to go into each class and change the package name to

    Thats in com/rs/game/npc/combat/impl/ folder
    from
    Code:
    package com.rs.game.entity.npc.combat.impl
    to
    Code:
    package com.rs.game.npc.combat.impl
    Thanks mate makes more sense, i donno what happened clearly i did something. Either way i reset, but yes i could just grab the playerfiles, it's more than that. it's everything i've put into it, really breaks my heart to see it all just gone.. but that's life.
    Reply With Quote  
     

  7. #6  
    Banned
    Join Date
    Apr 2014
    Posts
    869
    Thanks given
    515
    Thanks received
    202
    Rep Power
    0
    Quote Originally Posted by noah1gamble View Post
    Yes dan it is, i've always been a notepad++ kinda guy. eclipse scares me, here's an example why for ya.. :/



    Oh i'm sorry Mr. Professional Coder, did my post affect your daily life? no? oh okay then i guess you can shush now.
    lemme repeat. I BROKE MY SERVER. By running it through eclipse. Any ideas of the error readout might be? it does not matter either way, Back to 1.0.0
    I'm sorry but.. I'm almost certain Your server is not 'Broke' just by running it with eclipse.. Theres more to this story, I'm not being mean I was just stating, laughing the way you said ''broke''
    Reply With Quote  
     

  8. #7  
    Registered Member
    Join Date
    Jul 2014
    Posts
    73
    Thanks given
    8
    Thanks received
    2
    Rep Power
    11
    Hmm so it was working fine before but as soon as you put it in Eclipse it messed up is what your saying right?
    Reply With Quote  
     

  9. #8  
    Registered Member JihadiJackass's Avatar
    Join Date
    Oct 2012
    Age
    27
    Posts
    212
    Thanks given
    28
    Thanks received
    17
    Rep Power
    6
    Quote Originally Posted by Certified View Post
    I'm sorry but.. I'm almost certain Your server is not 'Broke' just by running it with eclipse.. Theres more to this story, I'm not being mean I was just stating, laughing the way you said ''broke''
    Momentarily not able to run*

    how's that?

    i'm not skilled enough in programming to fix it so it does not matter, all i wanted to know was what was giving me the error so it does not happen again.


    I USED THIS:
    Reply With Quote  
     

  10. #9  
    Registered Member
    Join Date
    Jul 2014
    Posts
    73
    Thanks given
    8
    Thanks received
    2
    Rep Power
    11
    Wait a sec did you copy every single thing he did from the video including what he typed ect?
    Reply With Quote  
     

  11. #10  
    Registered Member JihadiJackass's Avatar
    Join Date
    Oct 2012
    Age
    27
    Posts
    212
    Thanks given
    28
    Thanks received
    17
    Rep Power
    6
    One hundred Percent, I swear to Bandos.

    haha get it cause it's a rs forum? no but seriously yeah i did.

    EDIT: I got to like 0:32 and that's where i began breaking my server.
    Reply With Quote  
     

Page 1 of 2 12 LastLast

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. i need help with turning my server on :S PLS! HELP!! :'(
    By wadee123 in forum Forum Related Help
    Replies: 2
    Last Post: 01-18-2010, 08:19 PM
  2. Replies: 7
    Last Post: 04-21-2009, 03:09 AM
  3. :: Need Serious Help ::
    By Wallace in forum Hosting
    Replies: 0
    Last Post: 12-07-2008, 12:20 AM
  4. Need Serious Help Rep+
    By Alex in forum Chat
    Replies: 2
    Last Post: 02-16-2008, 07:07 PM
  5. Need serious help with Npchandler
    By impulse in forum Configuration
    Replies: 0
    Last Post: 02-16-2008, 05:26 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •