event OSDSelect causes parse illegal op

Forum Archive - from http://theuniversal.net
Locked
User avatar
morbydvisns
Posts: 1889
Joined: Sun Jan 30, 2005 12:51 am

event OSDSelect causes parse illegal op

Post by morbydvisns »

Software:Registered Server
Version Number:.54.0
________________________________________________________________________
Location
ariya
________________________________________________________________________
Description:
event("osdselect", "OSDTITLE:BUTTON TAG")

if the specified OSDTITLE doesnt exist.. by way of misspelling, or removing it but not removing the osdselect, causes server freeze and illegal op closeout on server launch.
________________________________________________________________________
Steps to Replicate:
User avatar
Mit
Staff
Staff
Posts: 3551
Joined: Sun Sep 21, 2003 10:14 pm
Location: Unknown

Post by Mit »

mm, tried this now and it was fine for me.

Event( "osdselect", "blah:blah" )
{
..
}

Can't see any particular reason why the server parsing of the script would have a problem if the title wasn't valid - at least not on server bootup. Maybe it was something else in the script linked to it? Do you have (or could you get) an example script that causes the problem for me to debug please?
User avatar
morbydvisns
Posts: 1889
Joined: Sun Jan 30, 2005 12:51 am

Post by morbydvisns »

i doubt it.. had one of my annual harddrive lose everything mishaps since then ;)
User avatar
morbydvisns
Posts: 1889
Joined: Sun Jan 30, 2005 12:51 am

Post by morbydvisns »

and this reminds me to remind you to check ur tu mail. =)

ill try to make another that messes up tonight
User avatar
morbydvisns
Posts: 1889
Joined: Sun Jan 30, 2005 12:51 am

Post by morbydvisns »

ok well i think i figured the true source of that was *reloadscript while currently running a script (either long sleep, or while running your favorite, a looper. ;) )
Locked