..:: PCSX2 Forums ::..
Register | Help | Log In |
Register PCSX2 Site Forums Member List Donate View Today's Posts Search

Current time: 05-25-2013, 05:00 AM Hello There, Guest! (Login — Register)

..:: PCSX2 Forums ::.. / Plugins / Plugin discussion and support v
1 2 3 4 5 ... 145 Next »
/ TwinPad v0.8.3



User(s) browsing this thread: 1 Guest(s)

Pages (11): « Previous 1 2 3 4 5 ... 11 Next »
Post Reply 
 
Thread Rating:
  • 17 Votes - 3.82 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
TwinPad v0.8.3
Author Message
Rebel_X Offline
龍我雷
*****

Posts: 25
Joined: Jan 2009
Location: Oak Lawn, IL
Reputation: 0
Post: #11
RE: TwinPad v0.8.1
(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 :|
(This post was last modified: 07-27-2009 02:19 PM by Rebel_X.)
07-27-2009 01:06 PM
Find all posts by this user Quote this message in a reply
MaXiMu Offline
Junior Member
*

Posts: 38
Joined: Dec 2008
Location: Spain , tarragona
Reputation: 0
Post: #12
RE: TwinPad v0.8.2
Thanks worked fix perfect Smile

[Image: mypc.gif]
07-27-2009 04:13 PM
Find all posts by this user Quote this message in a reply
Bositman Offline
Angel of Death
********

Posts: 12.406
Joined: Aug 2005
Location: Athens,Greece
Reputation: 175
Post: #13
RE: TwinPad v0.8.1
(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]
07-27-2009 04:23 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Rebel_X Offline
龍我雷
*****

Posts: 25
Joined: Jan 2009
Location: Oak Lawn, IL
Reputation: 0
Post: #14
RE: TwinPad v0.8.2
^ Thanks.. Smile
07-28-2009 02:26 AM
Find all posts by this user Quote this message in a reply
MaXiMu Offline
Junior Member
*

Posts: 38
Joined: Dec 2008
Location: Spain , tarragona
Reputation: 0
Post: #15
RE: TwinPad v0.8.2
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]
07-28-2009 01:26 PM
Find all posts by this user Quote this message in a reply
Rebel_X Offline
龍我雷
*****

Posts: 25
Joined: Jan 2009
Location: Oak Lawn, IL
Reputation: 0
Post: #16
RE: TwinPad v0.8.2
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
07-28-2009 01:43 PM
Find all posts by this user Quote this message in a reply
MaXiMu Offline
Junior Member
*

Posts: 38
Joined: Dec 2008
Location: Spain , tarragona
Reputation: 0
Post: #17
RE: TwinPad v0.8.2
thanks for the all info

he truth is that I imagined, but when in doubt ask

[Image: mypc.gif]
07-28-2009 02:17 PM
Find all posts by this user Quote this message in a reply
ChickenLiver Offline
Plugin Author
*****

Posts: 312
Joined: Dec 2008
Location:
Reputation: 1
Post: #18
RE: TwinPad v0.8.2
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.
07-30-2009 02:23 AM
Find all posts by this user Quote this message in a reply
Rebel_X Offline
龍我雷
*****

Posts: 25
Joined: Jan 2009
Location: Oak Lawn, IL
Reputation: 0
Post: #19
RE: TwinPad v0.8.2
^ true.
07-30-2009 06:55 AM
Find all posts by this user Quote this message in a reply
Ellestar Offline
Newbie

Posts: 1
Joined: Aug 2009
Location:
Reputation: 0
Post: #20
RE: TwinPad v0.8.2
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
08-02-2009 09:25 AM
Find all posts by this user Quote this message in a reply
« Next Oldest | Next Newest »
Pages (11): « Previous 1 2 3 4 5 ... 11 Next »
Post Reply 


  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread



Current time: 05-25-2013, 05:00 AM

Contact Us | PCSX2 | Return to Top | Return to Content | Lite (Archive) Mode | RSS Syndication

Powered By MyBB, © 2002-2013 MyBB Group.
Theme created by IncadudeF and modified by bositman