This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: [QUESTION] Problem with Worldserver  (Read 1440 times)

Alice

  • Registred Member
  • Race Changer
  • *****
  • Posts: 28
    • View Profile
[QUESTION] Problem with Worldserver
« on: January 20, 2015, 06:42:34 am »
Greetings. I am having a problem with wordlserver. WorldServer works well at first load without problems. But eventually crash and tells me the following error.


subir foto

Try to solve it by changing minimal_diff> = 0 to inimal_diff> = 1, but it has not worked.

Anyone know how to fix this? Thanks in advance.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Amaroth

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 1219
    • View Profile
    • Amaroth's Tools
Re: [QUESTION] Problem with Worldserver
« Reply #1 on: January 20, 2015, 01:13:30 pm »
Well, were you doing something with your core? It would be usefull to know what were you doing before this started happening.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
English YT tutorial channel. Check it out if you preffer videos over walls of text.:
https://www.youtube.com/AmarothEng

Want to support me for my releases and/or tutorials? You can send donation via Paypal to:
jantoms@seznam.cz

Alice

  • Registred Member
  • Race Changer
  • *****
  • Posts: 28
    • View Profile
Re: [QUESTION] Problem with Worldserver
« Reply #2 on: January 21, 2015, 06:36:21 am »
I created and changed some scripts with Truice, to make custom items. Also i removed fatigue fom the core.

That's all.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Alice

  • Registred Member
  • Race Changer
  • *****
  • Posts: 28
    • View Profile
Re: [QUESTION] Problem with Worldserver
« Reply #3 on: January 23, 2015, 11:31:52 am »
Well, I've been researching on google and apparently I must track the issue by debug. But how i do that?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Magnus

  • Moderators
  • Wiki Incarnate
  • *****
  • Posts: 147
    • View Profile
Re: [QUESTION] Problem with Worldserver
« Reply #4 on: January 24, 2015, 10:03:24 pm »
Debugging c++ code isn't an easy task except you are a professional programmer and familar with debugging tools like IDE Visual Studio.

I would recommed doing one of this ways:
Go back in what you have done in the past. F. ex. delete the items in your DB if you think it's an item problem. Or change back the code in your core if you modified it.

The other way: Set up an new fresh core and DB and try to add your changes step by step.

As you have an assertion error in MoveSpline.cpp you also can study the code there and think about in general if you have changed something with movement. Removing fatigue could be such a thing.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Alice

  • Registred Member
  • Race Changer
  • *****
  • Posts: 28
    • View Profile
Re: [QUESTION] Problem with Worldserver
« Reply #5 on: January 25, 2015, 10:02:06 am »
Thanks for that. I'll see what i can do.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »