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.
After doing that ,my terminal output this:Install
wget https://kgithub.com/PietJankbal/powersh ... rapper.exe
Then do:
wine install_pwshwrapper.exe
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!!!