install videopsalm

Questions about Wine on Linux
Locked
thierryR
Level 1
Level 1
Posts: 9
Joined: Tue Oct 26, 2010 2:52 pm

install videopsalm

Post by thierryR »

Hello, I want to install videopsalm https://videopsalm.weebly.com/teacutel ... ement.html
It's OK ( nor error) but the start is KO.

Code: Select all

env WINEPREFIX="/home/thierry/.wine" wine /usr/bin/wine /Unix /home/thierry/.wine/dosdevices/c:/users/thierry/Start\ Menu/Programs/VideoPsalm/VideoPsalm.lnk                            
002c:fixme:winediag:__wine_start_process Wine Staging 5.10 is a testing version containing experimental patches.
002c:fixme:winediag:__wine_start_process Please mention your exact version when filing bug reports on winehq.org.
0024:err:module:__wine_process_init failed to load L"Z:\\usr\\bin\\wine", error c000012f
thierry :: ~ » 0088:fixme:ntdll:NtQueryInformationToken QueryInformationToken( ..., TokenSessionId, ...) semi-stub                                                                                                                      47 ↵
0088:fixme:ntdll:NtQueryInformationToken QueryInformationToken( ..., TokenSessionId, ...) semi-stub
I erase the folder .wine in my /home
The version of winehq is 5.10
how to troubleshoot ? Thank's
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: install videopsalm

Post by jkfloris »

Use winetricks to install dotnet40 and try again.

Code: Select all

winetricks -q dotnet40
cd "/home/thierry/.wine/drive_c/Program Files (x86)/VideoPsalm"
wine VideoPsalm.exe
Locked