I'm getting hw errors when mining x15 with Radeon 5000 series cards. 7000 series and 280x work fine with sgminer beta.
Anyone have any ideas on this issue? The 5000 series hash, but get only hw errors and no accepted work results

I got an old HD5450 going with
sgminer v5 beta and 14.6RC2 however no shares submitted:
X15.bat
@echo off
COLOR 0A
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
sgminer.exe --pool-algorithm bitblock --gpu-platform 1 -c X15.conf
X15.conf
{
"pools": [
{
"quota" : "100;stratum+tcp://east1.us.stratum.dedicatedpool.com:6002",
"user" : "blahblah",
"pass" : "x",
"algorithm": "bitblock"
}
],
"profiles" : [
],
"algorithm": "bitblock",
"intensity" : "16",
"worksize" : "128",
"vectors" : "1",
"shaders" : "80",
"gpu-engine" : "850",
"gpu-fan" : "0-0",
"gpu-memclock" : "620",
"gpu-memdiff" : "0",
"gpu-powertune" : "20",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "90",
"failover-only" : true,
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "1",
"log" : "5",
"no-pool-disable" : true,
"no-submit-stale" : false,
"load-balance" : true,
"queue" : "0",
"scan-time" : "60",
"temp-hysteresis" : "3",
"shares" : "0",
"load-balance" : true,
"kernel-path" : "/usr/local/bin",
"no-client-reconnect" : true
}
57 Khs ROFL
bumped up Intensity to 18 and it gets 58 KHs LOL
It's hashing but I have not seen any shares accepted yet ...
No HW errors. WU 0.00
I don't think 5xxx cards work with
sgminer v5 beta