Invalid buffer size error AMD 4350
tossik01 opened this issue · 5 comments
I have two radeon 4350 but xmrig give me error on startup:
[2019-06-03 11:31:50] �[1;32m * �[0m�[1;37mABOUT �[0m�[1;36mXMRig-AMD/2.14.1�[0m�[1;37m MSVC/2017�[0m�[0m
[2019-06-03 11:31:50] �[1;32m * �[0m�[1;37mLIBS libuv/1.24.1 OpenCL/2.0 OpenSSL/1.1.1a microhttpd/0.9.61 �[0m�[0m
[2019-06-03 11:31:50] �[1;32m * �[0m�[1;37mCPU �[0m�[1;37mIntel(R) Core(TM) i7 CPU 920 @ 2.67GHz �[1;32mx64 �[1;31m-AES�[0m�[0m
[2019-06-03 11:31:50] �[1;32m * �[0m�[1;37mALGO cryptonight, donate=1%�[0m�[0m
[2019-06-03 11:31:50] �[1;32m * �[0m�[1;37mPOOL #1 �[0m�[1;32mxmr-eu1.nanopool.org:14433�[0m variant �[1;37mauto�[0m�[0m
[2019-06-03 11:31:50] �[1;32m * �[0m�[1;37mPOOL #2 �[0m�[1;32mxmr-eu2.nanopool.org:14433�[0m variant �[1;37mauto�[0m�[0m
[2019-06-03 11:31:50] �[1;32m * �[0m�[1;37mPOOL #3 �[0m�[1;32mxmr-asia1.nanopool.org:14433�[0m variant �[1;37mauto�[0m�[0m
[2019-06-03 11:31:50] �[1;32m * �[0m�[1;37mPOOL #4 �[0m�[1;32mxmr-us-east1.nanopool.org:14433�[0m variant �[1;37mauto�[0m�[0m
[2019-06-03 11:31:50] �[1;32m * �[0m�[1;37mPOOL #5 �[0m�[1;32mxmr-us-west1.nanopool.org:14433�[0m variant �[1;37mauto�[0m�[0m
[2019-06-03 11:31:50] �[1;32m * �[0m�[1;37mCOMMANDS �[0m�[1;35mh�[0m�[1;37mashrate, �[0m�[1;35mp�[0m�[1;37mause, �[0m�[1;35mr�[0m�[1;37mesume�[0m�[0m
[2019-06-03 11:31:50]�[0;33m compiling code and initializing GPUs. This will take a while...�[0m
[2019-06-03 11:31:50] �[1;32mfound �[0m�[1;37mAMD�[0m platform index: �[1;37m0�[0m, name: �[1;37mAdvanced Micro Devices, Inc.�[0m�[0m
[2019-06-03 11:31:50] �[1;37m#00�[0m, GPU �[1;37m#00�[0m �[1;32mATI Radeon HD 4300/4500 Series�[0m (�[1;36mATI RV710�[0m), i:�[1;37m480�[0m �[1;30m(8/128)�[0m, si:�[1;37m2/2�[0m, u:�[1;37m8�[0m, cu:�[1;37m2�[0m�[0m
[2019-06-03 11:31:50] �[0;36m0.94/0.13/0�[0m GB�[0m
[2019-06-03 11:31:50]�[0;31m Error CL_INVALID_BUFFER_SIZE when calling clCreateBuffer to create hash scratchpads buffer.�[0m
[2019-06-03 11:31:50]�[0;31m Failed to start threads.�[0m
is any way to run xmrig with this graphic cards?
You must use ancient driver like 15.x omega on windows or fglrx 13.5x on linux
All newer drivers broke older card OpenCL support and never fixed it (your memory detection is way wrong/low, which is the bug).
Note there was no omega for Win10 however the Win7 one works
Also to run fglrx 13 you need to install ubuntu 14 with reverted kernel 3.2.0
You may have to also compile from source and not use a release binary
I have the same issue?