Do you guys know how I can open the app on Mac? I did the programming change on the terminal as per the FAQ but it just opens and closes. I also tried using ren'py but it just shows this error.
------
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00start.rpy", line 282, in script
renpy.block_rollback(purge=True)
ScriptError: could not find label 'start'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "/Applications/renpy-7.3.5-sdk/renpy/bootstrap.py", line 316, in bootstrap
renpy.main.main()
File "/Applications/renpy-7.3.5-sdk/renpy/main.py", line 578, in main
run(restart)
File "/Applications/renpy-7.3.5-sdk/renpy/main.py", line 143, in run
renpy.execution.run_context(True)
File "/Applications/renpy-7.3.5-sdk/renpy/execution.py", line 908, in run_context
context.run()
File "renpy/common/00start.rpy", line 282, in script
renpy.block_rollback(purge=True)
File "/Applications/renpy-7.3.5-sdk/renpy/script.py", line 898, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'start'.
Darwin-18.2.0-x86_64-i386-64bit
Ren'Py 7.3.5.606
Ecchi Sensei Week_1dm
Tue May 19 17:00:28 2020
Do you guys have any fix around it?