A.M. Hoornweg 144 Posted June 18, 2020 Hello all, when I deploy a FMX application to Ubuntu (in this case the "Screenshot" fmx demo) the Delphi 10.4 debugger hangs totally. My Windows and Linux machines are both VMWare VM's. I can see that the freshly compiled executable appears in the home/PAServer/scratch-dir/myname/Screenshot directory. The message log in the Delphi IDE gives a warning "Local file \Redist\libfmux.so not found. Skipping deployment." The executable is not started on the Linux system by PAServer. I am able to start the executable manually, so the executable itself must be OK. But Delphi hangs so thoroughly that I can't debug it. I can only terminate Delphi in the task manager. Am I doing something wrong? Share this post Link to post
ntavendale 6 Posted June 19, 2020 The PA Server might be expecting certain versions of the debug libraries. My suggestion would be to try Ubuntu 18.04 and see if that works. Share this post Link to post
A.M. Hoornweg 144 Posted July 2, 2020 I have re-installed Delphi 10.4 after thoroughly cleaning my hard drive and registry from older Delphi 10.x leftovers and now it works. Share this post Link to post