[Gambas-user] [CRASH REPORT] Sdl Font Test

Shane buster6seven at gmail.com
Sun Jan 13 01:49:27 CET 2019


Hello,

Damned, my program crashed Gambas that way :

Public Sub Window_Draw()

Dim H As Integer

H = Font.DefaultHeight * 4
Print Draw.Font.Name <-------- Seg Fault Here
Draw.Clear
Draw.Font.Size = H
Draw.Text("Gambas", 0, 0)
Draw.Text(CStr($hWindow.FrameCount), 0, H)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Sdl_Font_Test-0.0.1-crash-190113-114831.tar.bz2
Type: application/x-bzip
Size: 25484 bytes
Desc: not available
URL: <https://lists.gambas-basic.org/pipermail/user/attachments/20190113/62a6c640/attachment-0001.bin>


More information about the User mailing list