Sound() asset picker crashes Codea

Any one else getting crashes when clicking the asset picker for sound() on the latest release?

I’m on version 289 and the sounds didn’t crash for me. Is there a particular one or on any. Give the name of one that crashes and I’ll try it.

I get this crash too, will look into it

@dave1707 it’s the selector causing the crash. Start a new project, type sound and tap inside the brackets

@West well the reason this crashes is embarrassing. I really need to start writing unit tests and UI tests

When I was trying to optimise Codea’s launch performance last week I touched a couple lines of code inside a file originally written in 2012. This unfortunately broke the Shader Lab in Codea 3.4 (fixed in 3.4.1)

Fixing that bug broke the sound() picker in 3.4.1 (submitting 3.4.2 tonight)

@Simeon glad it was an easy one to track down and great you’ve a fix on the way!

New version is out which should fix this

@Simeon downloaded and installed. Sorted! Thanks for the quick turnaround