program throw error if try to write a log

Questions about Wine on Linux
Locked
amera_09
Level 3
Level 3
Posts: 88
Joined: Mon Dec 09, 2019 6:47 pm

program throw error if try to write a log

Post by amera_09 »

wine-5.0.3 (Ubuntu 5.0.3-3)
the program work fine but when i use > filename.txt it doesnot work

Code: Select all

root@localhost:/storage/F90F-0310/dn# wine App.exe > a.txt        it looks like wine32 is missing, you should install it.                multiarch needs to be enabled first.  as root, please                  execute "dpkg --add-architecture i386 && apt-get update &&             apt-get install wine32"                                                Fatal Python error: Py_Initialize: can't initialize sys standard streams                                                                      OSError: [WinError 6] Invalid handle                                                                                                          Current thread 0x00000009 (most recent call first):                                                                                           abnormal program termination                                           root@localhost:/storage/F90F-0310/dn# 
and i am using qemu x86_64 user emulation thats why i dont install wine32 however i dont really need to use that symbol > but its the same error that i get when im trying to run wine with vncserver because vncserver write a log file
so is there any workaround?
more about the error here :wink: https://github.com/vifm/vifm/issues/592
Last edited by amera_09 on Tue Aug 10, 2021 1:54 pm, edited 1 time in total.
amera_09
Level 3
Level 3
Posts: 88
Joined: Mon Dec 09, 2019 6:47 pm

Re: program throw error if try to write a log

Post by amera_09 »

Code: Select all

root@localhost:/storage/F90F-0310/dn# wine App.exe > a.txt        it looks like wine32 is missing, you should install it.                multiarch needs to be enabled first.  as root, please                  execute "dpkg --add-architecture i386 && apt-get update &&             apt-get install wine32"                                                Fatal Python error: Py_Initialize: can't initialize sys standard streams                                                                      OSError: [WinError 6] Invalid handle                                                                                                          Current thread 0x00000009 (most recent call first):                                                                                           abnormal program termination                                           root@localhost:/storage/F90F-0310/dn# 
Locked