Author Topic: Help me with this error message  (Read 1279 times)

0 Members and 1 Guest are viewing this topic.

Offline Avarax

  • Veteran
  • *****
  • Posts: 1529
    • Official Hexer & MMod site
Help me with this error message
« on: February 28, 2007, 03:08:39 pm »


my script worked all well until that point at 20:58:36
what does that Invalid Type error message mean? what causes it? the script stayed stable for 20 hours and now it crashed without any unnormal situation.
oh and the server kept running, only the script seemed broken.

however, after this bug occurs, the server is unjoinable o_O

Here's the script, (C) by Me
« Last Edit: February 28, 2007, 04:34:38 pm by Avarax »
I like to have one Martini
Two at the very most
Three I'm under the table
Four I'm under the host

Offline chrisgbk

  • Moderator
  • Veteran
  • *****
  • Posts: 1739
Re: Help me with this error message
« Reply #1 on: February 28, 2007, 03:47:05 pm »
Send me your source, and I'll take a look at it (the link at the bottom just goes to the image)

Offline Avarax

  • Veteran
  • *****
  • Posts: 1529
    • Official Hexer & MMod site
Re: Help me with this error message
« Reply #2 on: February 28, 2007, 04:34:47 pm »
link fixed
I like to have one Martini
Two at the very most
Three I'm under the table
Four I'm under the host

Offline chrisgbk

  • Moderator
  • Veteran
  • *****
  • Posts: 1739
Re: Help me with this error message
« Reply #3 on: February 28, 2007, 05:42:42 pm »
I can't seem to find anything in your script that would cause this; my best bet is that the server corrupted it's scripting engine somehow.

Offline EnEsCe

  • Retired Soldat Developer
  • Flamebow Warrior
  • ******
  • Posts: 3101
  • http://enesce.com/
    • [eC] Official Website
Re: Help me with this error message
« Reply #4 on: February 28, 2007, 08:07:24 pm »
Invalid Type occurs when you do something like try use inttostr(###) and ### is already a string or something like that.... It was probably just some corrupt memory.