Hugues Delorme

Results 144 comments of Hugues Delorme

@Mannshoch Could this be the same issue as https://github.com/fougue/mayo/issues/255? #255 was fixed in current development version(coming v0.10.0) in the beginning of february. If you can build Mayo from develop branch,...

Hello @eddieliberato Once Mayo has started try to toggle this option: ![Image](https://github.com/user-attachments/assets/de899f54-fcca-4ab7-bee3-cac11bf58468) Then restart Mayo and open a file. Can you also please paste here the system information given by...

Can you paste here the ouput of `Help->System Information`? Use the "Copy to Clipboard" button

Hello Buranya, if you build with VisualStudio then in cmake-gui, check option `Mayo_PostBuildCopyRuntimeDLLs` is ON. Looks like tbb12.dll is not accessible from PATH If you're blocked then use pre-built binaries...

I see you built OpenCascade yourself and maybe you forgot to run the install step after the build Obviously there's an issue with your OpenCascade build, or Mayo cmake file...

You can also manually copy the missing DLLs in the same folder as mayo.exe This will fix the issue

Hello @xypron thanks for your PR I would prefer to not patch fast_float code in `mayo/src/3rdparty` but instead stay aligned with latest official fast_float release The patch for RISC-V gets...

Does this probem also happen with the AppImage executable? https://github.com/fougue/mayo/releases/tag/v0.9.0

Thanks for your PR More files need to be changed/added, for reference have a look at chinese language addition: https://github.com/fougue/mayo/commit/30f151fe1c366b28d849a6853d8096e06994776a If you don't have time to make needed changes, then...

See also https://github.com/fougue/mayo/issues/235