cancel
Showing results for 
Search instead for 
Did you mean: 

Blender Discussions

mmameli92
Journeyman III

Overflow Error on rendering

Dear, I'm Marco and I use Blender. Now I'm on a MacBook Pro 2019 with Radeon Pro Vega 20 and I try to use RPR with its material but when I try to render the image I obtain an empty Image and in the terminal console I have this error:

Traceback (most recent call last):

  File "/Users/marcomameli/Library/Application Support/Blender/2.80/scripts/addons/rprblender/__init__.py", line 66, in update

    self.engine.sync(depsgraph)

  File "/Users/marcomameli/Library/Application Support/Blender/2.80/scripts/addons/rprblender/engine/render_engine.py", line 280, in sync

    view_layer.rpr.denoiser.export_denoiser(self.rpr_context)

  File "/Users/marcomameli/Library/Application Support/Blender/2.80/scripts/addons/rprblender/properties/view_layer.py", line 125, in export_denoiser

    'bandwidth': self.bandwidth,

  File "/Users/marcomameli/Library/Application Support/Blender/2.80/scripts/addons/rprblender/engine/context.py", line 175, in setup_image_filter

    self._enable_image_filter(settings)

  File "/Users/marcomameli/Library/Application Support/Blender/2.80/scripts/addons/rprblender/engine/context.py", line 246, in _enable_image_filter

    self.image_filter = image_filter.ImageFilterEaw(self.context, inputs, sigmas, {}, self.width, self.height, None)

  File "/Users/marcomameli/Library/Application Support/Blender/2.80/scripts/addons/rprblender/engine/image_filter.py", line 13, in __init__

    self.context = rif.ContextMetal(rpr_context)

  File "/Users/marcomameli/Library/Application Support/Blender/2.80/scripts/addons/rprblender/pyrprimagefilters.py", line 116, in __init__

    self._create(rpr_context)

  File "/Users/marcomameli/Library/Application Support/Blender/2.80/scripts/addons/rprblender/pyrprimagefilters.py", line 171, in _create

    CreateContext(API_VERSION, BACKEND_API_METAL, metal_device, pyrpr.encode(cache_path), self)

  File "/Users/marcomameli/Library/Application Support/Blender/2.80/scripts/addons/rprblender/pyrpr.py", line 64, in wrapped

    status = f(*argv)

  File "/Users/marcomameli/Library/Application Support/Blender/2.80/scripts/addons/rprblender/pyrprimagefilterswrap.py", line 181, in CreateContext

    return lib.rifCreateContext(api_version, backend_api_type, device_id, cache_path, out_context._handle_ptr if out_context else ffi.NULL)

OverflowError: integer 289356276058554368 does not fit 'int'

location: <unknown location>:-1

Can anyone help me with this error I do not understand if the error is mine or it is a bug.

0 Likes
0 Replies