Tom Clancy's The Division 2

Tom Clancy's The Division 2

Ver estadísticas:
BAZ 24 JUL 2023 a las 13:41
Posible crash fix
Not sure if it will work a 100% but i manage to not crash at all in Descend atleast for now ..

As said for some reason the game switch to composit then back to independent then for me it drops a black screen crash or just trow me out.

The other part is need to make some changes in to the registry thats the hard part for some ....

Changes i made in registry: (made it easy so you can copy paste it in to a text file then rename the .txt to a .reg and import it)

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers]

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers\DCI]
"Timeout"=dword:0000000f

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers\Scheduler]
"SchedulingMethod"=dword:00000000
"VsyncIdleTimeout"=dword:0000000f
"EnablePreemption"=dword:00000001
"ForcePreemptionAware"=dword:00000001
"EnableFlipImmediateSwFlipQueue"=dword:00000001
"EnableFlipOnVSyncHwFlipQueue"=dword:00000001
"EnableFlipOnVSyncSwFlipQueue"=dword:00000001
"ForceFlipTrueImmediateMode"=dword:00000000
"ForceIndependentFlip"=dword:00000001

Secound but optional change i made was:

Windows 7 compatibility mode and disable ngen

C:\Users\username\Documents\My Games\Tom Clancy's The Division 2
Edit the state.cfg

eyeTracker = {
aimAtGazeEnabled = false,
cleanUIEnabled = false,
coverAtGazeEnabled = false,
enabled = false,
evAimEnabled = false,
evEnabled = false,
evGazeContribution = 0.5,
evHeadContribution = 0.5,
evSensitivity = 0.5,
markAtGazeEnabled = false,
throwAtGazeEnabled = false,
},
graphics = {
altEnterToExclusiveMode = true,
dx12 = false,
fullscreenSettings = {
fullscreen = true,
height = 1080,
maximized = false,
refresh-rate-denominator = 1,
refresh-rate-numerator = 60,
width = 1920,
x-pos = 0,
y-pos = 0,
},
hdr = "Auto",
initsettingsfromhardware = false,
maxAnisotropy = 8,
mipBias = -0.60000002,
reduceLatency = false,
tripleBuffer = true,
windowed = false,
windowedSettings = {
fullscreen = true,
height = 774,
maximized = false,
refresh-rate-denominator = 1000,
refresh-rate-numerator = 60000,
width = 1440,
x-pos = 240,
y-pos = 129,
},

So i will make it a bit more easy to use it in CMD to and return values so you can switch back to default:

In CMD as an Admin (runas admin cmd)

reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers\Scheduler" /v "EnableFlipImmediateSwFlipQueue" /t reg_DWORD /d "1" /f
reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers\Scheduler" /v "EnableFlipOnVSyncHwFlipQueue" /t reg_DWORD /d "1" /f
reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers\Scheduler" /v "EnableFlipOnVSyncSwFlipQueue" /t reg_DWORD /d "1" /f
reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers\Scheduler" /v "ForceFlipTrueImmediateMode" /t reg_DWORD /d "0" /f
reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers\Scheduler" /v "ForceIndependentFlip" /t reg_DWORD /d "1" /f
reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers\Scheduler" /v "ForcePreemptionAware" /t reg_DWORD /d "1" /f
reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers\Scheduler" /v "VsyncIdleTimeout" /t reg_DWORD /d "15" /f
reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers\DCI" /v "Timeout" /t reg_DWORD /d "15" /f

To return to default:

reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers\DCI" /v "Timeout" /t reg_DWORD /d "7" /f
reg.exe add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers\Scheduler" /v "VsyncIdleTimeout" /t reg_DWORD /d "10" /f
reg.exe delete "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers\Scheduler" /v "EnableFlipImmediateSwFlipQueue" /f
reg.exe delete "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers\Scheduler" /v "EnableFlipOnVSyncHwFlipQueue" /f
reg.exe delete "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers\Scheduler" /v "EnableFlipOnVSyncSwFlipQueue" /f
reg.exe delete "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers\Scheduler" /v "ForceFlipTrueImmediateMode" /f
reg.exe delete "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers\Scheduler" /v "ForceIndependentFlip" /f
reg.exe delete "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\GraphicsDrivers\Scheduler" /v "ForcePreemptionAware" /f


Im sorry im not the best at how to explain things and never was :)
Give it a go or dont is up to you.:steamsad:
Última edición por BAZ; 25 JUL 2023 a las 10:10
< >
Mostrando 1-6 de 6 comentarios
The Virologist 24 JUL 2023 a las 17:52 
any fix is a grateful fix tbh
Annihilator 24 JUL 2023 a las 19:07 
Publicado originalmente por TheBlackBuddhaofZen:
any fix is a grateful fix tbh

Me too but i not want try a unknow things.
BAZ 25 JUL 2023 a las 9:12 
Publicado originalmente por Annihilator:
Publicado originalmente por TheBlackBuddhaofZen:
any fix is a grateful fix tbh

Me too but i not want try a unknow things.
I understand the fear of using random stuff from the internet it might harm something but its nothing to worry about its just a normal registry file and not a script and as always you can just remove the keys or add them manual but as said that is up to you the user if you want or not.
And is not really unknown things but might be for some.
M4ni4ku 25 JUL 2023 a las 9:53 
i dont have the scheduler in the graphica drivers registry do i need to create
it? Nevermind i created another string from scratch lets see if it works now.
Última edición por M4ni4ku; 25 JUL 2023 a las 10:03
Annihilator 25 JUL 2023 a las 10:08 
Publicado originalmente por BAZ:
Publicado originalmente por Annihilator:

Me too but i not want try a unknow things.
I understand the fear of using random stuff from the internet it might harm something but its nothing to worry about its just a normal registry file and not a script and as always you can just remove the keys or add them manual but as said that is up to you the user if you want or not.
And is not really unknown things but might be for some.

I real is so much the registry :) prefer not but thx too.
BAZ 25 JUL 2023 a las 10:14 
Publicado originalmente por M4ni4cu:
i dont have the scheduler in the graphica drivers registry do i need to create
it? Nevermind i created another string from scratch lets see if it works now.
The keys are all Dword 32 bits its never string
< >
Mostrando 1-6 de 6 comentarios
Por página: 1530 50

Publicado el: 24 JUL 2023 a las 13:41
Mensajes: 6