https://bugs.winehq.org/show_bug.cgi?id=41232
Bug ID: 41232 Summary: 64bit app with native OpenAL compiled by wingcc has strange behavior Product: Wine Version: 1.9.17 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: llancelot7@gmail.com Distribution: ---
Created attachment 55515 --> https://bugs.winehq.org/attachment.cgi?id=55515 test.cpp
OS: Archlinux (64bit) Wine: 1.9.17
https://bugs.winehq.org/show_bug.cgi?id=41232
--- Comment #1 from llancelot7@gmail.com --- Compiling test.cpp for 32bit: winegcc -m32 test.cpp -o test.exe -lopenal
and executing it as "wine test.exe.so", produces output with available sound output devices.
But if it compiled for 64bit: winegcc -m64 test.cpp -o test.exe -lopenal
it will produce empty list.
However if I set environment variable ALSOFT_LOGLEVEL=4, 32 bit version produce additional info, but 64 bit version nothing
Looks like in 64 bit version for some reason not called "constructor" of libopenal.so
P.S. if compiling by gcc - all works.
https://bugs.winehq.org/show_bug.cgi?id=41232
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source, testcase