https://bugs.winehq.org/show_bug.cgi?id=43938
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #2 from Anastasius Focht focht@gmx.net --- Hello folks,
still present.
Using bi-arch 64-bit/32-bit system on ARM HW, allowing to test both, Armv7 and AArch64 at the same time, similar to amd64/x86_64.
--- snip --- $ uname -a Linux hikey960 4.20.0-rc4+ #1 SMP PREEMPT Mon Dec 3 12:01:56 UTC 2018 aarch64 aarch64 aarch64 GNU/Linux --- snip ---
--- snip --- hikey960:~$ export DISPLAY=:0 hikey960:~$ export PATH=$HOME/projects/wine/mainline-install-arm/bin/:$PATH hikey960:~$ export PATH=$HOME/projects/wine/mainline-install-aarch64/bin/:$PATH
hikey960:~$ file $(which wine) /home/focht/projects/wine/mainline-install-arm/bin/wine: ELF 32-bit LSB pie executable, ARM, EABI5 version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-armhf.so.3, for GNU/Linux 3.2.0, BuildID[sha1]=9f04b1faa5433a131f489dcd702ea06cc1b5440e, with debug_info, not stripped
hikey960:~$ file $(which wine64) /home/focht/projects/wine/mainline-install-aarch64/bin/wine64: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for GNU/Linux 3.14.0, with debug_info, not stripped
hikey960:~$ wine --version wine-5.9
win32/arm:
--- snip --- hikey960:~$ rm -rf ~/.wine
hikey960:~$ wineboot wine: created the configuration directory '/home/focht/.wine' 0050:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002 0050:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002 0050:err:ole:get_local_server_stream Failed: 80004002 0048:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002 0048:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002 0048:err:ole:get_local_server_stream Failed: 80004002 0040:fixme:mshtml:load_gecko Wine Gecko is not supported on this architecture. wine: configuration in L"/home/focht/.wine" has been updated. --- snip ---
win64/arm64:
--- snip --- hikey960:~$ rm -rf ~/.wine
hikey960:~$ wine64 wineboot wine: created the configuration directory '/home/focht/.wine' 0050:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002 0050:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002 0050:err:ole:get_local_server_stream Failed: 80004002 0048:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002 0048:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002 0048:err:ole:get_local_server_stream Failed: 80004002 0040:fixme:mshtml:load_gecko Wine Gecko is not supported on this architecture. wine: configuration in L"/home/focht/.wine" has been updated. --- snip ---
Regards