Page 1 of 2

No UI in macOS Sierra

Posted: Wed Aug 02, 2017 5:28 pm
by VorASD
There is no UI whatsoever for the app. The icon is on the dock and the menu has only the about section. There is not menubar icon
I tried to reinstall several times and the follow the instructions in similar previous post but nothing worked.
I tried both the stable and the beta versions. :cry:

Any suggestions?
Thank you

Re: No UI in macOS Sierra

Posted: Thu Aug 03, 2017 12:48 am
by Nadahar
I'm running UMS on latest Sierra in one of my test VMs and have never seen this. I guess you should check that your Java installation is working properly.

Re: No UI in macOS Sierra

Posted: Thu Aug 03, 2017 3:05 pm
by VorASD
Thank you for your reply. How can I check whether my Java installation is working properly?

Re: No UI in macOS Sierra

Posted: Thu Aug 03, 2017 3:39 pm
by Nadahar
I don't know much about macOS, but you could try another application, you could use the check on java.com (even though that requires Java to be enabled in your browser as well), you could verify that the output from "java -version" looks reasonable or you could try to reinstall Java. If none of that helps, I guess google can help you.

Re: No UI in macOS Sierra

Posted: Tue Aug 22, 2017 12:18 pm
by VorASD
I checked the Java version at java.com and it says I have the latest version. "Congratulations! You have the recommended Java installed (Version 8 Update 144)."
I'm really clueless what to do know.
Is there any logs to look at? Any other suggestion? Thanks!

Re: No UI in macOS Sierra

Posted: Tue Aug 22, 2017 12:56 pm
by Nadahar
There is a log file, but I don't remember where it's located on macOS. My VM server (where I have access to macOS) is down for the time being, so I can't check either. I think I remember something like "Libraries/Content/UMS" or something similar, but I'm not sure. If you find the UMS folder, find the file called "debug.log" and attach it here.

Re: No UI in macOS Sierra

Posted: Tue Aug 22, 2017 1:55 pm
by charliebradbury
same here, i updated java and nothing shows up after the logo

Re: No UI in macOS Sierra

Posted: Tue Aug 22, 2017 2:05 pm
by charliebradbury
Nadahar wrote: Tue Aug 22, 2017 12:56 pm There is a log file, but I don't remember where it's located on macOS. My VM server (where I have access to macOS) is down for the time being, so I can't check either. I think I remember something like "Libraries/Content/UMS" or something similar, but I'm not sure. If you find the UMS folder, find the file called "debug.log" and attach it here.

Edit: nevermind fixed, see menu icon bar, app launches minimized - and it does not change even with the alterations set in UMS.conf file. But whatever.

Re: No UI in macOS Sierra

Posted: Tue Aug 22, 2017 2:19 pm
by Nadahar
As I've already said, I don't remember exactly and I haven't got a macOS VM available ATM. But, the code looks like this:

Code: Select all

SYSTEM_PROFILE_DIRECTORY = String.format(
	"%s/%s/%s",
	System.getProperty("user.home"),
	"/Library/Application Support",
	PROFILE_DIRECTORY_NAME
"PROFILE_DIRECTORY_NAME" is substituted with "UMS", so that means that the path should be:

Code: Select all

System.getProperty("user.home")/Library/Application Support/UMS

Re: No UI in macOS Sierra

Posted: Tue Aug 22, 2017 3:24 pm
by charliebradbury
Nadahar wrote: Tue Aug 22, 2017 2:19 pm As I've already said, I don't remember exactly and I haven't got a macOS VM available ATM. But, the code looks like this:

Code: Select all

SYSTEM_PROFILE_DIRECTORY = String.format(
	"%s/%s/%s",
	System.getProperty("user.home"),
	"/Library/Application Support",
	PROFILE_DIRECTORY_NAME
"PROFILE_DIRECTORY_NAME" is substituted with "UMS", so that means that the path should be:

Code: Select all

System.getProperty("user.home")/Library/Application Support/UMS
I found it and I think OP was having a similar problem of not realizing the app is now automatically minimized in the status bar. It didn't used to do that, but I unchecked the option that would minimize it.