Thread: Dawntaied source error - Help

Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1 Dawntaied source error - Help 
    Registered Member
    Join Date
    Nov 2020
    Posts
    78
    Thanks given
    41
    Thanks received
    2
    Rep Power
    21
    I'm using Dawntaied server' downloaded it from here: CLICK HERE

    The client working fine, but the source have a lot of errors, If someone can tell me step by step of how to fix it I will appriacte that.

    Pic of the errors: CLICK HERE
    Reply With Quote  
     

  2. #2  
    Registered Member
    Melvin's Avatar
    Join Date
    Aug 2011
    Posts
    1,150
    Thanks given
    546
    Thanks received
    418
    Rep Power
    1561
    Check to see if money is missing out of your bank account


    A creative man is motivated by the desire to achieve, not by the desire to beat others.”


    ― Ayn Rand
    Reply With Quote  
     

  3. Thankful users:


  4. #3  
    Registered Member
    Join Date
    Nov 2020
    Posts
    78
    Thanks given
    41
    Thanks received
    2
    Rep Power
    21
    Quote Originally Posted by Melvin View Post
    Check to see if money is missing out of your bank account
    Thanks God. I can adopt your family with all the money I have
    Reply With Quote  
     

  5. Thankful user:


  6. #4  
    Development Services

    Tutus Frutus's Avatar
    Join Date
    Feb 2018
    Posts
    466
    Thanks given
    228
    Thanks received
    217
    Rep Power
    687
    Quote Originally Posted by Ilgaz View Post
    I'm using Dawntaied server' downloaded it from here: CLICK HERE

    The client working fine, but the source have a lot of errors, If someone can tell me step by step of how to fix it I will appriacte that.

    Pic of the errors: CLICK HERE
    You did not send a picture of the errors, you show a blank console and some red crosses.
    However, luckily you did have a class open.

    Seems like your project structure is not set-up correctly (Perhaps also some nested folders being excluded that shouldn't be excluded), do note that nobody is going to take you by the hand and guide you step-by-step through all your issues...
    but that points you in the good direction, with your currently provided information I can't say much more.

    Attached image
    Attached image
    Reply With Quote  
     

  7. #5  
    Registered Member
    Join Date
    Nov 2020
    Posts
    78
    Thanks given
    41
    Thanks received
    2
    Rep Power
    21
    Quote Originally Posted by Tutus Frutus View Post
    You did not send a picture of the errors, you show a blank console and some red crosses.
    However, luckily you did have a class open.

    Seems like your project structure is not set-up correctly (Perhaps also some nested folders being excluded that shouldn't be excluded), do note that nobody is going to take you by the hand and guide you step-by-step through all your issues...
    but that points you in the good direction, with your currently provided information I can't say much more.
    I will try, thx anyway.
    Reply With Quote  
     

  8. #6  
    Developer of SerenPS
    combatx's Avatar
    Join Date
    Mar 2013
    Posts
    118
    Thanks given
    6
    Thanks received
    10
    Rep Power
    0
    Tutus is correct, your project build isn't setup correctly the reason its giving you errors is because it cannot find the classes.
    Attached image
    Reply With Quote  
     

  9. #7  
    It's time for change.
    Blazedroid's Avatar
    Join Date
    Jul 2019
    Posts
    44
    Thanks given
    0
    Thanks received
    1
    Rep Power
    11
    Right click on the Server Project and go to Properties > Java Build Path.

    On the `Source` tab you're looking to edit the "Excluded" field and remove the ones with the red X in your picture.
    Last edited by Blazedroid; 11-07-2020 at 06:19 PM.
    Attached image
    Reply With Quote  
     

  10. #8  
    Banned
    Join Date
    Aug 2020
    Posts
    33
    Thanks given
    9
    Thanks received
    16
    Rep Power
    0
    What's up with everybody saying "I'm not gonna hold you hand and guide you through this", I hate that mentality. I totally understand that it can be frustrating to see such simple errors causing people issues, but we all have to learn somehow and it's the kindness of guiding people that motivates them to go on and create something special for the rest of us to enjoy.

    As @RedKonflict said, you need to exclude the the folders such as "src/game/content/misc" by right clicking the folder and pressing exclude. You then need to go into your packages such as "game.content.skilling" and open the package up to see which file is causing an error. You will then see a folder instead of a .java file and you need to right click that folder and press include. The reason this is causing errors is because when you imported your project intro Eclipse, some of the build paths got seperated and now cannot be referenced from the main folders they should reside in. This will fix your errors, PM me and I'll add you on discord if you need a bit more help. Stay positive buddy you got this!
    Reply With Quote  
     

  11. #9  
    Development Services

    Tutus Frutus's Avatar
    Join Date
    Feb 2018
    Posts
    466
    Thanks given
    228
    Thanks received
    217
    Rep Power
    687
    Quote Originally Posted by Cam_ View Post
    What's up with everybody saying "I'm not gonna hold you hand and guide you through this", I hate that mentality. I totally understand that it can be frustrating to see such simple errors causing people issues, but we all have to learn somehow and it's the kindness of guiding people that motivates them to go on and create something special for the rest of us to enjoy.

    As @RedKonflict said, you need to exclude the the folders such as "src/game/content/misc" by right clicking the folder and pressing exclude. You then need to go into your packages such as "game.content.skilling" and open the package up to see which file is causing an error. You will then see a folder instead of a .java file and you need to right click that folder and press include. The reason this is causing errors is because when you imported your project intro Eclipse, some of the build paths got seperated and now cannot be referenced from the main folders they should reside in. This will fix your errors, PM me and I'll add you on discord if you need a bit more help. Stay positive buddy you got this!
    I am not negatively impacting anyone, it's just a bad mentality that when you can't fix something simple you expect someone to scoop over and "just fix it over Anydesk for me".
    As a developer, you need to understand that even minor setbacks require you to take a relaxed look at the situation, read documentation and ask for advice.. then trial and error your way to the finish-line.
    We're here to HELP, not to be a servant to those not willing to learn at all.

    Attached image
    Attached image
    Reply With Quote  
     

  12. #10  
    It's time for change.
    Blazedroid's Avatar
    Join Date
    Jul 2019
    Posts
    44
    Thanks given
    0
    Thanks received
    1
    Rep Power
    11
    Quote Originally Posted by Tutus Frutus View Post
    I am not negatively impacting anyone, it's just a bad mentality that when you can't fix something simple you expect someone to scoop over and "just fix it over Anydesk for me".
    As a developer, you need to understand that even minor setbacks require you to take a relaxed look at the situation, read documentation and ask for advice.. then trial and error your way to the finish-line.
    We're here to HELP, not to be a servant to those not willing to learn at all.
    Whilst you directly aren't negatively impacting anyone, there does seem to be an unfortunate mindset around Rune-Server that is either "I'll sell you a fix", or "I'm not spoonfeeding you". Yes, OP could have Googled the issue, but he's obviously not experienced enough to know that this isn't an issue with the source, and more an Eclipse configuration issue. But now that we've told him, he knows for next time, and in the future people can be directed to this thread.
    Attached image
    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. 614 Source Error (Help appreciated)
    By zeldaaacf in forum Help
    Replies: 6
    Last Post: 12-22-2015, 06:55 AM
  2. 718/742 Triviabot.java source error [HELP]
    By godalmightyy in forum Help
    Replies: 6
    Last Post: 02-17-2014, 07:07 PM
  3. client/source error help please
    By stfupls in forum Help
    Replies: 0
    Last Post: 05-28-2012, 12:03 AM
  4. Need Help With 562 RS2HD Source Error
    By I Pk Nomad in forum Help
    Replies: 3
    Last Post: 01-18-2011, 08:13 AM
  5. Delta source error please help
    By Defo in forum Help
    Replies: 3
    Last Post: 07-13-2009, 04:21 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
  •