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 4438

Summary: SDL mixer does not load in Windows 10 x64
Product: SDL_mixer Reporter: Lísias de Castro <saisilcastro>
Component: miscAssignee: Ryan C. Gordon <icculus>
Status: NEW --- QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: 2.0.4   
Hardware: x86_64   
OS: Windows 10   

Description Lísias de Castro 2018-12-31 02:02:16 UTC
Hi guys. I am working on an engine with SDL for years.
I used to compile it in x86 version. But I've downloaded
MinGWx64 and decided to compile to x64 indead. The compilation
seems to do well at first moment. But when I try to execute
the code, no sound is coming out. Without change a single line
I change to the x86 version and it works well.

This is the github link for the starting file:

https://github.com/saisilcastro/Place/blob/master/Place-Shared/sdl_plugin.c