Emulator Issues #7206
closedGames list doesn't scroll with mouse wheel (Linux 64 bit)
0%
Description
What's the problem? Describe what went wrong in few words.
I can't scroll the games list with the mouse wheel! :O
Clicking and dragging the scroll bar works fine.
What did you expect to happen instead?
Scrolling.
What steps will reproduce the problem?
- Compile dolphin
- Run dolphin
- Attempt to scroll
- ????
- Profit
Which versions of Dolphin did you test on?
Just tested with 1430. If the answer isn't obvious to whomever reads this, I'll do more testing. Kinda late right now.
Does using an older version of Dolphin solve your issue? If yes, which
versions of Dolphin used to work?
1415 worked, but that was under a 32 bit 12.04 install with a different wxWidgets installed, so that really doesn't help much.
What are your PC specifications? (including, but not limited to: Operating
System, CPU and GPU)
Ubuntu 14.04, some 8 Core AMD, GTS 450
Are you using the 32 or the 64 bit version of Dolphin?
64
Is there any other relevant information? (e.g. logs, screenshots,
configuration files)
Here's the link to my cmake command output. I'm wondering if it's wxWidgets3. I'm assuming that would handle scrolling (please correct me if I'm wrong. I'm curious to know regardless.)
http://pastebin.com/8irkfK4v
Updated by degasus over 10 years ago
This is a known wx issue. It's already fixed in the official wx tree, but they didn't release it afterwards.
Updated by flacs over 10 years ago
- Status changed from New to Fixed
wxWidgets 3.0.1 has been released which includes the commit fixing this problem (https://github.com/wxWidgets/wxWidgets/commit/482a1313525e3fa2c29f6e8734e6aedad44cd808).
Updated by flacs over 10 years ago
- Status changed from Fixed to Accepted
We still need to update the wxWidgets version in Externals/.
Updated by flacs over 10 years ago
- Priority set to High
- Milestone set to Current
Updated by JMC4789 about 10 years ago
Is there not anyone that can look at this? Still confirmed.
Updated by Buddybenj almost 10 years ago
- Status changed from Accepted to Fixed
This should have been unintentionally fixed in this commit: https://github.com/dolphin-emu/dolphin/commit/1334d7fc4138a0ed481d715ab63964db5578cce8 since it upgraded to a newer version of wxWidgets, consequently merging this commit: https://github.com/wxWidgets/wxWidgets/commit/482a1313525e3fa2c29f6e8734e6aedad44cd808#diff-40dd4b5e2cdfa858afee852fae756e01R1722
Although no one has confirmed this fixed, I feel confident to say that this has been fixed since the wxWidgets commit fixing this issue was merged.
Updated by i418c7 over 9 years ago
This wasn't fixed. I'm still unable to scroll. I check it just about every time I update the emulator, so please reopen this issue.
Updated by flacs over 9 years ago
i418c7: Your version of libwxgtk3.0-0 is too old. Install the utopic package or build Dolphin from source.
Updated by i418c7 over 9 years ago
I am building Dolphin from source...
Do you mean build libwxgtk from source?
Maybe there's a ppa out there.
Updated by flacs over 9 years ago
Build Dolphin from source without having libwxgtk3.0-dev installed (or manually disable the CMake check for it).
If you need further help, please ask on IRC or in the forum.