no more console output ..... sigh ! .....

Doooooo…

I updated corona sdk to latest daily build (921)

Now I have no console any more (terminal does not react, no print nothing)

I have latest textmate2 and coronasdk bundle (that worked fine before the update).

I guess the coronasdk build has trouble with the update.

My terminal says :
"$ /Applications/CoronaSDK/Simulator -project /Users/-- -skin iPhone
-bash: /Applications/CoronaSDK/Simulator: No such file or directory
"
I tried to edit the coronasdk bundle run :
#!/bin/bash

if [[${#SKIN} < 1]] ; then
SKIN=“iPhone”
fi

if [[${#SDK_PATH} > 0]] ; then
CORONA_SIM_PATH=$SDK_PATH"/simulator"
else
CORONA_SIM_PATH="/Applications/CoronaSDK/Simulator"
fi

if [[${#TM_PROJECT_DIRECTORY} > 0]] ; then
TARGET_DIR=$TM_PROJECT_DIRECTORY
else
TARGET_DIR=$TM_DIRECTORY
fi

In order for the simulator relaunch to work, “Enable access for assistive devices” must be selected in System Preferences > Universal Access.

osascript <
on appIsRunning(appName)
tell application “System Events” to (name of processes) contains appName
end appIsRunning

on selectAppMenuItem(app_name, menu_name, menu_item)
try
– bring the target application to the front
tell application app_name
activate
end tell
tell application “System Events”
tell process app_name
tell menu bar 1
tell menu bar item menu_name
tell menu menu_name
click menu item menu_item
end tell
end tell
end tell
end tell
end tell
return true
on error error_message
return false
end try
end selectAppMenuItem

if appIsRunning(“Corona Simulator”) then
selectAppMenuItem(“Corona Simulator”,“File”,“Relaunch”)
else
tell application “Terminal”
do script “$CORONA_SIM_PATH -project $TM_PROJECT_DIRECTORY -skin $SKIN”
end tell
end if

APPLESCRIPT

That build does not work the first time, I have to open corona simulator.
The problem is that the command+R relaunch the simulator, but, no output in the console …

What’s wrong ?
[import]uid: 9328 topic_id: 31254 reply_id: 331254[/import]

The more I update things the worse it is (textmate, coronasdk), it’s really discouraging.
Now I just can’t code anymore (no “print” in the console is a dead end).

Let alone CPM, packaged in the sdk. I paid for this software $79 and it keeps on crashing on startup (on both windows and macos) despite my report to developer ( for the last 3 months).

The community gave me the textmate + coronasdk build solution but now, this is down too …

I don’t understand why it is so hard to have a coding environment for corona. This should be the 1 top priority for corona staff. [import]uid: 9328 topic_id: 31254 reply_id: 124981[/import]

Question 5 - http://www.coronalabs.com/blog/2012/09/19/faq-wednesday-iphone-5-and-ios-6/ [import]uid: 119420 topic_id: 31254 reply_id: 124992[/import]

I don’t have print statements in the new Xcode 4.5 console window from a tethered device with iOS 6 and the latest build.

This is really bad for me.

I do have print statements in the simulator console window.

I’m not sure if there is something in Xcode 4.5 I need set in order to get prints from device or if Corona is broken.

edit: after reviewing the link above, I see everyone is aware of the print statement issue. Thanks for posting that link.

Nail

[import]uid: 106779 topic_id: 31254 reply_id: 124994[/import]

“crashing on startup” is not a known bug for CPM. Obviously it’s happening for you, but I don’t know who you are or I’d look up your ticket and see if I’ve found anything since then. If you send me a note using the contact form on the coronaprojectmanager.com site I’ll look you up.

As far as the console thing goes, while it’s not quite as easy, this tip I put together might come in handy:

Using print() from a Device (kinda)
http://gamedevnation.com/corona-sdk-video-tutorials/using-print-from-a-device-kinda/

Jay

[import]uid: 9440 topic_id: 31254 reply_id: 125010[/import]

Thx everybody for the answers. I didn’t want to hurt anybody it’s just that it’s a bad time for me (box2d 2.2.1 and new behavior with joints is a real mess)

Maybe I could use this (negative) post in a better way and emit a gentle request : since textmate2 is now open source, what if there were a corona labs textmate .dmg ?

A kind of official and specific editor solution.

Along with daily builds, the team could work on it.

Just a suggestion. [import]uid: 9328 topic_id: 31254 reply_id: 125023[/import]

The more I update things the worse it is (textmate, coronasdk), it’s really discouraging.
Now I just can’t code anymore (no “print” in the console is a dead end).

Let alone CPM, packaged in the sdk. I paid for this software $79 and it keeps on crashing on startup (on both windows and macos) despite my report to developer ( for the last 3 months).

The community gave me the textmate + coronasdk build solution but now, this is down too …

I don’t understand why it is so hard to have a coding environment for corona. This should be the 1 top priority for corona staff. [import]uid: 9328 topic_id: 31254 reply_id: 124981[/import]

Question 5 - http://www.coronalabs.com/blog/2012/09/19/faq-wednesday-iphone-5-and-ios-6/ [import]uid: 119420 topic_id: 31254 reply_id: 124992[/import]

I don’t have print statements in the new Xcode 4.5 console window from a tethered device with iOS 6 and the latest build.

This is really bad for me.

I do have print statements in the simulator console window.

I’m not sure if there is something in Xcode 4.5 I need set in order to get prints from device or if Corona is broken.

edit: after reviewing the link above, I see everyone is aware of the print statement issue. Thanks for posting that link.

Nail

[import]uid: 106779 topic_id: 31254 reply_id: 124994[/import]

“crashing on startup” is not a known bug for CPM. Obviously it’s happening for you, but I don’t know who you are or I’d look up your ticket and see if I’ve found anything since then. If you send me a note using the contact form on the coronaprojectmanager.com site I’ll look you up.

As far as the console thing goes, while it’s not quite as easy, this tip I put together might come in handy:

Using print() from a Device (kinda)
http://gamedevnation.com/corona-sdk-video-tutorials/using-print-from-a-device-kinda/

Jay

[import]uid: 9440 topic_id: 31254 reply_id: 125010[/import]

Thx everybody for the answers. I didn’t want to hurt anybody it’s just that it’s a bad time for me (box2d 2.2.1 and new behavior with joints is a real mess)

Maybe I could use this (negative) post in a better way and emit a gentle request : since textmate2 is now open source, what if there were a corona labs textmate .dmg ?

A kind of official and specific editor solution.

Along with daily builds, the team could work on it.

Just a suggestion. [import]uid: 9328 topic_id: 31254 reply_id: 125023[/import]