aceneun / sgminer-gm-x16r

GNU General Public License v3.0
30 stars 54 forks source link

sgminer crashes on startup (Driver issue?) #6

Open skifreak24 opened 6 years ago

skifreak24 commented 6 years ago

only two lines i see in the cmd window are.......

started sgminer 5.5.5-gm-a

This error shows up in the even viewer. Looks like a driver issue? I'm using the AMD block chain driver. Also attempted the most current non blockchain driver with the same result.

Faulting application name: sgminer.exe, version: 0.0.0.0, time stamp: 0x5a9d50f1 Faulting module name: amdocl.dll, version: 22.19.659.0, time stamp: 0x598a5983 Exception code: 0xc0000005 Fault offset: 0x00265446 Faulting process id: 0x6a0 Faulting application start time: 0x01d3b8b72b6f0b43 Faulting application path: C:\Users\Brandon\Desktop\Miners\RavenCoin\sgminer-x16r (1)\sgminer-x16r\sgminer.exe Faulting module path: C:\Windows\System32\DriverStore\FileRepository\c0317304.inf_amd64_3f14567ea75b9e52\amdocl.dll Report Id: 88ef356d-0ffd-4c3f-a56c-438b617589b6 Faulting package full name: Faulting package-relative application ID:

Any suggestions?

maxihik commented 6 years ago

I have the same problem, I tried with --no-adl but still doesn't work, also AMD blockchain driver and RX580,

bitliratoken commented 6 years ago

Just double check the "setx" commands an your .bat file.

I found out that "setx GPU_FORCE_64BIT_PTR" was set to 1 instead of 0.

In my case setting it to 0 solved the problem.

Cheers

wishxy commented 6 years ago

Can not make it work :( Just open cl window, shows setx success and root command, and disappeared. Any help?

6x RX470 4GB Mining Edition (4x Micron, 2xElpida), Win 10/64

setx GPU_FORCE_64BIT_PTR 0 setx GPU_MAX_HEAP_SIZE 100 setx GPU_USE_SYNC_OBJECTS 1 setx GPU_MAX_ALLOC_PERCENT 100 setx GPU_SINGLE_ALLOC_PERCENT 100 sgminer (-n -k or -a) x16r -o stratum+tcp://pool.threeeyed.info:3636 -u MyAddress.Worker -p c=rvn -I 19 -d0,1,2,3,4,5

SuperSonicFlea commented 6 years ago

Thank you, GPU_FORCE_64BIT_PTR to 0 Fixed my issue.