Guncam and Windows media player are using an extra audio decoder called ffdshow to run certain avi files and when this process is running its somehow causing certain scripting functions to break down.
received the following run-time error while using one of Lasher's plugins
then my quest tracker script was running correctly but the math.floor function was failing to execute so I was receiving like 13 decimal points instead of the usual two. Not sure what else it breaks but figured it was worthy of reporting. Once I shut down media player and guncam and closed down the decoder running process restarted MUSH it works. BUt if I restart mush with the decoder running process still going it all still fails.
received the following run-time error while using one of Lasher's plugins
Run-time error
Plugin: Aardwolf_Stats (called from world: Aardwolf)
Function/Sub: Stat_Start called by trigger
Reason: processing trigger "Stat_Start"
[string "Plugin"]:354: bad argument #18 to 'ColourNote' (string expected, got no value
stack traceback:
[C]: in function 'ColourNote'
[string "Plugin"]:354: in function 'colorBar'
[string "Plugin"]:259: in function <[string "Plugin"]:214>
Error context in script:
350 : blockstr = ""
351 : end
352 : end
353 : table.insert(str,blockstr)
354*: world:ColourNote(unpack(str))
355 : end
356 :
357 : function OnPluginInstall()
358 : OnHelp()then my quest tracker script was running correctly but the math.floor function was failing to execute so I was receiving like 13 decimal points instead of the usual two. Not sure what else it breaks but figured it was worthy of reporting. Once I shut down media player and guncam and closed down the decoder running process restarted MUSH it works. BUt if I restart mush with the decoder running process still going it all still fails.