Build for HTML 5 crashes on latest daily build 2018.3276

Corona crashes when trying to build for HTML5. Tried with 2018.3276 and 2018.3274

It just throws the following stack trace:

cannot open /var/folders/v0/9r8tn96s0m56vr44xpr7v79h0000gn/T/CLtmpcWCtDe/webtemplate/bin: No such file or directory stack traceback: [C]: in function 'dir' ?: in function '?' ?: in function \<?:610\>

Checked the folder and bin does not exist.

I’m using macOS 10.13.3

Hi,

I’m on macOS 10.13.4 and having no problems with 2018.3276.

Have you tried pointing your output to a different directory?

-dev

Returned to 3266 and it is working as intended. My output directory has always been the desktop. Will try with a different output directory later

Tried different folder and still crashing. Tested with newest daily, 2018.3279. Same stack trace. Tried new folder on desktop, documents, and it crashes every time.

EDIT tried with 3267 and it works. (Old version)

Seems you use utf8 plugin in build.settings. It’s pure C++ plugin and not supported for now. HTML5 builder will ignore temporarily pure C++ plugins with 3280.

Hi,

I’m on macOS 10.13.4 and having no problems with 2018.3276.

Have you tried pointing your output to a different directory?

-dev

Returned to 3266 and it is working as intended. My output directory has always been the desktop. Will try with a different output directory later

Tried different folder and still crashing. Tested with newest daily, 2018.3279. Same stack trace. Tried new folder on desktop, documents, and it crashes every time.

EDIT tried with 3267 and it works. (Old version)

Seems you use utf8 plugin in build.settings. It’s pure C++ plugin and not supported for now. HTML5 builder will ignore temporarily pure C++ plugins with 3280.