Can't launch Cubik Studio on Mac [Solved]
Can't launch Cubik Studio on Mac
OSX says, "The application "CubikUpdater.app" can't be opened"
0 x
Last edited by Sphax on 10 Jan 2017, 23:35, edited 1 time in total.
Reason: edited title for better understanding for others with same issue
Reason: edited title for better understanding for others with same issue
Re: >:( Cubik Studio for Mac is not working. [Solved]
Solved!
On terminal:
chmod +x CubikUpdater.app/Contents/MacOS/CubikUpdater
On terminal:
chmod +x CubikUpdater.app/Contents/MacOS/CubikUpdater
0 x
Re: >:( Cubik Studio for Mac is not working.
That's weird you had to do that... During our tests, only Linux need to do something like that to launch CubikUpdater. CubikUpdater was working straight out of the box.
Glad you figured how to solve the issue though.
Glad you figured how to solve the issue though.

0 x
Re: >:( Cubik Studio for Mac is not working.
THANK YOU!katango wrote: 19 Nov 2016, 13:09 Solved!
On terminal:
chmod +x CubikUpdater.app/Contents/MacOS/CubikUpdater

0 x
- Creepinson
- Supporter
- Posts: 1
- Joined: 09 Jan 2017, 20:20
Re: Can't launch Cubik Studio on Mac
Apologies for necropost (not sure if I should have started new thread..).
In any case, I encountered exact same behavior right now (two years later), and figured out how to replicate.
It seems the issue occurs only if you unzip via terminal, rather than via Finder (in which case, you probably know enough to chmod
). I unzipped (and then renamed .app dir) once with "unzip cubik_updater_macos.zip" via terminal and again by double-clicking zipfile in Finder, and then I get:
No idea why unzip behaves this way, never noticed something like that before (weird indeed). But, mystery solved!
In any case, I encountered exact same behavior right now (two years later), and figured out how to replicate.
It seems the issue occurs only if you unzip via terminal, rather than via Finder (in which case, you probably know enough to chmod

Code: Select all
garfield:~/Downloads$ ls -l CubikUpdater-unzip.app/Contents/MacOS/CubikUpdater CubikUpdater-finder.app/Contents/MacOS/CubikUpdater
-rwxr-xr-x@ 1 spapadim staff 58709020 Nov 24 2016 CubikUpdater-finder.app/Contents/MacOS/CubikUpdater
-rw-r--r--@ 1 spapadim staff 58709020 Nov 24 2016 CubikUpdater-unzip.app/Contents/MacOS/CubikUpdater
0 x
5 posts
• Page 1 of 1