Aseprite: v1.3-beta19-x64 (and current stable release) Windows
Platform Windows 11
Repro steps:
- Copy a script into the scripts folder that prints or throws an exception
- Rescan the scripts folder
- Run the script
Observed results:
Console window is blank (black). This is also the case when the console output is hosted in the debugger window.
Expected results:
Console window renders visible text.
Notes:
Aseprite on Mac OS does not have this issue. The bug makes writing non-trivial scripts impossible because errors or other logging information are invisible.
Update:
Platform Windows 11
The stack trace area seems to render correctly, but console does not.
Turning off “UI with multiple windows” results in kind of smearing of the console window contents.