|
|
|
 |
Cry-Ruan  |
Crytek Staff Member | Member since: 11.07.2008, 20:25 | Posts: 11645 | Location: Frankfurt am Main |
Likes: 21 |
| |
|
Post Topic: Got an AMD card? Read this first! Posted 18.04.2012, 03:34 |
Hi guys, Figured we're getting enough separate threads on this; we're currently aware of the issue whereby geometry instancing crashes the SDK using the D3D11 renderer on AMD cards. Original thread is here. WorkaroundEnter r_GeomInstancing = 0 into your system.cfg to prevent these crashes, or r_Driver = DX9 to revert to the D3D9 renderer. Your system.cfg is found in the root folder of the SDK. At present we're working on the issue. If you have any useful information to add, please do so here  Cheers, Ruan
Anti-flowgraph campaigner, professional server destroyer.
|
|
|
|
|
|
|
|
 |
dee200  |
Trainee | Member since: 06.04.2012, 09:38 | Posts: 114 | Location: My Room |
Likes: 0 |
| |
|
Post Topic: Re: Got an AMD card? Read this first! Posted 18.04.2012, 23:44 |
!True Artist!!Hungry!LovesNoodles
|
|
|
|
|
|
|
 |
dee200  |
Trainee | Member since: 06.04.2012, 09:38 | Posts: 114 | Location: My Room |
Likes: 0 |
| |
|
Post Topic: Re: Got an AMD card? Read this first! Posted 18.04.2012, 23:47 |
it will say DLL:Cryinput.dll error is it a pacific way i must input the code
!True Artist!!Hungry!LovesNoodles
|
|
|
|
|
|
|
 |
Sir Kane  |
Trainee | Member since: 18.12.2007, 11:55 | Posts: 127 | Location: Angerville |
Likes: 2 |
| |
|
Post Topic: Re: Got an AMD card? Read this first! Posted 19.04.2012, 00:48 |
As stated in the other topic, it hangs when trying to lock a vertexbuffer from a rendermesh.
|
|
|
|
|
|
|
12345swordy  |
Beginner | Member since: 18.08.2011, 17:25 | Posts: 53 |
Likes: 0 |
| |
|
Post Topic: Re: Got an AMD card? Read this first! Posted 21.04.2012, 18:12 |
|
|
|
|
|
|
|
|
pierro19  |
Beginner | Member since: 10.11.2011, 15:40 | Posts: 1 |
Likes: 0 |
| |
|
Post Topic: Re: Got an AMD card? Read this first! Posted 24.04.2012, 20:15 |
System specifications,
Readeon HD 6990
Enter r_GeomInstancing = 0 into your system.cfg.
This work for me. I dont know what it is but i didnt set my directx to dx9.
|
|
|
|
|
|
|
 |
Cry-Adam  |
Community Manager | Member since: 09.01.2008, 01:11 | Posts: 8448 | Location: Crytek HQ |
Likes: 62 |
| |
|
Post Topic: Re: Got an AMD card? Read this first! Posted 27.04.2012, 19:07 |
Just an update on this, we're still investigating this issue but it appears as though Geometry Instancing + Tessellated objects isn't currently supported which is why disabling GeomInstancing fixes the issue. The reason AMD drivers are crashing and NVIDIA cards aren't is simply one driver falls on the issue and one doesn't. Will keep you posted on advancements but the official fix is as per the OP, to disable r_GeomInstancing. Thanks!
 No dev/modding PM's please, use the forums! :)
|
|
|
|
|
|
|
KingBadger  |
Trained Modder | Member since: 06.09.2011, 14:10 | Posts: 279 | Location: England |
Likes: 0 |
| |
|
Post Topic: Re: Got an AMD card? Read this first! Posted 27.04.2012, 19:17 |
Quote by Cry-Adam: Just an update on this, we're still investigating this issue but it appears as though Geometry Instancing + Tessellated objects isn't currently supported which is why disabling GeomInstancing fixes the issue. The reason AMD drivers are crashing and NVIDIA cards aren't is simply one driver falls on the issue and one doesn't. Will keep you posted on advancements but the official fix is as per the OP, to disable r_GeomInstancing. Thanks! Hi Adam, Just to give some info as a AMD user. I disabled Geom instancing but imported one of my test Floating mountains models with Displacement and it worked, turned on wireframe and was def doing distance based tesselation. Just thought i should let you know.
|
|
|
|
|
|
|
 |
Cry-Adam  |
Community Manager | Member since: 09.01.2008, 01:11 | Posts: 8448 | Location: Crytek HQ |
Likes: 62 |
| |
|
Post Topic: Re: Got an AMD card? Read this first! Posted 28.04.2012, 00:21 |
Cheers! Ya, Tessellation works on both AMD and NVIDIA, Tessellation + GeomInstancing doesn't work on either. AMD drivers don't like the latter.
 No dev/modding PM's please, use the forums! :)
|
|
|
|
|
|
|
_Rid3R_  |
Beginner | Member since: 30.04.2012, 06:34 | Posts: 2 |
Likes: 0 |
| |
|
Post Topic: Re: Got an AMD card? Read this first! Posted 30.04.2012, 06:39 |
I don't have either of these r_GeomInstancing or r_Driver in my System.cfg file when I open it in notepad. What's wrong? The only text I have in System.cfg is this:
-- ************************************************************************************************* -- Default system.cfg configuration for development -- -- Your personal settings can be stored in 'systemcfgoverride.cfg' so that they don't create -- any conflicts for version control -- *************************************************************************************************
-- Disable fullscreen mode r_Fullscreen = 0
-- Shaders are compiled in parallel in precache mode r_ShadersAsyncCompiling = 3
-- Disables Remote Shader Compilation r_ShadersRemoteCompiler = 0
-- Store the shader cache in local Game directory instead of User folder (MyDocuments\MyGames) r_ShadersUserFolder = 1
-- Defaults System Spec to High (Launcher) sys_spec = 3
-- Disables Geometery Highlighting in SandBox ed_highlightGeometry = 0
-- Sets Current Game Folder sys_game_folder = Game sys_dll_game = CryGame
sys_float_exceptions = 0
-- for development, disable loading of IMG files, load the cafs instead -- if no IMG files were created, this will also disable the warning spam messages ca_UseIMG_AIM = 0 ca_UseIMG_CAF = 0
-- For development only, on pc and when no dbas used, disabling unloading of on demand animations ca_UnloadAnimationCAF = 0
r_stereodevice = 1
-- Allow Backround Generation of Navigation Mesh in Editor only ai_MNMEditorBackgroundUpdate = 1
R_HDRBlueShift = 0
|
|
|
|
|
|
|
commando2012  |
Trained Modder | Member since: 07.01.2012, 13:00 | Posts: 390 |
Likes: 0 |
| |
|
Post Topic: Re: Got an AMD card? Read this first! Posted 30.04.2012, 10:23 |
you need to add it in yourself  Just add it to the bottom somthing like the following -- AMD fix r_GeomInstancing = 0 Then save the file..
|
|
|
|
|
|
|
_Rid3R_  |
Beginner | Member since: 30.04.2012, 06:34 | Posts: 2 |
Likes: 0 |
| |
|
Post Topic: Re: Got an AMD card? Read this first! Posted 30.04.2012, 10:53 |
Quote by commando2012: you need to add it in yourself  Just add it to the bottom somthing like the following -- AMD fix r_GeomInstancing = 0 Then save the file.. Thanks mate that did the trick.
|
|
|
|
|
|
|
 |
iniside  |
Uber Modder | Member since: 27.02.2009, 12:51 | Posts: 1401 |
Likes: 6 |
| |
|
Post Topic: Re: Got an AMD card? Read this first! Posted 01.05.2012, 17:11 |
Maybe it's fault on driver side then ? Nah I think you contacted AMD on this issue, but I think it's worth mention anyway (;.
|
|
|
|
|
|
|
SoulChaos  |
Beginner | Member since: 25.04.2012, 12:07 | Posts: 7 |
Likes: 0 |
| |
|
Post Topic: Re: Got an AMD card? Read this first! Posted 06.05.2012, 21:56 |
Hi, just downloaded the Free v3.4 SDK yesterday. But the Editor and Launchers (both 32-bit and 64-bit) crash on startup. Already applied the workaround mentioned above but it still doesn't resolve the problem.
Thanks in advance for any help rendered...
|
|
|
|
|
|
|
 |
chughes27  |
Experienced Modder | Member since: 17.04.2012, 18:19 | Posts: 424 | Location: Strathmore, Alberta, Canada |
Likes: 0 |
| |
|
Post Topic: Re: Got an AMD card? Read this first! Posted 08.05.2012, 03:08 |
OMG!!! Thank you so much for this fix!!! I kept getting AMD Display Driver crashes, and I honestly thought it was a problem with my card. I was literally about to leave to return the card when I stumbled upon this! You are a lifesaver, thanks!!  And, as an added bonus, my frames per second increased by 15 after I did this for some reason...
My Rig
CPU: AMD FX 6100 @ 3.4GHz MB: Asus M5A97 Rev 2 RAM: G.SKILL ARES 8GB DDR3 @ 1600MHz GPU: 2x HIS AMD Radeon HD 7770 @ 1000MHz PSU: Corsair CX600 600W SSD: Crucial M4 128GB Case: Zalman Z11 Plus HF1
|
|
|
|
|