-
I'm currently having frequent crashes on version I can sometimes predict when a crash will happen. Like fixing issues in a file then hitting I've also tried versions I'd like to debug what is happening, but am having trouble building the app. How are releases being built for linux so I can replicate the builds? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
First check if RAM is not hitting the limit, open a resource monitor and check if you have available RAM in those moments. To build UVtools you need to install dotnet sdk 5.0 and call I think this may related to the UI framework #378 |
Beta Was this translation helpful? Give feedback.
-
I got the below error and seems that some path "D:\Tiago\Dropbox\Programming\C#" was not declared as relative, into the linux build. sudo ./UVtools.sh |
Beta Was this translation helpful? Give feedback.
First check if RAM is not hitting the limit, open a resource monitor and check if you have available RAM in those moments.
To build UVtools you need to install dotnet sdk 5.0 and call
dotnet build -c Debug
https://github.com/sn4k3/UVtools/blob/master/build/CompileLinux.sh but it wont give you much of advantage, to properly debug you need Visual Studio which dont run on LinuxI think this may related to the UI framework #378