winehq ver. 6.5 was installed on Debian, but not work

Questions about Wine on Linux
Locked
abdu
Level 2
Level 2
Posts: 20
Joined: Mon Jul 05, 2021 7:43 pm

winehq ver. 6.5 was installed on Debian, but not work

Post by abdu »

Just installed winehq ver. 6.5 on debian, but not work for running LTspice

On shell:

Code: Select all

$ env WINEPREFIX="/home/budi/.wine" /opt/wine-staging/bin/wine C:\\Program\ Files\\LTspiceXVII\\XVIIx64.exe
002c:fixme:winediag:LdrInitializeThunk wine-staging 6.5 is a testing version containing experimental patches.
002c:fixme:winediag:LdrInitializeThunk Please mention your exact version when filing bug reports on winehq.org.
00fc:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
00fc:fixme:ver:GetCurrentPackageId (0000000000AB81D0 0000000000000000): stub

~/.wine/drive_c/Program Files/LTspiceXVII
$ 0094:err:rpc:I_RpcReceive we got fault packet with status 0x1c010003
if as root (superuser) :

Code: Select all

~/.wine/drive_c/Program Files/LTspiceXVII
$ env WINEPREFIX="/home/budi/.wine" sudo /opt/wine-staging/bin/wine C:\\Program\ Files\\LTspiceXVII\\XVIIx64.exe
002c:fixme:winediag:LdrInitializeThunk wine-staging 6.5 is a testing version containing experimental patches.
002c:fixme:winediag:LdrInitializeThunk Please mention your exact version when filing bug reports on winehq.org.
wine: failed to open L"C:\\Program Files\\LTspiceXVII\\XVIIx64.exe": c0000135
$
What'd be the cause and how to make it working correctly ?
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: winehq ver. 6.5 was installed on Debian, but not work

Post by jkfloris »

How did you install Wine 6.5? Which packages? And why version 6.5?
The latest version of LTspice (17.0.27.0 May 9 2021) works with Wine 6.12 without any problems.
if as root (superuser) :
Read the Wiki how to repair your Wineprefix:
https://wiki.winehq.org/FAQ#Should_I_ru ... as_root.3F
Locked