Pages:
Author

Topic: [ANN] EasyWinBuilder - The Easy Way to Build Bitcoin on Windows - page 4. (Read 50058 times)

full member
Activity: 210
Merit: 100
So is it working yet?
Good work keep it up
legendary
Activity: 1708
Merit: 1019
I have resolved the issue causing crashes, I will post a fix to the git as soon as I finish the project I was testing this on.

Awesome.

Please do.
Yeah that would be nice. A bunch of people are suffering from it.
newbie
Activity: 56
Merit: 0
I have resolved the issue causing crashes, I will post a fix to the git as soon as I finish the project I was testing this on.

Awesome.

Please do.
sr. member
Activity: 293
Merit: 250
Director - www.cubeform.io
I have resolved the issue causing crashes, I will post a fix to the git as soon as I finish the project I was testing this on.
legendary
Activity: 1386
Merit: 1009
Looks like the runtime error is caused by failing assertion that WaitForSingleObject returns zero.
In fact it returns WAIT_ABANDONED which means the following:
Quote
The specified object is a mutex object that was not released by the thread that owned the mutex object before the owning thread terminated. Ownership of the mutex object is granted to the calling thread and the mutex state is set to nonsignaled.

If the mutex was protecting persistent state information, you should check it for consistency.
Anyway we should debug it, can anyone provide binaries?
newbie
Activity: 4
Merit: 0
# Runtime ERROR PUSH PLEASE FIX IT
full member
Activity: 560
Merit: 105
I also have the problem with runtime error while trying to compile litecoin. The application crashes when I try to quit and also when trying to solo mine. No one knows the fix for this?
legendary
Activity: 1708
Merit: 1019
I'm also having the runtime error on exit ! Please help !

Sorry, I have no idea about the runtime error... somebody fix it!  Cheesy

edit:

stopped via litecoind stop
Code:
(gdb) run
Starting program: c:\...\_litecoin-0.8.6.2\src/litecoind.exe
[New Thread 6604.0x8c0]
[New Thread 6604.0xc30]
[New Thread 6604.0x544]
[New Thread 6604.0xc64]
[New Thread 6604.0x1698]
[New Thread 6604.0x1abc]
[New Thread 6604.0x1410]
[New Thread 6604.0x538]
[New Thread 6604.0x15a4]
[New Thread 6604.0x19fc]
[New Thread 6604.0x148]
[New Thread 6604.0x1830]
[New Thread 6604.0xf74]
[New Thread 6604.0x147c]
[New Thread 6604.0x1774]
[New Thread 6604.0x1370]
[New Thread 6604.0x12c4]
[New Thread 6604.0x790]
[New Thread 6604.0x1b1c]
[New Thread 6604.0x1314]
[New Thread 6604.0x1254]
[New Thread 6604.0xf40]
[New Thread 6604.0x1bf8]
[New Thread 6604.0x1988]
[New Thread 6604.0x1b7c]
[New Thread 6604.0xc10]
Assertion failed: 0 == retval || ::boost::detail::win32::wait_abandoned == retva
l, file ../libs/boost_1_54_0/boost/thread/win32/basic_timed_mutex.hpp, line 85

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
[Inferior 1 (process 6604) exited normally]
newbie
Activity: 56
Merit: 0
I'm also having the runtime error on exit ! Please help !
member
Activity: 111
Merit: 10
Hello,
I can Compile the QT's after all tweaks.. Also when I compile the Bitcoin provided inside the package, Everything seems smooth. But if I try with Litecoin Source, even that gets compiled but after I open and close the QT, it gives runtime error. Any fix for this would be helpful. Please Help me Smiley
newbie
Activity: 5
Merit: 0
Any news on the "runtime to terminate it in an unusual way" error?
The error on the litecoin wallet aside... EasyWinBuilder is just brilliant.

Thanks.
sr. member
Activity: 306
Merit: 250
After Compile Wallet for Windows Mining Coins not Working   Cry

Instand crash

This application has requested the runtime to terminate it in an unusual way.

Maybe andody can fix it ? Used Litecoin source

or is there a other way to compile windows bins =?
legendary
Activity: 1708
Merit: 1019
Any chance you batch builder to QT 5.2?
last time I looked it would have needed a QT rebuild... Sad   nitrogenetics has done it.

Quote
Would be awesome to be able to generate android and ios wallets with QT in future.
Probably not an easy task of cource.
Kiss
hero member
Activity: 546
Merit: 500
Any chance you batch builder to QT 5.2? Would be awesome to be able to generate android and ios wallets with QT in future.
Probably not an easy task of cource.
legendary
Activity: 1708
Merit: 1019
Now all working big Thanks Wink

But i got a exit bug from wallet-qt anybody know to fix it ?
Rest working fine there is only one other bug console command = "help" instand crash with same error msg others commands working fine.

Source used > litecoin

Error Msg :
Code:
This application has requested the runtime to terminate it in an unusual way.

I have got the same problem.

Phelix,help us with it.
Unfortunately I have no idea why it does that...   somebody debug!
newbie
Activity: 5
Merit: 0
Also running into:
Code:
This application has requested the runtime to terminate it in an unusual way.
When compiling Litecoind.

None the less... excellent work. Thanks.
full member
Activity: 147
Merit: 100
Now all working big Thanks Wink

But i got a exit bug from wallet-qt anybody know to fix it ?
Rest working fine there is only one other bug console command = "help" instand crash with same error msg others commands working fine.

Source used > litecoin

Error Msg :
Code:
This application has requested the runtime to terminate it in an unusual way.

I have got the same problem.

Phelix,help us with it.
sr. member
Activity: 306
Merit: 250
yes but only small changes for my coin i try to build

     namechange > litecoin > gamerscoin
     portchange > old > newport
     old genhash > new gensis hash
     old merklehash > new merklehash
     old block.nTime > new time
     old block.nNonce > new nNonce  
     old PUBKEY_ADDRESS > new Pubkey Add
     old Client Name > New Client Name
     remove checkpoints > add new checkpoints

Rest 100 % litecoin source
hero member
Activity: 546
Merit: 500
Now all working big Thanks Wink

But i got a exit bug from wallet-qt anybody know to fix it ?
Rest working fine there is only one other bug console command = "help" instand crash with same error msg others commands working fine.

Source used > litecoin

Error Msg :
Code:
This application has requested the runtime to terminate it in an unusual way.

Interesting. Did you change anything in code or just made litecoin qt?
sr. member
Activity: 306
Merit: 250
Now all working big Thanks Wink

But i got a exit bug from wallet-qt anybody know to fix it ?
Rest working fine there is only one other bug console command = "help" instand crash with same error msg others commands working fine.

Source used > litecoin

Error Msg :
Code:
This application has requested the runtime to terminate it in an unusual way.
Pages:
Jump to: