https://bugs.winehq.org/show_bug.cgi?id=56440
Bug ID: 56440 Summary: Running Wine 9.4 under arm macOS (for running aarch64 windows apps) fails Product: Wine Version: 0.9.4. Hardware: aarch64 OS: MacOS Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: shnall93@gmail.com
Created attachment 76200 --> https://bugs.winehq.org/attachment.cgi?id=76200 configure
Wine configure and build ok, but can't launch.
Configure log file in attachments
configure: creating ./config.status config.status: creating include/config.h config.status: linking ../tools/winewrapper to wine config.status: executing include/stamp-h commands config.status: executing tools/makedep commands config.status: executing Makefile commands
configure: libinotify development files not found (or too old), filesystem change notifications won't be supported. configure: gstreamer-1.0 base plugins development files not found, GStreamer won't be supported.
configure: WARNING: can't build Wine preloader; many programs won't work
configure: Finished. Do 'make' to compile Wine.
Build: ..... tools/winegcc/winegcc -o dlls/activeds.tlb/aarch64-windows/activeds.tlb --wine-objdir . -b aarch64-w64-mingw32 -Wl,--wine-builtin -shared \ -Wb,--data-only dlls/activeds.tlb/aarch64-windows/activeds_tlb_t.res --no-default-config tools/winegcc/winegcc -o dlls/oleacc/aarch64-windows/oleacc.dll --wine-objdir . -b aarch64-w64-mingw32 -Wl,--wine-builtin -shared \ ../dlls/oleacc/oleacc.spec dlls/oleacc/aarch64-windows/client.o dlls/oleacc/aarch64-windows/main.o \ dlls/oleacc/aarch64-windows/propservice.o dlls/oleacc/aarch64-windows/window.o \ dlls/oleacc/aarch64-windows/oleacc_classes_p.o dlls/oleacc/aarch64-windows/dlldata.o \ dlls/oleacc/oleacc.res dlls/oleacc/aarch64-windows/oleacc_classes_t.res \ dlls/oleacc/aarch64-windows/oleacc_classes_r.res libs/uuid/aarch64-windows/libuuid.a \ dlls/oleaut32/aarch64-windows/liboleaut32.a dlls/ole32/aarch64-windows/libole32.a \ dlls/user32/aarch64-windows/libuser32.a dlls/rpcrt4/aarch64-windows/librpcrt4.a \ dlls/winecrt0/aarch64-windows/libwinecrt0.a dlls/ucrtbase/aarch64-windows/libucrtbase.a \ dlls/kernel32/aarch64-windows/libkernel32.a dlls/ntdll/aarch64-windows/libntdll.a \ --no-default-config Wine build complete.
Just get when try to launch:
./wine [1] 83217 killed ./wine
are MacOS Aarch64 Wine preloader not exist ???