..:: PCSX2 Forums ::..

Full Version: Singe player = fine, but Second controller doesn't work
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,
I think this is a great emulator. I'm able to play single player just fine. One thing I would like to get working is 2 player. I've been fiddling with this for some time. What I've tried is:

1) Go into OnePAD configuration via GUI
2) Clear all.
3)Pull down Pad #1 dropbox and select index 0 ( Logitic Precision gamepad ) and map controller.
4)Pull down Pad #2 dropbox and select index 1 ( Also a Logitic Precision gamepad ) and map controller.
Click OK, go into a game: Only controller #1 works. I know the second controller works because I'm able to play two player in sdlmame. Here's my OnePAD.ini file. Any ideas why it's not working?

I'm running Ubuntu AMD64 with copied 32-bit libs.

Any help is much appreciated!

Code:
[0][0] = 0x11004
[0][1] = 0x11005
[0][2] = 0x11006
[0][3] = 0x11007
[0][4] = 0x11003
[0][5] = 0x11002
[0][6] = 0x11001
[0][7] = 0x11000
[0][8] = 0x11008
[0][9] = 0x0
[0][10] = 0x0
[0][11] = 0x11009
[0][12] = 0x31101
[0][13] = 0x31000
[0][14] = 0x31001
[0][15] = 0x31100
[0][16] = 0x0
[0][17] = 0x0
[0][18] = 0x0
[0][19] = 0x0
[0][20] = 0x0
[0][21] = 0x0
[0][22] = 0x0
[0][23] = 0x0
[0][24] = 0x0
[0][25] = 0x0
[0][26] = 0x0
[0][27] = 0x0
[1][0] = 0x10004
[1][1] = 0x10005
[1][2] = 0x10006
[1][3] = 0x10007
[1][4] = 0x10003
[1][5] = 0x10002
[1][6] = 0x10001
[1][7] = 0x10000
[1][8] = 0x10008
[1][9] = 0x0
[1][10] = 0x0
[1][11] = 0x10009
[1][12] = 0x30101
[1][13] = 0x30000
[1][14] = 0x30001
[1][15] = 0x30100
[1][16] = 0x0
[1][17] = 0x0
[1][18] = 0x0
[1][19] = 0x0
[1][20] = 0x0
[1][21] = 0x0
[1][22] = 0x0
[1][23] = 0x0
[1][24] = 0x0
[1][25] = 0x0
[1][26] = 0x0
[1][27] = 0x0
[2][0] = 0x0
[2][1] = 0x0
[2][2] = 0x0
[2][3] = 0x0
[2][4] = 0x0
[2][5] = 0x0
[2][6] = 0x0
[2][7] = 0x0
[2][8] = 0x0
[2][9] = 0x0
[2][10] = 0x0
[2][11] = 0x0
[2][12] = 0x0
[2][13] = 0x0
[2][14] = 0x0
[2][15] = 0x0
[2][16] = 0x0
[2][17] = 0x0
[2][18] = 0x0
[2][19] = 0x0
[2][20] = 0x0
[2][21] = 0x0
[2][22] = 0x0
[2][23] = 0x0
[2][24] = 0x0
[2][25] = 0x0
[2][26] = 0x0
[2][27] = 0x0
[3][0] = 0x0
[3][1] = 0x0
[3][2] = 0x0
[3][3] = 0x0
[3][4] = 0x0
[3][5] = 0x0
[3][6] = 0x0
[3][7] = 0x0
[3][8] = 0x0
[3][9] = 0x0
[3][10] = 0x0
[3][11] = 0x0
[3][12] = 0x0
[3][13] = 0x0
[3][14] = 0x0
[3][15] = 0x0
[3][16] = 0x0
[3][17] = 0x0
[3][18] = 0x0
[3][19] = 0x0
[3][20] = 0x0
[3][21] = 0x0
[3][22] = 0x0
[3][23] = 0x0
[3][24] = 0x0
[3][25] = 0x0
[3][26] = 0x0
[3][27] = 0x0
log = 0
options = 0

Update: Enabled log and followed it with tail. I see input on controller #1 but nothing for #2.
Well, there was someone in the Windows forums that had trouble using second player input in Soul Caliber 2 because he had speedhacks enabled. You don't happen to have anything like that enabled, do you?
You need to build latest svn. I fix lots of issue with the pad plugins including multiplayer.

It is unlikely but if I have free time I will upload a build snapshot of svn.
I put i386 Natty onto Virtualbox and built it there, then copied it over to my AMD 64 system. Latest SVN build worked like a charm. Looks like the OnePAD UI was redone in the latest version. Mapping the buttons worked great. I can now play two players! Thanks much for the suggestion and for fixing all the controller issues!