Bug #671
closedAmiga mode doesn't work properly for a new application
0%
Description
Create a new application as an Amiga one, then do:
Print "test"
It will Guru with an Internal Error at line 1 column 1.
Old applications still work with an Amiga manifest.
Updated by Brian Flanagan over 3 years ago
- Status changed from New to Feedback
- Assignee changed from Francois Lionet to Brian Flanagan
It's working here. 1.0.0 (B4) as of 12 Mar 2021
Tried a new app:
#manifest: "amiga"
Print "test"
...without problems.
Are you still experiencing this problem?
If so, which OS are you on: Windows, macOS, or Linux?
Updated by Paul Kitching over 3 years ago
Yes, as mentioned on Discord, I use Win 7 at home with Beta 4, and also tried it on a Win 10 PC and got the same results.
Updated by Brian Flanagan over 3 years ago
- Status changed from Feedback to In Progress
- Estimated time set to 2:00 h
- Affected version changed from 1.0.0 (B4) to 1.0.0 (B6a)
Tested in 1.0.0 (B6a) macOS.
Verified that New app with Amiga gets a Guru error. Investigating...
Updated by Brian Flanagan over 3 years ago
- Assignee changed from Brian Flanagan to Francois Lionet
Updated by Francois Lionet over 3 years ago
- Status changed from In Progress to Resolved
Corrected. Was due to the number of lines in the default text window not matching the height of the screen, resulting in a wrong calculation of the height of the font.
The font was not found-> crash.
Updated by Brian Flanagan over 3 years ago
- Status changed from Resolved to Closed
- Target version set to 1.0.0 (B7)
No more guru in 1.0.0 (B7)