Author Topic: 'NoShiftMoveMap' attempting to call function 'pop'  (Read 2739 times)

I cannot duplicate this.  Please type trace(1); in the console, get this to happen, the post your console.log
I'll do that when I get home, I'm in Networking. I noticed it one day, hopefully it does it again.

Yeah sometimes when I talk it happens, I'll try and get a console.log

Happens to me when I get a trust invite while typing a message.

I can duplicate this, but it won't let me post my console log because the file is too big.

It's if I hit t and hit enter, it does it. It has to be add-ons...


console.log (13.37 KB - downloaded 9001 times.)
« Last Edit: August 24, 2008, 02:43:04 PM by tapemaster21 »

Does anyone know how to trigger this error consistently?  Looking at the code it doesn't seem possible. 
If you hit T to talk, then just hit enter, and not type any thing, it gives me that error. the "pop" thing.
Tapemaster's way of triggering it works for me as well.

I seem to get the same error with any server command, I tested it with /wand, and /magicwand. However if I use the Admin GUI to get the Destructo wand then there is no error.

Also if it helps any the error seems to always occur like this.
Code: [Select]
Entering newMessageHud::onSleep(5255)
            base/client/scripts/allClientScripts.cs (17167): Unable to find object: 'NoShiftMoveMap' attempting to call function 'pop'
         Leaving newMessageHud::onSleep() - return

badspot i know this is a bad bump but mine is saying   


base/client/scripts/allClientScripts.cs (17167): Unable to find object: 'NoShiftMoveMap' attempting to call function 'pop'

getSubStr(...): error, starting position and desired length must be >= 0: ("",-11)                         




 affter i say some thing    in chat and my hole computer crashs o_o

==>echo(isobject(NoShiftMoveMap));
0

You can clearly see from Skoposh's console.log:

Code: [Select]
Entering [IGSOMsg]NMH_Type::send(5258)
   Entering NMH_Type::send(5258)
      Entering [CanvasCursor]GuiCanvas::popDialog(Canvas, newMessageHud)
         Entering newMessageHud::onSleep(5255)
            base/client/scripts/allClientScripts.cs (17167): Unable to find object: 'NoShiftMoveMap' attempting to call function 'pop'
         Leaving newMessageHud::onSleep() - return
         Entering [CanvasCursor]GuiCanvas::checkCursor(Canvas)
            Entering [CanvasCursor]GuiCanvas::checkTabFocus(Canvas)
            Leaving [CanvasCursor]GuiCanvas::checkTabFocus() - return
         Leaving [CanvasCursor]GuiCanvas::checkCursor() - return
      Leaving [CanvasCursor]GuiCanvas::popDialog() - return
   Leaving NMH_Type::send() - return
Leaving [IGSOMsg]NMH_Type::send() - return

Its entering a package made by IGSO which is clearly screwing it up, since nobody who doesn't have IGSO can duplicate this error. So yeah, IGSO is a piece of stuff.


console.log (13.37 KB - downloaded 9001 times.)

Its over 9000... [/offtopic]

Please continue.

         Entering newMessageHud::onSleep(5255)
            base/client/scripts/allClientScripts.cs (17167): Unable to find object: 'NoShiftMoveMap' attempting to call function 'pop'
         Leaving newMessageHud::onSleep() - return

Strange, getting rid of IGSO fixed it.
« Last Edit: August 31, 2008, 06:43:13 PM by Chrono »