TwinPad v0.9.25
#11
(07-26-2009, 10:45 PM)MaXiMu Wrote: Crash pcsx2 on run using the plugin 0.8.0 and 0.8.1

Debugger visual studios Info

The thread 'Win32 Thread' (0x1648) has exited with code -1073740777 (0xc0000417).
The thread 'Win32 Thread' (0x1690) has exited with code -1073740777 (0xc0000417).
The thread 'Win32 Thread' (0x818) has exited with code -1073740777 (0xc0000417).
The thread 'Win32 Thread' (0x152c) has exited with code -1073740777 (0xc0000417).
The program '[1568] pcsx2-dbg.exe: Native' has exited with code -1073740777 (0xc0000417).

Using Windows vista x64

Although while compiling doesn't show any errors or warnings, and it's working here perfectly, I suspect it has something to do with the Vector matrices of the Combo feature.. I will investigate it more :/

Edit: Hmm.. It really crashed for me, but only when I deleted the "TwinPad_COMBOs.ini" file and tried to configure the plugin without
adding any combos (leaving the list empty) didn't notice this since I always have Lulu's overdrive combo saved, I will fix it soon.. thanks
for the debug messages.. Smile

Edit2: Fixed it but attachments not working due to the server upgrade :|
Reply

Sponsored links

#12
Thanks worked fix perfect Smile
[Image: mypc.gif]
Reply
#13
(07-27-2009, 01:06 PM)Rebel_X Wrote: Edit2: Fixed it but attachments not working due to the server upgrade :|

Attachments are fixed now Smile
Good job on the bug fix!
[Image: newsig.jpg]
Reply
#14
^ Thanks.. Smile
Reply
#15
Downloaded again fixed R2 thanks again rebel_x

Other problem encontred using the you plugin 0.8.2 on ico game direccions inverse configure

(left) right
(right) left
(up) Down
(Down) Up

And conflict Lilypad / Twinpad -> configure -> controllers it's open two Configurations Wacko

Regards
MaXiMu.
[Image: mypc.gif]
Reply
#16
Lol, a lot of people get confused with the directional buttons, in fact, those arrows in the configuration form represent actual
PS2 buttons, if you read what's written inside the blue box when configuring the plugin, it tells you in english words what it does
like "UP, Right,..etc"

for the second question, if you put 2 different pad plugins to work together, PCSX2 will show the 2 plugins' configuration forms
it's very normal behavior, unless you go to "Config->Configure->-TwinPad or LilyPad- configure" it will show you the specified
plugin you want..

hope that helps, Smile
Reply
#17
thanks for the all info

he truth is that I imagined, but when in doubt ask
[Image: mypc.gif]
Reply
#18
In general, you really should use one plugin for both pad 1 and pad 2. Windows is just not designed to have two separate chunks of code talking to the same devices.
Reply
#19
^ true.
Reply
#20
I think there is a bug in v0.8.2 in Loading.cpp line 74
Code:
        //Initialize COMBO 3DArray with -1 as default 'NULL' value..
        for (int i = 0; i < 334; i++)
            for (int j = 0; j < 24; j++)
                for (int k = 0; k < value; k++)
                    COMBO[i][j][k] = -1;
should be
                for (int k = 0; k < g_comboCounter; k++)
As it is now, it presses L2 button in addition to any other buttons in combos
Reply




Users browsing this thread: 4 Guest(s)