MapsetVerifier
MapsetVerifier copied to clipboard
Does not start on linux
[axilotl@alaska mapsetverifier-1.8.2]$ ./mapsetverifier
Fontconfig warning: "/usr/share/fontconfig/conf.avail/05-reset-dirs-sample.conf", line 6: unknown element "reset-dirs"
[40615:0805/032247.631285:FATAL:gpu_data_manager_impl_private.cc(892)] The display compositor is frequently crashing. Goodbye.
Trace/breakpoint trap (core dumped)
running arch linux
have you tried the AUR package?
Yes I have. I tried that first. very similar error.
Fontconfig warning: "/usr/share/fontconfig/conf.avail/05-reset-dirs-sample.conf", line 6: unknown element "reset-dirs"
[4317:0805/035138.566591:FATAL:gpu_data_manager_impl_private.cc(892)] The display compositor is frequently crashing. Goodbye.
/usr/bin/mapsetverifier: line 6: 4317 Trace/breakpoint trap (core dumped) /opt/mapsetverifier/mapsetverifier
Are you on wayland maybe? (what DE/WM are you on?) I am not able to reproduce the issue but after some research, it's probably due to MV using a very old version of electron. One common suggestion I see is adding --no-sandbox args.
You also need to export DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1 for the backend to start, (which the AUR package does for you)
I'd like for naxess to release the project files to the source tree, so I could perhaps fork and try to update the version of electron and send a PR.
Came here to report the same issue, above works with .tar.gz
Seems like the issue is fixed, and given we will update alot with 2.0 release this mostlikely won't be an issue anymore. Closing this for now, please reopen if you still have this issue with the 2.0 release that will come soon.