vengi icon indicating copy to clipboard operation
vengi copied to clipboard

EMSCRIPTEN: errors when launching 0.0.28

Open mgerhardy opened this issue 1 year ago • 1 comments

RuntimeError: indirect call signature mismatch
    stackAlloc https://vengi-voxel.github.io/vengi-voxedit-html5/vengi-voxedit.js:1
    callMain https://vengi-voxel.github.io/vengi-voxedit-html5/vengi-voxedit.js:1
    doRun https://vengi-voxel.github.io/vengi-voxedit-html5/vengi-voxedit.js:1
    run https://vengi-voxel.github.io/vengi-voxedit-html5/vengi-voxedit.js:1
[lockdown-install.js:1:94626](moz-extension://326c0401-b19a-4c1a-8228-15e9c6aa5cc0/lockdown-install.js)
    functors moz-extension://326c0401-b19a-4c1a-8228-15e9c6aa5cc0/lockdown-install.js:1

mgerhardy avatar Jan 17 '24 19:01 mgerhardy

version 0.0.30 works fine in edge - but on osx the key mapping are not working

see src/modules/util/KeybindingParser.cpp that #ifdef MACOSX doesn't with emscripten of course.

https://vengi-voxel.github.io/vengi-voxedit-html5/vengi-voxedit.html

mgerhardy avatar Mar 17 '24 21:03 mgerhardy