andru-kun / wildrig-multi

multi algo miner for AMD, NVIDIA and Intel gpu's
254 stars 51 forks source link

Error CL_INVALID_BUFFER_SIZE when calling clCreateBuffer to create state buffer on R9 380 2GB #75

Closed UpshotMediaDev closed 3 years ago

UpshotMediaDev commented 3 years ago

Hi, got issue when tried to use ghostrider on an old XFX Radeon 9 380 2GB trying to mine RTM

`C:\Users\minerbob\Downloads\wildrig>wildrig.exe --print-full --algo ghostrider --url stratum+tcp://eu.flockpool.com:4444 --user [walletaddr].[worker] --pass [pass]

Windows 11 64bit AMD driver 27.20.1034.6

andru-kun commented 3 years ago

Use lower intensity. 2Gb is not enough for 1024, try --opencl-launch 512 or --opencl-launch 896

UpshotMediaDev commented 3 years ago

That appears to have worked and fixed the problem, thanks