• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Development Discussion v
« Previous 1 ... 30 31 32 33 34 ... 117 Next »

Controller Issue Linux
View New Posts | View Today's Posts

Pages (2): 1 2 Next »
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Controller Issue Linux
12-22-2015, 08:42 AM
#1
GreenFireFly Offline
Junior Member
**
Posts: 44
Threads: 11
Joined: Oct 2013
Bug 
Hello Everyone,

Every time i run dolphin-emu i have to constantly set the controller device otherwise the
controller does not work. I also noticed that Iterative Input does not save its state.

I'm running dolphin-20151218_e638775.tar.xz
Find
Reply
12-22-2015, 11:30 PM (This post was last modified: 12-22-2015, 11:36 PM by GreenFireFly.)
#2
GreenFireFly Offline
Junior Member
**
Posts: 44
Threads: 11
Joined: Oct 2013
Exclamation 
(12-22-2015, 08:42 AM)GreenFireFly Wrote: Hello Everyone,

Every time i run dolphin-emu i have to constantly set the controller device otherwise the
controller does not work. I also noticed that Iterative Input does not save its state.

I'm running dolphin-20151218_e638775.tar.xz

Here is a screen shot of the configure controller screen. You can see the device is evdev/0/GreenAsia Inc.
You also see that the red dots that are usually there  on the main stick and c stick are no showing up. I cannot just
hit the refresh in device section. I have to click on the drop down menu to set the controller to
/evdev/0/GreenAsia Inc, even though it's showing up set to /evdev/0/GreenAsia Inc. Also the only
setting that does not save it state is  Iteractive Input.

[Image: dolphin_png.png]
Find
Reply
12-23-2015, 02:29 AM (This post was last modified: 12-23-2015, 02:30 AM by leolam.)
#3
leolam Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 1,478
Threads: 5
Joined: Sep 2015
Fixed image:
[Image: 9lnUNN6.png]

Unfortunately, I've never had that issue, so I cannot help you… but is the device plugged in before or after starting Dolphin?
Website Find
Reply
12-23-2015, 02:33 AM
#4
GreenFireFly Offline
Junior Member
**
Posts: 44
Threads: 11
Joined: Oct 2013
(12-23-2015, 02:29 AM)leolam Wrote: Fixed image:
[Image: 9lnUNN6.png]

Unfortunately, I've never had that issue, so I cannot help you… but is the device plugged in before or after starting Dolphin?

Hello Lleolam,

I have the controller plugged in before starting dolphin.
Find
Reply
12-23-2015, 02:38 AM (This post was last modified: 12-23-2015, 02:38 AM by leolam.)
#5
leolam Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 1,478
Threads: 5
Joined: Sep 2015
To confirm if your settings are the same after reselecting the device, can you save the configuration (by typing a name under "Profile" then clicking on Save), then close Dolphin, reopen Dolphin, reselect the device, then save the configuration under another name, then:

Code:
diff --unified ~/.dolphin-emu/Config/Profiles/GCPad/*.ini

to check for differences.
Website Find
Reply
12-23-2015, 07:01 AM (This post was last modified: 12-23-2015, 07:03 AM by GreenFireFly.)
#6
GreenFireFly Offline
Junior Member
**
Posts: 44
Threads: 11
Joined: Oct 2013
Exclamation 
(12-23-2015, 02:38 AM)leolam Wrote: To confirm if your settings are the same after reselecting the device, can you save the configuration (by typing a name under "Profile" then clicking on Save), then close Dolphin, reopen Dolphin, reselect the device, then save the configuration under another name, then:

Code:
diff --unified ~/.dolphin-emu/Config/Profiles/GCPad/*.ini

to check for differences.

Hello Leolam,

I'm assuming your comparing it to the GCPadNew.ini.

diff --unified ~/.config/dolphin-emu/Profiles/GCPad/*.ini ~/.config/dolphin-emu/GCPadNew.ini

This is the ouput i got.

-[Profile]
+[GCPad1]
Device = evdev/0/GreenAsia Inc. USB Joystick
Buttons/A = `Button 2`
Buttons/B = `Button 1`

I did not change Device,Button A or Button B. So i don't know why there is a difference.
Find
Reply
12-23-2015, 07:20 AM
#7
leolam Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 1,478
Threads: 5
Joined: Sep 2015
Actually that output means that there is only one difference, the [Profile] which becomes [GCPad1]… the Device and the rest do not change (there's no - or + in front of those lines, just spaces). If you try to load the profile you saved instead of selecting the device manually, does it work?
Website Find
Reply
12-23-2015, 07:28 AM (This post was last modified: 12-23-2015, 07:34 AM by GreenFireFly.)
#8
GreenFireFly Offline
Junior Member
**
Posts: 44
Threads: 11
Joined: Oct 2013
(12-23-2015, 07:20 AM)leolam Wrote: Actually that output means that there is only one difference, the [Profile] which becomes [GCPad1]… the Device and the rest do not change (there's no - or + in front of those lines, just spaces). If you try to load the profile you saved instead of selecting the device manually, does it work?

No loading the profile does not get the controller to work. The only thing that gets the controller working is reselecting the device from the drop menu.

Here is a screenshot GCPad and GCPADNew.


[Image: dolphin_emu.jpg]
Find
Reply
12-23-2015, 07:36 AM
#9
leolam Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 1,478
Threads: 5
Joined: Sep 2015
Hmm, that means the device is virtually the same in the config files… Maybe the device name somehow does not get saved to the config files correctly? Sorry but I am out of ideas…
Website Find
Reply
12-23-2015, 07:43 AM (This post was last modified: 12-23-2015, 07:50 AM by leolam.)
#10
leolam Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 1,478
Threads: 5
Joined: Sep 2015
While I do not have the controller device issue, I can confirm that Iterative Input does not get saved to the config file (so it does not persist). Is this a bug?

EDIT: I am not too sure, but it looks like it's ignored on purpose when loading/saving a config
Website Find
Reply
« Next Oldest | Next Newest »
Pages (2): 1 2 Next »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode