Help with error message

Questions about Wine on Linux
Locked
GMBK7user
Newbie
Newbie
Posts: 4
Joined: Sat Jan 30, 2021 1:10 pm

Help with error message

Post by GMBK7user »

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?
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Help with error message

Post by jkfloris »

If you have installed the program on the default location, change the directory to

Code: Select all

cd "$HOME/.wine/drive_c/Program Files (x86)/Brother's Keeper 7"
wine Bk7w.exe
Don't forget to install the Microsoft Visual Basic 6 runtime

Code: Select all

winetricks -q vb6run
GMBK7user
Newbie
Newbie
Posts: 4
Joined: Sat Jan 30, 2021 1:10 pm

Re: Help with error message

Post by GMBK7user »

Thank you so much for your reply. I can now run Brother's Keeper, wonderful news.
Locked