Community
Arnold General Rendering Forum
abbrechen
Suchergebnisse werden angezeigt für 
Anzeigen  nur  | Stattdessen suchen nach 
Meintest du: 

AtRenderUpdateCallback Crash on 5.3.1.0

2 ANTWORTEN 2
Antworten
Nachricht 1 von 3
Anonymous
306 Aufrufe, 2 Antworten

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)
Beschriftungen (1)
2 ANTWORTEN 2
Nachricht 2 von 3
Anonymous
als Antwort auf: Anonymous

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
****
Nachricht 3 von 3
Anonymous
als Antwort auf: Anonymous

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

Sie finden nicht, was Sie suchen? Fragen Sie die Community oder teilen Sie Ihr Wissen mit anderen.

In Foren veröffentlichen  

Autodesk Design & Make Report