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

Cannot Assemble Project in Linux #2

Open
renatoathaydes opened this issue Jun 3, 2020 · 3 comments
Open

Cannot Assemble Project in Linux #2

renatoathaydes opened this issue Jun 3, 2020 · 3 comments

Comments

@renatoathaydes
Copy link

I am trying Quark on Ubuntu but all I get is errors.

Here's a sample output I get in the CLI while running it as shown in the tutorial (http://quark.sciter.com/quark-application-samples/hello-world/).



(scapp:7908): GLib-CRITICAL **: 21:07:46.898: Source ID 8413 was not found when attempting to remove it

(scapp:7908): GLib-CRITICAL **: 21:08:01.496: Source ID 8601 was not found when attempting to remove it
WARNING:Task ended with unhandled error:
        at LogRunner.clear (file:///home/renato/programming/programs/Sciter/quark/utils.tis(88))
        at assemble (file:///home/renato/programming/programs/Sciter/quark/package.tis(102))

Error: Element (Element({deleted})) has no method - update
        at LogRunner.clear (file:///home/renato/programming/programs/Sciter/quark/utils.tis(88))
        at assemble (file:///home/renato/programming/programs/Sciter/quark/package.tis(102))


Error: (undefined) has no property - length
        at ProjectView.validate (file:///home/renato/programming/programs/Sciter/quark/index.tis(75))
        at  (file:///home/renato/programming/programs/Sciter/quark/index.tis(130))


Error: (undefined) has no property - length
        at ProjectView.validate (file:///home/renato/programming/programs/Sciter/quark/index.tis(75))
        at  (file:///home/renato/programming/programs/Sciter/quark/index.tis(130))


Error: (undefined) has no property - length
        at ProjectView.validate (file:///home/renato/programming/programs/Sciter/quark/index.tis(75))
        at  (file:///home/renato/programming/programs/Sciter/quark/index.tis(130))


WARNING:Task ended with unhandled error:
        at LogRunner.clear (file:///home/renato/programming/programs/Sciter/quark/utils.tis(88))
        at assemble (file:///home/renato/programming/programs/Sciter/quark/package.tis(102))

Error: Element (Element({deleted})) has no method - update
        at LogRunner.clear (file:///home/renato/programming/programs/Sciter/quark/utils.tis(88))
        at assemble (file:///home/renato/programming/programs/Sciter/quark/package.tis(102))

After restarting the app, tried again, and it showed this error in the UI:

/home/renato/programming/programs/Sciter/bin.lnx/x64/../packfolder /home/renato/programming/experiments/quark/src /home/renato/programming/experiments/quark/bin/myapp.dat -binary
Error: Wrong type - null, expected instance of float,integer
	at LogRunner.run (file:///home/renato/programming/programs/Sciter/quark/utils.tis(79))
	at packageResources (file:///home/renato/programming/programs/Sciter/quark/package.tis(69))
@c-smile
Copy link
Collaborator

c-smile commented Jun 3, 2020

What Sciter SDK do you use?

Could you try latest one (4.4.3.21) ?

@c-smile
Copy link
Collaborator

c-smile commented Jun 3, 2020

Fixed by:
c-smile/sciter-sdk@aa56ae0

@renatoathaydes
Copy link
Author

I've just downloaded it from https://sciter.com/download/ so I suppose it's the latest version.

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

No branches or pull requests

2 participants