Debugging Lua on recent Mac OS versions
-
- KVRist
- 169 posts since 14 Aug, 2004
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)?
Is there another way to check my debugging output or am I missing something (again)?
-
- KVRian
- 1417 posts since 22 Mar, 2002 from UK
I'd be surprised if they weren't going anywhere. Have you tried all the various logs that are visible via Console?
-
- KVRist
- Topic Starter
- 169 posts since 14 Aug, 2004
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:
and
and when my Reaper 5 project with 4 instances of Crossfade Loop has finished loading
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
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.
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.
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.Cheers,
Axel
-
- KVRian
- 1417 posts since 22 Mar, 2002 from UK
It's on my list, but it'll have to wait until after NAMM.
-
- KVRer
- 1 posts since 25 Mar, 2016
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!
Are Augustus Loop lua scripts, for instance the 'example' script, working properly on OS X at this time?
What a great program BTW!
