cancel
Showing results for 
Search instead for 
Did you mean: 

Blender Discussions

skripkin
Journeyman III

When I'm trying to use Viewport shading on Mac Pro (2019) with non-XMP graphic card selected as render device objects dissaper. They present in viewport and can be selected but no proper shading/lights. Just selection outline.

Hello,

When I'm trying to use Viewport shading on Mac Pro (2019) with non-XMP (non Apple) graphic card selected as render device objects dissaper. They present in viewport and can be selected but no proper shading/lights. Just the selection outline.

If I change render device to CPU or Apple XMP module everything's fine.

Usual render (F12) works as intended on 5700 XT as well as 580 based XMP module.

P.S.: Worth mentioning that if I'm trying to render while both card are selected as render devices render looks strange - different part of the image have slightly different colors/brightness.

***

I'm using Catalina 10.15.4 (it was the same on 10.15.3).

I'm using newest publicly available version of Radeon ProRender - 2.3 with Blender.

Non-XMP video card is AMD Radeon 5700 XT (Asus one, but probably not related).

I have attached video that briefly shows the situation.

I can collect any logs/diagnostics if you need them. Just tell me what and how to gather.

0 Likes
2 Replies
bsavery
Staff

Hmmm.  Interesting.  If you could launch Blender from a terminal window that would print a bit more.  Open a Terminal and do /Applications/Blender.app/Contents/MacOS/blender .  That might tell us what's going on. 

0 Likes

Sure, I recorded video:

If you prefer just raw text output from terminal:

➜  ~ /Applications/Blender.app/Contents/MacOS/blender Color management: Using /Volumes/Data/Movies/Assets/OpenColorIO/OpenColorIO-Configs/aces_1.1/config.ocio as a configuration file Read prefs: /Users/ps/Library/Application Support/Blender/2.82/config/userpref.blend Color management: display "sRGB" used by scene not found, setting to default ("ACES"). Color management: scene view "Filmic" not found, setting default "sRGB". Color management: sequencer colorspace "sRGB" not found, will use default instead. found bundled python: /Applications/Blender.app/Contents/Resources/2.82/python 2020-03-25 18:34:13,453 INFO rpr.core [4664810944]:  RPR Core version 0x103407 2020-03-25 18:34:13,464 INFO rpr.core [4664810944]:  Image Filters version 0x410000302839b07 2020-03-25 18:34:13,466 INFO rpr.default [4664810944]:  rprsdk_bin_path: /Users/ps/Library/Application Support/Blender/2.82/scripts/addons/rprblender 2020-03-25 18:34:13,466 INFO rpr.core [4664810944]:  Registering plugin with: tahoe_path=/Users/ps/Library/Application Support/Blender/2.82/scripts/addons/rprblender/libTahoe64.dylib, cache_path=/Users/ps/Library/Application Support/Blender/2.82/scripts/addons/rprblender/.core_cache/0x103407 2020-03-25 18:34:13,495 INFO rpr.core [4664810944]:  Plugin is registered: plugins=[0], cpu_device={'flag': 16, 'name': 'Intel(R) Xeon(R) W-3223 CPU @ 3.50GHz'}, gpu_devices=[{'flag': 1025, 'name': 'AMD Radeon Pro 580X (Metal)'}, {'flag': 1026, 'name': 'AMD Radeon RX 5700 XT (Metal)'}] 2020-03-25 18:34:13,660 INFO rpr.material_library [4664810944]:  Material library located at /Users/Shared/RadeonProRender/MaterialLibrary/2.0.0/Xml Warning: property 'release_confirm' not found in keymap item 'OperatorProperties' 2020-03-25 18:47:31,261 INFO rpr.utils.user_settings [4664810944]:  Automatic save user preferences... Writing userprefs: '/Users/ps/Library/Application Support/Blender/2.82/config/userpref.blend' ok 2020-03-25 18:47:31,264 INFO rpr.utils.user_settings [4664810944]:  Automatic save user preferences... Writing userprefs: '/Users/ps/Library/Application Support/Blender/2.82/config/userpref.blend' ok 2020-03-25 18:47:31,265 INFO rpr.utils.user_settings [4664810944]:  Automatic save user preferences... Writing userprefs: '/Users/ps/Library/Application Support/Blender/2.82/config/userpref.blend' ok 2020-03-25 18:47:32,289 INFO rpr.utils.user_settings [4664810944]:  Automatic save user preferences... Writing userprefs: '/Users/ps/Library/Application Support/Blender/2.82/config/userpref.blend' ok 2020-03-25 18:47:32,290 INFO rpr.utils.user_settings [4664810944]:  Automatic save user preferences... Writing userprefs: '/Users/ps/Library/Application Support/Blender/2.82/config/userpref.blend' ok 2020-03-25 18:47:32,291 INFO rpr.utils.user_settings [4664810944]:  Automatic save user preferences... Writing userprefs: '/Users/ps/Library/Application Support/Blender/2.82/config/userpref.blend' ok 2020-03-25 18:47:32,669 INFO rpr.utils.user_settings [4664810944]:  Automatic save user preferences... Writing userprefs: '/Users/ps/Library/Application Support/Blender/2.82/config/userpref.blend' ok 2020-03-25 18:47:33,168 INFO rpr.utils.user_settings [4664810944]:  Automatic save user preferences... Writing userprefs: '/Users/ps/Library/Application Support/Blender/2.82/config/userpref.blend' ok 2020-03-25 18:47:35,556 ERROR rpr.init [4664810944]:  RPR call CreateContext(1061895, [0], 1, 1058, <cdata 'void="" *[]'="" owning="" 24="" bytes="">, b'/Users/ps/Library/Application Support/Blender/2.82/scripts/addons/rprblender/.core_cache/0x103407', ) returned error code <-23> with error message: '' EXCEPTION: Traceback (most recent call last):   File "/Users/ps/Library/Application Support/Blender/2.82/scripts/addons/rprblender/__init__.py", line 121, in view_update     self.engine.sync(context, depsgraph)   File "/Users/ps/Library/Application Support/Blender/2.82/scripts/addons/rprblender/engine/viewport_engine.py", line 410, in sync     use_gl_interop=config.use_gl_interop)   File "/Users/ps/Library/Application Support/Blender/2.82/scripts/addons/rprblender/properties/render.py", line 425, in init_rpr_context     rpr_context.init(context_flags, context_props)   File "/Users/ps/Library/Application Support/Blender/2.82/scripts/addons/rprblender/engine/context.py", line 65, in init     self.context = self._Context(context_flags, context_props)   File "/Users/ps/Library/Application Support/Blender/2.82/scripts/addons/rprblender/pyrpr.py", line 315, in __init__     self)   File "/Users/ps/Library/Application Support/Blender/2.82/scripts/addons/rprblender/pyrpr.py", line 66, in wrapped     raise CoreError(status, f.__name__, argv, module_name) pyrpr.CoreError: RPR call CreateContext(1061895, [0], 1, 1058, <cdata 'void="" *[]'="" owning="" 24="" bytes="">, b'/Users/ps/Library/Application Support/Blender/2.82/scripts/addons/rprblender/.core_cache/0x103407', ) returned error code <-23> with error message: ''  Exception ignored in:  Traceback (most recent call last):   File "/Users/ps/Library/Application Support/Blender/2.82/scripts/addons/rprblender/__init__.py", line 61, in __del__     self.engine.stop_render()   File "/Users/ps/Library/Application Support/Blender/2.82/scripts/addons/rprblender/engine/viewport_engine.py", line 200, in stop_render     self.sync_render_thread.join() AttributeError: 'NoneType' object has no attribute 'join' 2020-03-25 18:47:42,783 INFO rpr.utils.user_settings [4664810944]:  Automatic save user preferences... Writing userprefs: '/Users/ps/Library/Application Support/Blender/2.82/config/userpref.blend' ok 2020-03-25 18:47:42,784 INFO rpr.utils.user_settings [4664810944]:  Automatic save user preferences... Writing userprefs: '/Users/ps/Library/Application Support/Blender/2.82/config/userpref.blend' ok 2020-03-25 18:47:42,785 INFO rpr.utils.user_settings [4664810944]:  Automatic save user preferences... Writing userprefs: '/Users/ps/Library/Application Support/Blender/2.82/config/userpref.blend' ok 2020-03-25 18:47:51,638 INFO rpr.utils.user_settings [4664810944]:  Automatic save user preferences... Writing userprefs: '/Users/ps/Library/Application Support/Blender/2.82/config/userpref.blend' ok 2020-03-25 18:47:52,336 INFO rpr.utils.user_settings [4664810944]:  Automatic save user preferences... Writing userprefs: '/Users/ps/Library/Application Support/Blender/2.82/config/userpref.blend' ok 2020-03-25 18:47:55,264 ERROR rpr.init [4664810944]:  RPR call CreateContext(1061895, [0], 1, 1058, <cdata 'void="" *[]'="" owning="" 24="" bytes="">, b'/Users/ps/Library/Application Support/Blender/2.82/scripts/addons/rprblender/.core_cache/0x103407', ) returned error code <-23> with error message: '' EXCEPTION: Traceback (most recent call last):   File "/Users/ps/Library/Application Support/Blender/2.82/scripts/addons/rprblender/__init__.py", line 121, in view_update     self.engine.sync(context, depsgraph)   File "/Users/ps/Library/Application Support/Blender/2.82/scripts/addons/rprblender/engine/viewport_engine.py", line 410, in sync     use_gl_interop=config.use_gl_interop)   File "/Users/ps/Library/Application Support/Blender/2.82/scripts/addons/rprblender/properties/render.py", line 425, in init_rpr_context     rpr_context.init(context_flags, context_props)   File "/Users/ps/Library/Application Support/Blender/2.82/scripts/addons/rprblender/engine/context.py", line 65, in init     self.context = self._Context(context_flags, context_props)   File "/Users/ps/Library/Application Support/Blender/2.82/scripts/addons/rprblender/pyrpr.py", line 315, in __init__     self)   File "/Users/ps/Library/Application Support/Blender/2.82/scripts/addons/rprblender/pyrpr.py", line 66, in wrapped     raise CoreError(status, f.__name__, argv, module_name) pyrpr.CoreError: RPR call CreateContext(1061895, [0], 1, 1058, <cdata 'void="" *[]'="" owning="" 24="" bytes="">, b'/Users/ps/Library/Application Support/Blender/2.82/scripts/addons/rprblender/.core_cache/0x103407', ) returned error code <-23> with error message: ''
0 Likes