Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't start demo application Ledger #37

Closed
vitalije opened this issue Feb 22, 2021 · 5 comments
Closed

can't start demo application Ledger #37

vitalije opened this issue Feb 22, 2021 · 5 comments

Comments

@vitalije
Copy link

I've tried to follow instructions in the documentation for running sample application Ledger.

$ jsish -v
3.4.9 3.0409 c3469e6dd397c8009dd867fcb2dc9e9c1696189c 2020-12-20 18:58:29 UTC
$ jsish -a jsi-app.fossil Ledger
mopts { file:"/home/vitalije/.FOSSILS/jsi-app.fossil", noPatches:false, type:"fossil", version:"ver-1.0302" }
Fossil mount: ver-1.0302 /vfs1 /home/vitalije/.FOSSILS/jsi-app.fossil
not a valid check-in: 2.13
CALL BACKTRACE:
#1: Archive.jsi:108:  in moduleRun( "-version", "ver-1.0302", "/home/vitalije/.FOSSILS/jsi-app.fossil", "Ledger" )
#2: Archive.jsi:105:  in Archive( [ "/home/vitalije/.FOSSILS/jsi-app.fossil", "Ledger" ], { version:"ver-1.0302" ...)
#3: Archive.jsi:39:  in main()
#4: Jsi_Vfs.jsi:186:  in Fossil( "list", "/vfs1", null )
#5: Jsi_Vfs.jsi:154:  in Fossil_List()

/zvfs/lib/Jsi_Vfs.jsi:154: error: program exit code (1)
ERROR: 

I've also tried to download source code and to build jsish, but even with freshly built jsish, I have same error.
I am using Ubuntu 20.04.

@pcmacdon
Copy link
Owner

Can you try again with latest. Just refactored a bunch of code.

@vitalije
Copy link
Author

No. I still get the same error. I was wandering about this line in error message:

not a valid check-in: 2.13

Where did 2.13 come from? And I've found it was my fossil version. So, I've tried to download 2.14 and 2.15 preview, but no luck. Which version of fossil do you use?

@pcmacdon
Copy link
Owner

Try with latest changes. Looks like problem was due to a fossil change since 2.10. Should now work with 2.14+.

@vitalije
Copy link
Author

Nope. Still the same error.

@vitalije
Copy link
Author

With the latest change regarding the issue #38, Ledger is working now.
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants