pi-apps icon indicating copy to clipboard operation
pi-apps copied to clipboard

Wine64

Open SuperPi911 opened this issue 3 years ago • 60 comments

Wine64.zip

SuperPi911 avatar Jul 16 '21 12:07 SuperPi911

Anyone?

SuperPi911 avatar Jul 20 '21 05:07 SuperPi911

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.

Itai-Nelken avatar Jul 20 '21 09:07 Itai-Nelken

sorry for taking so long to answer

Itai-Nelken avatar Jul 20 '21 09:07 Itai-Nelken

i created the app with pi-apps settings and clicked "new app"

SuperPi911 avatar Jul 20 '21 09:07 SuperPi911

could you help me ?

SuperPi911 avatar Jul 20 '21 09:07 SuperPi911

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.

Itai-Nelken avatar Jul 20 '21 09:07 Itai-Nelken

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

open-sorcerer64 avatar Jul 21 '21 04:07 open-sorcerer64

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

open-sorcerer64 avatar Jul 21 '21 05:07 open-sorcerer64

You need box 64

SuperPi911 avatar Jul 21 '21 05:07 SuperPi911

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

SuperPi911 avatar Jul 21 '21 07:07 SuperPi911

Can Wine64 run 32-bit Windows apps? I'd be surprised if it couldn't.

Botspot avatar Jul 24 '21 21:07 Botspot

I don't think it can. It calls wine32 for that I think.

Itai-Nelken avatar Jul 25 '21 04:07 Itai-Nelken

@SuperPi911 sorry for the long time, we will eventually come to this pr.

Itai-Nelken avatar Aug 16 '21 15:08 Itai-Nelken

Wine64.zip

I think now it is finished!

SuperPi911 avatar Aug 22 '21 08:08 SuperPi911

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.

Itai-Nelken avatar Aug 22 '21 10:08 Itai-Nelken

Wine64.zip V3

SuperPi911 avatar Aug 22 '21 15:08 SuperPi911

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.

Itai-Nelken avatar Aug 22 '21 16:08 Itai-Nelken

Wine64.zip

V4

SuperPi911 avatar Aug 30 '21 09:08 SuperPi911

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.

Itai-Nelken avatar Aug 30 '21 19:08 Itai-Nelken

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?

Botspot avatar Oct 12 '21 16:10 Botspot

In my experience I need cabextract, or wine crashes with some programs

SuperPi911 avatar Oct 12 '21 16:10 SuperPi911

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?

Botspot avatar Oct 12 '21 16:10 Botspot

sorry for the long waiting ,i think the wine installer script is done , the V4 version

SuperPi911 avatar Dec 23 '21 11:12 SuperPi911

The one above?

Crilum avatar Dec 25 '21 03:12 Crilum

The one above?

Yes

SuperPi911 avatar Jan 05 '22 06:01 SuperPi911

Just installed the new Raspberry Pi OS 64 bit, cant install. 2022-02-05-112955_1440x900_scrot

everypizza1 avatar Feb 05 '22 17:02 everypizza1

Just re run it again

SuperPi911 avatar Feb 05 '22 17:02 SuperPi911

ok

everypizza1 avatar Feb 05 '22 17:02 everypizza1

now its doing this 2022-02-05-113810_1440x900_scrot

and when i press ok it does this 2022-02-05-113949_1440x900_scrot

everypizza1 avatar Feb 05 '22 17:02 everypizza1

Just ignore this error I'll fix it tomorrow

SuperPi911 avatar Feb 05 '22 17:02 SuperPi911

You can use it without any problem

SuperPi911 avatar Feb 05 '22 17:02 SuperPi911

ok!

everypizza1 avatar Feb 05 '22 17:02 everypizza1

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

Painadath avatar Feb 07 '22 01:02 Painadath

I managed to install Wine64 using my script: https://transfer.sh/e4v6N3/Wine64.zip

Haven't test with any Windows app yet.

cycool29 avatar Feb 11 '22 05:02 cycool29

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.

Crilum avatar Mar 14 '22 20:03 Crilum

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

SuperPi911 avatar Mar 14 '22 20:03 SuperPi911

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?

SuperPi911 avatar Mar 14 '22 20:03 SuperPi911

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.. 🤷‍♂️

Crilum avatar Mar 14 '22 21:03 Crilum

It doesn't matter his script it the same as mine , but when wine 64 will be added to Pi-Apps???

SuperPi911 avatar Mar 14 '22 21:03 SuperPi911

@SuperPi911 The script must be changed to use install_packages, instead of pkg_install: Wine64.zip

I also changed echo to status.

Crilum avatar Mar 14 '22 21:03 Crilum

@SuperPi911 The script must be changed to use install_packages, instead of pkg_install: Wine64.zip

I also changed echo to status.

I will fix it tomorrow

SuperPi911 avatar Mar 14 '22 21:03 SuperPi911

@SuperPi911 Like some other people were saying, you'll probably need to also install Wine32, cause most Windows installers are 32 bit.

Crilum avatar Mar 14 '22 21:03 Crilum

@SuperPi911 The script must be changed to use install_packages, instead of pkg_install: Wine64.zip I also changed echo to status.

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. 😄

Crilum avatar Mar 14 '22 21:03 Crilum

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: mpc-beats.mp4

(Sorry for posting here... Not sure exactly where to ask for help since I don't use Discord)

Crilum avatar May 17 '22 06:05 Crilum

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

ss8688 avatar May 31 '22 06:05 ss8688

So, wine64 is better for arm64 users

ss8688 avatar May 31 '22 06:05 ss8688

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

ss8688 avatar Jun 01 '22 01:06 ss8688

Screenshot_2022-06-01-09-57-33-454_com realvnc viewer android

ss8688 avatar Jun 01 '22 01:06 ss8688

This problem seems only appear during the installing. I closed the wine and finshed installing.

ss8688 avatar Jun 01 '22 02:06 ss8688

@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

ss8688 avatar Jun 01 '22 02:06 ss8688

@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

SuperPi911 avatar Jun 01 '22 03:06 SuperPi911

I've get a Wine64 7.0.0 now.But I'm a pupil.

liulysunix avatar Jun 12 '22 04:06 liulysunix

2022-06-12-134651_2560x1600_scrot 2022-06-12-134916_2560x1600_scrot 2022-06-12-135
2022-06-12-135606_2560x1600_scrot
412_2560x1600_scrot 2022-06-12-140227_2560x1600_scrot Wine(x64).zip

2022-06-12-140318_2560x1600_scrot

liulysunix avatar Jun 12 '22 06:06 liulysunix

Mine 2022-06-12-140852_2560x1600_scrot

liulysunix avatar Jun 12 '22 06:06 liulysunix

Mine wine64 is x64_86.Non't only x64.

liulysunix avatar Jun 12 '22 06:06 liulysunix

Wine(x64)V2.zip

use || error "message" for all lines.

liulysunix avatar Jun 12 '22 07:06 liulysunix

It's x86_64 Wine7.0.0 of aarch64

liulysunix avatar Jun 12 '22 07:06 liulysunix

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: @.***>

everypizza1 avatar Jun 18 '22 15:06 everypizza1

Wine.x64.V3.zip

liulysunix avatar Jun 22 '22 07:06 liulysunix

It's can help you to install wine-gecko.But when you want to install again. Run $wine-gecko Wine.x64.Vπ.zip

liulysunix avatar Jun 22 '22 23:06 liulysunix