Community
Arnold General Rendering Forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

AtRenderUpdateCallback Crash on 5.3.1.0

2 REPLIES 2
Reply
Message 1 of 3
tfurrebo
217 Views, 2 Replies

AtRenderUpdateCallback Crash on 5.3.1.0

def ai_render_update_callback(private_data, update_type, render_status, display_output):
print("------------ Arnold Render Update Callback Function ----------------")
pass
# Create data to pass to AiRenderBegin
            render_mode = arnold.AI_RENDER_MODE_CAMERA# render mode, always CAMERA
            update_callback = ai_render_update_callback # The callback function
            private_data =None# Null Pointer
# Pass render_mode, update_callback function and private_data to AiRenderBegin 
            res = arnold.AiRenderBegin(
mode=render_mode, 
update_callback=update_callback, 
private_data=private_data
)
Tags (1)
Labels (1)
2 REPLIES 2
Message 2 of 3
tfurrebo
in reply to: tfurrebo

The crash is this:

* Arnold 5.3.1.0 [f7602f75] windows icc-17.0.2 oiio-2.1.0 osl-1.11.0 vdb-4.0.0 clm-1.0.3.513 rlm-12.4.2 optix-6.0.0 2019/04/09 17:16:44
* CRASHED in 0x000001ad7b7d0f89 at 00:00:00, pixel (0, 0)
* signal caught: error C000001D
*
* backtrace:
* 0 0x00007fff4d74bf4e [ai ]
* 1 0x00007fff4d74b1ef [ai ]
* 2 0x00007fffe9502eba [KERNELBASE] UnhandledExceptionFilter
* 3 0x00007fffebb34605 [ntdll ] memset
* 4 0x00007fffebb1c336 [ntdll ] _C_specific_handler
* 5 0x00007fffebb30a9f [ntdll ] _chkstk
* 6 0x00007fffebadc079 [ntdll ] RtlRaiseException
* 7 0x00007fffebb2f70e [ntdll ] KiUserExceptionDispatcher
>> 8 0x000001ad7b7d0f89 [ ]
*
* loaded modules:
* 0x00007fff4d430000 ai
* 0x00007fffe9400000 KERNELBASE
* 0x00007fffeba90000 ntdll
****
Message 3 of 3
tfurrebo
in reply to: tfurrebo

This crash happens on Windows, but seems to run fine on Linux

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report