2025 versions wont load on Mint

I am unable to get any 2025 version of Xojo to run on my Linux Mint 21.2 64 bit. I tried to run 2025r2 from the shell and received the following error message:

Xojo: ./libmodman/module_manager.hpp:58: std::vector<T*> libmodman::module_manager::get_extensions() const [with T = libproxy::network_extension]: Assertion `obj != NULL’ failed.

Aborted (core dumped)

If I try to run from the menu icon the program just never loads.

William recommended to do a clean install or check for missing libraries:
#79614 - 2025 versions will not open on Linux mint

I hope you can find the problem.

Hi Alberto… I did… I found a similiar post on the forum (in German, I think) and was finally able to get it translated…. problem was libproxy1-plugin-networkmanager… removed it and now the program runs.

2 Likes
sudo apt remove libproxy1-plugin-networkmanager
1 Like