I would be grateful for help with the following.
Background: I have Linux Mint MATE 20.1 installed along with Wine 5.0 and I am trying to run Brothers Keeper 7.5 on Wine.
I downloaded BKSETUP7.EXE then opened Wine and ran the Install routine. No error messages seen.
However, when I attempt to run the program BK7w.exe from the Terminal, I receive the error message:
0009:err:module_wine_process_init L"C:\\windows\\system32\\BK7w.exe" not found.
What steps do I need to take to resolve this?
Help with error message
Re: Help with error message
If you have installed the program on the default location, change the directory to
Don't forget to install the Microsoft Visual Basic 6 runtime
Code: Select all
cd "$HOME/.wine/drive_c/Program Files (x86)/Brother's Keeper 7"
wine Bk7w.exe
Code: Select all
winetricks -q vb6run
Re: Help with error message
Thank you so much for your reply. I can now run Brother's Keeper, wonderful news.