https://bugs.winehq.org/show_bug.cgi?id=50366 --- Comment #6 from Darin Miller <darinsmiller(a)gmail.com> --- Created attachment 68989 --> https://bugs.winehq.org/attachment.cgi?id=68989 Missing files Well that was a lot of fun... (never compiled wine before...) Starting with the source from here: https://dl.winehq.org/wine/source/6.0/wine-6.0-rc3.tar.xz As per guide: https://wiki.winehq.org/Building_Wine, I used the following to chase down most of the missing files: configure --enable-win64 And as per clues in this bug report: https://www.mail-archive.com/debian-bugs-dist(a)lists.debian.org/msg1411832.... I manually copied the files listed in the attached file from git://source.winehq.org/git/wine.git to the rc3 source. (There must be a better way to identify/copy 100+ files one at a time when flagged by "configure" ???!!!). Once patched and compiled, I attempted "make install", but I have no idea where wine executable landed. So I ran the wine64 file created in wine-6.0-rc3 with the following command: wine-6.0-rc3/wine64 /home/darin/Games/Battle.net/Battle.net.exe This is the observed error: 078:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1. 0078:err:system:ChangeDisplaySettingsExW Changing L"\\\\.\\DISPLAY2" display settings returned -2. 0078:err:explorer:initialize_display_settings Failed to initialize registry display settings for L"\\\\.\\DISPLAY2". 00a0:err:ntoskrnl:ZwLoadDriver failed to create driver L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\wineusb": c0000142 003c:fixme:service:scmdatabase_autostart_services Auto-start service L"wineusb" failed to start: 1114 003c:fixme:service:scmdatabase_autostart_services Auto-start service L"Bonjour Service" failed to start: 1359 002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1. 002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1. 0024:err:process:exec_process L"Z:\\home\\darin\\Games\\Battle.net\\Battle.net.exe" not supported on this system BTW, notepad.exe runs just fine using the newly compiled code: wine-6.0-rc3/wine64 notepad.exe -- 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.