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

GTK error after I compiled the program and ran it. #89

Open
zaid1442011 opened this issue Jul 23, 2024 · 1 comment
Open

GTK error after I compiled the program and ran it. #89

zaid1442011 opened this issue Jul 23, 2024 · 1 comment

Comments

@zaid1442011
Copy link

I manually compiled the program and then when I finished compiling, I moved the "icloud-for-linux" executable to the /bin directory, and when I ran it.

(icloud-for-linux:9428): Gtk-CRITICAL **: 22:18:37.468: gtk_window_resize: assertion 'width > 0' failed
terminate called after throwing an instance of 'std::logic_error'
  what():  basic_string: construction from null is not valid
Aborted

Steps to reproduce

git clone --recurse-submodules https://github.com/cross-platform/icloud-for-linux.git
cd icloud-for-linux
mkdir build && cd build 
cmake ..
cmake --build . --config Release

Move the compiled 'icloud-for-linux" executable in the icloud-for-linux/build directory to the /bin directory then run

icloud-for-linux
@thecaprisun
Copy link

same issue

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

2 participants