thaufer Posted May 9, 2015 Share Posted May 9, 2015 Bug Submission: Category: Graphics Platform: Linux Issue Title: White screen after pre-release update Issue Description: When Invisible Inc is started, the screen is simply white with the cursor visible. No other effects. Music is running. Was working fine in early-access before the pre-release. Intel Corporation Haswell-ULT Integrated Graphics Controller (Intel HD 4400). Running Mesa 10.4.2. Debian testing. Tried deleting local game content and redownloading. Didn't work. Steps to Reproduce: Start Invisible Inc from Steam (same results with run-linux.sh). Link to comment https://forums.kleientertainment.com/forums/topic/53733-graphics-white-screen-after-pre-release-update/ Share on other sites More sharing options...
Dessard Posted May 9, 2015 Share Posted May 9, 2015 Disable bloom in the config file (~/.local/share/Klei/InvisibleInc/settings/settings.lua); that has fixed it for some other people.1 Link to comment https://forums.kleientertainment.com/forums/topic/53733-graphics-white-screen-after-pre-release-update/#findComment-635914 Share on other sites More sharing options...
thaufer Posted May 9, 2015 Author Share Posted May 9, 2015 Hi, Thanks for replying, but I don't see any 'bloom' in that file:--MOAIserializer = ... or MOAIDeserializer.new ()local function init ( objects ) --Initializing Tables local table table = objects [ 0x00000001 ] table [ "enableLightingFX" ] = true table [ "showSubtitles" ] = true table [ "enableBackgroundFX" ] = true table [ "edgePanDist" ] = 1 table [ "gfx" ] = objects [ 0x00000003 ] table [ "edgePanSpeed" ] = 1 table [ "volumeMusic" ] = 1 table [ "version" ] = 3 table [ "enableBloom" ] = true table [ "volumeSfx" ] = 1 table [ "enableOptionalDecore" ] = true table = objects [ 0x00000003 ] table [ "winFlags" ] = 0 table [ "iFrequency" ] = 60 table [ "bVsync" ] = true table [ "winMinPositionY" ] = 0 table [ "winShow" ] = 1 table [ "winHeight" ] = 221312656 table [ "winMaxPositionY" ] = 0 table [ "winMinPositionX" ] = 0 table [ "width" ] = 1920 table [ "winMaxPositionX" ] = 0 table [ "winWidth" ] = 32673 table [ "bFullscreen" ] = true table [ "winPositionY" ] = 0 table [ "dx11" ] = false table [ "height" ] = 1080 table [ "sDisplay" ] = [==[0 - 0]==] table [ "winPositionX" ] = 0end--Declaring Objectslocal objects = { --Declaring Tables [ 0x00000001 ] = {}, [ 0x00000003 ] = {},}init ( objects )--Returning Tablesreturn objects [ 0x00000001 ] Link to comment https://forums.kleientertainment.com/forums/topic/53733-graphics-white-screen-after-pre-release-update/#findComment-635915 Share on other sites More sharing options...
thaufer Posted May 9, 2015 Author Share Posted May 9, 2015 Argh. I'm blind. Thanks. Link to comment https://forums.kleientertainment.com/forums/topic/53733-graphics-white-screen-after-pre-release-update/#findComment-635916 Share on other sites More sharing options...
thaufer Posted May 9, 2015 Author Share Posted May 9, 2015 Can confirm. Setting "enableBloom" to false fixed the issue. Thanks again! Link to comment https://forums.kleientertainment.com/forums/topic/53733-graphics-white-screen-after-pre-release-update/#findComment-635917 Share on other sites More sharing options...
tilkpl Posted May 12, 2015 Share Posted May 12, 2015 Same issue here. Fedora 20, 64-bit, Intel integrated graphics (Haswell). Link to comment https://forums.kleientertainment.com/forums/topic/53733-graphics-white-screen-after-pre-release-update/#findComment-637045 Share on other sites More sharing options...
xksteven Posted May 12, 2015 Share Posted May 12, 2015 I'm having the same issue. I'm curious if anyone knows where is the equivalent file from GOG tarball is located? Link to comment https://forums.kleientertainment.com/forums/topic/53733-graphics-white-screen-after-pre-release-update/#findComment-637055 Share on other sites More sharing options...
satoru Posted May 12, 2015 Share Posted May 12, 2015 When you run the game it'll create that settings.lua file and thenyou can edit it Link to comment https://forums.kleientertainment.com/forums/topic/53733-graphics-white-screen-after-pre-release-update/#findComment-637096 Share on other sites More sharing options...
xksteven Posted May 13, 2015 Share Posted May 13, 2015 When you run the game it'll create that settings.lua file and thenyou can edit itI run the start.sh file but the file settings.lua isn't created. At least it's not created in the same folder as ~/Invisible Inc or any of its subfolders. So if anyone knows about where the path to the equivalent file is from the GOG.com tarball that'd be very helpful. Update: Sorry it installs in the same location that steam does. (~/.local/share/Klei/InvisibleInc/settings/settings.lua) I was looking in the tar folder by mistake. Setting bloom to false also fixed this issue for me. Link to comment https://forums.kleientertainment.com/forums/topic/53733-graphics-white-screen-after-pre-release-update/#findComment-637264 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.
Please be aware that the content of this thread may be outdated and no longer applicable.