..:: PCSX2 Forums ::..

Full Version: XInput Wrapper for DS3 and Play.com USB Dual DS2 Controller
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510
Getting a weird issue when I run the pair tool on a fresh install with all drivers installed.

Code:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.MissingMethodException: Method not found: 'ScpControl.Ds3State ScpControl.UsbDevice.get_State()'.
   at ScpPair.ScpForm.tmEnable_Tick(Object sender, EventArgs e)
   at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.18052 built by: FX45RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
----------------------------------------
ScpPair
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Program%20Files/Scarlet.Crush%20Productions/bin/ScpPair.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.18047 built by: FX45RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.18021 built by: FX45RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.18044 built by: FX45RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
ScpControl
    Assembly Version: 1.0.0.103
    Win32 Version: 1.0.0.103
    CodeBase: file:///C:/Program%20Files/Scarlet.Crush%20Productions/bin/ScpControl.DLL
----------------------------------------
System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.18060 built by: FX45RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

For Scarlet if he gets a chance to take a look.

This happens whether or not the SCP service is running.
This works pretty great as a simple XInput driver over USB. I don't have a good way to try the Bluetooth or PCSX2 pressure sensitivity support.

So, with the PS4 and its DS4 available now, do you think there'll be any plans to extend this to the DS4? I was surprised to see that Sony only added DirectInput support, although that's clearly better than nothing, and x360ce can probably get us most of the rest of the way.
(11-13-2013, 06:45 AM)_Ombra_ Wrote: [ -> ]Hey guys,

i recently updated my windows 8 to 8.1 and after that the bluetooth stoped connecting to the controllers. If i use USB it works like a charm. Any clue?

Works for me on 8.1 64bit. Figured I'd let you know.

(bt dongle - Asus bt400)
I followed the each step and managed to install it successfully. However, when i test the device in "devices & printers" it doesn't detect any of my analogue stick movements or any of the buttons i press. I tried collaborating the controller though the same tool but to no avail. :L
(11-13-2013, 09:07 PM)rich9119 Wrote: [ -> ]I followed the each step and managed to install it successfully. However, when i test the device in "devices & printers" it doesn't detect any of my analogue stick movements or any of the buttons i press. I tried collaborating the controller though the same tool but to no avail. :L

When my controllers are paired, I also don't have any analog stick movement under device and printers.

Under wherever you extracted to:/SCPSERVER/BIN/WIN64 - there is a tool called SCPUser - this shows you whether the controller is working properly, check there.
(11-13-2013, 11:10 PM)tolstoy635 Wrote: [ -> ]When my controllers are paired, I also don't have any analog stick movement under device and printers.

Under wherever you extracted to:/SCPSERVER/BIN/WIN64 - there is a tool called SCPUser - this shows you whether the controller is working properly, check there.

Thanks for the help. I've found SCPUser and the results are pretty strange. The PS3 controller keeps flicking from connected to disconnected about every 0.4 seconds. Can anyone help?
Hi guys. First of all - sorry for my poor English. I hope it's understandable. So, now my question:
Is there any posibility to connect fake DS3 controller to PC via Bluetooth? Unfortunately, I bought one by accident on ebay and now I have a problem :/
  • Original DS3 pad is working perfect via cable and via Bluetooth
  • Fake pad is working without problems when it's connected to PC with USB cable.
  • Also, it's working great via Bluetooth when I paired that crap with my PS3, but...
I can't make it work with PC via BT.
I'm attaching three logs from ScpServer.exe:

First, when I'm connecting original DualShock3 (bluetooth)
[Image: vo8l.jpg]

Second, when I'm trying use new one (bluetooth). It's stopping at some step and that's all Sad
[Image: gpvg.jpg]

And last, when I connect fake one with USB
[Image: qcjb.jpg]

Any ideas?
Hello!

So my dongle (recommended by people already successful so it should be compatible) finally came and I started going through the process set up by Scarlett.Crush on page one of this thread.

After a while I was able to get the ps3 controller working fine via USB, but have not yet had success via bluetooth.

If anyone can help me out I'd greatly appreciate it. You'll have to tell me exactly what you need either from me or for me to do (even through PM is fine to no clutter the board). I'm tech savvy so hopefully it shouldn't take too much troubleshooting!

Thanks ~

Chris
(11-13-2013, 11:17 PM)rich9119 Wrote: [ -> ]Thanks for the help. I've found SCPUser and the results are pretty strange. The PS3 controller keeps flicking from connected to disconnected about every 0.4 seconds. Can anyone help?

Are you certain that their aren't any issues with the cord or USB port? That sounds like what might cause that issue.
(11-14-2013, 06:20 AM)Wigginns Wrote: [ -> ]Are you certain that their aren't any issues with the cord or USB port? That sounds like what might cause that issue.

In page 126 (posts #1252 y #1257) other people have issues with your BT dongle (USB\VID_054C&PID_0268&REV_0100) maybe it could help you. BTW,
it is possible that your Bluetooth doesn't support EDR so it can't work properly, you can check it by running the "SCPUser" application at: C:\Program Files\Scarlet.Crush Productions\Win64 (or win32)
if the rumble function works (I mean the vibration function) without the usb cable (I mean wirelessly) then your BT dongle doesn't support EDR; it rumble doesn't work then I don't know what could be the problem.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510