-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AppImage issue & crash with RealThunder fork #456
Comments
Hello, Thank you very much for your report! For the crash, I must think a bit... |
(continued) Edit: the code is fixed in the master, you just have to update the workbench with the addon manager. |
Oh, I'm so sorry, I was so focused on the installation tutorial that I didn't think to go back to the readme... Ok fantastic, the addon launches correctly in both FreeCad and its fork. After that I had the following error in the console (when rendering the project with luxcore):
Fixed according to this post:
Now it's my CUDA installation that's incorrect, but that's no longer a matter for your addon :p Thanks! |
Don't apologize, it means that it lacks a mention of it in the install tuto: would you mind adding that mention where you consider it should appear (with a PR)? |
I've added 2 links to the relevant sections. I also have a few other remarks from use, I can open other issues but for the moment I'm centralizing them here.
EDIT: add color problem |
Many questions! I'll answer some of them now and the rest later...
Why should the camera position be updated? Near and Far Distances are just related to clipping, not to position...
Did you add a View of your camera to your rendering project? Otherwise, the camera won't have any effect on your rendering...
Very smart, I think your approach deserves to be shared, if you want to add something to doc again...
I'll try to have a look, but color management in FreeCAD is a mess (many different color settings, transparency not standard etc.), so it may not be fully successful. |
Hi, thanks for your answers.
|
Do you think I should remove those options from settings, and leave only the parameters in the Project object? |
No I don't think so, modifying properties is the way FreeCAD works. BTW, I managed to get CUDA working on my platform. LuxCore 2.6 embeds versions 11.x of the libnvrtc libnvrtc-builtins libraries. I will write some lines about it. |
Hi, I've noticed that rendering engines may require different libraries from those embedded in the AppImage (libatk-bridge-2.0.so.0 for LuxCore, for example).
In this case, the LD_LIBRARY_PATH variable must be specified at runtime.
A wrapper such as this one works very well, and all you need to do is specify its path instead of that of the luxcoreui binary:
It's a problem that can be very confusing for new users, yet it's easily corrected. I think a note on this should be included in the documentation.
It's a subject already covered (but discovered after quite some time) here: #159
Also, RealThunder crashes with a segfault shortly after workbench selection (even without any project opened).
Tested with the “20241003” version
Here's the log (although not very informative?):
The text was updated successfully, but these errors were encountered: