-
-
Notifications
You must be signed in to change notification settings - Fork 146
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
pyluxcoretools netnode renderconfig errors #571
Comments
Update I can render the same .bcf file with the console, so it must be in the network layer. |
What LuxCore version are you using ? |
Linux, V2.5, I guess? Are you looking for a more specific version number? Is there a way to get it? I downloaded from https://github.com/LuxCoreRender/LuxCore/releases/download/luxcorerender_v2.5/luxcorerender-v2.5-linux64-sdk.tar.bz2 the other day. |
Perhaps I have something else wrong because I've hit some other issues: Trying to access the network manager from blender(2.92.0), it says I need to install PySide, but I think whatever interpreter (I think the system python3) it is trying to install into is too new and PySide won't install. Maybe this needs to use PySide2 or PySide6 now? In reference to my above comment 'after getting pyluxcoretools to run': I found launching the menu, netnodeui or netconsoleui from luxcoretools.zip crashed. However, the non-ui tools seemed to work. After some investigation, it seemed to be an import issue in
It seems like if any of the .ui modules get imported, while any of the other modules are already imported, a crash occurs. |
Can you try the under development v2.6 (https://forums.luxcorerender.org/viewtopic.php?f=9&t=736) ? P.S. pyluxcoretools require PySide2. It may work with PySide1 but, as you have seen, it pretty much not supported by systems. |
UI's started. Tried to load same binary scene. Same recvline error on netconsole:
But now the netnode crashes once starting:
But also so does luxcoreui on the same scene file (exported from blender) I tried luxcoreui on the scene included with the latest release and it worked. Exported as binary so I can load it into the netconsole ui as a job. But, I see now that the 'binary' is a zip file (not a .bcf). Tried extracting the zip and renaming result to .bcf. netconsole sent it but now the netnode complains about gzip compression:
Does netconsoleui need to be updated to load zip files? |
Have you re-created the .bcf file with v2.6 ? Binary files are not portable across different versions. |
OK. Not good news I'm afraid. Steps taken:
On the netnode. So this is basically back to the original issue with the stable version. Any ideas? |
Do you have some kind of no-US/English locale (language setting) ? |
Not that I'm aware of. I'm in the US. Installed Ubuntu with US/English and that's what it says in my language settings. |
Does it happen with all scenes or only with a specific one ? Even with "Cornell" scene ? |
All scenes so far. Yes, Even the Cornell one. |
I'm working on getting a render farm running.
After getting the pyluxcoretools to run, I'm finding an error with the netnode parsing config files from blender demo scenes:
I'm also getting a network error on the netconsole side:
Not sure if they are related. The file seems to transfer and rendering starts, but it doesn't get past the config error.
The scene renders in blender.
I've tried different scenes and changed render settings, but all result in the config error, so I don't think it is scene dependent.
Though I'd ask for advice on the best way to find out what the issue is.
The text was updated successfully, but these errors were encountered: