icloud-for-linux icon indicating copy to clipboard operation
icloud-for-linux copied to clipboard

GTK error after I compiled the program and ran it.

Open zaid1442011 opened this issue 7 months ago • 1 comments

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

zaid1442011 avatar Jul 23 '24 09:07 zaid1442011