Skip to content

Kdrive 3.7.5.20250812 not launching at all on Kubuntu 24.04 LTS and crashing #1063

@ToXinE

Description

@ToXinE

Description
I've try to double click on the appimage after chmod +x it in dolphin: Nothing happenened.
I've tried to launch it in terminal: I've got logs telling it's crashing

Steps to reproduce
Steps to reproduce the behavior:

  1. Go to terminal
  2. run ./kDrive-3.7.5.20250812-amd64.AppImage
  3. see the crash instead of running in the tray.

Expected behavior
on my kubuntu

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 24.04.3 LTS
Release:        24.04
Codename:       noble

I want to launch the kdrive desktop appimage.

Screenshots
N.A.

Logs

myuser@mylaptop:<del>/kdrive$ ./kDrive-3.7.5.20250812-amd64.AppImage
kDrive server starting
sentry_init returned 0
log4cplus:ERROR file is not open: /tmp/kDrive-logdir/20250921_2227_kDrive.log
terminate called after throwing an instance of 'std::__ios_failure'
what(): basic_filebuf::_M_convert_to_external conversion error: iostream error
Sentry detected a crash in the app Server(1)
[8771:8771:20250921,222705.345023:ERROR elf_dynamic_array_reader.h:64] tag not found
[8771:8771:20250921,222705.345937:ERROR elf_dynamic_array_reader.h:64] tag not found
[8771:8771:20250921,222705.346296:ERROR process_memory_range.cc:75] read out of range
[8771:8771:20250921,222705.346308:ERROR process_memory_range.cc:75] read out of range
[8771:8771:20250921,222705.346313:ERROR process_memory_range.cc:75] read out of range
[8771:8771:20250921,222705.346318:ERROR process_memory_range.cc:75] read out of range
[8771:8771:20250921,222705.346323:ERROR process_memory_range.cc:75] read out of range
[8771:8771:20250921,222705.346330:ERROR process_memory_range.cc:75] read out of range
[8771:8771:20250921,222705.346335:ERROR process_memory_range.cc:75] read out of range
[8771:8771:20250921,222705.346342:ERROR process_memory_range.cc:75] read out of range
[8771:8771:20250921,222705.346348:ERROR process_memory_range.cc:75] read out of range
[8771:8771:20250921,222705.346353:ERROR process_memory_range.cc:75] read out of range
[8771:8771:20250921,222705.347987:ERROR process_memory_range.cc:75] read out of range
[8771:8771:20250921,222705.348008:ERROR process_memory_range.cc:75] read out of range
[8771:8771:20250921,222705.348027:ERROR process_memory_range.cc:75] read out of range
[8771:8771:20250921,222705.348032:ERROR process_memory_range.cc:75] read out of range
[8771:8771:20250921,222705.348037:ERROR process_memory_range.cc:75] read out of range
[8771:8771:20250921,222705.348042:ERROR process_memory_range.cc:75] read out of range
[8771:8771:20250921,222705.348047:ERROR process_memory_range.cc:75] read out of range
[8771:8771:20250921,222705.348052:ERROR process_memory_range.cc:75] read out of range
[8771:8771:20250921,222705.348057:ERROR process_memory_range.cc:75] read out of range
[8771:8771:20250921,222705.348064:ERROR process_memory_range.cc:75] read out of range
[8771:8771:20250921,222705.348069:ERROR process_memory_range.cc:75] read out of range
[8771:8771:20250921,222705.348074:ERROR process_memory_range.cc:75] read out of range
[8771:8771:20250921,222705.348079:ERROR process_memory_range.cc:75] read out of range
[8771:8771:20250921,222705.348084:ERROR process_memory_range.cc:75] read out of range
[8771:8771:20250921,222705.348089:ERROR process_memory_range.cc:75] read out of range
[8771:8771:20250921,222705.348095:ERROR process_memory_range.cc:75] read out of range
[8771:8771:20250921,222705.348100:ERROR process_memory_range.cc:75] read out of range
[8771:8771:20250921,222705.348105:ERROR process_memory_range.cc:75] read out of range
[8771:8771:20250921,222705.348111:ERROR process_memory_range.cc:75] read out of range
[8771:8771:20250921,222705.348116:ERROR process_memory_range.cc:75] read out of range
Abandon (core dumped)
myuser@mylaptop:</del>/kdrive$

Additional context
i've try to downgrade the libfuse2 to previous compatible version (jammy as in 22.04 LTS) swith the following commands:

# Add older Ubuntu repository (22.04 jammy)
echo "deb http://archive.ubuntu.com/ubuntu jammy main universe" | sudo tee /etc/apt/sources.list.d/jammy-fuse.list
sudo apt update
sudo apt install libfuse2
sudo rm /etc/apt/sources.list.d/jammy-fuse.list
sudo apt update

It didn't change anything.

I've tried the following:

  1. for error in tmp dir :
    sudo chmod 777 /tmp/kDrive-logdir

  2. checking locale

locale
sudo locale-gen fr_FR.UTF-8
export LC_ALL=fr_FR.UTF-8
export LANG=fr_FR.UTF-8
  1. manual extract:
    ./kDrive-3.7.5.20250812-amd64.AppImage --appimage-extract-and-run

I'd like to run the desktop app .
Without it, my whole Kdrive is kind of useless and I'll have to cancel my infomaniak' subscription.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions