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

Possibly Related Threads…
Thread Author Replies Views Last Post
  Is there any way to tell what within a QB64 program is triggering false AV detetions? hanness 9 847 12-01-2025, 11:04 AM
Last Post: doppler
  Shift key not recognized when focus is changed to QB64 program dano 17 3,049 09-18-2024, 03:15 AM
Last Post: TerryRitchie
Question <solved> QB64 without its IDE GUI ? Fifi 28 6,163 01-14-2023, 06:33 PM
Last Post: mnrvovrfc
  <solved> QB64PE' IDE problems on macOS. Fifi 4 1,009 01-10-2023, 02:12 AM
Last Post: Fifi
  <Solved> QB64PE 4.3.1 can't compile itself anymore. Fifi 2 815 01-09-2023, 06:01 AM
Last Post: Fifi

Forum Jump:


Users browsing this thread: 1 Guest(s)