Debugging Lua on recent Mac OS versions

Official support for: expertsleepers.co.uk
Post Reply New Topic
RELATED
PRODUCTS

Post

I've been dabbling with Lua scripting again and I've found that there is no console.log anymore on Yosemite. The system log messages that show in the Console app don't seem to show any print output from my scripts anymore.

Is there another way to check my debugging output or am I missing something (again)?

Post

I'd be surprised if they weren't going anywhere. Have you tried all the various logs that are visible via Console?

Post

I've searched for my test string under "System Log Queries -> All Messages". It doesn't show up

What shows up are a lot of entries like this:

Code: Select all

09/01/16 20:11:25,296 mDNSResponder[86]: ResolveSimultaneousProbe: 0000000000000004 Pkt Record:        E1F6AC22   21 Crossfade\032Loop\032Synth\0323\.2\.8beta\032on\032XLAudio._osc._udp.local. SRV 0 0 7011 XLAudio.local.

Code: Select all

09/01/16 20:11:25,296 mDNSResponder[86]: ResolveSimultaneousProbe: 0000000000000000 Our Record 2 lost: E1F6AC22   21 Crossfade\032Loop\032Synth\0323\.2\.8beta\032on\032XLAudio._osc._udp.local. SRV 0 0 7010 XLAudio.local.
and

Code: Select all

09/01/16 20:11:26,194 mDNSResponder[86]: mDNSCoreReceiveResponse: Ignoring response received before we even began probing:   21 Crossfade\032Loop\032Synth\0323\.2\.8beta\032on\032XLAudio._osc._udp.local. SRV 0 0 7010 XLAudio.local.
and when my Reaper 5 project with 4 instances of Crossfade Loop has finished loading

Code: Select all

09/01/16 20:11:26,543 mDNSResponder[86]: mDNSCoreReceiveResponse: Received from 192.168.178.22:5353   21 Crossfade\032Loop\032Synth\0323\.2\.8beta\032on\032XLAudio._osc._udp.local. SRV 0 0 7011 XLAudio.local.

Code: Select all

09/01/16 20:11:26,543 mDNSResponder[86]: mDNSCoreReceiveResponse: ProbeCount 2; will deregister   21 Crossfade\032Loop\032Synth\0323\.2\.8beta\032on\032XLAudio._osc._udp.local. SRV 0 0 7013 XLAudio.local.
I've revamped my Lemur interface so Lua isn't such a high priority anymore. But now that I'm playing with 4 instances of Crossfade Loop, the fact that I have to open the preferences first on each instance for OSC to work does get a little annoying. Is there a chance of that getting fixed in the near future? Let me know if you need any more info on that from me.

Cheers,
Axel

Post

It's on my list, but it'll have to wait until after NAMM.

Post

I stumbled on this thread after discovering the same thing - no console output in OS X. I've had trouble getting the 'example' script - available on the Expert Sleepers site - to work and while trying to 'fix' it I discovered that I was getting no console output either. I assumed I was doing something wrong, which I may be still. Skins are working for me, at least in the sense that I can see different GUIs

Are Augustus Loop lua scripts, for instance the 'example' script, working properly on OS X at this time?

What a great program BTW!

Post Reply

Return to “Expert Sleepers”