This happening because this game uses constants, instead calculate real aspect ratio.
It uses 21/9 aspect ratio for resolutions 3440x1440 and 2560x1080, but this is not right aspect ratio, because
21/9 = 2.333333
1080 * 2.333333 = 2520 ie 2520x1080 resolution
1440 * 2.333333 = 3360 ie 3360x1440 resolution
That is why you getting small black bars on this resolutions.
To remove black bars you can use
Cheat Engine.
Find float value 2.333333 ("Writable" option should be gray) and change it to
2.388888 for 3440x1440 resolution
2.370370 for 2560x1080 resolution
Attachment:
CE.png [ 48.47 KiB | Viewed 17371 times ]
Attachment:
ShadowOfMordor_BB.jpg [ 616.81 KiB | Viewed 17345 times ]
Attachment:
ShadowOfMordor_FS.jpg [ 693.17 KiB | Viewed 17329 times ]