Post
Topic
Board Mining software (miners)
Re: BFGMiner 3.0.2: modular ASIC/FPGA, GBT, Strtm, RPC, Lnx/OpnWrt/PPA/W64, BFLSC
by
Searinox
on 23/05/2013, 16:42:02 UTC
BFGminer running for 2 months without issues. Updated to AMD drivers 13.4 today. Now it's crashing on startup everytime. Using AMD HD6850 and Windows 7 x64 SP1 + all windows updates.

Command line: --gpu-threads 1 --queue 0 --intensity=d --gpu-dyninterval 16 --failover-only

I deleted the precompiled kernel and it's not making a new one. There's nothing written to the console.

Problem Event Name:   APPCRASH
  Application Name:   bfgminer.exe
  Application Version:   0.0.0.0
  Application Timestamp:   517cb77a
  Fault Module Name:   bfgminer.exe
  Fault Module Version:   0.0.0.0
  Fault Module Timestamp:   517cb77a
  Exception Code:   c0000005
  Exception Offset:   000000000003c9d9
  OS Version:   6.1.7601.2.1.0.256.1
  Locale ID:   1033
  Additional Information 1:   e68f
  Additional Information 2:   e68fabd2622a99ce852fcf528f13d88e
  Additional Information 3:   bf43
  Additional Information 4:   bf43415df077bf09da15770f50cc570b


Both 3.0.2 and 2.10.8 crash in the same manner.

EDIT:

Fixed. I am leaving this here for those who end up having my issue.

-Uninstall all ATI software.
-Restart.
-Create a batch file with the following and run it:

@C:
@cd C:\Windows\System32
del SlotMaximizerAg.dll
del SlotMaximizerBe.dll
del amdocl64.dll
del OpenCL.dll
del OpenVideo64.dll
del OVDecode64.dll
@Cd C:\Windows\SysWOW64
del SlotMaximizerAg.dll
Del SlotMaximizerBe.dll
del amdocl.dll
del OpenCL.dll
del OpenVideo.dll
del OVDecode.dll
@rmdir C:\ProgramData\AMD\KDB /S /Q

-Reinstall ATI 13.1 drivers.