State:Closed|icon_bug|icon_katana|database:public|Resolution:Fixed|BugID:592061|TargetRelease:6.5v6 / 7.0v6|
Problem summary
Katana's renderboot crashes during a Live Render while manipulating the scene and sending Live Render updates.
Customer reported version
Katana 6.5v4
Customer reported platform
CentOs 7
Steps to reproduce
1) Launch Katana with 3Delight and open the attached scene, or create a simple renderable scene.
2) Configure and then launch a Live Render.
3) In the Python tab run the following Python script to move the camera, or manipulate the camera regularly:
import random import time camTrX = NodegraphAPI.GetNode('CameraCreate').getParameter('transform.translate.x') while True: camTrX.setValue(random.random() * 20, NodegraphAPI.GetCurrentTime()) Utils.EventModule.ProcessAllEvents() KATANA_FORESIGHT_PLUS_RUNTIME environment variable to classic.We're sorry to hear that
Please tell us why