Assertion `s>=0' failed
Closed this issue · 2 comments
zinkkkk commented
Been using this with no problem for several weeks until today, no longer loads any graphic and i get this as output:
chia@clr-19~/chiaharvestgraph (main) $ ./chiaharvestgraph ~/.chia/mainnet/log
Monitoring directory /home/chia/.chia/mainnet/log
read 117219 lines from log.
read 117272 lines from log.
read 118317 lines from log.
read 120000 lines from log.
read 116329 lines from log.
read 119337 lines from log.
chiaharvestgraph: chiaharvestgraph.c:133: add_entry: Assertion `s>=0' failed.
Aborted (core dumped)
Any idea whats going on here?
stolk commented
This bug is already fixed, I think.
You need to grab latest.
$ git pull
$ make
...should do it.
On Tue, Jun 1, 2021 at 8:23 AM LeviathanBaphomet ***@***.***> wrote:
Been using this with no problem for several weeks until today, no longer
loads any graphic and i get this as output:
***@***.***~/chiaharvestgraph (main) $ ./chiaharvestgraph
~/.chia/mainnet/log
Monitoring directory /home/chia/.chia/mainnet/log
read 117219 lines from log.
read 117272 lines from log.
read 118317 lines from log.
read 120000 lines from log.
read 116329 lines from log.
read 119337 lines from log.
chiaharvestgraph: chiaharvestgraph.c:133: add_entry: Assertion `s>=0'
failed.
Aborted (core dumped)
Any idea whats going on here?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#32>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADPE4EPR4QMAHBYYXPSTE3TQT3QJANCNFSM45445R2A>
.
--
Owner/Director of Game Studio Abraham Stolk Inc.
Vancouver BC, Canada
***@***.***
zinkkkk commented
Thanks i guess it was pretty lazy i didn't even try that!