Wine powershell problem

Questions about Wine on Linux
Locked
huayuluoshi
Newbie
Newbie
Posts: 3
Joined: Fri Dec 23, 2022 8:34 pm

Wine powershell problem

Post by huayuluoshi »

Hi,thank you for your helping!I meet some problems with .

Here is the details:
OS:Ubuntu kylin 22.04 LTS (a Ubuntu based OS)
wine version :wine-8.0-rc2 (Staging)


I am going to install Waves Central with wine-8.0-rc2 (Staging) on Ubuntu kylin,
and I followed steps in this website:
https://github.com/PietJankbal/powershe ... r-for-wine
to install a wine based powershell so that I can install Waves Plugins by Waves Central.
Install

wget https://kgithub.com/PietJankbal/powersh ... rapper.exe

Then do:

wine install_pwshwrapper.exe
After doing that ,my terminal output this:

hyls@thinkpadt440:~$ wget https://github.com/PietJankbal/powershe ... rapper.exe
--2022-12-24 10:01:28-- https://github.com/PietJankbal/powershe ... rapper.exe
正在解析主机 github.com (github.com)... 140.82.114.3
正在连接 github.com (github.com)|140.82.114.3|:443... 已连接。
已发出 HTTP 请求,正在等待回应... 302 Found
位置:https://raw.githubusercontent.com/PietJ ... rapper.exe [跟随至新的 URL]
--2022-12-24 10:01:29-- https://raw.githubusercontent.com/PietJ ... rapper.exe
正在解析主机 raw.githubusercontent.com (raw.githubusercontent.com)... 185.199.111.133
正在连接 raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... 已连接。
已发出 HTTP 请求,正在等待回应... 200 OK
长度: 51200 (50K) [application/octet-stream]
正在保存至: ‘install_pwshwrapper.exe’

install_pwshwrapper 100%[===================>] 50.00K --.-KB/s 用时 0.1s

2022-12-24 10:01:31 (384 KB/s) - 已保存 ‘install_pwshwrapper.exe’ [51200/51200])

And then output:

hyls@thinkpadt440:~$ wine install_pwshwrapper.exe
002c:fixme:winediag:LdrInitializeThunk wine-staging 8.0-rc2 is a testing version containing experimental patches.
002c:fixme:winediag:LdrInitializeThunk Please mention your exact version when filing bug reports on winehq.org.
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
007c:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
MESA-INTEL: warning: Haswell Vulkan support is incomplete
0120:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
0120:fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20

Files successfully installed; Do 'wine powershell' to complete the installation


So I input 'wine powershell' in my terminal ,but it seems that doesn't work because it output this:

hyls@thinkpadt440:~$ wine powershell
002c:fixme:winediag:LdrInitializeThunk wine-staging 8.0-rc2 is a testing version containing experimental patches.
002c:fixme:winediag:LdrInitializeThunk Please mention your exact version when filing bug reports on winehq.org.
0080:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0080:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0080:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
0080:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005
MESA-INTEL: warning: Haswell Vulkan support is incomplete
0124:err:msvcrt:_invalid_parameter (null):0 (null): (null) 0

So what should I do ?Is something I did wrong?Thank you for your helping!!!
mcgov
Newbie
Newbie
Posts: 1
Joined: Mon Dec 26, 2022 12:00 am

Re: Wine powershell problem

Post by mcgov »

This may get you around the bug you're seeing and get you into another one: I have used the script from Piet and another hack to install Waves Central 12; both of them worked for me before Waves Central 13.4.1.

https://github.com/mcgov/waves_central_ ... _helper.sh

My hack is dumber but less complicated, maybe try it and see if you hit the same msvcrt issue? Both scripts worked for me on Waves Central version 12 but on v13.4.1 I hit a different issue with the Central app that prevents authorizing any of the plugins once they're installed.
huayuluoshi
Newbie
Newbie
Posts: 3
Joined: Fri Dec 23, 2022 8:34 pm

Re: Wine powershell problem

Post by huayuluoshi »

mcgov wrote: Mon Dec 26, 2022 12:24 am This may get you around the bug you're seeing and get you into another one: I have used the script from Piet and another hack to install Waves Central 12; both of them worked for me before Waves Central 13.4.1.

https://github.com/mcgov/waves_central_ ... _helper.sh

My hack is dumber but less complicated, maybe try it and see if you hit the same msvcrt issue? Both scripts worked for me on Waves Central version 12 but on v13.4.1 I hit a different issue with the Central app that prevents authorizing any of the plugins once they're installed.
Thank you for your reply.After I reinstall my OS and follow steps mentioned,the Waves Central can run under wine but cannot install any plugins because the progress bar always shows 50%.How terrible!
But wait…cannot be actived?Hmmm…
Locked