Hi,
I have project which I must write using at least GTK3. So far I'm successfully writting it using wxWidgets and C++. From time to time I'm giving a try to Lazarus. Few months ago I tried with Lazarus 3.6. IDE compiled but didn't look good and empty project had some weird artifacts in empty form.
Now with Lazarus 4.0 I tried again. When running startlazarus and config wizard is showing I'm getting division by zero. Config window is also strangely small. When I ignore this error and try to setup path to fpc bin and source, whole configurator is freezing and I must to kill it.
Tried also with trunk git. Config window (and also fonts) is now in normal size (I'm using 4k monitor with 200% scale and 120Hz refreshing) but I'm still getting division by zero error.
I'm building lazarus with command:
#!/bin/bash
PATH="/home/dibo/programowanie/lazarus/fpc/bin/:$PATH"
make clean
make all LCL_PLATFORM=gtk3 FPC="/home/dibo/programowanie/lazarus/fpc/bin/fpc"
Same with "bigide".
Linux Mint 22.1 Cinnamon, X11AMD Ryzen 7 8840U w/ Radeon 780M Graphics × 8