cancel
Showing results for 
Search instead for 
Did you mean: 

Blender Discussions

caretaker
Elite

Error installing the latest plug in

Curently using PopOs (Ubuntu/Debian distro) and trying to install it i get this

Blender ouput: Blender 2.81 (sub 16) (hash f1aa4d18d49d built 2019-12-04 13:48:07)
Read prefs: /root/.config/blender/2.81/config/userpref.blend
found bundled python: /home/dan/Downloads/blender-2.81a-linux-glibc217-x86_64/2.81/python
Info: Modules Installed (rprblender) from '/root/.local/share/rprblender/addon/addon.zip' into '/root/.config/blender/2.81/scripts/addons'
addon_utils.disable: rprblender not disabled
Modules Installed (rprblender) from '/root/.local/share/rprblender/addon/addon.zip' into '/root/.config/blender/2.81/scripts/addons'
Info: Modules Installed (rprblender) from '/root/.local/share/rprblender/addon/addon.zip' into '/root/.config/blender/2.81/scripts/addons'
2020-01-08 01:26:02,198 INFO rpr.core [140298478534848]: RPR Core version 0x103405
2020-01-08 01:26:02,213 INFO rpr.core [140298478534848]: Image Filters version 0x41000020592f2f8
2020-01-08 01:26:02,214 INFO rpr.default [140298478534848]: rprsdk_bin_path: /root/.config/blender/2.81/scripts/addons/rprblender
2020-01-08 01:26:02,214 INFO rpr.core [140298478534848]: Registering plugin with: tahoe_path=/root/.config/blender/2.81/scripts/addons/rprblender/libTahoe64.so, cache_path=/root/.config/blender/2.81/scripts/addons/rprblender/.core_cache/0x103405
2020-01-08 01:26:02,351 INFO rpr.core [140298478534848]: Plugin is registered: plugins=[0], cpu_device={'flag': 16, 'name': 'AMD Ryzen 7 1700 Eight-Core Processor'}, gpu_devices=[{'flag': 1, 'name': 'Radeon RX 580 Series'}]
2020-01-08 01:26:02,352 INFO rpr.core [140298478534848]: Registering plugin with: hybrid_path=/root/.config/blender/2.81/scripts/addons/rprblender/Hybrid.so, cache_path=/root/.config/blender/2.81/scripts/addons/rprblender/.hybrid_cache/0x103405
2020-01-08 01:26:05,562 INFO rpr.core [140298478534848]: Plugin is registered: plugins=[1], gpu_devices=[{'flag': 1, 'name': 'AMD RADV POLARIS10 (LLVM 9.0.0)'}]
Writing userprefs: '/root/.config/blender/2.81/config/userpref.blend' ok

Blender quit

Error:
Traceback (most recent call last):
File "./install.py", line 129, in install_component
yield
File "./install.py", line 327, in <module>
subprocess.check_output(install_blender_addon_cmd, stderr=subprocess.PIPE)
File "/usr/lib/python3.7/subprocess.py", line 411, in check_output
**kwargs).stdout
File "/usr/lib/python3.7/subprocess.py", line 512, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['/home/dan/Downloads/blender-2.81a-linux-glibc217-x86_64/blender', '--background', '--python', '/root/.local/share/rprblender/addon/install_blender_addon.py']' died with <Signals.SIGSEGV: 11>.

Installing 'addon to Blender' failed!

0 Likes
4 Replies
arozghon
Challenger

Hi! Thank you for request. Please, after installation open Blender and recheck if RPR available in Plug-in section 

0 Likes

Nope, here is a sceenshot of the status after an installation attempt of the plug-in, not even the folders mentioned are createdScreenshot from 2020-01-13 19-51-42.png

0 Likes

Thank you. Developers will look at the current issue with your latest information

0 Likes
sdemarre
Journeyman III

I'm on linux mint 19.1 with kernel 5.4.11, using a radeon VII and the rocm drivers. I'm seeing the same crash when installing radeon prorender 2.2.1 under blender 2.81a. Blender does seem to think that the addon is installed, but when enabling it, blender crashes in the same way.

I attached gdb to get a backtrace, which I reproduce here in the hope that it will be helpful (see below).

When installing prorender, it does warn me that both the linux version and the gpu are unsupported, so maybe I'm getting what I deserve

If needed, I can give more details about anything, just ask.

  serge

-------------------------------------------------------

gdb backtrace

#0 0x00007fffab5dab98 in ()
#1 0x00007fffab5da800 in ()
#2 0x00007fffadefe958 in ()
#3 0x00007fffadefe940 in ()
#4 0x00007fffab5da820 in ()
#5 0x00007fffabd4d000 in ()
#6 0x00007fffab5dab98 in ()
#7 0x00007fffa1bc6950 in RadeonRays::GPUServices::GPUServices(VkDevice_T*, VkPhysicalDevice_T*, unsigned int) () at /home/serge/.config/blender/2.81/scripts/addons/rprblender/Hybrid.so
#8 0x00007fffa1ba8ebe in RadeonRays::Context::Context(VkDevice_T*, VkPhysicalDevice_T*, unsigned int) () at /home/serge/.config/blender/2.81/scripts/addons/rprblender/Hybrid.so
#9 0x00007fffa1afae66 in rrCreateContext () at /home/serge/.config/blender/2.81/scripts/addons/rprblender/Hybrid.so
#10 0x00007fffa1acb713 in vw::RadeonRaysContext::GetContext() () at /home/serge/.config/blender/2.81/scripts/addons/rprblender/Hybrid.so
#11 0x00007fffa1ac86d4 in vw::SetRrKernelsPath(vw::VidInterface*, char const*) () at /home/serge/.config/blender/2.81/scripts/addons/rprblender/Hybrid.so
#12 0x00007fffa19be992 in Baikal::RenderDevice::RenderDevice(Baikal::Context&, std::shared_ptr<vw::VidInterface>, unsigned int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool) () at /home/serge/.config/blender/2.81/scripts/addons/rprblender/Hybrid.so
#13 0x00007fffa19bcc7d in void std::vector<Baikal::RenderDevice, std::allocator<Baikal::RenderDevice> >::_M_realloc_insert<Baikal::Context&, std::shared_ptr<vw::VidInterface> const&, unsigned int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool&>(__gnu_cxx::__normal_iterator<Baikal::RenderDevice*, std::vector<Baikal::RenderDevice, std::allocator<Baikal::RenderDevice> > >, Baikal::Context&, std::shared_ptr<vw::VidInterface> const&, unsigned int&&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, bool&) () at /home/serge/.config/blender/2.81/scripts/addons/rprblender/Hybrid.so
#14 0x00007fffa19b64cd in Baikal::Context::Context(std::vector<std::shared_ptr<vw::VidInterface>, std::allocator<std::shared_ptr<vw::VidInterface> > > const&, unsigned int, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, Baikal::Context::MemoryLimits const&) () at /home/serge/.config/blender/2.81/scripts/addons/rprblender/Hybrid.so
#15 0x00007fffa18cc8de in RprPlugin::ContextNode::Initialize(FireSG::Node<NodeTypes, unsigned int, FireSG::PropertySet<unsigned int>, RprContext>*) () at /home/serge/.config/blender/2.81/scripts/addons/rprblender/Hybrid.so
#16 0x00007fffa18bc716 in RprPlugin::Renderer::Initialize(FireSG::Node<NodeTypes, unsigned int, FireSG::PropertySet<unsigned int>, RprContext>*) () at /home/serge/.config/blender/2.81/scripts/addons/rprblender/Hybrid.so
#17 0x00007fffa53184a2 in RprContext::rprCreateContext_impl(int, int*, unsigned long, unsigned int, void* const*, char const*, void**) () at /home/serge/.config/blender/2.81/scripts/addons/rprblender/libRadeonProRender64.so
#18 0x00007fffa5322811 in rprCreateContext () at /home/serge/.config/blender/2.81/scripts/addons/rprblender/libRadeonProRender64.so
#19 0x00007ffff0feddae in ffi_call_unix64 () at /usr/lib/x86_64-linux-gnu/libffi.so.6
#20 0x00007ffff0fed71f in ffi_call () at /usr/lib/x86_64-linux-gnu/libffi.so.6
#21 0x00007fffa495cef4 in cdata_call (cd=0x7fffa4435090, args=<optimized out>, kwds=<optimized out>) at c/_cffi_backend.c:3057
#22 0x00000000018daaf4 in _PyObject_FastCallKeywords ()
#23 0x00000000012c5db2 in _PyEval_EvalFrameDefault ()
#24 0x00000000012bdec0 in ()
#25 0x00000000018da396 in _PyFunction_FastCallDict ()
#26 0x00000000012c1e7f in _PyEval_EvalFrameDefault ()
#27 0x000000000198c36c in _PyEval_EvalCodeWithName ()
#28 0x00000000018da456 in _PyFunction_FastCallKeywords ()
#29 0x00000000012c7c3e in _PyEval_EvalFrameDefault ()
#30 0x000000000198c36c in _PyEval_EvalCodeWithName ()
#31 0x00000000018da1a7 in _PyFunction_FastCallDict ()
#32 0x00000000018db4ed in _PyObject_Call_Prepend ()
#33 0x0000000001936ed9 in ()
#34 0x0000000001931912 in ()
#35 0x00000000018daaf4 in _PyObject_FastCallKeywords ()
#36 0x00000000012c251f in _PyEval_EvalFrameDefault ()
#37 0x000000000198c36c in _PyEval_EvalCodeWithName ()
#38 0x00000000018da456 in _PyFunction_FastCallKeywords ()
#39 0x00000000012c7c3e in _PyEval_EvalFrameDefault ()
#40 0x000000000198c36c in _PyEval_EvalCodeWithName ()
#41 0x00000000018da456 in _PyFunction_FastCallKeywords ()
#42 0x00000000012c784c in _PyEval_EvalFrameDefault ()
#43 0x000000000198c36c in _PyEval_EvalCodeWithName ()
#44 0x000000000198c49e in PyEval_EvalCodeEx ()
#45 0x000000000198c4cb in PyEval_EvalCode ()
#46 0x0000000001989ab5 in ()
#47 0x00000000018db06c in _PyMethodDef_RawFastCallDict ()
#48 0x00000000018db175 in _PyCFunction_FastCallDict ()
#49 0x00000000012c6859 in _PyEval_EvalFrameDefault ()
#50 0x000000000198c36c in _PyEval_EvalCodeWithName ()
#51 0x00000000018da456 in _PyFunction_FastCallKeywords ()
#52 0x00000000012c784c in _PyEval_EvalFrameDefault ()
#53 0x00000000012bdec0 in ()
#54 0x00000000012c789c in _PyEval_EvalFrameDefault ()
#55 0x00000000012bdec0 in ()
#56 0x00000000012c7c3e in _PyEval_EvalFrameDefault ()
#57 0x00000000012bdec0 in ()
#58 0x00000000012c7c3e in _PyEval_EvalFrameDefault ()
#59 0x00000000012bdec0 in ()
#60 0x00000000018da396 in _PyFunction_FastCallDict ()
#61 0x00000000018db832 in ()
#62 0x00000000018dbae5 in _PyObject_CallMethodIdObjArgs ()
#63 0x00000000019a7f3a in PyImport_ImportModuleLevelObject ()
#64 0x0000000001987f68 in ()
#65 0x00000000018dc625 in PyCFunction_Call ()
#66 0x00000000012c6859 in _PyEval_EvalFrameDefault ()
#67 0x000000000198c36c in _PyEval_EvalCodeWithName ()
#68 0x00000000018da456 in _PyFunction_FastCallKeywords ()
#69 0x00000000012c7c3e in _PyEval_EvalFrameDefault ()
#70 0x00000000012bdec0 in ()
#71 0x00000000012c7c3e in _PyEval_EvalFrameDefault ()
#72 0x00000000012bdec0 in ()
#73 0x00000000018da396 in _PyFunction_FastCallDict ()
#74 0x00000000018db832 in ()
#75 0x00000000018dbae5 in _PyObject_CallMethodIdObjArgs ()
#76 0x00000000019a7f3a in PyImport_ImportModuleLevelObject ()
#77 0x00000000012c6a2f in _PyEval_EvalFrameDefault ()
#78 0x000000000198c36c in _PyEval_EvalCodeWithName ()
#79 0x000000000198c49e in PyEval_EvalCodeEx ()
#80 0x000000000198c4cb in PyEval_EvalCode ()
#81 0x0000000001989ab5 in ()
#82 0x00000000018db06c in _PyMethodDef_RawFastCallDict ()
#83 0x00000000018db175 in _PyCFunction_FastCallDict ()
#84 0x00000000012c6859 in _PyEval_EvalFrameDefault ()
#85 0x000000000198c36c in _PyEval_EvalCodeWithName ()
#86 0x00000000018da456 in _PyFunction_FastCallKeywords ()
#87 0x00000000012c784c in _PyEval_EvalFrameDefault ()
#88 0x00000000012bdec0 in ()
#89 0x00000000012c789c in _PyEval_EvalFrameDefault ()
#90 0x00000000012bdec0 in ()
#91 0x00000000012c7c3e in _PyEval_EvalFrameDefault ()
#92 0x00000000012bdec0 in ()
#93 0x00000000012c7c3e in _PyEval_EvalFrameDefault ()
#94 0x00000000012bdec0 in ()
#95 0x00000000018da396 in _PyFunction_FastCallDict ()
#96 0x00000000018db832 in ()
#97 0x00000000018dbae5 in _PyObject_CallMethodIdObjArgs ()
#98 0x00000000019a7f3a in PyImport_ImportModuleLevelObject ()

0 Likes