cross-platform / icloud-for-linux

Access all of your favourite iCloud apps from Linux
https://snapcraft.io/icloud-for-linux
GNU General Public License v3.0
401 stars 58 forks source link

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

Open zaid1442011 opened 3 months ago

zaid1442011 commented 3 months ago

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 commented 1 month ago

same issue