[Bug 41232] New: 64bit app with native OpenAL compiled by wingcc has strange behavior
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(a)winehq.org Reporter: llancelot7(a)gmail.com Distribution: --- Created attachment 55515 --> https://bugs.winehq.org/attachment.cgi?id=55515 test.cpp OS: Archlinux (64bit) Wine: 1.9.17 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41232 --- Comment #1 from llancelot7(a)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. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41232 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source, testcase -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org