diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-17 09:10:43 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-17 09:10:43 +0200 |
| commit | f2ec263023649e596c5076df32c2d328bc9393d2 (patch) | |
| tree | 5dd86caab46e552bd2e62bf9c4fb1a7504a44db4 /results/scraper/fex/1560 | |
| parent | 63d2e9d409831aa8582787234cae4741847504b7 (diff) | |
| download | qemu-analysis-main.tar.gz qemu-analysis-main.zip | |
Diffstat (limited to 'results/scraper/fex/1560')
| -rw-r--r-- | results/scraper/fex/1560 | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/results/scraper/fex/1560 b/results/scraper/fex/1560 new file mode 100644 index 000000000..5c5e4ab2c --- /dev/null +++ b/results/scraper/fex/1560 @@ -0,0 +1,37 @@ +Wine on proot (Termux): err:winediag:nodrv_CreateWindow +Thanks a lot for making this exciting x86 emulation project!! + +I tried to `wine winecfg` in FEXBash (wine-5.0 comes with RootFS Ubuntu 21.10), it does place files in ~/.wine but it doesn't show any GUI window, neither `wine64` + +Besides, Wine-7.0 from playonlinux works well with box86 on proot Termux, [LF2](https://lf2.net/) 1.9c playable smoothly. I would like to try wine-7.0 but I don't know how to manage RootFS with host FS in proot (Termux), as mentioned in another Github issue. + +More details for my setup: +> OS: proot Ubuntu 21.10, on Termux +> Display: software Mesa, KDE, Xvnc/TigerVNC, Android Desktop Mode + +Error log is below. Can't provide a full log due to #1559 (too many unrelated warnings printed). +I have GTK3 (i386 & amd64) and GTK2 (i386 & amd64) installed but CreateWindow. So what library do I miss or what else do I need? Thanks a lot!! +``` +000b:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded. +000b:err:winediag:nodrv_CreateWindow The explorer process failed to start. +0010:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded. +0010:err:winediag:nodrv_CreateWindow The explorer process failed to start. +0012:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded. +0012:err:winediag:nodrv_CreateWindow The explorer process failed to start. +0012:err:ole:apartment_createwindowifneeded CreateWindow failed with error 183 +0012:err:ole:apartment_createwindowifneeded CreateWindow failed with error 0 +0012:err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046} +0012:err:ole:apartment_createwindowifneeded CreateWindow failed with error 14007 +0012:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x800736b7 +0012:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 800736b7 +0012:err:ole:get_local_server_stream Failed: 800736b7 +0014:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded. +0014:err:winediag:nodrv_CreateWindow The explorer process failed to start. +0014:err:ole:apartment_createwindowifneeded CreateWindow failed with error 0 +0014:err:ole:apartment_createwindowifneeded CreateWindow failed with error 0 +0014:err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046} +0014:err:ole:apartment_createwindowifneeded CreateWindow failed with error 14007 +0014:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x800736b7 +0014:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 800736b7 +0014:err:ole:get_local_server_stream Failed: 800736b7 +``` \ No newline at end of file |