xboxscene.org forums

Author Topic: Amt - Keymap Issues  (Read 78 times)

rimsky82

  • Archived User
  • Newbie
  • *
  • Posts: 15
Amt - Keymap Issues
« on: August 15, 2007, 12:06:00 PM »

CODE
            if ( action.getButtonCode() in EXIT_SCRIPT ):
                self.exitScript()


Any help would be appreciated, thanks.
Logged

rimsky82

  • Archived User
  • Newbie
  • *
  • Posts: 15
Amt - Keymap Issues
« Reply #1 on: August 15, 2007, 09:04:00 PM »

Thank you very much for your help, now it's figured out.  I had to switch to the PM3 skin first, since I use MC360.  Then it took me a second to realize that it's the white button that brings up the debug info.
I never would've figured it out without you, thanks.

Just one other thing I tried searching for to no avail, once I use amt once, I can't go back into it again without restarting xbmc.  I'm guessing it's either a known issue or something's not clearing on exit.
Logged

rimsky82

  • Archived User
  • Newbie
  • *
  • Posts: 15
Amt - Keymap Issues
« Reply #2 on: August 16, 2007, 09:21:00 PM »

No, I'm not running linux, I'm running a version of xbmc I just built yesterday afternoon using the latest svn, and the AMT script also from the scripts svn.  I'd had this problem before, but I thought I'd get the latest builds before troubleshooting.

AMT just won't start a second time, and there is no script output.  Restarting isn't a big deal since I don't usually run the script more than once a day anyway.  

Xsportscores won't start at all, debug output showing a list of modules that it tries to import, and then fails saying "importerror - no module named image".

All of my other scripts that I like to use run fine, afaik.

BTW- AMT is a superb script that has come a long way, I've been watching it for years... my compliments to the author/s.
Logged

rimsky82

  • Archived User
  • Newbie
  • *
  • Posts: 15
Amt - Keymap Issues
« Reply #3 on: August 17, 2007, 08:03:00 AM »

Here is my xbmc debug log, if you meant a different log, please let me know where I can find it.

http://pastebin.ca/661072
Logged

rimsky82

  • Archived User
  • Newbie
  • *
  • Posts: 15
Amt - Keymap Issues
« Reply #4 on: August 17, 2007, 09:20:00 AM »

CODE
11:54:59 M: 28225536    INFO: Pad Settings File Missing or corrupt.
11:54:59 M: 28225536    INFO:
11:54:59 M: 28225536    INFO: Traceback (most recent call last):
11:54:59 M: 28225536    INFO:   File "Q:\scripts\Poker Timer II\default.py", line 1351, in ?
11:54:59 M: 28225536    INFO:
11:54:59 M: 28225536    INFO: MyDisplay = windowOverlay()
11:54:59 M: 28225536    INFO:   File "Q:\scripts\Poker Timer II\default.py", line 127, in __init__
11:54:59 M: 28225536    INFO:
11:54:59 M: 28225536    INFO: self.initVariables()
11:54:59 M: 28225536    INFO:   File "Q:\scripts\Poker Timer II\default.py", line 141, in initVariables
11:54:59 M: 28225536    INFO:
11:54:59 M: 28225536    INFO: if self.padSize == 0:
11:54:59 M: 28225536    INFO: AttributeError
11:54:59 M: 28225536    INFO: :
11:54:59 M: 28225536    INFO: 'windowOverlay' object has no attribute 'padSize'
11:54:59 M: 28225536    INFO:
11:54:59 M: 28225536   ERROR: Scriptresult: Error
11:54:59 M: 28225536    INFO: Python script stopped
Logged