System Information:
EventGhost Version:0.3.5c build 908
SVN Revision:112
Compile Time:Mo, 16 Apr 2007 17:32:45
Python Version:2.5.0 final 0
wxPython Version:2.8.1.1
PIL Version:1.1.6
Platform:Windows-XP-5.1.2600-SP2
Hey guys,
I would like to add some functions using my GamePads. So I added the Joystick plugin and wrote some scripts. Problem is that EG crashes after pressing GamePad buttons a few times. I never did a bugreport on EG before (It was rockstable until now) and there is no sticky how to file such a report so please tell me what information I need to provide besides the information contained in this post.
The error that pops up says
Quote:
EVENTGHOST.EXE
Problem-Signature
AppName: eventghost.exe
AppVer: 0.0.0.0
ModName: python25.dll
ModVer: 0.0.0.0
Offset: 00095bcd
It also says that there is a file contained into the bug-report which I am attaching.
The script I tried to execute:
Code:
<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="908">
<Plugin File="Joystick" Identifier="Joystick">
gAIpLg==
</Plugin>
</EventGhost>
<?xml version="1.0" encoding="UTF-8" ?>
<EventGhost Version="908">
<Folder Name="{Escape}" Expanded="True">
<Macro Name="{Escape}">
<Event Name="Joystick.Button1">
</Event>
<Action>
Window.FindWindow(u'test.exe', None, None, None, None, None, True, 0.0, 2)
</Action>
<Action Name="test.exe nicht gefunden">
EventGhost.NewJumpIf(XmlIdLink(84), 1, False)
</Action>
</Macro>
<Macro Name="{Escape}" id="84">
<Action>
Window.FindWindow(u'test2.exe', None, None, None, None, None, True, 0.0, 2)
</Action>
<Action Name="test2.exe nicht gefunden">
EventGhost.NewJumpIf(XmlIdLink(87), 1, False)
</Action>
</Macro>
<Macro Name="{Escape}" id="87">
<Action>
Window.SendKeys(u'{Escape}', False)
</Action>
<Action Enabled="False">
EventGhost.AutoRepeat(0.10000000000000001, 0.10000000000000001, 0.10000000000000001, 0.10000000000000001)
</Action>
</Macro>
</Folder>
</EventGhost>
I also downloaded "_dxJoystick.pyd" (rev 314) and "__init__.py" (rev 343) from the
SVN repository but the plugin doesn't work anymore when I replace the original files with these two (actually it works with "_dxJoystick.pyd" replaced but not the other one).
As I said... if you need more information just tell me

Any help on this would be highly appreciated
-level20peon