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

Example project creates no logs on Windows #45

Open
EliteMasterEric opened this issue Sep 2, 2021 · 1 comment
Open

Example project creates no logs on Windows #45

EliteMasterEric opened this issue Sep 2, 2021 · 1 comment

Comments

@EliteMasterEric
Copy link

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:

  1. Clone the crashdumper project.
  2. Run lime build windows -debug with the above library versions.
  3. Run the executable. It starts as expected.
  4. Click the square. The program crashes

Expected behavior: The program should crash and a log file should be generated.
Actual behavior: The log folder is not created.

@giuppe
Copy link

giuppe commented Oct 26, 2022

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.

<haxedef name="openfl-enable-handle-error" />

or
lime build windows -debug -D openfl-enable-handle-error

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

2 participants