Enclave

Enclave

Jigoku May 11, 2017 @ 5:45pm
Gamma / Colors all wrong on Linux version
Mouse doesn't work in the main menu, and all game colors are whitewashed.
Everything from FMV intro's to the game itself.

Any ideas how to fix?
< >
Showing 1-9 of 9 comments
76561197960821007 May 17, 2017 @ 11:40pm 
Good Day to You, /dev/null.
As far as I remember, game doesn't support mouse in the main menu.
Speaking about gamma problem, if You are running game via Steam, game launcher (RunGame.sh) should fix it.
Jigoku May 18, 2017 @ 8:11am 
Originally posted by JahnVegar:
Good Day to You, /dev/null.
As far as I remember, game doesn't support mouse in the main menu.
Speaking about gamma problem, if You are running game via Steam, game launcher (RunGame.sh) should fix it.

Thanks i'll try that sometime and post back if it works when i get around to it. Cheers.
durazell May 21, 2017 @ 3:43pm 
Enclave messes up both of my monitors until I restart X. It puts brightness (or gamma?) to something like 95% for no reason and didn't recover when i closed the game. RunGame.sh made it worse, maxing brightness. anyway everything was white and awful.

I tried with wine 2.8 and it still happened so game sets it deliberately at some point? Or is it wine bug?
Last edited by durazell; May 21, 2017 @ 3:44pm
d1ngleberry May 28, 2017 @ 4:29pm 
Why are we using WINE instead of making a native port from Windows to Linux in the first place?

AFAIK the game is setting the gamma and brightness because there is a workaround in the RunGame script

rlsestore_gamma_brightness()
{
edebug "Search for Video Adapters"
export NUMBEROFADAPTERS=$(xrandr -q | awk '/ connected/ {print $1}' | wc -l)
edebug "$NUMBEROFADAPTERS displays was found"
for (( n=1; n<=$NUMBEROFADAPTERS; n++ ))
do
E_VIDEOADAPTER=$(xrandr -q | awk '/ connected/ {print $1}' | awk -v var="$n" ' FNR == var {print}')
xrandr --output $E_VIDEOADAPTER --brightness 1
xrandr --output $E_VIDEOADAPTER --gamma 1.0:1.0:1.0
edebug "Gamma and brightness was restored for $E_VIDEOADAPTER"
done

}

Though the gamma 1.0 is incorrect for my system, 0.7 is closser to correct but is still not the same. I wish it wouldn't get changed in the first place, it makes it very annoying to play the game.
Ramzea May 30, 2017 @ 8:03pm 
I'm having the same issue with the colors, but I have the additional issue of not having my mouse or keyboard work. They're standard USB devices. I'm running Kubuntu 17.04 with the Mesa drivers installed.
Hadet Jul 30, 2017 @ 9:45pm 
Gamma Issue is still here. Kubuntu 16.04 here.
Efrendi Aug 8, 2017 @ 8:24am 
Durazell you can use the comand xgamma in a terminal to mess with the gamma settings there, rather than using the game's one (or to fix your gamma if the game messes it up for you in desktop mode, xgamma -g 1 will set it back to default value)

Developer JahnVega: Hello cool that you're still supporting the game; My gf just got the game and it wouldn't launch for her, here's (one) of the error messages we got:

installscript_posix.cpp (187) : Assertion Failed: symlink(winegcc, /home/caelia/storage/games/Steam/steamapps/common/Enclave/Wine/bin/winecpp) failed, errno: Success, access(link, F_OK): OK

The problem here is that it can't find the file in the path, because that path doesn't exist, her steam's real patch is called:

/home/caelia/storage/games/Steam/SteamApps/common/Enclave

Notice the capital S and A in SteamApps, so the game seems to be hardcoded to look in the dir steamapps, whereas the directory steam created was called SteamApps

I just symlinked SteamApps to steamapps in the main steam dir and this fixed the problem, and the game now loads fine, but you might wanna take a look at your path resolve code =)
legluondunet Aug 13, 2017 @ 1:15am 
Please Efrendi, another bug, another thread to open. Thanks.
legluondunet Aug 13, 2017 @ 1:18am 
I have the gamma bug too. I set brightness to minimum and do this command:
xgamma -g 1
each time I launch the game.

for better gaming experience, my advice is to launch the game in desktop mode.

How to change your wine config:
in a terminal, type this command:
WINEPREFIX='/your_path_to_steam_drive/Steam/steamapps/common/Enclave/Wine/prefix/.config' winecfg
then in display tab check all option and specify your native desktop resolution

Launch the game from Steam, you could then use alt-tab or "expose" without crash or lose the game window.
Last edited by legluondunet; Aug 13, 2017 @ 2:55am
< >
Showing 1-9 of 9 comments
Per page: 1530 50