We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 5101

Summary: Razer Arctosa causes same/similar hang in joystick init as Razer Lycosa
Product: SDL Reporter: Rick Gibbed <rick>
Component: joystickAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2 CC: icculus
Version: 2.0.12   
Hardware: x86_64   
OS: Windows 10   

Description Rick Gibbed 2020-04-21 05:21:43 UTC
Debugging an issue with a user, they were having a hang/freeze on SDL_InitSubSystem(SDL_INIT_GAMECONTROLLER) where it was taking an abnormally long time to complete.

They found unplugging their keyboard, a Razer Arctosa, stopped the issue.

I checked and saw the recent commit blacklisting the Razer Lycosa, so I assume it's similar/related: https://hg.libsdl.org/SDL/rev/1dec8bbf3b92

The Razer Arctosa has a vendor_id=0x1532, product_id=0x010B.

Having them test a build with this specific keyboard blacklisted mitigated the issue.
Comment 1 Ryan C. Gordon 2020-04-21 05:57:20 UTC
Added to the blacklist in https://hg.libsdl.org/SDL/rev/22dcbdfe45ea, thanks!

--ryan.