RYZEN 1700x
ASUS VEGA 64
WIN 10 PRO
Blender 2.8 daily (02/16/19)
I can't manage to install RPR 2.01 for Blender 2.8 Beta. Tried different Builds of Blender 2.8
As well i un- and reinstalled RPR.
For i had a similar issue installing the Q1 build of RPR for Blender 2.79 last week, i guess there is some dependency missing?
Error output:
2019-02-16 10:11:30,786 rpr.core [5800]: INFO RPR Core version 0x10032500
2019-02-16 10:11:30,890 rpr [5800]: CRITICAL Traceback (most recent call last):
File "C:\Users\Johannes\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\rprblender\engine\__init__.py", line 29, in pyrpr_init
pyrpr.init(log_pyrpr, rprsdk_bin_path=rprsdk_bin_path)
File "C:\Users\Johannes\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\rprblender\pyrpr.py", line 127, in init
import __rpr
ImportError: DLL load failed: The specified module could not be found.
2019-02-16 10:11:30,890 rpr.default [5800]: WARNING Failed to load rpr from C:\Users\Johannes\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\rprblender. One more attempt will be provided.
2019-02-16 10:11:30,890 rpr.core [5800]: INFO RPR Core version 0x10032500
2019-02-16 10:11:30,896 rpr [5800]: CRITICAL Traceback (most recent call last):
File "C:\Users\Johannes\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\rprblender\engine\__init__.py", line 29, in pyrpr_init
pyrpr.init(log_pyrpr, rprsdk_bin_path=rprsdk_bin_path)
File "C:\Users\Johannes\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\rprblender\pyrpr.py", line 98, in init
ctypes.CDLL(str(rprsdk_bin_path / 'OpenImageIO_RPR.dll'))
File "C:\Users\Johannes\Downloads\blender-2.80.0-git.ec471a9b1c14-windows64\2.80\python\lib\ctypes\__init__.py", line 356, in __init__
self._handle = _dlopen(self._name, mode)
OSError: [WinError 126] The specified module could not be found