Why would you even think about using these old versions of hashcat ?
Do not use --force
uninstall all the non-vendor drivers (the open source drivers like Mesa/Pocl etc)
Try to fix the clinfo error first, clinfo clearly says it failed to use this device
clCreateContext failed with error code -2
even a tool as simple as clinfo failed to use your devices
What hardware do you even use ?
You should probably better test with release, or beta version from https://hashcat.net/beta), not with older versions of hashcat.
Do not use --force
uninstall all the non-vendor drivers (the open source drivers like Mesa/Pocl etc)
Try to fix the clinfo error first, clinfo clearly says it failed to use this device
Code:
clCreateContext(NULL, ...) [default] <checkNullCtx:2241: create context with device from default platform : error -2>
clCreateContext failed with error code -2
even a tool as simple as clinfo failed to use your devices
What hardware do you even use ?
You should probably better test with release, or beta version from https://hashcat.net/beta), not with older versions of hashcat.