Jump to content

DX11 Renderer-Error with SSAA


Codawa

Recommended Posts

If I activate SSAA ingame DCS aborts with the following message:

What could that be?

attachment.php?attachmentid=185275&stc=1&d=1527201104

 

 

2018-05-24 22:01:27.992 ERROR   DX11BACKEND: Can't find precompiled shader deferred/blurcompute.fx:DIRECTX11=true;FILTER_KERNEL0= 0.00333, 0.02382, 0.09719, 0.22598, 0.29937, 0.22598, 0.09719,;FILTER_KERNEL1= 0.02382, 0.00333;FILTER_KERNEL2;FILTER_KERNEL3;FILTER_KERNEL4;FILTER_SIZE=9;PIXELS_PER_THREAD_X=3;PIXELS_PER_THREAD_Y=1;SIZE_X=736;SIZE_Y=405;USE_DCS_DEFERRED=1;.
2018-05-24 22:01:27.992 INFO    DX11BACKEND: Compile shader: deferred/blurcompute.fx:DIRECTX11=true;FILTER_KERNEL0= 0.00333, 0.02382, 0.09719, 0.22598, 0.29937, 0.22598, 0.09719,;FILTER_KERNEL1= 0.02382, 0.00333;FILTER_KERNEL2;FILTER_KERNEL3;FILTER_KERNEL4;FILTER_SIZE=9;PIXELS_PER_THREAD_X=3;PIXELS_PER_THREAD_Y=1;SIZE_X=736;SIZE_Y=405;USE_DCS_DEFERRED=1;
2018-05-24 22:01:28.555 ERROR   DX11BACKEND: Shader "bazar/shaders/deferred/blurCompute.fx" failed to compile. Reason:
warning X4717: Effects deprecated for D3DCompiler_47
error X4586: The total amount of group shared memory (35328 bytes) exceeds the cs_5_0 limit of 32768 bytes

D:\DCS World OpenBeta\bazar\shaders\deferred\blurCompute.fx(75,20-60): There was an error compiling expression

1446973166_DX11-renderererror.PNG.1d52d3e3c2a1d33eed6036a2a8d417e1.PNG


Edited by Codawa
Link to comment
Share on other sites

SSAA Shouldnt be used above 1080P

 

SSAA = Super Sampling

 

As the SSAA Resolution is above the DirectX 11 Limit Per display (8000 px?), Not to even mention the GPU's Capability.

 

 

ie 4K:

SSAA = 1.5x = 5760x3240

SSAA = 2.0x = 7860x4320

 

ie 1080p Surround/Eyefinity:

SSAA = 1.5x = 8640x1620

SSAA = 2.0x = 11520x2160

 

5760x1080 x 1.5 = 8640x1620


Edited by SkateZilla

Windows 10 Pro, Ryzen 2700X @ 4.6Ghz, 32GB DDR4-3200 GSkill (F4-3200C16D-16GTZR x2),

ASRock X470 Taichi Ultimate, XFX RX6800XT Merc 310 (RX-68XTALFD9)

3x ASUS VS248HP + Oculus HMD, Thrustmaster Warthog HOTAS + MFDs

Link to comment
Share on other sites

Does it work with VR? Seems like its all zoomed in though I dont know what SSAA is or if its supposed to work like that!

------------

 

3080Ti, i5- 13600k 32GB  VIVE index, VKB peddals, HOTAS VPC MONGOOSE, WARTHOG throttle, BKicker,

Link to comment
Share on other sites

  • 2 months later...

Hi

 

I have the same problem but with the twist that the game now produces this error during boot up of DCS World, so I cannot change the settings and turn off SSAA as I do not even get to the start up menu.

 

Is there a way to change the settings without actually booting up the game, config file etc?

 

Any help appreciated

 

Thanks

Link to comment
Share on other sites

  • 5 weeks later...
Hi

 

I have the same problem but with the twist that the game now produces this error during boot up of DCS World, so I cannot change the settings and turn off SSAA as I do not even get to the start up menu.

 

Is there a way to change the settings without actually booting up the game, config file etc?

 

Any help appreciated

 

Thanks

 

The same thing happened to me, I wanted to see what it would look like all maxed out, not that my PC would be able to play it that way!

 

Here is how to fix it:

 

  1. Navigate to C:\Users\YOURUSERNAME\Saved Games\DCS\Config\options.lua
  2. Open the file with administrator privileges in the text editor of your choice (I use Notepad++)
  3. Find the line that contains SSAA (line 48 in my options.lua file)
  4. Change ["SSAA"] = 2, to ["SSAA"] = 0,
  5. Save the file

 

Happy flying!

i7-9700k overclocked to 4.9ghz, RTX 2070 Super, 32GB RAM, M.2 NVMe drive, HP Reverb G2 version 2, CH Fighterstick, Pro Throttle, Pro Pedals, and a Logitech Throttle Quadrant

Link to comment
Share on other sites

  • 2 months later...
The same thing happened to me, I wanted to see what it would look like all maxed out, not that my PC would be able to play it that way!

 

Here is how to fix it:

  1. Navigate to C:\Users\YOURUSERNAME\Saved Games\DCS\Config\options.lua
  2. Open the file with administrator privileges in the text editor of your choice (I use Notepad++)
  3. Find the line that contains SSAA (line 48 in my options.lua file)
  4. Change ["SSAA"] = 2, to ["SSAA"] = 0,
  5. Save the file

Happy flying!

 

 

I tried this and it didn't work. Any other suggestions?

Link to comment
Share on other sites

  • 1 month later...
Hi

 

I have the same problem but with the twist that the game now produces this error during boot up of DCS World, so I cannot change the settings and turn off SSAA as I do not even get to the start up menu.

 

Is there a way to change the settings without actually booting up the game, config file etc?

 

Any help appreciated

 

Thanks

I am now having the same problem. Were you able to find a solution?

 

Tom

Link to comment
Share on other sites

A fix that worked for me.

 

So a fix that worked for me:

 

  1. Navigate to C:\Users\YOURUSERNAME\Saved Games\DCS\Config\options.lua
  2. Open the file with administrator privileges in the text editor of your choice (I use Notepad++)
  3. Find the line that contains Width (line 83 if you are using notepad ++, this is the with of your screen.)
  4. Change what ever number that may be to the screen width of the screen you own. So if your main screen is 1920x1080p, set that number to 1920
  5. Save the file

 

this fixed it for me hope it helps others!

Link to comment
Share on other sites

  • 1 month later...

Hi all,

 

hope this is the right place to post.

 

 

Yesterday I received the same Error message when trying to start DCS from the Pimax-Tool. I have succesfully imported DCS into the Pimax menu but no success in starting DCS from there. NOT VIA STEAM-VR!!

The message keeps showing.

 

The proposed solutions didn't work.

 

Any ideas?

 

 

THX, EB

My System: Full Scale Huey SimPit
 

-Pit Computer: i7-12700K | Gigabyte Z690 AORUS Pro | 64GB DDR5 RAM | Nvidia RTX3090FE | Kingston KC3000 NVme

- All day use: i7-4790K | 32GB DDR4 RAM | ASRock Z97 Killer | GeForce RTX 2080 Ti AMP! | Oculus Rift | Pimax8KX | Sensoryx VRFree Gloves | X-TAL VR

 

Link to comment
Share on other sites

  • 2 months later...

Hello,

 

same problem here, even changing the values in line 51 or 83 in the options.lua

 

I run a 5760x1080

 I7 4770K / 1080 TI / 16GB RAM / VR Q2 / 3X IIYAMA 27 / T.16000M FCS TWCS / TRACK IR PRO

A-10C II / F/A18 C / F-14 / F16-C / M-2000C / F-86F Sabre / C-101 / SPITFIRE LF / P-51D / FW 190 D-9 / FW 190 A-B / Bf 109 K-4

CHRISTEN EAGLE II / YAK-52 / UH-1H Huey / SA 342

CHANNEL MAP / NEVADA / NORMANDY /  PERSIAN / SYRIA / SUPERCARRIER /

TAKE OFF FRANCE.FR

Link to comment
Share on other sites

  • 2 months later...

2.5.5 error and cant get Open beta to work

 

2016, and this is happening to me in June 2019.

 

Version 2.5.5 and they did come out with a small update.

 

Release Version works fine but not the update.

 

I have used a brand new 500 gig hd and installed open beta and

I get the same error.

 

I have tried torrent and HTTP and nothing helps and I just bought the Dora A8 and can only use it in the Open Beta.

 

I have a ticket with ED and they want Me to send logs, which I did.

1426104197_fdrivedcs255fail.jpg.92373a04a57eacd9f0d55b7a1054562a.jpg

127414702_2019-06-13_21-45-52DLwontwork.jpg.d5e301db36144334f561fbe358c833d5.jpg

2019-06-14_9-52-39.jpg.e01b9a57870401008cb3a0ae63232ce9.jpg


Edited by ctguy1955
Link to comment
Share on other sites

  • 7 months later...
The same thing happened to me, I wanted to see what it would look like all maxed out, not that my PC would be able to play it that way!

 

Here is how to fix it:

 

  1. Navigate to C:\Users\YOURUSERNAME\Saved Games\DCS\Config\options.lua
  2. Open the file with administrator privileges in the text editor of your choice (I use Notepad++)
  3. Find the line that contains SSAA (line 48 in my options.lua file)
  4. Change ["SSAA"] = 2, to ["SSAA"] = 0,
  5. Save the file

 

Happy flying!

 

 

Thanks !! Fixed...

 I7 4770K / 1080 TI / 16GB RAM / VR Q2 / 3X IIYAMA 27 / T.16000M FCS TWCS / TRACK IR PRO

A-10C II / F/A18 C / F-14 / F16-C / M-2000C / F-86F Sabre / C-101 / SPITFIRE LF / P-51D / FW 190 D-9 / FW 190 A-B / Bf 109 K-4

CHRISTEN EAGLE II / YAK-52 / UH-1H Huey / SA 342

CHANNEL MAP / NEVADA / NORMANDY /  PERSIAN / SYRIA / SUPERCARRIER /

TAKE OFF FRANCE.FR

Link to comment
Share on other sites

  • 2 months later...

Delete the options.lua file and restart worked for me guys.

BASE SETUP:

CPU: i7 5820K 3.3Ghz

MOB: ASUS

RAM: 64GB (4x16GB) PC4-25600 (3200MHz) DDR4

GPU: 3 x NVIDIA GeForce GTX 1080 Ti

OS: Windows 10 Enterprise on SSD (SATA)

Drivers: Nvidia

Thrustmaster Hotas

:joystick:

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...