• 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 ... 35 36 37 38 39 ... 116 Next »

[SOLVED] Hotkeys stopped working (4.0-5908 regression)
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
[SOLVED] Hotkeys stopped working (4.0-5908 regression)
03-21-2015, 05:37 PM (This post was last modified: 03-22-2015, 12:37 PM by kirbypuff.)
#1
kirbypuff Offline
The Original White Marshmallow
*****
Posts: 825
Threads: 37
Joined: Aug 2010
Starting with 4.0-5908, hotkeys don't work anymore.
4.0-5906 is OK.

This is the commit which introduced the issue:
Quote:Updated the input plugins reference of hwnd... (PR #2230)
Find
Reply
03-21-2015, 08:36 PM (This post was last modified: 03-21-2015, 08:58 PM by skid.)
#2
skid Offline
skidau / skid_au
**********
Developers (Some Administrators and Super Moderators)
Posts: 2,006
Threads: 8
Joined: Aug 2009
I'll look into it.  Thanks for the note. Have create PR 2241 to fix this. Please test it out and let me know if that works for you:

http://dl.dolphin-emu.org/prs/pr-2241-dolphin-latest-x64.7z
Find
Reply
03-22-2015, 08:57 AM (This post was last modified: 03-22-2015, 09:14 AM by kirbypuff.)
#3
kirbypuff Offline
The Original White Marshmallow
*****
Posts: 825
Threads: 37
Joined: Aug 2010
(03-21-2015, 08:36 PM)skid Wrote: Please test it out and let me know if that works for you:
http://dl.dolphin-emu.org/prs/pr-2241-dolphin-latest-x64.7z

That PR did the trick. The hotkeys work now.
Find
Reply
03-22-2015, 12:37 PM
#4
kirbypuff Offline
The Original White Marshmallow
*****
Posts: 825
Threads: 37
Joined: Aug 2010
Fixed in 4.0-5921.
Find
Reply
03-22-2015, 03:37 PM
#5
noobneutralizer Offline
Junior Member
**
Posts: 26
Threads: 2
Joined: Aug 2011
Sweet...

Thanks for fixing this guys...
Find
Reply
03-23-2015, 05:17 AM
#6
Doppler12 Offline
SmashLadder Mod
**
Posts: 8
Threads: 0
Joined: Mar 2015
Also starting with 4.0-5908 dolphin doesn't start in Linux Mint 17.1 and as of 5923 its still broken.

When starting in terminal it only gives back the message aborted before closing. It would be nice if someone could tell me if it happens with them too, or if its something I need to solve. But its not exaclty giving me much info to go on.
Find
Reply
03-23-2015, 08:45 AM
#7
skid Offline
skidau / skid_au
**********
Developers (Some Administrators and Super Moderators)
Posts: 2,006
Threads: 8
Joined: Aug 2009
(03-23-2015, 05:17 AM)Doppler12 Wrote: Also starting with 4.0-5908 dolphin doesn't start in Linux Mint 17.1 and as of 5923 its still broken.

Which input plugin(s) are you using for the controller? e.g. xinput, xinput2, sdl etc.

Try clearing (making a backup of) the Dolphin Config folder.

Can you produce a backtrace?
Find
Reply
03-25-2015, 03:10 AM (This post was last modified: 03-25-2015, 03:12 AM by Doppler12.)
#8
Doppler12 Offline
SmashLadder Mod
**
Posts: 8
Threads: 0
Joined: Mar 2015
I cleared my settings and it still aborts on startup.
I'm currently using SDL because its the only default input I can use with my 2-port mayflash, if there are other plugins I can use it would be appreciated.

I think this is what you wanted for a backtrace


Starting program: /usr/games/dolphin-emu
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffe2f32700 (LWP 20725)]
[Thread 0x7fffe2f32700 (LWP 20725) exited]

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff5915216 in ?? () from /lib/x86_64-linux-gnu/libc.so.6


(gdb) thread apply all backtrace

Thread 1 (Thread 0x7ffff7fabc00 (LWP 20713)):
#0 0x00007ffff5915216 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007ffff62aab1c in ?? () from /usr/lib/x86_64-linux-gnu/libSDL2-2.0.so.0
#2 0x00007ffff6233207 in ?? () from /usr/lib/x86_64-linux-gnu/libSDL2-2.0.so.0
#3 0x0000000000b0988b in ?? ()
#4 0x0000000000000000 in ?? ()

This was done with 4.0-5930
Find
Reply
03-25-2015, 07:56 AM (This post was last modified: 03-25-2015, 08:02 AM by skid.)
#9
skid Offline
skidau / skid_au
**********
Developers (Some Administrators and Super Moderators)
Posts: 2,006
Threads: 8
Joined: Aug 2009
Doppler12, have you updated SDL to libsdl2.0-dev on your system? This is recommended as it fixes many bugs that are in SDL. That said, I have created a work-around in PR2246.  Would you please compile it and test it out?

https://github.com/dolphin-emu/dolphin/pull/2246
Find
Reply
03-27-2015, 08:03 AM
#10
Doppler12 Offline
SmashLadder Mod
**
Posts: 8
Threads: 0
Joined: Mar 2015
I don't have access to libsdl2.0-dev on my system only libsdl2-dev (probably the same) Should I remove normal libsdl2?
In other news, your build works (sorta) It crashes when attempting to configure a controller.

There's 80 lines in the backtrace and I have no idea which ones are useful so heres a pastebin
http://pastebin.com/nB4AxcxH

I had been using the mercurial dev build of SDL

https://www.libsdl.org/hg.php

Which solved my segfault on second game start in dolphin 4.0-648 but when traversal servers got merged with master that dev build of SDL did not work with Netplay at all, so I switched back to SDL2 from my distro's repository, which was fine until 4.0-5908.
So I might recompile the HG build and see what happens with newer builds.
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