Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Needs fixing for Mac OS Big Sur #78

Open
yolani opened this issue Nov 18, 2020 · 18 comments
Open

Needs fixing for Mac OS Big Sur #78

yolani opened this issue Nov 18, 2020 · 18 comments

Comments

@yolani
Copy link

yolani commented Nov 18, 2020

After upgrading to the newest Mac OS Version ozwadmin doesn't start anymore, it seems to be stuck somewhere. The menu bar still appears but besides that I only get the spinning beach ball.

@fgonza2
Copy link

fgonza2 commented Nov 21, 2020

same here. Are there build instructions somewhere? how is this built for mac? maybe we can give it a shot if someone is familiar with the IDE/Compiler used for mac?

@MrMxyzptlk
Copy link

Same for me...

@yolani
Copy link
Author

yolani commented Nov 23, 2020

Well it seems to be a QTCreator project according to .pri and .pro file in the repository root. If anybody knows how to work with this IDE you might have a chance to compile / link against Big Sur libraries.

@eddiezane
Copy link

Knowing nothing about QT I managed to get this compiled on macOS (Catalina) for a different reason. Hope it helps.

brew install qt
export PATH="/usr/local/opt/qt/bin:$PATH"
mkdir /tmp/ozw
cd /tmp/ozw
git clone git@github.com:OpenZWave/ozw-admin.git
git clone git@github.com:OpenZWave/qt-openzwave.git
git clone git@github.com:OpenZWave/open-zwave.git
cd /tmp/ozw/open-zwave
make -j
cd /tmp/ozw/qt-openzwave
qmake -recursive
make -j
cd /tmp/ozw/ozw-admin
qmake -recursive
make -j
open /tmp/ozw/ozw-admin/ozwadmin.app

Hope this helps!

@Chr1stian
Copy link

Hope this helps!

It worked, but the program crashes after a few seconds :/

@OverZealous
Copy link

Building it locally worked for me! Thank you @eddiezane for the script.

@fgonza2
Copy link

fgonza2 commented Nov 26, 2020 via email

@yolani
Copy link
Author

yolani commented Nov 26, 2020

I also built it, after connecting to ozwdaemon it seems to update some networks data, but crashes a few seconds later.

Here is the stack trace if anyone is interested.

ozwadmin.stack-trace-big-sur.zip

@Fishwaldo
Copy link
Member

For it to be stable on Big Sur we have to wait till the QT Framework releases a update. There are known issues with QT on Big Sur right now so I won't do anything till a new version is released.

@yolani
Copy link
Author

yolani commented Nov 26, 2020

I already thought this might be the issue, but was too lazy to look into QTs release notes.

Anyway thanks for the update.

@fgonza2
Copy link

fgonza2 commented Dec 2, 2020

maybe the way to go is to simply fix the VNC embedded client version and improve the resolution beyond 640x480, that way you dont need to use the OS specific client

@johntdyer
Copy link

@fgonza2 - Yea, I agree... the only reason I use the native client is to get around the horrible vnc resolution

@josh-m-sharpe
Copy link

This was working (it's open for ~15 seconds before crashing, but was enough for me to check some things), but today I went to run ozw admin and it wouldn't open. After rebuilding everything, I see this error:

The application cannot be opened for an unexpected reason, error=Error Domain=NSOSStatusErrorDomain Code=-10827 "kLSNoExecutableErr: The executable is missing" UserInfo={_LSLine=3665, _LSFunction=_LSOpenStuffCallLocal}

@idyedov
Copy link

idyedov commented Jan 9, 2021

for tracking purpose, I believe this is the issue on QT side: https://bugreports.qt.io/browse/QTBUG-85546

@fgonza2
Copy link

fgonza2 commented Jan 9, 2021

the real fix here is to fix the VNC resolution

@ex-nerd
Copy link

ex-nerd commented Jan 13, 2021

FYI you can work around this by using a different VNC client. I can connect successfully with the Mac version of RealVNC (and it lets me resize the window)

@OverZealous
Copy link

@ex-nerd As far as I can tell, this just makes the image bigger, but you are still looking at a 640x480 resolution image or something, which is far too small to see all the information within the app.

@ex-nerd
Copy link

ex-nerd commented Jan 13, 2021

As far as I can tell, this just makes the image bigger,

Oh, you are totally right. Darn.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests