After update Corona Terminal does not launch. ???
JZ
After update Corona Terminal does not launch. ???
JZ
Just run the Corona SDK app, not the corona Terminal. It will open a terminal for you.
Rob
Does Not Work !! ?
What do you mean “It does not work?” Have you run a command line command to disable the auto-start of the terminal?
Hi Rob, When I launch Corona Simulator the terminal does not launch with it. The only way to launch the terminal is through Corona SDK manually. Not Such an issue but it is not doing what it supposed to do. Do I need to run a command line command ?
If so not sure how to.
Regards
JZ
How do you launch the terminal through Corona SDK manually? Mac or PC? What version of Corona SDK are you using?
Running Corona Simulator should launch a Terminal window for you. There is a command line that people can use to disable this behavior:
defaults write com.coronalabs.Corona_Simulator no-console -bool true
This would disable the terminal. If you want to undo that action (and you might want to try this since it’s behaving like it was turned off:
defaults write com.coronalabs.Corona_Simulator no-console -bool false
Rob
Hi Rob, I deleted the SDK and re-installed it, now it works fine…
Thanks
JZ
Just run the Corona SDK app, not the corona Terminal. It will open a terminal for you.
Rob
Does Not Work !! ?
What do you mean “It does not work?” Have you run a command line command to disable the auto-start of the terminal?
Hi Rob, When I launch Corona Simulator the terminal does not launch with it. The only way to launch the terminal is through Corona SDK manually. Not Such an issue but it is not doing what it supposed to do. Do I need to run a command line command ?
If so not sure how to.
Regards
JZ
How do you launch the terminal through Corona SDK manually? Mac or PC? What version of Corona SDK are you using?
Running Corona Simulator should launch a Terminal window for you. There is a command line that people can use to disable this behavior:
defaults write com.coronalabs.Corona_Simulator no-console -bool true
This would disable the terminal. If you want to undo that action (and you might want to try this since it’s behaving like it was turned off:
defaults write com.coronalabs.Corona_Simulator no-console -bool false
Rob
Hi Rob, I deleted the SDK and re-installed it, now it works fine…
Thanks
JZ