Author

Topic: qt wallet error after compiled (Read 114 times)

newbie
Activity: 6
Merit: 0
October 17, 2022, 01:47:16 AM
#7
As the referred link above, the error looks like indicates that some particular code index is out of bounds. I think it is expected since you modified the code into your own fork, the problem is I did not understand the codebase well enough but judging by the time of the error, maybe it has something to do with the wallet codebase. Something must be modified in your end but the other related configurations haven't been updated.

Right. so put in your issue here with all the code and error etc... Roll Eyes

https://github.com/Zetalon0/Napocoin/issues

Well, seems it would do nothing since OP is the sole developer.


I agree, i am looking at qt and gui code atm, as the daemon works fine, only qt wallet give out the error
legendary
Activity: 1932
Merit: 1273
October 15, 2022, 01:31:41 PM
#6
As the referred link above, the error looks like indicates that some particular code index is out of bounds. I think it is expected since you modified the code into your own fork, the problem is I did not understand the codebase well enough but judging by the time of the error, maybe it has something to do with the wallet codebase. Something must be modified in your end but the other related configurations haven't been updated.

Right. so put in your issue here with all the code and error etc... Roll Eyes

https://github.com/Zetalon0/Napocoin/issues

Well, seems it would do nothing since OP is the sole developer.
legendary
Activity: 3570
Merit: 1959
legendary
Activity: 1932
Merit: 1273
October 14, 2022, 12:49:22 PM
#3
At least put the code where it related to the error or just simply put the repository link that you currently use, so others may be able to debug it further.
legendary
Activity: 3570
Merit: 1959
October 14, 2022, 11:51:39 AM
#2
Google says:

https://stackoverflow.com/questions/70125011/error-terminate-called-after-throwing-an-instance-of-stdout-of-range

Can you put in a bug report on their github or contact a dev of the wallet software you are using? 🤷‍♂️
newbie
Activity: 6
Merit: 0
October 13, 2022, 09:53:49 PM
#1
It's a feathercoin fork
I compiled a linux qt wallet and when I run it, it give out
terminate called after throwing an instance of 'std::out_of_range' what(): basic_string::replace: __pos (which is 18446744073709551615) > this->size() (which is 13) Aborted (core dumped)
any idea what did it mean?
Jump to: