Author

Topic: Built an altcoin, solo mining gives visual c++ runtime error (Read 723 times)

hero member
Activity: 690
Merit: 501
Thanks. I am running the powershell qt script now from the qt website. Going to try and build a static version. If that doesn't work, I suppose I will have to just keep tinkering. Frustrating seeing as how the linux version runs perfectly. I hate Windows  Sad
full member
Activity: 673
Merit: 105
I successfully built my coin on my laptop using Qt4.8.6, but get this error when I try to solo mine it. I can solo mine, but the error pops up. If I click 'ok', it shuts the program down and I can't open the program anymore without seeing this error and it automatically shuts it down.

On my desktop, I built the coin using Qt 5.3.1, and it gives the same error immediately upon opening the client. I can't click on any of the program buttons at all.

Any ideas? I have tried building with different version of qt and mingw, to no avail.

I think it is a problem with the rpc part of the build. It crashes when mining, and also in the debug section if you type in 'help' or an unsupported method. All the other methods work fine.

I feel you its hard, have you tried Nokia QT versions with full library at some point there was a bug on the compiler itself which needed fixing don't look at just your own code QT files themselves may need fixing as well understand the error first & don't give up you will get there.
full member
Activity: 218
Merit: 105
You'll have to compile a static Qt, I believe all of the downloaded versions are dynamic.
hero member
Activity: 690
Merit: 501
What source is your coin based on? Likely needs static-Qt compilation if its a newer one...

Blackcoin. Maybe you are right. I have tried almost every qt version from 4.8.5 and 4.8.6, to 5.1.1 and 5.3.1
full member
Activity: 218
Merit: 105
What source is your coin based on? Likely needs static-Qt compilation if its a newer one...
hero member
Activity: 690
Merit: 501
I successfully built my coin on my laptop using Qt4.8.6, but get this error when I try to solo mine it. I can solo mine, but the error pops up. If I click 'ok', it shuts the program down and I can't open the program anymore without seeing this error and it automatically shuts it down.

On my desktop, I built the coin using Qt 5.3.1, and it gives the same error immediately upon opening the client. I can't click on any of the program buttons at all.

Any ideas? I have tried building with different version of qt and mingw, to no avail.

I think it is a problem with the rpc part of the build. It crashes when mining, and also in the debug section if you type in 'help' or an unsupported method. All the other methods work fine.
Jump to: