bpozdena / OneDriveGUI

A simple GUI for OneDrive Linux client with multi-account support.
GNU General Public License v3.0
775 stars 36 forks source link

Segmentaion fault when trying to start #207

Open TPdkr opened 4 days ago

TPdkr commented 4 days ago

Describe the bug After installing the software i encountered a bug. When I try to run the python script it causes a segmentation fault.

To Reproduce Steps to reproduce the behavior:

  1. download/clone git repo
  2. install libraries with pip
  3. go to src
  4. run the python file as in the guide Expected behavior Segmentation fault

Terminal:

~/OneDriveGUI/src$ python OneDriveGUI.py
Segmentation fault (core dumped)

System Info

OneDriveGUI info I installed with git clone and then put the contents into a chosen directory

bpozdena commented 4 days ago

Can you please share the full console output of python OneDriveGUI.py -X faulthandler?

Also, does the AppImage version work for you?

TPdkr commented 4 days ago

Screenshot from 2024-11-22 17-27-42 I decided to go with running it from source as i dont have experience with appimage format on fedora

bpozdena commented 4 days ago

Can you please share the full console output of python OneDriveGUI.py -X faulthandler ?

TPdkr commented 4 days ago

It gives me the same output of seg fault