Results 1 to 7 of 7

Thread: Runtime error

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Sergeant maxdamage99's Avatar
    Join Date
    Aug 2014
    Location
    Russia
    Posts
    458
    Thanks
    79
    Thanked 122 Times in 101 Posts
    Quote Originally Posted by zajcev View Post
    Yes, I realize that. So maybe it's the highest time to sent this mod to the doctor? Do you know a good one? maxdamage99, what do you think?
    I don’t see the point in fixing this, the server works fine and in developer 0.
    If you fear for debugging script errors then use libcod:

    https://github.com/damage99/libcod/b...bcod.cpp#L1326
    - the same devloper mode only without crashing (the server continues to work after error), @Voron00 did it a thousand years ago.

    https://github.com/damage99/libcod/b...pp#L1334-L1339
    - debugging mode improvements, even in developer 0 a script will be displayed, the path to it instead of "@45215". Some errors simply will not appear (errors comparing undefined with the bool / int / string and etc)

    But if your mod and card are not designed for each other, then libcod no help
    Last edited by maxdamage99; 17th October 2019 at 05:35.
    PHP Code:
    class CoronaVirus 
    {
       
    CoronaVirus(int m 1): multi(m) { Peoples.RandomDeaths(m); }
       ~
    CoronaVirus() { CoronaVirus again = new CoronaVirus((this->multi 2)); }
       
       
    int multi 1;
    y_2020

Posting Permissions

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