Page 1 of 2 12 LastLast
Results 1 to 25 of 35

Thread: Scripters will appreciate this.

  1. #1
    Join Date
    Nov 2011
    Location
    Louisiana
    Posts
    881
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Scripters will appreciate this.



    Heh.

  2. #2
    Join Date
    Jul 2007
    Location
    Melbourne, Victoria, Australia.
    Posts
    665
    Mentioned
    0 Post(s)
    Quoted
    17 Post(s)

    Default

    Couldn't agree more, however it's not just an exchange of foul words, but rather some physical damage that has to be administered!

  3. #3
    Join Date
    Nov 2007
    Location
    46696E6C616E64
    Posts
    3,069
    Mentioned
    44 Post(s)
    Quoted
    302 Post(s)

    Default

    Getting something to compile is the easy part, you know where the error occurs. But, figuring out why everything is fucked up when you run the program, thats another story.
    There used to be something meaningful here.

  4. #4
    Join Date
    Jan 2010
    Posts
    1,414
    Mentioned
    0 Post(s)
    Quoted
    1 Post(s)

    Default

    Or looking thru 1k ~ 2k+ lines of a program a week later with no commenting anywhere in the program. Now THAT'S another sadistic and sad story.

    Quote Originally Posted by Frement View Post
    Getting something to compile is the easy part, you know where the error occurs. But, figuring out why everything is fucked up when you run the program, thats another story.
    Simba Code:
    (* Main *)

    repeat
      WriteLn('I am an idiot!');
    until(False);

  5. #5
    Join Date
    Feb 2012
    Location
    Somewhere, over the rainbow...
    Posts
    2,272
    Mentioned
    3 Post(s)
    Quoted
    45 Post(s)

    Default

    The worst is 'type mismatch' - frickin hate that one

  6. #6
    Join Date
    Nov 2007
    Location
    46696E6C616E64
    Posts
    3,069
    Mentioned
    44 Post(s)
    Quoted
    302 Post(s)

    Default

    Quote Originally Posted by abu_jwka View Post
    The worst is 'type mismatch' - frickin hate that one
    Oh just wait until you get NullPointerException.
    There used to be something meaningful here.

  7. #7
    Join Date
    Feb 2011
    Location
    The Future.
    Posts
    5,600
    Mentioned
    396 Post(s)
    Quoted
    1598 Post(s)

    Default

    The one I hate the most is what Frement said.. Having look through more than 7k lines of code to figure out why something works for some ppl and not others is the most frustrating thing for me.. Though I don't consider myself a scripter as I hate scripts.. Just like code lol. ...Awkward...

    Another annoying thing is when you write a DLL, it just says access violation and you have no clue why! Though I solved that one.. Just had to rename all variables in my DLL's to something awkward as if a script uses the same variables, it gets nasty with those errors :c
    I am Ggzz..
    Hackintosher

  8. #8
    Join Date
    Jan 2012
    Posts
    296
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ahahalol
    Sorry for my bad english, i'm french

  9. #9
    Join Date
    Mar 2012
    Location
    Indiana
    Posts
    26
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    </3 that crap... -.-'
    lukas76 here cooking up another evil plan!

  10. #10
    Join Date
    Oct 2006
    Location
    Netherlands
    Posts
    3,285
    Mentioned
    105 Post(s)
    Quoted
    494 Post(s)

    Default

    Most errors in programming languages are ok.

    But php... when you open a file, by accident press space at the beginning, then don't use is, close the file with autosave. You just created a header already send error in a random php file.
    Working on: Tithe Farmer

  11. #11
    Join Date
    Nov 2007
    Location
    46696E6C616E64
    Posts
    3,069
    Mentioned
    44 Post(s)
    Quoted
    302 Post(s)

    Default

    Quote Originally Posted by masterBB View Post
    But php... when you open a file, by accident press space at the beginning, then don't use is, close the file with autosave. You just created a header already send error in a random php file.
    That is true if you try to modify the header within the script, and does only occur when running PHP from Apache etc.

    CLI version of PHP would just output that as " ".
    There used to be something meaningful here.

  12. #12
    Join Date
    May 2007
    Location
    knoxville
    Posts
    2,873
    Mentioned
    7 Post(s)
    Quoted
    70 Post(s)

    Default

    "fuck that DTM worked two minutes ago"
    <TViYH> i had a dream about you again awkwardsaw
    Malachi 2:3

  13. #13
    Join Date
    Dec 2011
    Posts
    496
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    So very true.
    Nearly maxed, woowweee.

  14. #14
    Join Date
    Nov 2006
    Posts
    2,369
    Mentioned
    4 Post(s)
    Quoted
    78 Post(s)

    Default

    java would allow you to do something like this:

    if boolean := true then //(now it will always be true. I was trying check if boolean is true)
    begin

    Once I spend hours trying to figure out why my program wasn't working as supposed.. I didn't even know you could do that in java back then.
    Quote Originally Posted by DeSnob View Post
    ETA's don't exist in SRL like they did in other communities. Want a faster update? Help out with updating, otherwise just gotta wait it out.

  15. #15
    Join Date
    Jul 2008
    Location
    NSW, Australia
    Posts
    881
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

  16. #16
    Join Date
    Apr 2012
    Posts
    4
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    lol so funny

  17. #17
    Join Date
    Jan 2012
    Posts
    2,568
    Mentioned
    35 Post(s)
    Quoted
    356 Post(s)

    Default

    I think the worst of the worst is that the script works perfectly when u r looking at it, then leave it there few hours and come back to see it stop working :x force you to add debug throughout the script just to detect which part went wrong.

  18. #18
    Join Date
    Mar 2007
    Location
    USA
    Posts
    1,433
    Mentioned
    1 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by riwu View Post
    I think the worst of the worst is that the script works perfectly when u r looking at it, then leave it there few hours and come back to see it stop working :x force you to add debug throughout the script just to detect which part went wrong.
    ^^ Worst. Feeling. Ever.
    I'm Silent SPY
    Secret project: 0%
    Need help? Send me a PM

  19. #19
    Join Date
    Aug 2007
    Location
    Colorado
    Posts
    7,421
    Mentioned
    268 Post(s)
    Quoted
    1442 Post(s)

    Default

    Quote Originally Posted by Awkwardsaw View Post
    "fuck that DTM worked two minutes ago"
    I agree with this.

    Current projects:
    [ AeroGuardians (GotR minigame), Motherlode Miner, Blast furnace ]

    "I won't fall in your gravity. Open your eyes,
    you're the Earth and I'm the sky..."


  20. #20
    Join Date
    Nov 2011
    Posts
    1,532
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by Awkwardsaw View Post
    "fuck that DTM worked two minutes ago"
    QFT & +rep
    Current activity: Recovering from vacation
    - Nulla pars vitae vacare officio potest -
    SRL membership? Can I buy that?
    Scripts - AGS - SWF - WAR - EMS - W100S-EM
    If you need scripting help, you can pm me. Remember, if you need help you have to ask for it properly though

  21. #21
    Join Date
    Feb 2012
    Location
    SRL Jail
    Posts
    1,319
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Quote Originally Posted by abu_jwka View Post
    The worst is 'type mismatch' - frickin hate that one
    It always ends up that I forgot a comma or misspelled deposit. It IS the worst one of them all.

  22. #22
    Join Date
    Jun 2006
    Posts
    694
    Mentioned
    0 Post(s)
    Quoted
    31 Post(s)

    Default

    I hate runtime errors.

    Also to note that guy is using eclipse.

  23. #23
    Join Date
    Apr 2007
    Posts
    581
    Mentioned
    1 Post(s)
    Quoted
    2 Post(s)

    Default

    NullPointerException is nothing compared to your C++ program crashing with a stack trace with no information you can actually understand. Gf 2+ hours trying to find the problem.

  24. #24
    Join Date
    Oct 2011
    Location
    Chicago
    Posts
    3,352
    Mentioned
    21 Post(s)
    Quoted
    437 Post(s)

    Default

    Oh, I get anger filling my veins just looking at this thread. It is like my nightmares all bundled into one




    Anti-Leech Movement Prevent Leeching Spread the word
    Insanity 60 Days (Killer workout)
    XoL Blog (Workouts/RS/Misc)

  25. #25
    Join Date
    Jan 2012
    Location
    Calgary, AB, Canada
    Posts
    1,819
    Mentioned
    5 Post(s)
    Quoted
    120 Post(s)

    Default

    Quote Originally Posted by Awkwardsaw View Post
    "fuck that DTM worked two minutes ago"
    Oh god that's pretty much me while trying to make an agility script
    Current Project: Retired

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)

Posting Permissions

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