It seems like LUA is broken, at least on Win 64. To test the simplest scene, I use a sphere hooked to and render target. Each script I try crashes when closing the script with either 'exit' or clicking the X (window's close button).
Here's the crash for the
noise-generator.lua (version .11). Open the script, click 'Export' then X (window's close button), crash.
Code: Select all
Problem signature:
Problem Event Name: APPCRASH
Application Name: octane.exe
Application Version: 2.11.0.1
Application Timestamp: 5435d917
Fault Module Name: octane.exe
Fault Module Version: 2.11.0.1
Fault Module Timestamp: 5435d917
Exception Code: c0000005
Exception Offset: 0000000000457ba4
OS Version: 6.1.7601.2.1.0.256.48
Locale ID: 1033
Additional Information 1: a61b
Additional Information 2: a61b3bb44475be528bedcfa2a8c8f5c8
Additional Information 3: 5edb
Additional Information 4: 5edba160ea229b79087658b88c661c2c
Same with
turntableG.lua (Version 1.02).
Don't even need to load a scene. Just open the script and the dialog appears saying 'no render target selected'. Click 'Ok'. Crash.
Code: Select all
Problem signature:
Problem Event Name: APPCRASH
Application Name: octane.exe
Application Version: 2.11.0.1
Application Timestamp: 5435d917
Fault Module Name: octane.exe
Fault Module Version: 2.11.0.1
Fault Module Timestamp: 5435d917
Exception Code: c0000005
Exception Offset: 0000000000457ba4
OS Version: 6.1.7601.2.1.0.256.48
Locale ID: 1033
Additional Information 1: a61b
Additional Information 2: a61b3bb44475be528bedcfa2a8c8f5c8
Additional Information 3: 5edb
Additional Information 4: 5edba160ea229b79087658b88c661c2c
Same happens with
Ol Ready Cam.lua, etc.