Problem with textures in the SeriousSam: The First Encounter

Questions about Wine on Linux
Locked
User avatar
ARTROSE
Newbie
Newbie
Posts: 2
Joined: Thu Oct 12, 2017 7:27 am

Problem with textures in the SeriousSam: The First Encounter

Post by ARTROSE »

I have:
Linux Ubuntu 16.04 LTS
Wine 1.6.4
A problem with textures:
pic_1 - https://yadi.sk/i/qKArXk7J3Nfzey
pic_2 - https://yadi.sk/i/J8ZXr4Et3NfzfB

I tried to download different versions of Serious Sam: The First Encounter, but either there was a black screen, or this very problem with textures.

When I try switch OpenGL to Direct3D, the game returns a black screen, although the sound seems to be there.

What I myself was able to achieve, but this is still not enough for a comfortable game (before and after):
pic_3 - https://yadi.sk/i/j8-RFAxm3NfzfK
pic_4 - https://yadi.sk/i/CrUr6rRe3Nfzfu

Does anyone know how to solve this problem? Please help.
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: Problem with textures in the SeriousSam: The First Encou

Post by Bob Wya »

ARTROSE wrote:...
Wine 1.6.4
...
That version of Wine doesn't actually exist.
Wine version 1.6.2 was the final release of the 1.6.x Wine Stable branch.
But this was committed on: Fri Jan 10 21:37:29 2014.

Time to update your Wine package!
See: WineHQ Download: Ubuntu ...

Also what's the output from:

Code: Select all

glxinfo | egrep 'version[ :]|OpenGL'
sudo lspci -v | awk '{gpu=(gpu || ($0 ~ "VGA")) && ($0 !~ "^[[:blank:]]*$"); if (!gpu) next; if ($0 ~ "VGA|Kernel") print $0 }'
Ta
Bob
User avatar
ARTROSE
Newbie
Newbie
Posts: 2
Joined: Thu Oct 12, 2017 7:27 am

Re: Problem with textures in the SeriousSam: The First Encou

Post by ARTROSE »

Heh, sorry for miss of Wine version. Really 1.6.2.

However, it does not matter anymore:
I updated Wine to 2.4, install Serious Sam, switch Video settings from OpenGL to Direct3D and all textures bacame perfect!

Thanks for you!
Locked