Emulator Issues #4311
closedUSB device with no name causes a crash
0%
Description
What's the problem?
I have a pair of usb headphones which have no USB name. Starting dolphin on OSX with them connected causes a crash. The attached patch fixes the problem.
Dolphin version with the problem (as it appears in the title bar, Ex.: "R
4779" or "R 6403M"):
R 7348
(optional) Dolphin version that does not have the problem:
Operating system and version:
32-bit or 64-bit:
OSX 10.6.6
Game ID (as it appears in game properties, Ex.: "GZ2P01" or "RSBE01"):
Build command-line (not on Windows):
Was the ISO a plain dump from disc, compressed and/or scrubbed?
Please provide any additional information below.
Updated by DimitriPilot3 over 13 years ago
- Issue type set to Other
- Operating system OS X added
This patch should be good... Is it possible for the last lines of the patch to be rewritten as:
std::string name = devName ? [devName UTF8String] : "Unknown device";
?
(note that I am not an OS X developer)
Updated by cleiffyleonard over 13 years ago
Hi, I'm from issue 4575, is there a direction about how to apply the patch? Because I'm not a programmer and totally don't know where and how to apply the patch... Do I need some programming software to apply it or not? Please Help. Thx a lot.
Updated by BhaaL over 13 years ago
You can try this one in case you don't compile your own: https://rapidshare.com/files/2704859443/Dolphin-r7591M.dmg
Updated by cleiffyleonard over 13 years ago
Ohhhh Misterr... It really workssss...and I'm insanely happyyyyy... THX A LOTTT Mister for the help... I'm soo WOW...
Updated by DimitriPilot3 over 13 years ago
- Status changed from New to Fixed
- Relates to usability set to Yes
I just committed (a variation of) the patch in this issue in r7598. The official site's download page claims that this compiled fine under OS X; and a few OS X users have reported good results with j4ck.fr0st's patch build.
I'm going to assume this issue is fixed unless someone claims otherwise...
Updated by bonioli over 13 years ago
r7598 and r7599 working fine!
Issue is fixed!
Thanks j4ck and Dimitri