Jump to content

Recommended Posts

  • ED Team
Posted (edited)

Hi all

 

Has anyone seen this before?

 

attachment.php?attachmentid=63871&stc=1&d=1331939345

 

Water is set to low but these area's disappear and then re-appear.

Edited by BIGNEWY

smallCATPILOT.PNG.04bbece1b27ff1b2c193b174ec410fc0.PNG

Forum rules - DCS Crashing? Try this first - Cleanup and Repair - Discord BIGNEWY#8703 - Youtube - Patch Status

Windows 11, NVIDIA MSI RTX 3090, Intel® i9-10900K 3.70GHz, 5.30GHz Turbo, Corsair Hydro Series H150i Pro, 64GB DDR @3200, ASUS ROG Strix Z490-F Gaming, PIMAX Crystal

Posted (edited)

That happens sometimes when you run out of video ram. and when the CCC is on, set to application controlled.

 

Do a search in the forum there are several pages of this type of error, there were several diferent fixes so I couldn't narrow yours down. you may have to do the process of ilimination thing here.

 

 

This is a good place to start.

 

Try in game settings as follows; View link -

http://forums.eagle.ru/showthread.php?t=60184&page=2

 

Set CCC to the following

CCC - Set AF & AA to "Let Application Decide", Disable Catalyst AI "Checked", Mipmap Detail to "Quality", Vertical Refresh "OFF", Enable Adaptive Antialiasing "Unchecked", Open GL Settings "Unchecked"

Try setting in game "Full Screen" to "Unchecked", this will run the game in windows mode.

Hope this helps.

Edited by AtaliaA1
  • Like 1

This was a Boutique Builder iBuypower rig. Until I got the tinker bug again i7 920 @3.6Mhz 12Gig Corsair XMS3 ram 1600 Nvidia 760 SLi w/4Gig DDR5 Ram Intel 310 SSD HDD 160 Gb + Western Digital 4Terabyte HDD Creative SB X-Fi HD Audio Logitech X-530 5.1 Surround Speaker System Dual Acer 32"Monitors. PSU 1200 w Thermaltake Win10 64Bit.

  • 1 month later...
  • ED Team
Posted (edited)

I wanted to bump this thread again, I still get areas of the sea missing and it is very irritating lol.

 

I no longer run a crossfire setup ( it dosn't work with DCS anyway lol ), just a single HD6770 1gb.

 

I was wondering if there was any other tweaks that can be done to the water other than in the settings ( high, medium, low ) as it is only water that is giving me problems.

 

I have no problem with FPS in fact I get good frame rates.

 

any help or suggestions would be appreciated

 

EDIT: also happening in DCS WORLD with the P-51

Edited by BIGNEWY

smallCATPILOT.PNG.04bbece1b27ff1b2c193b174ec410fc0.PNG

Forum rules - DCS Crashing? Try this first - Cleanup and Repair - Discord BIGNEWY#8703 - Youtube - Patch Status

Windows 11, NVIDIA MSI RTX 3090, Intel® i9-10900K 3.70GHz, 5.30GHz Turbo, Corsair Hydro Series H150i Pro, 64GB DDR @3200, ASUS ROG Strix Z490-F Gaming, PIMAX Crystal

Posted

Is there a way you could test a video card with 2 gigs of ram? A freind maybe?

 

 

I still think it is a matter of video ram, what is your setting for your swapfile also?

This was a Boutique Builder iBuypower rig. Until I got the tinker bug again i7 920 @3.6Mhz 12Gig Corsair XMS3 ram 1600 Nvidia 760 SLi w/4Gig DDR5 Ram Intel 310 SSD HDD 160 Gb + Western Digital 4Terabyte HDD Creative SB X-Fi HD Audio Logitech X-530 5.1 Surround Speaker System Dual Acer 32"Monitors. PSU 1200 w Thermaltake Win10 64Bit.

  • ED Team
Posted

Thanks for the advice again, I will give the suggestions a go.

 

I don't have a 2gb card available to test, but I think I will save for a new card and go NVIDIA next time.

smallCATPILOT.PNG.04bbece1b27ff1b2c193b174ec410fc0.PNG

Forum rules - DCS Crashing? Try this first - Cleanup and Repair - Discord BIGNEWY#8703 - Youtube - Patch Status

Windows 11, NVIDIA MSI RTX 3090, Intel® i9-10900K 3.70GHz, 5.30GHz Turbo, Corsair Hydro Series H150i Pro, 64GB DDR @3200, ASUS ROG Strix Z490-F Gaming, PIMAX Crystal

  • ED Team
Posted
I still think it is a matter of video ram, what is your setting for your swapfile also?

 

My pagefile is set to system managed,

 

min: 16mb

max: 12178mb

smallCATPILOT.PNG.04bbece1b27ff1b2c193b174ec410fc0.PNG

Forum rules - DCS Crashing? Try this first - Cleanup and Repair - Discord BIGNEWY#8703 - Youtube - Patch Status

Windows 11, NVIDIA MSI RTX 3090, Intel® i9-10900K 3.70GHz, 5.30GHz Turbo, Corsair Hydro Series H150i Pro, 64GB DDR @3200, ASUS ROG Strix Z490-F Gaming, PIMAX Crystal

Posted (edited)

Please run it on one monitor for debugging .

I think it's a design-flaw. - this happens also at my system when running in 1280x2048.

Seems the DEVs didn't thought about the possibility that someone runs it at such a narrow aspect smaller than of 1.0

 

IIRC Kegetys did a fix for FC some time ago via a DLL hook - but I'm sure it wouldn't work for a 64bit app.

So I don't even try to search for it.

Edited by PeterP

Posted (edited)

You can also try to set up two viewports like this:

 

 

This should cure the problem, but It will probably have a negative impact on your system.

 

_ = function(p) return p; end; name = _('two_cameras stacked');

Description = 'two_cameras stacked'

Viewports =

{

Bottom =

{

x = screen.width / 2;

y = 0;

width = screen.width;

height = screen.height / 2;

viewDx = 0;

viewDy = -0.5;

aspect = screen.aspect / 2 ;

},

 

Top =

{

x = 0;

y = 0;

width = screen.width;

height = screen.height / 2;

viewDx = 0;

viewDy = 0.5;

aspect = screen.aspect / 2;

}

}

 

UIMainView = Viewports.Bottom

Edited by PeterP

  • ED Team
Posted

I will give it a go PeterP

 

the single screen solves the problem when tested.

 

I will let you know how I get on with the two cameras :)

smallCATPILOT.PNG.04bbece1b27ff1b2c193b174ec410fc0.PNG

Forum rules - DCS Crashing? Try this first - Cleanup and Repair - Discord BIGNEWY#8703 - Youtube - Patch Status

Windows 11, NVIDIA MSI RTX 3090, Intel® i9-10900K 3.70GHz, 5.30GHz Turbo, Corsair Hydro Series H150i Pro, 64GB DDR @3200, ASUS ROG Strix Z490-F Gaming, PIMAX Crystal

Posted (edited)

Oops!

 

I corrected the code:

_ = function(p) return p; end; name = _('two_cameras stacked');

Description = 'two_cameras stacked'

Viewports =

{

Bottom =

{

x = 0;

y = screen.height / 2;

width = screen.width;

height = screen.height / 2;

viewDx = 0;

viewDy = -0.5;

aspect = screen.aspect * 2 ;

},

 

Top =

{

x = 0;

y = 0;

width = screen.width;

height = screen.height / 2;

viewDx = 0;

viewDy = 0.5;

aspect = screen.aspect * 2;

}

}

 

UIMainView = Viewports.Bottom

Edit:...and try it now also myself. Edited by PeterP

  • ED Team
Posted

Thanks PeterP

 

I tried that and again strange results, I could also see that the sea was doing the same thing again.

 

attachment.php?attachmentid=65827&stc=1&d=1336821372

 

thanks for your help

smallCATPILOT.PNG.04bbece1b27ff1b2c193b174ec410fc0.PNG

Forum rules - DCS Crashing? Try this first - Cleanup and Repair - Discord BIGNEWY#8703 - Youtube - Patch Status

Windows 11, NVIDIA MSI RTX 3090, Intel® i9-10900K 3.70GHz, 5.30GHz Turbo, Corsair Hydro Series H150i Pro, 64GB DDR @3200, ASUS ROG Strix Z490-F Gaming, PIMAX Crystal

Posted (edited)

...edited it again, sorry! (/ 2 >> * 2)

 

.... I'm getting old... wrote the code on the fly without testing.

 

 

But now it works at my end!

Edited by PeterP

  • Recently Browsing   0 members

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