4.4
- crosire
- Topic Author
Less
More
Changelog
4.4.0:
4.4.1:
4.4.2:
4.4.0:
- Added EXPERIMENTAL support for Vulkan
To use, install with setup tool as usual, but run the game via the batch file it generates.
If game uses a launcher, install ReShade to the launcher instead of the game executable (only for Vulkan)!
<game name>_with_reshade.bat - Added D3D12/Vulkan depth buffer detection (based on work by thalixte)
- Added lots of improvements to D3D9/10/11 depth buffer detection
- Added option to enable/disable aspect ratio heuristics in depth buffer detection
- Added support for saving before and after screenshots of the same frame (thanks to Naomi)
- Added support for "__FILE__" and "__LINE__" preprocessor macros
- Added "BUFFER_COLOR_DEPTH" definition which contains the color bit depth of the frame buffer (e.g. 8 or 10)
- Added "ui_spacing" annotation for spacing before variable widgets in UI
uniform int value1; uniform int value2 < ui_spacing = 2; >; // 2 spaces away from value1 widget uniform int value3 < ui_spacing = 5; >; // 5 spaces away from value2 widget
- Added "ui_category_closed" annotation to change default open state of variable categories
uniform int value4 < ui_category = "Something"; ui_category_closed = true; >;
- Added buttons to edit effect file and show generated code to technique context menu
- Added buttons to show diassembled functions to technique context menu
- Added screenshot support for 10-bit backbuffer formats
- Added "VertexCount" pass state to change number of vertices to draw from default of 3
pass MyPass { VertexCount = 6; VertexShader = SomeVertexShaderWhichCreates2Triangles; ... }
- Added Solarized Dark/Light editor styles
- Added button to skip tutorial on first start
- Added version information to "About" page in UI
- Added highest optimization level flag to HLSL compilation
- Added timeout to update check to avoid stalling startup because of a broken internet connection
- Added error message when texture could not be initialized to UI
- Added option to always use main depth buffer as source in OpenGL
- Added fullscreen preview for textures on statistics page
- Added support for filtering to preset selector in UI
- Added shortcut keys for switching forwards and backwards between presets (thanks to antagonicus)
Pressing one of those keys performs a smooth transition to the next/preview preset file - Added caching for INI files to speed up config/preset loads/saves
- Added option to disable line info generation for shaders:
[GENERAL] NoDebugInfo=1
- Updated setup tool to .NET framework 4.8
- Improved D3D11 performance by removing global locks (now uses a "ID3D11CommandList" hook for state tracking instead)
- Improved D3D12 performance by reusing a single command list
- Improve responsiveness of slider adjustment buttons
- Redesigned statistics page in UI
- Renamed "Direct3D 10+" button in setup tool to "Direct3D 10/11/12"
- Changed default of "ClearRenderTargets" pass state to "false"
- Changed UI toggle key to not open/close UI when editing text
- Changed preset INI check to look for "Techniques" key instead of "TechniqueSorting"
This fixes compatibility with certain older presets - Changed preprocessor definition name input box in UI to filter out spaces
- Changed "ReShade.ini" lookup to first check application directory before falling back to DLL directory
- Changed GUI to be usable while effects are being loaded
- Changed text editor to be read-only when viewing generated code rather than editing a file
- Changed vendor and device ID display to print "Unknown" if the IDs are not known
- Changed keyboard shortcut widget to display "Click to set key shortcut" if none is set
- Changed default number of reserved OpenGL texture names to 512 to fix artifacts in some old games
- Fixed D3D12 synchronization
- Fixed crash in D3D12 if reloading a single effect due to resources being deleted that were still in use
- Fixed texture upload failing in OpenGL if a pixel unpack buffer is set
- Fixed spelling mistake in tutorial text
- Fixed UI artifacts in D3D9/12 and OpenGL
- Fixed application hash (aka the "__APPLICATION__" definition) not working correctly
- Fixed freezing when doing a reload while effects are already loading
- Fixed stutters during effect file loading because of too many threads
- Fixed GLSL code generation for struct fields with underscores in their names
- Fixed postfix operators being translated to wrong HLSL/GLSL code
- Fixed runtime error when evaluating a preprocessor macro with less arguments than it actually takes
- Fixed crash when effect file contains preprocessor constructs that use the macro name in the definition
- Fixed infinite loop constructs in ReShade FX getting translated to wrong code
- Fixed floating point division/modulo by zero on constants not returning the expected results
- Fixed possible redefinition error when shader contains local variable names beginning with an underscore
- Fixed log not containing preprocessor errors
- Fixed unnecessary texture view creation in OpenGL for textures without sRGB format
- Fixed crash if two effects use same texture name but one as reference and one as normal texture
- Fixed parsed strings sometimes containing data from previous tokens
- Fixed text editor line number being overlayed by line highlight box
- Fixed missing resource state transition for custom imgui textures in D3D12
- Fixed compiled effect not listing technique if they reference a function with a compile error
- Fixed wrong runtime recreation failure error message in log even though it succeeded
- Fixed texture binding in "glFramebufferTextureLayer" hooks (thanks to Boulotaur2024)
- Fixed potential infinite recursion in D3D device "QueryInterface" implementation
- Fixed crash in UWP games
- Fixed "Could not create SSL/TLS secure channel" error when downloading shaders in setup tool
- Fixed background opacity of API selection in setup tool on Windows 7
- Removed support for saving settings with screenshot (now can only save preset)
- Removed support for compressed texture formats (they never actually worked, so officially removing them now)
- Removed recommendation text from effect selection dialog in setup tool (since loading is fast now)
- Disabled hooking of D3D software devices (fixes artifacts in games that use Direct2D)
4.4.1:
- Fixed errors/crashes/artifacts in D3D11 games because of a bug introduced in 4.4.0 that caused some texture creation calls to fail (e.g. in ETS2)
- Fixed a potential crash in D3D12
- Changed preview image to stay visible when GUI is not open
- Improved logging for HRESULT codes and redirect arguments
4.4.2:
- Added workaround for D3DCompiler bug that causes wrong code generation with "floor" intrinsic
- Fixed crash in D3D12 games
- Fixed OpenGL screenshots not capturing effects
- Fixed values not being reset to defaults when creating a new preset
- Fixed log lines not being flushed to disk
- Fixed depth buffer detection in games using indirect draw calls (e.g. Assassin's Creed Origins)
- Fixed "__RENDERER__" value in OpenGL
- Fixed "tex2Dfetch" intrinsic in D3D9/OpenGL
- Fixed matrix math code generation for SPIR-V
- Fixed GLSL compile error when an effect uses a reserved name multiple times
- Fixed orientation of fragment coordinates ("VPOS/SV_POSITION") in OpenGL
Last edit: 5 years 1 month ago by crosire.
The following user(s) said Thank You: Wicked Sick, CeeJay.dk, Dr4Wm4N, SpinelessJelly, sajittarius, brussell, Insomnia, conan2k, MiscSarcasm, MrFreud and 36 other people also said thanks.
The topic has been locked.
- Wicked Sick
Less
More
- onestalkyboi
Less
More
- Ronin86
Less
More
- xC0C0A
Less
More
- Dr4Wm4N
Less
More
This version works well, except for these two games I'm playing:
- The Elder Scrolls Online: instant CTD with a generic error message.
- Control (DX11): instant CTD with no error message.
- Control (DX12): CTD after first launch screens with some error messages:
CreateCommitedResource: due to removed device
CreatePlacedResource: due to removed device
IDXGISwapChain::ResizeBuffers: due to removed device
The topic has been locked.
- Dr4Wm4N
Less
More
xC0C0A wrote: CTD as in a random crash? Sorry I'm a noob when it comes to these terms lol
CTD: crash to desktop.
Last edit: 5 years 1 month ago by Dr4Wm4N. Reason: added quote
The following user(s) said Thank You: xC0C0A
The topic has been locked.
- nowik1971
Less
More
WorldofTanks 64 bits not working!
Tried dxgi to rename d3d9, d3d10, d3d11 does not help, screenshot:
In the 32 bit version everything works!
11:57:42:811 [33832] | INFO | Initializing crosire's ReShade version '4.4.0.693' (64-bit) built on '2019-11-03 02:08:56' loaded from "C:\Games\World_of_Tanks1\win64\d3d9.dll" to "C:\Games\World_of_Tanks1\win64\WorldOfTanks.exe" ...
11:57:42:867 [33832] | INFO | Registering hooks for "user32.dll" ...
11:57:42:867 [33832] | INFO | > Libraries loaded.
11:57:42:867 [33832] | INFO | > Found 13 match(es). Installing ...
11:57:42:879 [33832] | INFO | Registering hooks for "ws2_32.dll" ...
11:57:42:879 [33832] | INFO | > Libraries loaded.
11:57:42:879 [33832] | INFO | > Found 8 match(es). Installing ...
11:57:42:892 [33832] | INFO | Registering hooks for "C:\WINDOWS\system32\d3d9.dll" ...
11:57:42:892 [33832] | INFO | > Delayed until first call to an exported function.
11:57:42:892 [33832] | INFO | Registering hooks for "C:\WINDOWS\system32\d3d10.dll" ...
11:57:42:893 [33832] | INFO | > Delayed.
11:57:42:893 [33832] | INFO | Registering hooks for "C:\WINDOWS\system32\d3d10_1.dll" ...
11:57:42:893 [33832] | INFO | > Delayed.
11:57:42:893 [33832] | INFO | Registering hooks for "C:\WINDOWS\system32\d3d11.dll" ...
11:57:42:893 [33832] | INFO | > Delayed.
11:57:42:893 [33832] | INFO | Registering hooks for "C:\WINDOWS\system32\d3d12.dll" ...
11:57:42:893 [33832] | INFO | > Delayed.
11:57:42:893 [33832] | INFO | Registering hooks for "C:\WINDOWS\system32\dxgi.dll" ...
11:57:42:893 [33832] | INFO | > Delayed.
11:57:42:893 [33832] | INFO | Registering hooks for "C:\WINDOWS\system32\opengl32.dll" ...
11:57:42:893 [33832] | INFO | > Delayed.
11:57:42:893 [33832] | INFO | Initialized.
11:57:43:545 [33832] | INFO | Redirecting RegisterClassW(000000000013FEC0 { App }) ...
11:57:43:545 [33832] | INFO | > Adding 'CS_OWNDC' window class style flag to 'App'.
11:57:44:061 [33832] | INFO | Installing delayed hooks for "C:\WINDOWS\system32\d3d11.dll" (Just loaded via LoadLibrary("d3d11.dll")) ...
11:57:44:061 [33832] | INFO | > Found 2 match(es). Installing ...
11:57:44:073 [33832] | INFO | Installing delayed hooks for "C:\WINDOWS\system32\dxgi.dll" (Just loaded via LoadLibrary("d3d11.dll")) ...
11:57:44:073 [33832] | INFO | > Found 7 match(es). Installing ...
11:57:44:085 [33832] | INFO | Redirecting D3D11CreateDevice(0000000000000000, 1, 0000000000000000, 0, 0000000001C50938, 2, 7, 0000000000000000, 000000000013E230, 0000000000000000) ...
11:57:44:085 [33832] | INFO | > Passing on to D3D11CreateDeviceAndSwapChain:
11:57:44:085 [33832] | INFO | Redirecting D3D11CreateDeviceAndSwapChain(0000000000000000, 1, 0000000000000000, 0, 0000000001C50938, 2, 7, 0000000000000000, 0000000000000000, 0000000000000000, 000000000013E230, 0000000000000000) ...
11:57:44:085 [33832] | INFO | Redirecting CreateDXGIFactory2(2147483648, {7B7166EC-21C7-44AE-B21A-C9AE321AE369}, 000000000013B5C8) ...
11:57:44:103 [33832] | INFO | > Using feature level 0xb000.
11:57:44:103 [33832] | INFO | Redirecting D3D11CreateDevice(0000000000000000, 1, 0000000000000000, 0, 0000000001C50938, 1, 7, 0000000000000000, 000000000013E260, 0000000000000000) ...
11:57:44:103 [33832] | INFO | > Passing on to D3D11CreateDeviceAndSwapChain:
11:57:44:103 [33832] | INFO | Redirecting D3D11CreateDeviceAndSwapChain(0000000000000000, 1, 0000000000000000, 0, 0000000001C50938, 1, 7, 0000000000000000, 0000000000000000, 0000000000000000, 000000000013E260, 0000000000000000) ...
11:57:44:103 [33832] | INFO | Redirecting CreateDXGIFactory2(2147483648, {7B7166EC-21C7-44AE-B21A-C9AE321AE369}, 000000000013B5F8) ...
11:57:44:113 [33832] | INFO | > Using feature level 0xb000.
11:57:44:113 [33832] | INFO | Redirecting D3D11CreateDevice(0000000000000000, 1, 0000000000000000, 0, 0000000001C50938, 1, 7, 0000000000000000, 000000000013E260, 0000000000000000) ...
11:57:44:113 [33832] | INFO | > Passing on to D3D11CreateDeviceAndSwapChain:
11:57:44:113 [33832] | INFO | Redirecting D3D11CreateDeviceAndSwapChain(0000000000000000, 1, 0000000000000000, 0, 0000000001C50938, 1, 7, 0000000000000000, 0000000000000000, 0000000000000000, 000000000013E260, 0000000000000000) ...
11:57:44:113 [33832] | INFO | Redirecting CreateDXGIFactory2(2147483648, {7B7166EC-21C7-44AE-B21A-C9AE321AE369}, 000000000013B5F8) ...
11:57:44:121 [33832] | INFO | > Using feature level 0xa000.
11:57:44:121 [33832] | INFO | Redirecting Direct3DCreate9Ex(32, 000000000013E440) ...
11:57:44:123 [33832] | INFO | Installing export hooks for "C:\WINDOWS\system32\d3d9.dll" ...
11:57:44:123 [33832] | INFO | > Found 9 match(es). Installing ...
11:57:44:129 [33832] | INFO | Redirecting Direct3DCreate9(32) ...
11:57:44:133 [33832] | INFO | Redirecting CreateDXGIFactory({7B7166EC-21C7-44AE-B21A-C9AE321AE369}, 0000000001C732D8) ...
11:57:44:133 [33832] | INFO | > Passing on to CreateDXGIFactory1:
11:57:44:133 [33832] | INFO | Redirecting CreateDXGIFactory1({7B7166EC-21C7-44AE-B21A-C9AE321AE369}, 0000000001C732D8) ...
11:57:44:205 [33832] | INFO | Redirecting D3D11CreateDevice(0000000000242710, 0, 0000000000000000, 0, 0000000001C50938, 1, 7, 000000000013F240, 000000000013F228, 0000000000000000) ...
11:57:44:205 [33832] | INFO | > Passing on to D3D11CreateDeviceAndSwapChain:
11:57:44:205 [33832] | INFO | Redirecting D3D11CreateDeviceAndSwapChain(0000000000242710, 0, 0000000000000000, 0, 0000000001C50938, 1, 7, 0000000000000000, 0000000000000000, 000000000013F240, 000000000013F228, 0000000000000000) ...
11:57:44:227 [33832] | INFO | > Using feature level 0xb000.
11:57:44:227 [33832] | WARN | Reference count for IDXGIDevice1 object 000000000AB21980 is inconsistent: 2, but expected 1.
11:57:44:309 [33832] | INFO | Redirecting D3D11CreateDevice(0000000000242710, 0, 0000000000000000, 0, 0000000001C50938, 1, 7, 000000000013F240, 000000000013F228, 0000000000000000) ...
11:57:44:309 [33832] | INFO | > Passing on to D3D11CreateDeviceAndSwapChain:
11:57:44:309 [33832] | INFO | Redirecting D3D11CreateDeviceAndSwapChain(0000000000242710, 0, 0000000000000000, 0, 0000000001C50938, 1, 7, 0000000000000000, 0000000000000000, 000000000013F240, 000000000013F228, 0000000000000000) ...
11:57:44:310 [33832] | INFO | > Using feature level 0xb000.
11:57:44:310 [33832] | WARN | > Skipping device because it uses the Microsoft Basic Render Driver.
11:57:44:560 [33832] | INFO | Redirecting D3D11CreateDevice(0000000009AF0730, 0, 0000000000000000, 0, 0000000001C50938, 1, 7, 0000000001C732C8, 000000000013EAB0, 0000000000000000) ...
11:57:44:561 [33832] | INFO | > Passing on to D3D11CreateDeviceAndSwapChain:
11:57:44:561 [33832] | INFO | Redirecting D3D11CreateDeviceAndSwapChain(0000000009AF0730, 0, 0000000000000000, 0, 0000000001C50938, 1, 7, 0000000000000000, 0000000000000000, 0000000001C732C8, 000000000013EAB0, 0000000000000000) ...
11:57:44:582 [33832] | INFO | > Using feature level 0xb000.
11:57:44:584 [33832] | INFO | Redirecting IDXGIFactory::CreateSwapChain(0000000000266670, 000000000ACF2D70, 000000000013E650, 0000000005156EF8) ...
11:57:44:585 [33832] | INFO | > Dumping swap chain description:
11:57:44:585 [33832] | INFO | +
+
+
11:57:44:585 [33832] | INFO | | Parameter | Value |
11:57:44:585 [33832] | INFO | +
+
+
11:57:44:585 [33832] | INFO | | Width | 0 |
11:57:44:585 [33832] | INFO | | Height | 0 |
11:57:44:585 [33832] | INFO | | RefreshRate | 0 1 |
11:57:44:585 [33832] | INFO | | Format | 87 |
11:57:44:585 [33832] | INFO | | ScanlineOrdering | 0 |
11:57:44:585 [33832] | INFO | | Scaling | 0 |
11:57:44:585 [33832] | INFO | | SampleCount | 1 |
11:57:44:585 [33832] | INFO | | SampleQuality | 0 |
11:57:44:585 [33832] | INFO | | BufferUsage | 112 |
11:57:44:585 [33832] | INFO | | BufferCount | 3 |
11:57:44:585 [33832] | INFO | | OutputWindow | 00000000000E0656 |
11:57:44:585 [33832] | INFO | | Windowed | TRUE |
11:57:44:585 [33832] | INFO | | SwapEffect | 0 |
11:57:44:585 [33832] | INFO | | Flags | 0x2 |
11:57:44:585 [33832] | INFO | +
+
+
11:57:45:241 [33832] | INFO | Recreated runtime environment on runtime 0000000009F36890.
11:57:49:036 [33832] | INFO | Loading image files for textures ...
11:58:30:442 [33832] | INFO | Redirecting IDXGISwapChain::ResizeBuffers(000000000A01A9E0, 3, 0, 0, 87, 0x2) ...
11:58:30:442 [33832] | INFO | Destroyed runtime environment on runtime 0000000009F36890.
11:58:30:443 [33832] | INFO | Recreated runtime environment on runtime 0000000009F36890.
11:58:30:812 [33832] | INFO | Loading image files for textures ...
11:59:55:308 [33832] | INFO | Redirecting IDXGISwapChain::SetFullscreenState(000000000A01A9E0, FALSE, 0000000000000000) ...
11:59:55:308 [33832] | INFO | Destroyed runtime environment on runtime 0000000009F36890.
11:59:55:308 [33832] | WARN | Reference count for IDXGIDevice1 object 0000000009F0C550 is inconsistent: 2, but expected 1.
11:59:55:348 [33832] | INFO | Exiting ...
11:59:55:348 [33832] | INFO | Uninstalling 49 hook(s) ...
11:59:55:359 [33832] | INFO | Exited.
Tried dxgi to rename d3d9, d3d10, d3d11 does not help, screenshot:
In the 32 bit version everything works!
d3d9.Log
11:57:42:811 [33832] | INFO | Initializing crosire's ReShade version '4.4.0.693' (64-bit) built on '2019-11-03 02:08:56' loaded from "C:\Games\World_of_Tanks1\win64\d3d9.dll" to "C:\Games\World_of_Tanks1\win64\WorldOfTanks.exe" ...
11:57:42:867 [33832] | INFO | Registering hooks for "user32.dll" ...
11:57:42:867 [33832] | INFO | > Libraries loaded.
11:57:42:867 [33832] | INFO | > Found 13 match(es). Installing ...
11:57:42:879 [33832] | INFO | Registering hooks for "ws2_32.dll" ...
11:57:42:879 [33832] | INFO | > Libraries loaded.
11:57:42:879 [33832] | INFO | > Found 8 match(es). Installing ...
11:57:42:892 [33832] | INFO | Registering hooks for "C:\WINDOWS\system32\d3d9.dll" ...
11:57:42:892 [33832] | INFO | > Delayed until first call to an exported function.
11:57:42:892 [33832] | INFO | Registering hooks for "C:\WINDOWS\system32\d3d10.dll" ...
11:57:42:893 [33832] | INFO | > Delayed.
11:57:42:893 [33832] | INFO | Registering hooks for "C:\WINDOWS\system32\d3d10_1.dll" ...
11:57:42:893 [33832] | INFO | > Delayed.
11:57:42:893 [33832] | INFO | Registering hooks for "C:\WINDOWS\system32\d3d11.dll" ...
11:57:42:893 [33832] | INFO | > Delayed.
11:57:42:893 [33832] | INFO | Registering hooks for "C:\WINDOWS\system32\d3d12.dll" ...
11:57:42:893 [33832] | INFO | > Delayed.
11:57:42:893 [33832] | INFO | Registering hooks for "C:\WINDOWS\system32\dxgi.dll" ...
11:57:42:893 [33832] | INFO | > Delayed.
11:57:42:893 [33832] | INFO | Registering hooks for "C:\WINDOWS\system32\opengl32.dll" ...
11:57:42:893 [33832] | INFO | > Delayed.
11:57:42:893 [33832] | INFO | Initialized.
11:57:43:545 [33832] | INFO | Redirecting RegisterClassW(000000000013FEC0 { App }) ...
11:57:43:545 [33832] | INFO | > Adding 'CS_OWNDC' window class style flag to 'App'.
11:57:44:061 [33832] | INFO | Installing delayed hooks for "C:\WINDOWS\system32\d3d11.dll" (Just loaded via LoadLibrary("d3d11.dll")) ...
11:57:44:061 [33832] | INFO | > Found 2 match(es). Installing ...
11:57:44:073 [33832] | INFO | Installing delayed hooks for "C:\WINDOWS\system32\dxgi.dll" (Just loaded via LoadLibrary("d3d11.dll")) ...
11:57:44:073 [33832] | INFO | > Found 7 match(es). Installing ...
11:57:44:085 [33832] | INFO | Redirecting D3D11CreateDevice(0000000000000000, 1, 0000000000000000, 0, 0000000001C50938, 2, 7, 0000000000000000, 000000000013E230, 0000000000000000) ...
11:57:44:085 [33832] | INFO | > Passing on to D3D11CreateDeviceAndSwapChain:
11:57:44:085 [33832] | INFO | Redirecting D3D11CreateDeviceAndSwapChain(0000000000000000, 1, 0000000000000000, 0, 0000000001C50938, 2, 7, 0000000000000000, 0000000000000000, 0000000000000000, 000000000013E230, 0000000000000000) ...
11:57:44:085 [33832] | INFO | Redirecting CreateDXGIFactory2(2147483648, {7B7166EC-21C7-44AE-B21A-C9AE321AE369}, 000000000013B5C8) ...
11:57:44:103 [33832] | INFO | > Using feature level 0xb000.
11:57:44:103 [33832] | INFO | Redirecting D3D11CreateDevice(0000000000000000, 1, 0000000000000000, 0, 0000000001C50938, 1, 7, 0000000000000000, 000000000013E260, 0000000000000000) ...
11:57:44:103 [33832] | INFO | > Passing on to D3D11CreateDeviceAndSwapChain:
11:57:44:103 [33832] | INFO | Redirecting D3D11CreateDeviceAndSwapChain(0000000000000000, 1, 0000000000000000, 0, 0000000001C50938, 1, 7, 0000000000000000, 0000000000000000, 0000000000000000, 000000000013E260, 0000000000000000) ...
11:57:44:103 [33832] | INFO | Redirecting CreateDXGIFactory2(2147483648, {7B7166EC-21C7-44AE-B21A-C9AE321AE369}, 000000000013B5F8) ...
11:57:44:113 [33832] | INFO | > Using feature level 0xb000.
11:57:44:113 [33832] | INFO | Redirecting D3D11CreateDevice(0000000000000000, 1, 0000000000000000, 0, 0000000001C50938, 1, 7, 0000000000000000, 000000000013E260, 0000000000000000) ...
11:57:44:113 [33832] | INFO | > Passing on to D3D11CreateDeviceAndSwapChain:
11:57:44:113 [33832] | INFO | Redirecting D3D11CreateDeviceAndSwapChain(0000000000000000, 1, 0000000000000000, 0, 0000000001C50938, 1, 7, 0000000000000000, 0000000000000000, 0000000000000000, 000000000013E260, 0000000000000000) ...
11:57:44:113 [33832] | INFO | Redirecting CreateDXGIFactory2(2147483648, {7B7166EC-21C7-44AE-B21A-C9AE321AE369}, 000000000013B5F8) ...
11:57:44:121 [33832] | INFO | > Using feature level 0xa000.
11:57:44:121 [33832] | INFO | Redirecting Direct3DCreate9Ex(32, 000000000013E440) ...
11:57:44:123 [33832] | INFO | Installing export hooks for "C:\WINDOWS\system32\d3d9.dll" ...
11:57:44:123 [33832] | INFO | > Found 9 match(es). Installing ...
11:57:44:129 [33832] | INFO | Redirecting Direct3DCreate9(32) ...
11:57:44:133 [33832] | INFO | Redirecting CreateDXGIFactory({7B7166EC-21C7-44AE-B21A-C9AE321AE369}, 0000000001C732D8) ...
11:57:44:133 [33832] | INFO | > Passing on to CreateDXGIFactory1:
11:57:44:133 [33832] | INFO | Redirecting CreateDXGIFactory1({7B7166EC-21C7-44AE-B21A-C9AE321AE369}, 0000000001C732D8) ...
11:57:44:205 [33832] | INFO | Redirecting D3D11CreateDevice(0000000000242710, 0, 0000000000000000, 0, 0000000001C50938, 1, 7, 000000000013F240, 000000000013F228, 0000000000000000) ...
11:57:44:205 [33832] | INFO | > Passing on to D3D11CreateDeviceAndSwapChain:
11:57:44:205 [33832] | INFO | Redirecting D3D11CreateDeviceAndSwapChain(0000000000242710, 0, 0000000000000000, 0, 0000000001C50938, 1, 7, 0000000000000000, 0000000000000000, 000000000013F240, 000000000013F228, 0000000000000000) ...
11:57:44:227 [33832] | INFO | > Using feature level 0xb000.
11:57:44:227 [33832] | WARN | Reference count for IDXGIDevice1 object 000000000AB21980 is inconsistent: 2, but expected 1.
11:57:44:309 [33832] | INFO | Redirecting D3D11CreateDevice(0000000000242710, 0, 0000000000000000, 0, 0000000001C50938, 1, 7, 000000000013F240, 000000000013F228, 0000000000000000) ...
11:57:44:309 [33832] | INFO | > Passing on to D3D11CreateDeviceAndSwapChain:
11:57:44:309 [33832] | INFO | Redirecting D3D11CreateDeviceAndSwapChain(0000000000242710, 0, 0000000000000000, 0, 0000000001C50938, 1, 7, 0000000000000000, 0000000000000000, 000000000013F240, 000000000013F228, 0000000000000000) ...
11:57:44:310 [33832] | INFO | > Using feature level 0xb000.
11:57:44:310 [33832] | WARN | > Skipping device because it uses the Microsoft Basic Render Driver.
11:57:44:560 [33832] | INFO | Redirecting D3D11CreateDevice(0000000009AF0730, 0, 0000000000000000, 0, 0000000001C50938, 1, 7, 0000000001C732C8, 000000000013EAB0, 0000000000000000) ...
11:57:44:561 [33832] | INFO | > Passing on to D3D11CreateDeviceAndSwapChain:
11:57:44:561 [33832] | INFO | Redirecting D3D11CreateDeviceAndSwapChain(0000000009AF0730, 0, 0000000000000000, 0, 0000000001C50938, 1, 7, 0000000000000000, 0000000000000000, 0000000001C732C8, 000000000013EAB0, 0000000000000000) ...
11:57:44:582 [33832] | INFO | > Using feature level 0xb000.
11:57:44:584 [33832] | INFO | Redirecting IDXGIFactory::CreateSwapChain(0000000000266670, 000000000ACF2D70, 000000000013E650, 0000000005156EF8) ...
11:57:44:585 [33832] | INFO | > Dumping swap chain description:
11:57:44:585 [33832] | INFO | +
+
+
11:57:44:585 [33832] | INFO | | Parameter | Value |
11:57:44:585 [33832] | INFO | +
+
+
11:57:44:585 [33832] | INFO | | Width | 0 |
11:57:44:585 [33832] | INFO | | Height | 0 |
11:57:44:585 [33832] | INFO | | RefreshRate | 0 1 |
11:57:44:585 [33832] | INFO | | Format | 87 |
11:57:44:585 [33832] | INFO | | ScanlineOrdering | 0 |
11:57:44:585 [33832] | INFO | | Scaling | 0 |
11:57:44:585 [33832] | INFO | | SampleCount | 1 |
11:57:44:585 [33832] | INFO | | SampleQuality | 0 |
11:57:44:585 [33832] | INFO | | BufferUsage | 112 |
11:57:44:585 [33832] | INFO | | BufferCount | 3 |
11:57:44:585 [33832] | INFO | | OutputWindow | 00000000000E0656 |
11:57:44:585 [33832] | INFO | | Windowed | TRUE |
11:57:44:585 [33832] | INFO | | SwapEffect | 0 |
11:57:44:585 [33832] | INFO | | Flags | 0x2 |
11:57:44:585 [33832] | INFO | +
+
+
11:57:45:241 [33832] | INFO | Recreated runtime environment on runtime 0000000009F36890.
11:57:49:036 [33832] | INFO | Loading image files for textures ...
11:58:30:442 [33832] | INFO | Redirecting IDXGISwapChain::ResizeBuffers(000000000A01A9E0, 3, 0, 0, 87, 0x2) ...
11:58:30:442 [33832] | INFO | Destroyed runtime environment on runtime 0000000009F36890.
11:58:30:443 [33832] | INFO | Recreated runtime environment on runtime 0000000009F36890.
11:58:30:812 [33832] | INFO | Loading image files for textures ...
11:59:55:308 [33832] | INFO | Redirecting IDXGISwapChain::SetFullscreenState(000000000A01A9E0, FALSE, 0000000000000000) ...
11:59:55:308 [33832] | INFO | Destroyed runtime environment on runtime 0000000009F36890.
11:59:55:308 [33832] | WARN | Reference count for IDXGIDevice1 object 0000000009F0C550 is inconsistent: 2, but expected 1.
11:59:55:348 [33832] | INFO | Exiting ...
11:59:55:348 [33832] | INFO | Uninstalling 49 hook(s) ...
11:59:55:359 [33832] | INFO | Exited.
Last edit: 5 years 1 month ago by nowik1971.
The topic has been locked.
- MarcelE
Less
More
- thalixte
Less
More
I confirm the pb. Tested on Control DX12, and the error log is similar to the one posted above:
2019-11-03T12:02:14:954 [12904] | INFO | Loading image files for textures ...
2019-11-03T12:02:25:930 [12904] | ERROR | Failed to map constant buffer! HRESULT is '0x887a0005'!
2019-11-03T12:02:25:931 [12904] | ERROR | Failed to map constant buffer! HRESULT is '0x887a0005'!
2019-11-03T12:02:25:933 [12904] | INFO | Redirecting IDXGISwapChain::SetFullscreenState(000001AB72667330, FALSE, 0000000000000000) ...
2019-11-03T12:02:25:979 [12904] | INFO | Redirecting IDXGISwapChain::ResizeBuffers(000001AB72667330, 0, 1920, 1080, 0, 0x802) ...
2019-11-03T12:02:26:041 [12904] | INFO | Destroyed runtime environment on runtime 000001AB726750B0.
2019-11-03T12:02:26:045 [12904] | ERROR | > IDXGISwapChain::ResizeBuffers failed with error code 0x887a0005!
Last edit: 5 years 1 month ago by thalixte.
The topic has been locked.
- Birdy62
Less
More
First thank you so much for your work,,
I tried 4.4 with :
Shadows of Tomb Raider (DX12) : works great
Rage 2 (Vulkan) : Vulkan : when i lauch the game with the .bat, it launch twice, once without Reshade and the second one is ok. I had one crash
No Man's Sky (Vulkan) : works great
I tried 4.4 with :
Shadows of Tomb Raider (DX12) : works great
Rage 2 (Vulkan) : Vulkan : when i lauch the game with the .bat, it launch twice, once without Reshade and the second one is ok. I had one crash
No Man's Sky (Vulkan) : works great
Last edit: 5 years 1 month ago by Birdy62.
The topic has been locked.
- coldshiver
Less
More
Awesome, big change log!
However the game i tested on (Rebel Galaxy Outlaw DX11 32bit) crashed to desktop immediately in 4.4.0 but works fine on 4.3.0 so i'm forced to keep using 4.3.0 for now. Renaming to dx11.dll did not work
dxgi.dll log:
12:58:45:438 [09292] | INFO | Initializing crosire's ReShade version '4.4.0.692' (32-bit) built on '2019-11-03 02:08:27' loaded from "\GAMESEPIC\REBELGALAXYOUTLAW\dxgi.dll" to "\GAMESEPIC\REBELGALAXYOUTLAW\RebelGalaxyEGS.exe" ...
12:58:45:534 [09292] | INFO | Registering hooks for "user32.dll" ...
12:58:45:534 [09292] | INFO | > Libraries loaded.
12:58:45:534 [09292] | INFO | > Found 13 match(es). Installing ...
12:58:45:557 [09292] | INFO | Registering hooks for "ws2_32.dll" ...
12:58:45:557 [09292] | INFO | > Libraries loaded.
12:58:45:557 [09292] | INFO | > Found 8 match(es). Installing ...
12:58:45:581 [09292] | INFO | Registering hooks for "C:\WINDOWS\system32\d3d9.dll" ...
12:58:45:581 [09292] | INFO | > Libraries loaded.
12:58:45:581 [09292] | INFO | > Found 9 match(es). Installing ...
12:58:45:604 [09292] | INFO | Registering hooks for "C:\WINDOWS\system32\d3d10.dll" ...
12:58:45:604 [09292] | INFO | > Delayed.
12:58:45:604 [09292] | INFO | Registering hooks for "C:\WINDOWS\system32\d3d10_1.dll" ...
12:58:45:604 [09292] | INFO | > Delayed.
12:58:45:604 [09292] | INFO | Registering hooks for "C:\WINDOWS\system32\d3d11.dll" ...
12:58:45:604 [09292] | INFO | > Libraries loaded.
12:58:45:604 [09292] | INFO | > Found 2 match(es). Installing ...
12:58:45:628 [09292] | INFO | Registering hooks for "C:\WINDOWS\system32\d3d12.dll" ...
12:58:45:628 [09292] | INFO | > Delayed.
12:58:45:628 [09292] | INFO | Registering hooks for "C:\WINDOWS\system32\dxgi.dll" ...
12:58:45:628 [09292] | INFO | > Delayed until first call to an exported function.
12:58:45:628 [09292] | INFO | Registering hooks for "C:\WINDOWS\system32\opengl32.dll" ...
12:58:45:628 [09292] | INFO | > Delayed.
12:58:45:628 [09292] | INFO | Initialized.
12:58:45:649 [13848] | INFO | Redirecting CreateDXGIFactory1({770AAE78-F26F-4DBA-A829-253C83D1B387}, 04390E78) ...
12:58:45:650 [13848] | INFO | Installing export hooks for "C:\WINDOWS\system32\dxgi.dll" ...
12:58:45:650 [13848] | INFO | > Found 7 match(es). Installing ...
12:58:45:653 [13848] | INFO | Redirecting D3D11CreateDevice(00000000, 1, 00000000, 0, 00000000, 0, 7, 006FF104, 00000000, 00000000) ...
12:58:45:653 [13848] | INFO | > Passing on to D3D11CreateDeviceAndSwapChain:
12:58:45:653 [13848] | INFO | Redirecting D3D11CreateDeviceAndSwapChain(00000000, 1, 00000000, 0, 00000000, 0, 7, 00000000, 00000000, 006FF104, 00000000, 00000000) ...
12:58:45:653 [13848] | INFO | Redirecting CreateDXGIFactory2(2147483648, {7B7166EC-21C7-44AE-B21A-C9AE321AE369}, 006FEBF8) ...
12:58:45:698 [13848] | INFO | > Using feature level 0xb000.
12:58:45:747 [13848] | WARN | Reference count for IDXGIDevice1 object 0610D390 is inconsistent: 3, but expected 1.
12:58:45:747 [13848] | WARN | Reference count for ID3D11Device0 object 055FA368 is inconsistent: 2, but expected 0.
12:58:45:754 [13848] | INFO | Redirecting D3D11CreateDevice(009973B8, 0, 00000000, 0, 006FF308, 6, 7, 006FF120, 04390784, 00000000) ...
12:58:45:755 [13848] | INFO | > Passing on to D3D11CreateDeviceAndSwapChain:
12:58:45:755 [13848] | INFO | Redirecting D3D11CreateDeviceAndSwapChain(009973B8, 0, 00000000, 0, 006FF308, 6, 7, 00000000, 00000000, 006FF120, 04390784, 00000000) ...
12:58:45:795 [13848] | INFO | > Using feature level 0xb000.
12:58:45:809 [13848] | INFO | Redirecting IDXGIFactory::CreateSwapChain(05589D28, 061C7D28, 043F11BC, 043F11B8) ...
12:58:45:809 [13848] | INFO | > Dumping swap chain description:
12:58:45:809 [13848] | INFO | +
+
+
12:58:45:809 [13848] | INFO | | Parameter | Value |
12:58:45:809 [13848] | INFO | +
+
+
12:58:45:809 [13848] | INFO | | Width | 1920 |
12:58:45:809 [13848] | INFO | | Height | 1080 |
12:58:45:809 [13848] | INFO | | RefreshRate | 0 0 |
12:58:45:809 [13848] | INFO | | Format | 29 |
12:58:45:809 [13848] | INFO | | ScanlineOrdering | 0 |
12:58:45:809 [13848] | INFO | | Scaling | 0 |
12:58:45:809 [13848] | INFO | | SampleCount | 1 |
12:58:45:809 [13848] | INFO | | SampleQuality | 0 |
12:58:45:809 [13848] | INFO | | BufferUsage | 32 |
12:58:45:809 [13848] | INFO | | BufferCount | 1 |
12:58:45:809 [13848] | INFO | | OutputWindow | 00060A0C |
12:58:45:809 [13848] | INFO | | Windowed | FALSE |
12:58:45:809 [13848] | INFO | | SwapEffect | 0 |
12:58:45:809 [13848] | INFO | | Flags | 0x2 |
12:58:45:809 [13848] | INFO | +
+
+
12:58:46:150 [13848] | INFO | Recreated runtime environment on runtime 062F4B68.
However the game i tested on (Rebel Galaxy Outlaw DX11 32bit) crashed to desktop immediately in 4.4.0 but works fine on 4.3.0 so i'm forced to keep using 4.3.0 for now. Renaming to dx11.dll did not work
dxgi.dll log:
Warning: Spoiler!
12:58:45:438 [09292] | INFO | Initializing crosire's ReShade version '4.4.0.692' (32-bit) built on '2019-11-03 02:08:27' loaded from "\GAMESEPIC\REBELGALAXYOUTLAW\dxgi.dll" to "\GAMESEPIC\REBELGALAXYOUTLAW\RebelGalaxyEGS.exe" ...
12:58:45:534 [09292] | INFO | Registering hooks for "user32.dll" ...
12:58:45:534 [09292] | INFO | > Libraries loaded.
12:58:45:534 [09292] | INFO | > Found 13 match(es). Installing ...
12:58:45:557 [09292] | INFO | Registering hooks for "ws2_32.dll" ...
12:58:45:557 [09292] | INFO | > Libraries loaded.
12:58:45:557 [09292] | INFO | > Found 8 match(es). Installing ...
12:58:45:581 [09292] | INFO | Registering hooks for "C:\WINDOWS\system32\d3d9.dll" ...
12:58:45:581 [09292] | INFO | > Libraries loaded.
12:58:45:581 [09292] | INFO | > Found 9 match(es). Installing ...
12:58:45:604 [09292] | INFO | Registering hooks for "C:\WINDOWS\system32\d3d10.dll" ...
12:58:45:604 [09292] | INFO | > Delayed.
12:58:45:604 [09292] | INFO | Registering hooks for "C:\WINDOWS\system32\d3d10_1.dll" ...
12:58:45:604 [09292] | INFO | > Delayed.
12:58:45:604 [09292] | INFO | Registering hooks for "C:\WINDOWS\system32\d3d11.dll" ...
12:58:45:604 [09292] | INFO | > Libraries loaded.
12:58:45:604 [09292] | INFO | > Found 2 match(es). Installing ...
12:58:45:628 [09292] | INFO | Registering hooks for "C:\WINDOWS\system32\d3d12.dll" ...
12:58:45:628 [09292] | INFO | > Delayed.
12:58:45:628 [09292] | INFO | Registering hooks for "C:\WINDOWS\system32\dxgi.dll" ...
12:58:45:628 [09292] | INFO | > Delayed until first call to an exported function.
12:58:45:628 [09292] | INFO | Registering hooks for "C:\WINDOWS\system32\opengl32.dll" ...
12:58:45:628 [09292] | INFO | > Delayed.
12:58:45:628 [09292] | INFO | Initialized.
12:58:45:649 [13848] | INFO | Redirecting CreateDXGIFactory1({770AAE78-F26F-4DBA-A829-253C83D1B387}, 04390E78) ...
12:58:45:650 [13848] | INFO | Installing export hooks for "C:\WINDOWS\system32\dxgi.dll" ...
12:58:45:650 [13848] | INFO | > Found 7 match(es). Installing ...
12:58:45:653 [13848] | INFO | Redirecting D3D11CreateDevice(00000000, 1, 00000000, 0, 00000000, 0, 7, 006FF104, 00000000, 00000000) ...
12:58:45:653 [13848] | INFO | > Passing on to D3D11CreateDeviceAndSwapChain:
12:58:45:653 [13848] | INFO | Redirecting D3D11CreateDeviceAndSwapChain(00000000, 1, 00000000, 0, 00000000, 0, 7, 00000000, 00000000, 006FF104, 00000000, 00000000) ...
12:58:45:653 [13848] | INFO | Redirecting CreateDXGIFactory2(2147483648, {7B7166EC-21C7-44AE-B21A-C9AE321AE369}, 006FEBF8) ...
12:58:45:698 [13848] | INFO | > Using feature level 0xb000.
12:58:45:747 [13848] | WARN | Reference count for IDXGIDevice1 object 0610D390 is inconsistent: 3, but expected 1.
12:58:45:747 [13848] | WARN | Reference count for ID3D11Device0 object 055FA368 is inconsistent: 2, but expected 0.
12:58:45:754 [13848] | INFO | Redirecting D3D11CreateDevice(009973B8, 0, 00000000, 0, 006FF308, 6, 7, 006FF120, 04390784, 00000000) ...
12:58:45:755 [13848] | INFO | > Passing on to D3D11CreateDeviceAndSwapChain:
12:58:45:755 [13848] | INFO | Redirecting D3D11CreateDeviceAndSwapChain(009973B8, 0, 00000000, 0, 006FF308, 6, 7, 00000000, 00000000, 006FF120, 04390784, 00000000) ...
12:58:45:795 [13848] | INFO | > Using feature level 0xb000.
12:58:45:809 [13848] | INFO | Redirecting IDXGIFactory::CreateSwapChain(05589D28, 061C7D28, 043F11BC, 043F11B8) ...
12:58:45:809 [13848] | INFO | > Dumping swap chain description:
12:58:45:809 [13848] | INFO | +
+
+
12:58:45:809 [13848] | INFO | | Parameter | Value |
12:58:45:809 [13848] | INFO | +
+
+
12:58:45:809 [13848] | INFO | | Width | 1920 |
12:58:45:809 [13848] | INFO | | Height | 1080 |
12:58:45:809 [13848] | INFO | | RefreshRate | 0 0 |
12:58:45:809 [13848] | INFO | | Format | 29 |
12:58:45:809 [13848] | INFO | | ScanlineOrdering | 0 |
12:58:45:809 [13848] | INFO | | Scaling | 0 |
12:58:45:809 [13848] | INFO | | SampleCount | 1 |
12:58:45:809 [13848] | INFO | | SampleQuality | 0 |
12:58:45:809 [13848] | INFO | | BufferUsage | 32 |
12:58:45:809 [13848] | INFO | | BufferCount | 1 |
12:58:45:809 [13848] | INFO | | OutputWindow | 00060A0C |
12:58:45:809 [13848] | INFO | | Windowed | FALSE |
12:58:45:809 [13848] | INFO | | SwapEffect | 0 |
12:58:45:809 [13848] | INFO | | Flags | 0x2 |
12:58:45:809 [13848] | INFO | +
+
+
12:58:46:150 [13848] | INFO | Recreated runtime environment on runtime 062F4B68.
The topic has been locked.
- JBeckman
Less
More
thalixte wrote: I confirm the pb. Tested on Control DX12, and the error log is similar to the one posted above:
2019-11-03T12:02:14:954 [12904] | INFO | Loading image files for textures ... 2019-11-03T12:02:25:930 [12904] | ERROR | Failed to map constant buffer! HRESULT is '0x887a0005'! 2019-11-03T12:02:25:931 [12904] | ERROR | Failed to map constant buffer! HRESULT is '0x887a0005'! 2019-11-03T12:02:25:933 [12904] | INFO | Redirecting IDXGISwapChain::SetFullscreenState(000001AB72667330, FALSE, 0000000000000000) ... 2019-11-03T12:02:25:979 [12904] | INFO | Redirecting IDXGISwapChain::ResizeBuffers(000001AB72667330, 0, 1920, 1080, 0, 0x802) ... 2019-11-03T12:02:26:041 [12904] | INFO | Destroyed runtime environment on runtime 000001AB726750B0. 2019-11-03T12:02:26:045 [12904] | ERROR | > IDXGISwapChain::ResizeBuffers failed with error code 0x887a0005!
Hmm seeing how the compiled 4.3.1.600 something .dll from just a few days ago worked it has to be one of the newer commits no?
github.com/crosire/reshade/commits/master
October 30th and newer then since from memory the date of that .dll file was October 28th.
And then minus the Vulkan commits and it should be possible to track it down.
Depth buffer detection code perhaps and the new parameter for that?
Just a thought though, there's a new heuristics option that defaults to 1 / true but it could be something in the code unrelated to any of the new exposed options.
EDIT: Heuristics would be this setting from the config file for each respective API supported.
Defaults to 1 but I added it with a value of 0 for testing purposes instead.
[DX9_BUFFER_DETECTION]
UseAspectRatioHeuristics=0
[DX10_BUFFER_DETECTION]
UseAspectRatioHeuristics=0
[DX11_BUFFER_DETECTION]
UseAspectRatioHeuristics=0
[DX12_BUFFER_DETECTION]
UseAspectRatioHeuristics=0
[OPENGL]
UseAspectRatioHeuristics=0
[VULKAN_BUFFER_DETECTION]
UseAspectRatioHeuristics=0
I just use a singular settings file though so any new cvars are simply added in as new versions of ReShade comes out and can be tested from a disabled state first and then enabled.(Mostly, sometimes it's enabled or it's something that's not just true/false or 1/0)
Doubt it's that easy though, it's probably one of the other commits for D3D since that's what there is so far for the games reported to crash.
(Control and D3D12 standing out a bit but that might help narrow it down a bit further, possibly.)
EDIT: And there's also a bunch of logs ending around the swap chain so it could be something like this unused mutex commit.
github.com/crosire/reshade/commit/d3f470...fb70566052ec73ee4374
I'm not sure though, Crosire or one of the other code submitters could probably track it down once it can be replicated and tested and then a 4.4.1 hotfix I'm thinking would solve it.
EDIT: Typos, missing character, character in the wrong place and a ton of other possibilities. Debug symbols and other data and a more extensive logging feature might narrow it down though the compiled release version doesn't have all that but a lot of the earlier commits can be left out if the compiled unoffiicial WIP builds from just a week or so ago come up clean and working meaning it's almost certainly something in the last batch of code updates from the Github repository and testing is narrowed down a bit as a result if it could be something like that without complicating it further or some other issues or regressions or game specific issues.
Last edit: 5 years 1 month ago by JBeckman.
The topic has been locked.
- ZockerBuddie
Less
More
- aWhiteCrystal
Less
More
Microsoft Defender (Windows 10) blocks this Version. A Scan with
VirusTotal
returns this Warning by Defender: "Trojan:Win32/Zpevdo.B". (A few other Anti Virus Programs detect it as a Trojan too.)
The topic has been locked.
- Wicked Sick
Less
More
Birdy62 wrote: First thank you so much for your work,,
I tried 4.4 with :
Shadows of Tomb Raider (DX12) : works great
Rage 2 (Vulkan) : Vulkan : when i lauch the game with the .bat, it launch twice, once without Reshade and the second one is ok. I had one crash
No Man's Sky (Vulkan) : works great
Please, advise.. What am I doing wrong? I tried with no Man's Sky, was the first game I tried and I had no success.
I ran the tool to make sure, selected Vulkan as the API and launched the game via the .bat file that was generated but no hook.
What else did you do?
Also, had some issues with Hitman Absolution, I get a warning message saying that my VGA has zero memory, but with the older version works fine.
EDIT:
And to all these people saying stuff about viruses... Always the same thing on every release... Do you guys know what False Positive means?
Read that topic, this should help you all:
reshade.me/forum/troubleshooting/5227-ea...-deal-troubles-again
Last edit: 5 years 1 month ago by Wicked Sick.
The topic has been locked.
- Martigen
Less
More
Every single release this happens...aWhiteCrystal wrote: Microsoft Defender (Windows 10) blocks this Version. A Scan with VirusTotal returns this Warning by Defender: "Trojan:Win32/Zpevdo.B". (A few other Anti Virus Programs detect it as a Trojan too.)
FIle is fine. Virus scan is wrong. Reshade works by hooking. Virus scanners like to pick up programs that hook. Just because a program hooks, does not mean it is a virus. Use your common sense.
Crosire, you -have- to put in the first post in big bold letters than any virus programs are false positives. Do the same on the Download page before they click to download.
The topic has been locked.
- 1311
Less
More
- crosire
- Topic Author
Less
More
This does happen every single release. It's just that I file the build for whitelisting to the major antivirus vendors shortly before each release, so that this is resolved as soon as possible. That can take a couple of days though (especially on a weekend), so there can be a few days in which some products still wrongly detect it, until the whitelisting process completed and the definition update was pushed out.
The topic has been locked.
- Skinner
Less
More
Wolfenstein II The New Colossus, Vulkan no reshademenu shows up. Ran the game via the bat file.
Rage 2 works, just sometimes crash during editing and setting the shaders.
Control dx12 crash during intro with message device removed, CreateCommittedResource: due to removed device
Testing further and many, many thanks for continuing to develop this awesome tool.
Rage 2 works, just sometimes crash during editing and setting the shaders.
Control dx12 crash during intro with message device removed, CreateCommittedResource: due to removed device
Testing further and many, many thanks for continuing to develop this awesome tool.
The topic has been locked.