moorebeazt / nintendon-t

Automatically exported from code.google.com/p/nintendon-t
0 stars 0 forks source link

PS3 controller configuration not working #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Plug a PS3 controller (either DualShock or Sixaxis) into the bottom rear USB 
port of the Wii U
2. Run Nintendont
3. Select a game

What is the expected output? What do you see instead?
The controller should be functional (as it was in r7), but instead the console 
says the controller.ini doesn't match the active controller.

What version of the product are you using? On what operating system?
r34

Please provide any additional information below.
Here's a video displaying the problem, my controller.ini, and the same 
configuration running on r7.
https://www.youtube.com/watch?v=dwrjBG7Z7ok

Presumably, something has changed about how Nintendont reads either the 
information from the controller, or how it reads information from the file.

Original issue reported on code.google.com by mebecj...@gmail.com on 14 May 2014 at 6:04

GoogleCodeExporter commented 8 years ago
Sorry, there was an error in this: I was actually using r44.

Original comment by mebecj...@gmail.com on 14 May 2014 at 6:06

GoogleCodeExporter commented 8 years ago
Send your actual controller.ini

Original comment by Howard_M...@yahoo.com on 14 May 2014 at 7:53

GoogleCodeExporter commented 8 years ago
Here it is. It matches the version in svn.

Original comment by mebecj...@gmail.com on 14 May 2014 at 8:41

Attachments:

GoogleCodeExporter commented 8 years ago
Use the one in the svn.
https://nintendon-t.googlecode.com/svn/trunk/controllerconfigs/controller_ps3.in
i
Its not the same

Original comment by Howard_M...@yahoo.com on 14 May 2014 at 9:50

GoogleCodeExporter commented 8 years ago
That fixed it. What was the difference? Absence of a newline at the end?

Original comment by mebecj...@gmail.com on 14 May 2014 at 10:10

GoogleCodeExporter commented 8 years ago
nintendont is looking for <cr> <lf>.
Yours didnt have it.
The old version you were using wasent looking for anything which made it 
dependent on the order of some options in the file. Such as if it was looking 
for up and found leftup first in the file it would use the wrong command

Original comment by Howard_M...@yahoo.com on 14 May 2014 at 10:59