Notice: This forum has been recovered from an old backup, so some content, links, and dates may be outdated. The forum is currently read-only while we restore sign-in and registration functionality. Details

If you find this forum valuable and would like to help keep it online, donations to help cover hosting and domain costs are greatly appreciated, but never expected. You can support the forum through Buy Me a Coffee or Ko-fi. Thank you for helping preserve the EventGhost community.

Fehler bei build 836 im Task-Plugin

Allgemeines zum Thema EventGhost
Post Reply
Bartman
Plugin Developer
Posts: 881
Joined: Sun Feb 12, 2006 9:03 am

Fehler bei build 836 im Task-Plugin

Post by Bartman »

Code: Select all

23:12:20 Python WNDPROC handler failed
23:12:20 Traceback (most recent call last):
23:12:20   File "D:\Media\EventGhost\plugins\Task\__init__.py", line 91, in MyWndProc
23:12:20     self.TriggerEvent("Destroyed." + fstr)
23:12:20 TypeError: cannot concatenate 'str' and 'tuple' objects
Den Fehler habe ich des Öfteren im Log stehen.

100%ig reproduzieren kann ich das aber nicht unbedingt. In anderen Fällen funktioniert das Task Plugin
hier mal der ganze Log.

Code: Select all

23:16:24 Task.Destroyed.TrueCrypt
23:16:24 System.DriveMounted.X
23:16:24 Start Program: onMount.cmd
23:16:24 Python WNDPROC handler failed
23:16:24 Traceback (most recent call last):
23:16:24   File "D:\Media\EventGhost\plugins\Task\__init__.py", line 91, in MyWndProc
23:16:24     self.TriggerEvent("Destroyed." + fstr)
23:16:24 TypeError: cannot concatenate 'str' and 'tuple' objects
23:16:24 Task.Destroyed.TrueCrypt
23:16:25 System.DriveMounted.V
23:16:25 Python WNDPROC handler failed
23:16:25 Traceback (most recent call last):
23:16:25   File "D:\Media\EventGhost\plugins\Task\__init__.py", line 91, in MyWndProc
23:16:25     self.TriggerEvent("Destroyed." + fstr)
23:16:25 TypeError: cannot concatenate 'str' and 'tuple' objects
Last edited by Bartman on Thu Jan 04, 2007 10:22 pm, edited 1 time in total.
User avatar
Bitmonster
Site Admin
Posts: 2239
Joined: Mon Feb 06, 2006 10:28 pm

Post by Bitmonster »

Jo, in der Version ist das Task-Plugin voll im Ar...
Ich habe gerade mal die 837 hochgeladen. Dort wird wieder der alte Source verwendet.
Post Reply