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

Ink has errors when exporting on 0.14.1 #500

Open
hunthunterhuntest opened this issue Dec 9, 2023 · 2 comments
Open

Ink has errors when exporting on 0.14.1 #500

hunthunterhuntest opened this issue Dec 9, 2023 · 2 comments

Comments

@hunthunterhuntest
Copy link

I'm running the latest Inky (version 0.14.1, ink version 1.1.1, injs version 2.1.0) on ubuntu (Linux hostname 6.5.0-14-generic #14-Ubuntu SMP PREEMPT_DYNAMIC Tue Nov 14 14:59:49 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux).

When trying to export ANY story to web, it fails because it thinks there are ink errors. First, it says in

renderer/liveCompiler.js lines 142 to 144 that callback is not a function because it's been set to null:

var callback = exportCompleteCallback;
exportCompleteCallback = null;
if( error )

if you remove the callback or log the error, it says "Could not export: Ink as herrors - please fix them.
I am not sure how to further debug this mysellf.

image
image

@hunthunterhuntest
Copy link
Author

I don't have the problem when running and exporting the same stories using wine on the same machine. It seem related to the Linux binary/build.

@hunthunterhuntest
Copy link
Author

Any chance the broken release will be fixed? Is there any pointer how I can fix this broken project myself? I have no idea where to start looking.

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

1 participant