Forum Discussion

3e84216653d86ef6's avatar
3e84216653d86ef6
Rising Newcomer
2 days ago

Splotchy Flashes of Light

Basically the title. I've got splotchy flashes of light consuming my entire screen. It's making it almost impossible to explore and combat outright is impossible. I've tried messing with the settings, quitting out and loading back in and including uninstalling and reinstalling entirely. I don't understand why this is happening. I can't find anyone anywhere online who has had a similar issue. 

1 Reply

  • Clear the shader cache (both bade by video card and windows) and let the game to recompile them.

    Use this code for windows cache (copy/paste in a .bat file)

    @echo off
    pushd %temp%
    
    if not exist %userprofile%\AppData\Local\cache\ (goto _step2)
    pushd %userprofile%\AppData\Local\cache\
    for /d %%D in (*) do rd /s /q "%%D"
    del /f /q *
    popd
    
    :_step2
    if not exist %userprofile%\AppData\Local\D3DSCache\ (goto: EOF)
    pushd %userprofile%\AppData\Local\D3DSCache\
    for /d %%D in (*) do rd /s /q "%%D"
    del /f /q *
    popd

    Similar code can be used for video card's shader cache but you didn't said what GPU do you have.

About Dragon Age The Veilguard Technical Issues & Bug

Having issues with Dragon Age: The Veilguard? Join here to report bugs, and find help with, crashes, freezes or errors.1,488 PostsLatest Activity: 11 days ago