progfrosty

Results 4 comments of progfrosty

Would love to see wxWidgets working properly with NX11. What is the status, I notice a few commits last year concerning wxWidgets.

Program received signal SIGFPE, Arithmetic exception. 0x00007ffff6d91da1 in X11_getscreeninfo (psd=0x7ffff6fe2500 , psi=0x7fffffffd910) at /home/progfrosty/microwindows/src/drivers/scr_x11.c:598 598 psi->xdpcm = (DisplayWidth(x11_dpy, x11_scr) * 10) / DisplayWidthMM(x11_dpy, x11_scr);

The X11HDR and lib location are correct as far as I can see :) If I force the xdpcm and ydpcm to 800 and 600, it works fine.

I tried building an amd64 image locally on a M1 and running it under emulation - e.g. docker buildx build --platform=linux/amd64 -t docker-wine then docker run -it --rm --hostname="$(hostname)" --env="RDP_SERVER=yes"...