Kaffelogic Studio 6.0.8 broken on MacOS Big Sur?
Posted: Fri 09 Jun, 2023 10:04 pm
I located a Mac (running Big Sur 11.7.7) to install Kaffelogic Studio on so that I can activate my new boost kit, and appear to be thwarted. When I launch it I just get an error dialog that says "launch error. See the py2app for debugging launch issues". If I try launching from the terminal, I get the following error:
Code: Select all
/Applications/Kaffelogic\ Studio.app/Contents/MacOS/Kaffelogic\ Studio
Traceback (most recent call last):
File "/Applications/Kaffelogic Studio.app/Contents/Resources/__boot__.py", line 132, in <module>
_run()
File "/Applications/Kaffelogic Studio.app/Contents/Resources/__boot__.py", line 84, in _run
exec(compile(source, path, "exec"), globals(), globals())
File "/Applications/Kaffelogic Studio.app/Contents/Resources/Kaffelogic Studio.py", line 9, in <module>
import sassi_actions
File "sassi_actions.pyc", line 2, in <module>
File "sassi_interface.pyc", line 4, in <module>
File "core_studio.pyc", line 27, in <module>
File "utilities.pyc", line 8, in <module>
ValueError: invalid literal for int() with base 10: 'Usage: sw_vers [-productName|-productVersion|-buildVersion]'
2023-06-09 19:03:15.600 Kaffelogic Studio[2496:280834] Launch error
2023-06-09 19:03:15.601 Kaffelogic Studio[2496:280834] Launch error
See the py2app website for debugging launch issues