We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Versions:
Haxe: 4.1.5 OpenFL: 9.1.0 CrashDumper: git CPU: Name=Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz GPU: Name=NVIDIA GeForce GTX 1070,DriverVersion=27.21.14.6611 Mem: TotalVisibleMemorySize=16734280 OS: Microsoft Windows [Version 10.0.19042.1165]
Steps to reproduce:
lime build windows -debug
Expected behavior: The program should crash and a log file should be generated. Actual behavior: The log folder is not created.
The text was updated successfully, but these errors were encountered:
I experience the same issue, and it is caused by openfl/openfl#2574. There is a PR, I hope they'll merge it.
Note that it's also required to add the define openfl-enable-handle-error, as they disabled the error handling in debug mode.
openfl-enable-handle-error
<haxedef name="openfl-enable-handle-error" />
or lime build windows -debug -D openfl-enable-handle-error
lime build windows -debug -D openfl-enable-handle-error
Sorry, something went wrong.
No branches or pull requests
Versions:
Steps to reproduce:
lime build windows -debug
with the above library versions.Expected behavior: The program should crash and a log file should be generated.
Actual behavior: The log folder is not created.
The text was updated successfully, but these errors were encountered: