|
XonDK Apprentice
Joined: 01 Dec 2006 Posts: 178
|
Posted: Thu Jun 26, 2008 6:36 pm
[2.29] BUG? ERROR: (insert random trigger) fired but not compiled |
All of a sudden, seems to be related to login.
I just log in and random triggers that normally fire on login won't compile
but if I go into the editor go to the trigger, check the compiled. it works, and it is compiled and working?
No clue how this is happening, seems to only occur on triggers that happen 'right' at login? |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Thu Jun 26, 2008 7:33 pm |
I cannot reproduce this. Are these triggers in your OnConnect event or what? You'd need to show us the exact trigger that is having problems for us to help with this, along with the exact text from the MUD that is supposed to fire the trigger.
|
|
|
|
XonDK Apprentice
Joined: 01 Dec 2006 Posts: 178
|
Posted: Thu Jun 26, 2008 8:18 pm |
Trying to reproduce the error with script debugger running and it crashed big time getting out of memory error have send in bug report.
Edit: I will keep an eye on it. |
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Thu Jun 26, 2008 8:23 pm |
Sounds like you have a serious corruption in your packages. Try exporting your package using the Export XML in the settings editor. Then create a new package and use the Import XML. You might also need to do a fresh install of CMUD. I looked at your crash dump and it wasn't something I could reproduce, although an "Out of Memory" error is usually caused by some sort of infinite loop, like maybe an infinite trigger loop.
|
|
|
|
XonDK Apprentice
Joined: 01 Dec 2006 Posts: 178
|
Posted: Thu Jun 26, 2008 8:26 pm |
hmmm I'll try though I've already done that. There are no infinitive loops that I see
|
|
|
|
XonDK Apprentice
Joined: 01 Dec 2006 Posts: 178
|
Posted: Thu Jun 26, 2008 8:34 pm |
exported, looking through the xml I see a weird thing in the export
some values start with.
<![CDATA
^ what's that? indication of problems? |
|
|
|
Taz GURU
Joined: 28 Sep 2000 Posts: 1395 Location: United Kingdom
|
Posted: Thu Jun 26, 2008 8:38 pm |
No it's just a way of encoding either long sections or non standard text sections within XML. Nothing to worry about.
|
|
_________________ Taz :) |
|
|
|
|
|