Debugger Error - Version 2011.695

Debugger () not working. When I run the debugger, it fails with the following message:
Referenced from: /Applications/CoronaSDK/debugger
Reason: image not found
Trace/BPT trap
logout
Version: Version 2011.695 (2011.8.2) [import]uid: 6288 topic_id: 18278 reply_id: 318278[/import]

Sounds very strange.

Have you double-checked you code to ensure that there are no typos when you call display.newImage()? Also, see if the error occurs with the included SampleCode. [import]uid: 52430 topic_id: 18278 reply_id: 70114[/import]

Boot Mac & run debugger.

I boot the Mac, go into the CoronaSDK directory, run the debugger and get the following message:

dwss-macbook-pro:~ dws_folder$ /Applications/CoronaSDK/debugger ; exit;
dyld: Library not loaded: /usr/lib/libedit.3.dylib
Referenced from: /Applications/CoronaSDK/debugger
Reason: image not found
Trace/BPT trap
logout

[Process completed]

Nothing can be typed in on the screen. I use CPM but am not starting it during the above action.

I have used the debugger for a long time now and have never had a problem with it until sdk version 689. I see there is a new release (696) , I’ll down load and see if that corrects the issue.

Anybody else having trouble with debugger SDK695? [import]uid: 6288 topic_id: 18278 reply_id: 70391[/import]

Same problem but only with v.703 and last daily builds in a Snow Leopard (10.6.8)!

iMacBo:~ miguelangelfuentescasanova$ /Applications/CoronaSDK/debugger   
dyld: Library not loaded: /usr/lib/libedit.3.dylib  
 Referenced from: /Applications/CoronaSDK/debugger  
 Reason: image not found  
Trace/BPT trap  

It’s a bug, because I have not “libedit.3.dylib” here:

iMacBo:~ miguelangelfuentescasanova$ ls /usr/lib/libedit\*  
/usr/lib/libedit.2.11.dylib /usr/lib/libedit.2.dylib /usr/lib/libedit.dylib  

Any solution? [import]uid: 41145 topic_id: 18278 reply_id: 72729[/import]

Reading in the changelog of http://developer.anscamobile.com/content/corona-sdk-release-notes-2011703 I could read changes symlinking libedit.3.dylib to libreadline.dylib.
So, I fix my problem creating the next symlink:

sudo ln -s /usr/lib/libreadline.dylib /usr/lib/libedit.3.dylib  

Is it works for you? [import]uid: 41145 topic_id: 18278 reply_id: 72732[/import]

Debugger Problem

@miguel.angel

I’m not sure where and how to make the change you mentioned above? Can you give further directions?
sudo ln -s /usr/lib/libreadline.dylib /usr/lib/libedit.3.dylib
[import]uid: 6288 topic_id: 18278 reply_id: 72734[/import]

I mean in the Terminal, you must once write and execute it. After that, you could in the Terminal execute your debugger. [import]uid: 41145 topic_id: 18278 reply_id: 72736[/import]

To ensure this issue doesn’t get overlooked, please file a bug report:

http://developer.anscamobile.com/content/bug-submission

Be sure to include:

* Good description
* Steps to reproduce
* a link to this thread
* Sample code if necessary

Thanks! [import]uid: 52430 topic_id: 18278 reply_id: 72748[/import]

Thanks Miguel. Fixed my debugger issue. [import]uid: 1908 topic_id: 18278 reply_id: 73339[/import]

Actually it fixed the error issue but after launching the debugger in Terminal, it not opening the modal window to choose the main.lua file. Any ideas?

Thanks, [import]uid: 1908 topic_id: 18278 reply_id: 73345[/import]

I don’t know, for me it’s ok. [import]uid: 41145 topic_id: 18278 reply_id: 73359[/import]

@miguel.angel…Thanks

Thanks for the tip, the debugger is now working just as before. [import]uid: 6288 topic_id: 18278 reply_id: 73542[/import]

Hi

When I try to use the debugger I get the following error in the terminal window:

dyld: Library not loaded: /usr/lib/libedit.3.dylib
Referenced from: /Applications/CoronaSDK/debugger
Reason: image not found

I’ve only just downloaded Corona, and I have a Pro license and when started by itself says it is Build: 2011.704. I was using a trial license before that but I reinstalled over the top when I bought the license.

I’m running on a mac, OS Snow Leopard 10.6.8

Would appear something is not where it should be.

Making a symlink isn’t currently an option for me :frowning:

Do I need to uninstall and reinstall the application?

Any help appreciated.

john [import]uid: 141523 topic_id: 18278 reply_id: 100651[/import]

Hi

I am getting the following error when trying to use the debugger.
snow:~…$ /Users/…/Desktop/CoronaSDK/debugger ; exit;
dyld: Library not loaded: /usr/lib/libedit.3.dylib
Referenced from: /Users/…/Desktop/CoronaSDK/debugger
Reason: image not found
Trace/BPT trap
logout

[Process completed]

I am a lua learner and my sys spec: Mac OS 10.6.8 2.66 GHz Intel Core2 Duo 8 GB memory. I am using the trial version says build 2011.704

Appreciate your help & Thanks in advance. [import]uid: 155430 topic_id: 18278 reply_id: 111372[/import]