Author

Topic: BTC client crashes every 5 minutes. "Microsoft Visual C++ Runtime Library." (Read 3026 times)

newbie
Activity: 50
Merit: 0
I had the same issue. Close bitcoin. Delete everything in your appdata/Bitcoin folder EXCEPT your wallet.dat file, and then run bitcoin again.
That's exactly what I did and problem solved!  Grin

Thanks for all your asnwers.
sr. member
Activity: 574
Merit: 250
The official Bitcoin Windows binary isn't built with VC, but it does use the Microsoft Visual C++ Runtime (msvcrt.dll).

What do you know. You're right! I just tested it with InspectExe and indeed msvcrt.dll is in the list of dependencies.

That is the C RTL not the C++ RTL, and indeed mingwin uses the msvcrt dll to avoid the need for gpled code at runtime.

Yes, it is C standard library specifically, but it is considered a Microsoft Visual C++ Runtime Library (there is no Microsoft Visual C) and I'm guessing that is what the error message is referring to.

Hmm.. that library actually predates Visual C++ though,  would have thought they would have left it be, and not confused the matter with calling the the c++ library now.
inh
full member
Activity: 155
Merit: 100
I had the same issue. Close bitcoin. Delete everything in your appdata/Bitcoin folder EXCEPT your wallet.dat file, and then run bitcoin again.
full member
Activity: 134
Merit: 102
The official Bitcoin Windows binary isn't built with VC, but it does use the Microsoft Visual C++ Runtime (msvcrt.dll).

What do you know. You're right! I just tested it with InspectExe and indeed msvcrt.dll is in the list of dependencies.

That is the C RTL not the C++ RTL, and indeed mingwin uses the msvcrt dll to avoid the need for gpled code at runtime.

Yes, it is C standard library specifically, but it is considered a Microsoft Visual C++ Runtime Library (there is no Microsoft Visual C) and I'm guessing that is what the error message is referring to.
sr. member
Activity: 574
Merit: 250
The official Bitcoin Windows binary isn't built with VC, but it does use the Microsoft Visual C++ Runtime (msvcrt.dll).

What do you know. You're right! I just tested it with InspectExe and indeed msvcrt.dll is in the list of dependencies.

That is the C RTL not the C++ RTL, and indeed mingwin uses the msvcrt dll to avoid the need for gpled code at runtime.
newbie
Activity: 56
Merit: 0
The official Bitcoin Windows binary isn't built with VC, but it does use the Microsoft Visual C++ Runtime (msvcrt.dll).

What do you know. You're right! I just tested it with InspectExe and indeed msvcrt.dll is in the list of dependencies.
full member
Activity: 134
Merit: 102
A forum member told me that it could be a trojan suggest me to post in this section becuase BTC client does not use VC in any way.

The official Bitcoin Windows binary isn't built with VC, but it does use the Microsoft Visual C++ Runtime (msvcrt.dll).

This file might be corrupt. You can try running "sfc /scannow" from an administrator command prompt. This will attempt to find and repair bad system files.
newbie
Activity: 56
Merit: 0
Does the crash happen if you don't run guiminer at the same time? I.e. if bitcoin.exe is the only application running?

(edit) a bit of forum search turned out this thread from january https://bitcointalksearch.org/topic/lost-btc-solved-2920 where someone was seeing an error similar to yours because of a corrupt wallet.dat. I hope you have a wallet backup somewhere. Sad The defrag program may have damaged your wallet.dat
newbie
Activity: 50
Merit: 0
Hi, I need a little help.
Every was fine until I decided to defrag my hard drive with O&O Defrag 12 using COMPLETE/Name option.
But now, my BTC client crashes every 5 minutes showing a dialog box with the follwing message

"Microsoft Visual C++ Runtime Library.
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information."


No matter if it is running as server mode or normal mode, it always crashes.
I try to unistall the client, run CCleaner, reboot and reinstall the client again; but no succeed.

I post it first there: https://bitcointalksearch.org/topic/m.471751
A forum member told me that it could be a trojan suggest me to post in this section becuase BTC client does not use VC in any way.
I run a full system scan but NIS 2010 did not report any problem.

Any idea or suggestion is welcome.
Thanks in advance.-

http://img846.imageshack.us/img846/1024/11310331.jpg
Jump to: