Hi,
I'm trying to use your information to run cr on 2 windows 10 PC.
At this stage when I'm try to launch blender on the slave node I get an error : "SystemError: GPU functions for drawing are not available in background mode" and then Blender quit... Any suggestions?
Thx
my conf:
- Blender 2.91.2 on windows10 Pro
- Crowdrender blender plugin 030
- CUDA 11.2
- GPU: GTX 970 my command to launch blender:
"D:\Program Files\Blender Foundation\Blender 2.91.2\blender.exe" -noaudio -b -P "C:\Users\Laurent\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\crowdrender\src\py_3_8\serv_int_start.py" -- -t "server_int_proc" the trace :
Blender 2.91.2 (hash 5be9ef417703 built 2021-01-19 16:25:50)
Read prefs: C:\Users\Laurent\AppData\Roaming\Blender Foundation\Blender\2.91\config\userpref.blend
found bundled python: D:\Program Files\Blender Foundation\Blender 2.91.2\2.91\python
Traceback (most recent call last):
File "D:\Program Files\Blender Foundation\Blender 2.91.2\2.91\scripts\modules\addon_utils.py", line 351, in enable
mod = import(module_name)
File "C:\Users\Laurent\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\gridmodeler_init_.py", line 33, in
from . import grid_modeler
File "C:\Users\Laurent\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\gridmodeler\grid_modeler.py", line 45, in from . import gui
File "C:\Users\Laurent\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\gridmodeler\gui.py", line 41, in
shader = gpu.shader.from_builtin('3D_UNIFORM_COLOR')
SystemError: GPU functions for drawing are not available in background mode
Crowd Render Server Interface Process ready
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\Laurent\AppData\Roaming\Blender Foundation\Blender\2.91\scripts\addons\crowdrender\src\py_3_8\serv_int_start.py", line 59, in
server_interface = crowdrender.src.py_3_8.server_interface
AttributeError: module 'crowdrender.src' has no attribute 'py_3_8'
dodgy, but trying to unregister anyway
Crowd Render add-on Disabled