PB v6.21 DrawText Outside of Visible Range
Posted: Mon Jun 23, 2025 9:12 pm
On Windows, this leads to a crash. On macOS and Linux it works and the new x Position returned correctly.
With PB v6.20, this also works on Windows.
With PB v6.20, this also works on Windows.
Code: Select all
If CreateImage(0, 200, 200) And StartDrawing(ImageOutput(0))
Debug DrawText(-50, 400, "B!", $123456)
StopDrawing()
EndIf
[22:11:44] Waiting for executable to start...
[22:11:43] Executable type: Windows - x64 (64bit, Unicode)
[22:11:44] Executable started.
[22:11:44] [ERROR] Line: 2
[22:11:44] [ERROR] Invalid memory access. (write error at address 1957730877440)