-
Notifications
You must be signed in to change notification settings - Fork 878
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
gdevelop fails npm start on linux #2439
Comments
Is this in the terminal or in the browser? Can you try to upgrade to Node.js 12 or 14? |
Compiles fine in terminal. Fails to load in browser. Will give it a try
…On Tue, 16 Mar 2021, 20:05 Florian Rival, ***@***.***> wrote:
Is this in the terminal or in the browser? Can you try to upgrade to
Node.js 12 or 14?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2439 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABRRWVOEHI6N33T2YEOYDDTTD62XPANCNFSM4ZJG3SLA>
.
|
Actually the error message seems to indicate that the server returns a "404" when it tries to load libGD.js: WebAssembly/spec#1031 Can you try remove node_modules, and npm install again? Can you check the content of newIDE/app/public, and confirm there is a libGD.js and a libGD.wasm file? |
Can you paste here the full output of |
Ok I found the issue, fixed in #2448. Sorry for the time loss! You can now pull master and it should work after a npm install. |
That fixed it, thanks :) |
Describe the bug
After building master app, I run npm start as usual and get
runtimeError: abort(CompileError: WebAssembly.instantiate(): expected magic word 00 61 73 6d, found 3c 21 64 6f @+0). Build with -s ASSERTIONS=1 for more info.
Manjaro linux
To Reproduce
Steps to reproduce the behavior:
Other details
The text was updated successfully, but these errors were encountered: