reaper-oss / sws

The SWS extension is a collection of features that seamlessly integrate into REAPER, the Digital Audio Workstation (DAW) software by Cockos, Inc
https://www.sws-extension.org/
MIT License
455 stars 85 forks source link

BR_GetMouseCursorContext() causing crash with fixed lanes/new comping system #1732

Closed nofishonfriday closed 1 year ago

nofishonfriday commented 1 year ago

From here: https://forum.cockos.com/showthread.php?p=2646964#post2646964

to reproduce (needs recent +dev version): crash

function main()
  window ,segment, details = reaper.BR_GetMouseCursorContext()
  reaper.defer(main)
end

main()
nofishonfriday commented 1 year ago

seems fixed on REAPER side. closing (for now).