Window resize crash #2

Closed
opened 1 year ago by walkero · 2 comments
walkero commented 1 year ago
Owner

Fix A1222 and Sam 460ex compatibility where it runs fine, until the user resize the
window.

The following error appears:

#APPDIR:Lite
assertion "w_pixels % w_points == 0 && h_pixels % h_points == 0 && w_pixels / w_points == h_pixels / h_points" failed: file "src/renwindow.c", line 12
***¡Comando 'APPDIR:Lite' returned with unfreeded signals 0xF0000000!

Fix A1222 and Sam 460ex compatibility where it runs fine, until the user resize the window. The following error appears: > #APPDIR:Lite > assertion "w_pixels % w_points == 0 && h_pixels % h_points == 0 && w_pixels / w_points == h_pixels / h_points" failed: file "src/renwindow.c", line 12 > ***¡Comando 'APPDIR:Lite' returned with unfreeded signals 0xF0000000!
walkero added the
bug
label 1 year ago
Poster
Owner

Possibly this is happening only when "Resize with window contents" is checked at the GUI Prefs. It seems that when this option is enabled, then the calculation that is happening at the assert fails, because the system is slow to update the values and the returned value is not integer.

Maybe a work around needs to be added to overcome this issue.

Possibly this is happening only when "Resize with window contents" is checked at the GUI Prefs. It seems that when this option is enabled, then the calculation that is happening at the assert fails, because the system is slow to update the values and the returned value is not integer. Maybe a work around needs to be added to overcome this issue.
Poster
Owner
fixed in https://git.walkero.gr/walkero/lite-xl/releases/tag/v1.16.12.5
walkero closed this issue 1 year ago
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.