I have installed and working with PureBasic 6.02 LTS (Linux - x64) on Ubuntu 22.04 LTS.
Problem opening and using Console commands in a program. Narrowed it down to simplist program
to see what is going on with the Console commands, it/they do nothing. Same test program using PureBasic on
Win10 runs fine.
Code: Select all
If OpenConsole()
Print("Hello")
Input()
EndIf
End
Moved from "Bugs - Linux" to "Linux" (Kiffi)