pi-apps
pi-apps copied to clipboard
Wine64
Anyone?
problems with your scripts:
it uses apt
. you should use pi-apps's pkg-install
.
you are not handling errors.
both of those issues can be fixed if you use pi-apps's app creation wizard. you can find it in pi-apps settings.
sorry for taking so long to answer
i created the app with pi-apps settings and clicked "new app"
could you help me ?
i created the app with pi-apps settings and clicked "new app"
you deleted all the code that already was there. take a look at the app creation tutorial
could you help me ?
maybe later, right now I don't have time.. sorry.
could you help me ?
Okay, I am going to make the scripts, but you'll have to check it as I am not on 64-bit RaspiOS
maybe later, right now I don't have time.. sorry.
@Itai-Nelken Can you make me a collaborator as well, or that power is in @Botspot 's hand
Sorry I tried, but the script needs a complete rewrite. And also you cannot just install Wine you need to install it on top Box64 or maybe Box86, see my commit #794
You need box 64
https://user-images.githubusercontent.com/78208253/126446811-040cea2d-5b50-42f8-8bb5-2140af7eb55f.mp4
after you install Box64 you can install wine64 ONLY on 64BIT Raspbian you can view in my video how it runs the installer and a demo
Can Wine64 run 32-bit Windows apps? I'd be surprised if it couldn't.
I don't think it can. It calls wine32 for that I think.
@SuperPi911 sorry for the long time, we will eventually come to this pr.
install script:
The error function and DIRECTORY variable definition are missing. line 6 and line 7: 'error' is misspelled.
line 10, 11, 14, 20, 26-28: 'error' is missing before the error message.
line 14, 20, 26, 27, 28: 'Error' is misspelled.
line 15-17: error "message" is missing.
line 25: 'wine' is misspelled.
uninstall script:
error function is missing. line 4: 'error' is misspelled.
Wine64.zip V3
Thanks!
install script:
error function definition is still missing. lines 26, 27: 'error' missing
uninstall script:
use || error "message"
for all lines.
website
use full link please: https://www.winehq.org/
description
explain what is wine? you can copy mostly everything from the 32bit wine description.
credits
you can add the box86 website (https://box86.org/) or github.
install and uninstall scripts are missing the declarations of the DIRECTORY
variable and the error
function.
the description is one line, could you make it 1 short about line and then the rest? I'm not sure if yad wraps text.
Commenting on these lines of your script:
echo "Running Winecfg"
winecfg || error "error running Winecfg"
echo "Installing cabextract "
"${DIRECTORY}/pkg-install" "cabextract" "$(dirname "$0")" || exit 1
Doesn't the winecfg
require cabextract?
In my experience I need cabextract, or wine crashes with some programs
In my experience I need cabextract, or wine crashes with some programs
What I'm asking is, why are we installing cabextract, after running winecfg? Are you sure winecfg doesn't need it?
sorry for the long waiting ,i think the wine installer script is done , the V4 version
The one above?
The one above?
Yes
Just installed the new Raspberry Pi OS 64 bit, cant install.
Just re run it again
ok
now its doing this
and when i press ok it does this
Just ignore this error I'll fix it tomorrow
You can use it without any problem
ok!
hello let me just ask a question. i have tried to install wine64 manually on my 64 bit raspberry pi some time ago and the problem i faced was the installing wizard of all exe files are 32 bit so none of them worked will installing wizard work withyour install script? PS:IDK may be you need to add a way to install both wine32 and wine64 on your install script
I managed to install Wine64 using my script: https://transfer.sh/e4v6N3/Wine64.zip
Haven't test with any Windows app yet.
I just installed Wine64 manually, (inside of a chroot, since I'm on 32 bit OS), and most stuff dosen't run because wine32 isn't installed. So I'm building wine32. You don't even need to use Box64, wine64 will run natively on 64 bit.
FYI, @cycool29, that link dosen't work anymore ^
EDIT: I missed a very important part, you can't run x86/64 stuff on arm, so even though it's possible to install wine on aarch64, you won't be doing much with it.
I just installed Wine64 manually, (inside of a chroot, since I'm on 32 bit OS), and most stuff dosen't run because wine32 isn't installed. So I'm building wine32. You don't even need to use Box64, wine64 will run natively on 64 bit.
FYI, @cycool29, that link dosen't work anymore ^
You need box64 to run the x86 version to you will run the arm version of wine
In my experience I need cabextract, or wine crashes with some programs
What I'm asking is, why are we installing cabextract, after running winecfg? Are you sure winecfg doesn't need it?
When this app will be added to pi-apps?
I just installed Wine64 manually, (inside of a chroot, since I'm on 32 bit OS), and most stuff dosen't run because wine32 isn't installed. So I'm building wine32. You don't even need to use Box64, wine64 will run natively on 64 bit. FYI, @cycool29, that link dosen't work anymore ^
You need box64 to run the x86 version to you will run the arm version of wine
yes, I guess that's true.. 🤷♂️
It doesn't matter his script it the same as mine , but when wine 64 will be added to Pi-Apps???
@SuperPi911 The script must be changed to use install_packages
, instead of pkg_install
:
Wine64.zip
I also changed echo
to status
.
@SuperPi911 The script must be changed to use
install_packages
, instead ofpkg_install
: Wine64.zipI also changed
echo
tostatus
.
I will fix it tomorrow
@SuperPi911 Like some other people were saying, you'll probably need to also install Wine32, cause most Windows installers are 32 bit.
@SuperPi911 The script must be changed to use
install_packages
, instead ofpkg_install
: Wine64.zip I also changedecho
tostatus
.I will fix it tomorrow
Well, I did change the scripts to use install_packages
and purge_packages
, in that zip, so you won't need to do that. 😄
So I have installed Wine64 and Wine32 (via this guide), and it works, with Box86 and Box64 installed from Pi-Apps. I installed a program called MPC Beats and it installed just fine. But when I try to run it, it loads to the setup screen, and crashes (see output below). I'm wondering if this is Box86/64's fault, because the program in question installes and runs like normal on a amd64 machine.
Output:
$ env WINEPREFIX="/home/crilum/.wine64-bit" wine C:\\windows\\command\\start.exe /Unix /home/crilum/.wine64-bit/dosdevices/c:/ProgramData/Microsoft/Windows/Start\ Menu/Programs/MPC\ Beats.lnk
Box86 with Dynarec v0.2.7 44ee38a8 built on May 8 2022 00:06:54
Box86 with Dynarec v0.2.7 44ee38a8 built on May 8 2022 00:06:54
Dynarec for ARM64, with extension: ASIMD CRC32 PageSize:4096
Box64 with Dynarec v0.1.9 c8d4d3b built on May 13 2022 01:00:55
Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/
Using default BOX64_PATH: ./:bin/
Counted 53 Env var
Looking for /home/crilum/wine/bin/wineserver
Using native(wrapped) libdl.so.2
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) libpthread.so.0
Using native(wrapped) librt.so.1
Dynarec for ARM64, with extension: ASIMD CRC32 PageSize:4096
Box64 with Dynarec v0.1.9 c8d4d3b built on May 13 2022 01:00:55
BOX64: Wine preloader detected, loading "/home/crilum/wine/bin/wine64" directly
BOX64: Wine64 detected, WINEPRELOADRESERVE="000400000-0004a1000"
Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/
Using default BOX64_PATH: ./:bin/
Counted 55 Env var
Looking for /home/crilum/wine/bin/wine64
argv[1]="C:\windows\system32\conhost.exe"
argv[2]="--unix"
argv[3]="--width"
argv[4]="116"
argv[5]="--height"
argv[6]="30"
argv[7]="--server"
argv[8]="0x10"
Using native(wrapped) libdl.so.2
Using native(wrapped) libpthread.so.0
Using native(wrapped) libc.so.6
Using native(wrapped) ld-linux-x86-64.so.2
Using native(wrapped) librt.so.1
Using emulated /home/crilum/wine/bin/../lib64/wine/ntdll.so
Using native(wrapped) libm.so.6
Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1
Using emulated /home/crilum/wine/lib64/wine/../libwine.so.1
Error loading needed lib /home/crilum/wine/lib64/wine/kernel32.so
Warning: Cannot dlopen("/home/crilum/wine/lib64/wine/kernel32.so"/0x78824890, 2)
Error loading needed lib /home/crilum/wine/lib64/wine/kernelbase.so
Warning: Cannot dlopen("/home/crilum/wine/lib64/wine/kernelbase.so"/0x78835f60, 2)
Error loading needed lib /home/crilum/wine/lib64/wine/conhost.so
Warning: Cannot dlopen("/home/crilum/wine/lib64/wine/conhost.so"/0x78845240, 2)
Error loading needed lib /home/crilum/wine/lib64/wine/advapi32.so
Warning: Cannot dlopen("/home/crilum/wine/lib64/wine/advapi32.so"/0x788574d0, 2)
Error loading needed lib /home/crilum/wine/lib64/wine/sechost.so
Warning: Cannot dlopen("/home/crilum/wine/lib64/wine/sechost.so"/0x78857950, 2)
Using emulated /home/crilum/wine/lib64/wine/ucrtbase.so
Using emulated /home/crilum/wine/lib64/wine/gdi32.so
Using emulated /home/crilum/wine/lib64/wine/user32.so
Error loading needed lib /home/crilum/wine/lib64/wine/setupapi.so
Warning: Cannot dlopen("/home/crilum/wine/lib64/wine/setupapi.so"/0x7886ae70, 2)
Error loading needed lib /home/crilum/wine/lib64/wine/rpcrt4.so
Warning: Cannot dlopen("/home/crilum/wine/lib64/wine/rpcrt4.so"/0x7886cc30, 2)
Error loading needed lib /home/crilum/wine/lib64/wine/version.so
Warning: Cannot dlopen("/home/crilum/wine/lib64/wine/version.so"/0x7886ceb0, 2)
Using native(wrapped) libfreetype.so.6
Using native(wrapped) libfontconfig.so.1
0024:fixme:exec:SHELL_execute flags ignored: 0x00000100
Error loading needed lib /home/crilum/wine/lib64/wine/imm32.so
Warning: Cannot dlopen("/home/crilum/wine/lib64/wine/imm32.so"/0x789c8be0, 2)
0024:fixme:exec:SHELL_execute flags ignored: 0x00004100
crilum@raspberrypi:~/Downloads $ 00f8:fixme:win:RegisterTouchWindow (0000000000010054 00000000): stub
00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000010054 233 1 0000000000000000
00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000010054 4a 1 0000000000000000
00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000010054 49 1 0000000000000000
00f8:err:ole:com_get_class_object class {4ce576fa-83dc-4f88-951c-9d0782b4e376} not registered
00f8:err:ole:create_server class {4ce576fa-83dc-4f88-951c-9d0782b4e376} not registered
00f8:err:ole:com_get_class_object no class object {4ce576fa-83dc-4f88-951c-9d0782b4e376} could be created for context 0x6
00f8:fixme:win:RegisterTouchWindow (0000000000020054 00000000): stub
00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000020054 233 1 0000000000000000
00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000020054 4a 1 0000000000000000
00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000020054 49 1 0000000000000000
00f8:fixme:file:ReplaceFileW Ignoring flags 6
0104:fixme:kernelbase:AppPolicyGetThreadInitializationType FFFFFFFFFFFFFFFA, 0000000001D1FE10
00f8:err:winediag:MIDIMAP_drvOpen No software synthesizer midi port found, Midi sound output probably won't work.
0164:fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DISABLE_AUTODIAL; STUB
0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000
0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000
0164:fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DATA_RECEIVE_TIMEOUT (1000): STUB
0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000
0164:fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DISABLE_AUTODIAL; STUB
0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000
0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000
0164:fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DATA_RECEIVE_TIMEOUT (1000): STUB
0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000
0164:fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DISABLE_AUTODIAL; STUB
0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000
0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000
0164:fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DATA_RECEIVE_TIMEOUT (1000): STUB
0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000
0164:fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DISABLE_AUTODIAL; STUB
0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000
0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000
0164:fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DATA_RECEIVE_TIMEOUT (1000): STUB
0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000
0164:fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DISABLE_AUTODIAL; STUB
0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000
0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000
0164:fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DATA_RECEIVE_TIMEOUT (1000): STUB
0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000
0164:fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DISABLE_AUTODIAL; STUB
0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000
0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000
0164:fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DATA_RECEIVE_TIMEOUT (1000): STUB
0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000
0164:fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DISABLE_AUTODIAL; STUB
0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000
0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000
0164:fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DATA_RECEIVE_TIMEOUT (1000): STUB
0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000
0164:fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DISABLE_AUTODIAL; STUB
0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000
0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000
0164:fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DATA_RECEIVE_TIMEOUT (1000): STUB
0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000
0164:fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DISABLE_AUTODIAL; STUB
0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000
0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000
0164:fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DATA_RECEIVE_TIMEOUT (1000): STUB
0164:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 1000
00f8:fixme:win:RegisterTouchWindow (000000000001005C 00000000): stub
00f8:fixme:msg:ChangeWindowMessageFilterEx 000000000001005C 233 1 0000000000000000
00f8:fixme:msg:ChangeWindowMessageFilterEx 000000000001005C 4a 1 0000000000000000
00f8:fixme:msg:ChangeWindowMessageFilterEx 000000000001005C 49 1 0000000000000000
00f8:fixme:win:RegisterTouchWindow (0000000000010062 00000000): stub
00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000010062 233 1 0000000000000000
00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000010062 4a 1 0000000000000000
00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000010062 49 1 0000000000000000
00f8:fixme:win:RegisterTouchWindow (0000000000010068 00000000): stub
00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000010068 233 1 0000000000000000
00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000010068 4a 1 0000000000000000
00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000010068 49 1 0000000000000000
00f8:fixme:win:RegisterTouchWindow (000000000001006E 00000000): stub
00f8:fixme:msg:ChangeWindowMessageFilterEx 000000000001006E 233 1 0000000000000000
00f8:fixme:msg:ChangeWindowMessageFilterEx 000000000001006E 4a 1 0000000000000000
00f8:fixme:msg:ChangeWindowMessageFilterEx 000000000001006E 49 1 0000000000000000
00f8:fixme:win:RegisterTouchWindow (0000000000010074 00000000): stub
00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000010074 233 1 0000000000000000
00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000010074 4a 1 0000000000000000
00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000010074 49 1 0000000000000000
wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\F:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\H:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\F:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\H:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\F:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\H:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\F:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\H:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\F:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\H:\\", FS volume label and serial are not available.
00f8:fixme:d3d:wined3d_guess_card_vendor Received unrecognized GL_VENDOR "Broadcom". Returning HW_VENDOR_NVIDIA.
00f8:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
00f8:fixme:dxgi:DXGID3D10CreateDevice Ignoring flags 0x20.
00f8:fixme:winediag:wined3d_select_feature_level None of the requested D3D feature levels is supported on this GPU with the current shader backend.
wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\D:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\E:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\E:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\F:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\F:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\F:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\G:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\G:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\H:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\H:\\", FS volume label and serial are not available.
wine: Read access denied for device L"\\??\\H:\\", FS volume label and serial are not available.
00f8:fixme:pulse:AudioSessionControl_RegisterAudioSessionNotification (0x1e8e9aa0)->(0x1e8e9ae0) - stub
00f8:fixme:pulse:AudioSessionControl_RegisterAudioSessionNotification (0x1e8ef160)->(0x1e8ef1a0) - stub
0198:fixme:avrt:AvSetMmThreadCharacteristicsW (L"Pro Audio",000000002718FA40): stub
0198:fixme:avrt:AvSetMmThreadPriority (0000000012345678)->(0) stub
00f8:fixme:win:RegisterTouchWindow (000000000002005E 00000000): stub
00f8:fixme:msg:ChangeWindowMessageFilterEx 000000000002005E 233 1 0000000000000000
00f8:fixme:msg:ChangeWindowMessageFilterEx 000000000002005E 4a 1 0000000000000000
00f8:fixme:msg:ChangeWindowMessageFilterEx 000000000002005E 49 1 0000000000000000
00f8:fixme:win:RegisterTouchWindow (0000000000020064 00000000): stub
00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000020064 233 1 0000000000000000
00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000020064 4a 1 0000000000000000
00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000020064 49 1 0000000000000000
00f8:fixme:win:RegisterTouchWindow (000000000002006A 00000000): stub
00f8:fixme:msg:ChangeWindowMessageFilterEx 000000000002006A 233 1 0000000000000000
00f8:fixme:msg:ChangeWindowMessageFilterEx 000000000002006A 4a 1 0000000000000000
00f8:fixme:msg:ChangeWindowMessageFilterEx 000000000002006A 49 1 0000000000000000
00f8:fixme:win:RegisterTouchWindow (0000000000020070 00000000): stub
00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000020070 233 1 0000000000000000
00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000020070 4a 1 0000000000000000
00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000020070 49 1 0000000000000000
01a4:fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DISABLE_AUTODIAL; STUB
01a4:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 5000
01a4:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 5000
01a4:fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DATA_RECEIVE_TIMEOUT (5000): STUB
01a4:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 5000
01a4:fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DISABLE_AUTODIAL; STUB
01a4:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 5000
01a4:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 5000
01a4:fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DATA_RECEIVE_TIMEOUT (5000): STUB
01a4:fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT/DATA_SEND_TIMEOUT 5000
00f8:fixme:win:RegisterTouchWindow (0000000000020076 00000000): stub
00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000020076 233 1 0000000000000000
00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000020076 4a 1 0000000000000000
00f8:fixme:msg:ChangeWindowMessageFilterEx 0000000000020076 49 1 0000000000000000
wine: Unhandled illegal instruction at address 0000000000060FF3 (thread 00f8), starting debugger...
00f8:err:seh:start_debugger Couldn't start debugger L"winedbg --auto 244 15588" (1359)
Read the Wine Developers Guide on how to set up winedbg or another debugger
Does anybody know what this error might be?
Here's a video of what happens:
(Sorry for posting here... Not sure exactly where to ask for help since I don't use Discord)
Can Wine64 run 32-bit Windows apps? I'd be surprised if it couldn't.
Yes, now wow64 is finshed, and 32bit code can run on wine 64
So, wine64 is better for arm64 users
Running Winecfg... wine: created the configuration directory '/home/shiqi/.wine' wine: Unhandled page fault on read access to 0000000000000008 at address 000000006C817FD9 (thread 0048), starting debugger... 0048:err:seh:start_debugger Couldn't start debugger L"winedbg --auto 68 108" (2) Read the Wine Developers Guide on how to set up winedbg or another debugger 0050:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002 0050:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002 0050:err:ole:apartment_get_local_server_stream Failed: 0x80004002 0050:err:ole:start_rpcss Failed to open RpcSs service
I could not run the wine
This problem seems only appear during the installing. I closed the wine and finshed installing.
@SuperPi911 Could you update wine64 to 7.x .You can get the package here (https://dl.winehq.org/wine-builds/debian/dists/bullseye/main/binary-amd64/) 5.21 is to old
@SuperPi911 Could you update wine64 to 7.x .You can get the package here (https://dl.winehq.org/wine-builds/debian/dists/bullseye/main/binary-amd64/) 5.21 is to old
I am trying to update
I've get a Wine64 7.0.0 now.But I'm a pupil.
Mine
Mine wine64 is x64_86.Non't only x64.
It's x86_64 Wine7.0.0 of aarch64
i can try it later
On Sun, Jun 12, 2022, 2:24 AM liulysunix @.***> wrote:
It's x86_64 Wine7.0.0 of aarch64
— Reply to this email directly, view it on GitHub https://github.com/Botspot/pi-apps/issues/807#issuecomment-1153092082, or unsubscribe https://github.com/notifications/unsubscribe-auth/ATXE5QKHMBTQRBLRRTVLU3TVOWGCPANCNFSM5APPLPCQ . You are receiving this because you commented.Message ID: @.***>
It's can help you to install wine-gecko.But when you want to install again.
Run $wine-gecko
Wine.x64.Vπ.zip