Page 1 of 1

[Tutorial] Tchernobog via Wine on Linux

Posted: 13 Aug, 2020 8:27
by Ketjow3
How to run Tchernobog on linux via Wine?

This tutorial works on Debian based linux distros (Debian,Ubuntu,Linux Mint etc.)
On other distros should also works.

Step 1

Make clean installation of wine.

I use latest wine staging version with instructions from official repository.

Code: Select all

rm -r -f ~/.wine

WINEARCH=win32 WINEPREFIX=~/.wine wine wineboot
or
WINEARCH=win64 WINEPREFIX=~/.wine wine wineboot
On clean installation of wine when I start Tchernobog get this error:

Image


Step 2

Install via winetricks crucial packages.

You need to install via winetricks THIS packages by a command:

Code: Select all

winetricks directmusic directplay dmband dmcompos dmime dmloader dmscript dmstyle dmsynth dmusic dmusic32 dsound dswave
Setup Wine to Windows 7.

Final

Now You can successfully run Tchernobog via Wine.

Code: Select all

wine /path/to/catalog/Tchernobog.exe
Enjoy!

Re: [Tutorial] Tchernobog via Wine on Linux

Posted: 09 Aug, 2023 6:52
by sel
For me I also had to install lib32-openal and lib32-pulse on my linux (not on wine). Without it there was no sound.