JakobPCoder / ReshadeMotionEstimation

Optical Flow for games in realtime
Other
70 stars 9 forks source link

ReShade 5.3.0 - X4000 and X4575 #1

Open Meridiano opened 2 years ago

Meridiano commented 2 years ago
MotionEstimation.fxh(337,14-17): warning X4000: use of potentially uninitialized variable ((unknown))
MotionEstimation.fxh(337,7-25): error X4575: reading uninitialized value

RME

Meridiano commented 2 years ago

Since there's no "else" after the "if" block in 333-338, you should probably change [flatten] to [branch] in 332.

donizettilorenzo commented 1 year ago

ReShade 5.6.0

__23:47:28:903 [12204] | ERROR | Failed to compile "F:\EA Games\Mirrors Edge Catalyst\ReShade\MotionEstimation.fx": F:\EA Games\Mirrors Edge Catalyst\ReShade\MotionEstimation.fxh(337,14-17): warning X4000: use of potentially uninitialized variable ((unknown)) F:\EA Games\Mirrors Edge Catalyst\ReShade\MotionEstimation.fxh(337,7-25): error X4575: reading uninitialized value

23:47:28:958 [04636] | INFO | Destroyed runtime environment on runtime 0000000003CAA1E0 ("F:\EA Games\Mirrors Edge Catalyst\ReShade.ini"). 23:47:28:960 [04636] | INFO | Recreated runtime environment on runtime 0000000003CAA1E0 ("F:\EA Games\Mirrors Edge Catalyst\ReShade.ini"). 23:47:28:993 [09088] | INFO | Successfully compiled "F:\EA Games\Mirrors Edge Catalyst\ReShade\FXAA.fx" in 0.002 s. 23:47:28:996 [11944] | INFO | Successfully compiled "F:\EA Games\Mirrors Edge Catalyst\ReShade\SMAA.fx" in 0.005 s. 23:47:29:333 [02580] | ERROR | Failed to compile "F:\EA Games\Mirrors Edge Catalyst\ReShade\MotionEstimation.fx": F:\EA Games\Mirrors Edge Catalyst\ReShade\MotionEstimation.fxh(337,14-17): warning X4000: use of potentially uninitialized variable ((unknown)) F:\EA Games\Mirrors Edge Catalyst\ReShade\MotionEstimation.fxh(337,7-25): error X4575: reading uninitialized value__