Page 1 of 1

Graphical issues with GeForce Game Ready Driver 378.49

Posted: Wed Jan 25, 2017 1:23 pm
by Klonan
We have had some reports of users experiencing an issue with the game graphics after updating to the GeForce Driver 378.49 with a GeForce 10 series video card.

To workaround this issue, open the Factorio properties in steam, and set the launch options to:

Code: Select all

--max-texture-size=16384
We hope Nvidia will be able to address this issue shortly, if not we will release an update to limit the texture size by default.

Re: Graphical issues with GeForce Game Ready Driver 378.49

Posted: Wed Jan 25, 2017 1:47 pm
by daniel34
If you have this issue on a non-steam installation then you'll need to open the config.ini file, found in %appdata%\Factorio\config and edit it like this:

Code: Select all

[graphics]
max-texture-size=16384
The max-texture-size line is already in your config file, just change the value to 16384.

Re: Graphical issues with GeForce Game Ready Driver 378.49

Posted: Thu Jan 26, 2017 12:48 am
by Nova
Does anyone want to explain why this needs to be done? What did they change?

Re: Graphical issues with GeForce Game Ready Driver 378.49

Posted: Thu Jan 26, 2017 12:54 am
by Rseding91
Nova wrote:Does anyone want to explain why this needs to be done? What did they change?
You'd have to ask them (Nvidia) what they changed.

Re: Graphical issues with GeForce Game Ready Driver 378.49

Posted: Thu Jan 26, 2017 9:01 am
by ChurchOrganist
Would this by any chance help with this problem I reported with my Nvidia card??

viewtopic.php?f=49&t=39413

The driver version is 375.70

Re: Graphical issues with GeForce Game Ready Driver 378.49

Posted: Thu Jan 26, 2017 9:55 am
by posila
ChurchOrganist wrote:Would this by any chance help with this problem I reported with my Nvidia card??
It would not. I am sorry.
But you can try to update the driver, use this workaround and see if that fixes your issue.

Re: Graphical issues with GeForce Game Ready Driver 378.49

Posted: Thu Jan 26, 2017 7:42 pm
by posila
Nova wrote:Does anyone want to explain why this needs to be done? What did they change?
DirectX started to report GPU supports 32k textures (which it does, it works fine with 32k textures in OpenGL). When the game tries to use texture with width 32k pixels, everything seems to work fine (DirectX doesn't return any errors), but the texture is always completely black.

Re: Graphical issues with GeForce Game Ready Driver 378.49

Posted: Fri Jan 27, 2017 10:52 am
by Bartimaeus
its just the way Nvidia releases drivers ... in my last 2 years of experience every new version (376=>378) breaks something and most games or even playing YT videos might stop working .... the solution usually is to downgrade to the last known stable version of drivers and wait until they roll out something that works ... (in one particularly bad occurrence it took almost 4-5 months till this has happened)

Re: Graphical issues with GeForce Game Ready Driver 378.49

Posted: Fri Jan 27, 2017 11:18 pm
by Klonan
Just a small update,
We had some correspondence with a Nvidia engineer, and the issue should be resolved in the next driver release.

Re: Graphical issues with GeForce Game Ready Driver 378.49

Posted: Sat Jan 28, 2017 9:41 am
by Bartimaeus
Klonan wrote:Just a small update,
We had some correspondence with a Nvidia engineer, and the issue should be resolved in the next driver release.
good to hear that ;-)

BTW http://www.pcgamer.com/nvidias-37849-gp ... -in-steam/

Re: Graphical issues with GeForce Game Ready Driver 378.49

Posted: Mon Jan 30, 2017 4:07 pm
by Mendel
So basically
Game Ready - Beta
Tomato - Tomato

Re: Graphical issues with GeForce Game Ready Driver 378.49

Posted: Fri Feb 03, 2017 6:38 pm
by posila
We have released build 0.14.22 that limits maxium texture size to 16k x 16k by default. This should not be an issue anymore.

Re: Graphical issues with GeForce Game Ready Driver 378.49

Posted: Fri Feb 03, 2017 7:19 pm
by Xeanoa
posila wrote:We have released build 0.14.22 that limits maxium texture size to 16k x 16k by default. This should not be an issue anymore.
What does that mean for AMD users?

Re: Graphical issues with GeForce Game Ready Driver 378.49

Posted: Fri Feb 03, 2017 7:44 pm
by posila
Xeanoa wrote:
posila wrote:We have released build 0.14.22 that limits maxium texture size to 16k x 16k by default. This should not be an issue anymore.
What does that mean for AMD users?
Because the root of the problem is in DirectX 9 and it won't be fixed, nVidia's fix will be to limit DX9 applications to 16k textures anyway. If the same issue ever happens with AMD driver, it won't affect Factorio because it will limit itself to 16k already.