Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
This program causes QB64 to crash - SOLVED
#1
The small screen resolution when using the font causes an error for me - the program has stopped working and will be terminated. I am attaching the font used to test if it will behave the same on your systems. I understand that the screen height is set small, but if you are debugging a large program, this type of error will definitely be very annoying to deal with.
Code: (Select All)
$NoPrefix
Screen _NewImage(800, 64, 32)
F& = LoadFont("BKANT.ttf", 72, "Bold")
Font F&
Print "QB64 Phoenix Edition"

Bug occur in QB64PE 32bit 3.5.0 and also in QB64PE 64bit 3.6.0

font is not attached more, because problem solved using PrintString. Thanks to Mnrvovfrc (in next reply.)


Reply


Messages In This Thread
This program causes QB64 to crash - SOLVED - by Petr - 03-26-2023, 11:58 AM
RE: This program causes QB64 to crash - by Petr - 03-26-2023, 12:22 PM
RE: This program causes QB64 to crash - by bplus - 03-26-2023, 03:59 PM



Users browsing this thread: 3 Guest(s)