Steps to reproduce:
- Create tool with
_AUTO_RELOAD_DEBUG = function()
run();
end
renoise.tool():add_menu_entry {
name = "Main Menu:Tools:Test",
invoke = function()
run()
end
}
function run()
renoise.app():show_message("test")
end
and place in tools folder
- Start Renoise
- menu Tools -> Test (don’t press OK)
- edit source, function ‘run’:
function run()
sadvas98vtnu945
renoise.app():show_message("test")
end
- activate Renoise (don’t press OK)
- edit source, function ‘run’:
function run()
renoise.app():show_message("test")
end
- activate Renoise
- Press OK (‘test’ window)
- Press OK (‘test’ window)
- Press OK (error window)
- Press OK (‘test’ window)
- Press OK (‘test’ window)
Crash