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

Qmapshack does not start anymore #677

Open
macro182 opened this issue Apr 27, 2024 · 3 comments
Open

Qmapshack does not start anymore #677

macro182 opened this issue Apr 27, 2024 · 3 comments

Comments

@macro182
Copy link

Hi there,
Qmapshack from AppImage does not load anymore (version 1.16.1, but I use Ubuntu (20, kernel 5.4.0-177).

This is what I get starting it from terminal. What's happening? Thanks a lot!

`

./QMapShack_1.16.1-x86_64_Ubuntu-18.04.AppImage

  • set -e
  • echo -e '\n\n--- QMapShack.AppImage starting\n\n'

--- QMapShack.AppImage starting

  • export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/tmp/.mount_QMapShYTeECX/usr/bin
  • PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/tmp/.mount_QMapShYTeECX/usr/bin
  • link=/mnt/40297f87-a57b-4e88-a422-01b44a2ad363/Qmapshack/rout
  • trap cleanup EXIT
  • '[' -L /mnt/40297f87-a57b-4e88-a422-01b44a2ad363/Qmapshack/rout ']'
  • ln -s /tmp/.mount_QMapShYTeECX /mnt/40297f87-a57b-4e88-a422-01b44a2ad363/Qmapshack/rout
  • /tmp/.mount_QMapShYTeECX/usr/bin/qmapshack
    2024-04-26 19:35:00.925 [warning] "no file found for translations '/tmp/.mount_QMapShYTeECX/usr/translations/qt_it' (using default)."
    [406141:406179:0426/193501.452671:ERROR:nss_util.cc(712)] Error initializing NSS with a persistent database (sql:/home/marco/.pki/nssdb): NSS error code: -8023
    [406141:406179:0426/193501.455720:ERROR:nss_util.cc(201)] Error initializing NSS without a persistent database: NSS error code: -8023
    [406141:406179:0426/193501.455730:FATAL:nss_util.cc(203)] nss_error=-8023, os_error=0
    #0 0x7fad5cefbaee <unknown>
    #1 0x7fad5cf0e0e2 <unknown>
    #2 0x7fad5d58c2b4 <unknown>
    #3 0x7fad5d58c750 <unknown>
    #4 0x7fad5d4b4053 <unknown>
    #5 0x7fad5d39b794 <unknown>
    #6 0x7fad5d365cfa <unknown>
    #7 0x7fad5c59c530 <unknown>
    #8 0x7fad5c59dbb2 <unknown>
    #9 0x7fad5c59fcec <unknown>
    #10 0x7fad5c797207 <unknown>
    #11 0x7fad5cadca3e <unknown>
    #12 0x7fad5cf72a83 <unknown>
    #13 0x7fad5cf16a00 <unknown>
    #14 0x7fad5cf18058 <unknown>
    #15 0x7fad5cf183eb <unknown>
    #16 0x7fad5cf19aa2 <unknown>
    #17 0x7fad5cf15da8 <unknown>
    #18 0x7fad5cf3277b <unknown>
    #19 0x7fad5c7d0978 <unknown>
    #20 0x7fad5c7d0f2b <unknown>
    #21 0x7fad5cf4a588 <unknown>
    #22 0x7fad5cf465eb <unknown>
    #23 0x7fad5b5d0609 start_thread
    #24 0x7fad624b8353 clone

/tmp/.mount_QMapShYTeECX/AppRun.wrapped: riga 28: 406141 Annullato (core dump creato) ${APPDIR}/usr/bin/qmapshack "$@"

  • cleanup
  • '[' -L /mnt/40297f87-a57b-4e88-a422-01b44a2ad363/Qmapshack/rout ']'
  • rm /mnt/40297f87-a57b-4e88-a422-01b44a2ad363/Qmapshack/rout
    [1:1:0100/000000.652412:ERROR:broker_posix.cc(41)] Invalid node channel message
  • echo -e '\n\n--- QMapShack.AppImage finished\n\n'

--- QMapShack.AppImage finished

`

Originally posted by @macro182 in #424 (comment)

@yendar28
Copy link

yendar28 commented Apr 27, 2024

Same here, app version 1.16.1 and Linux 5.4.0-177-generic x86_64, Ubuntu 20.04.6 LTS
20 days ago it worked fine. Perhaps some Ubuntu update broke a dependency

@kkarsten62
Copy link
Contributor

QMapShack.AppImages are based on the latest stable releases of the different Linux distros and QMapShack commits. Older version and all their constellation can not be supported. So the best advice is to update your Linux distro regularly.

Unfortunately Ubuntu 20.04 is out of service for QMapShack.AppImages because QMapShack requires are newer Qt version, which Ubuntu 20.04 cannot provide. So the best is to update to Ubuntu 22.04 or 24.04.

More Information:
https://github.com/kkarsten62/QMapShack.AppImage
https://github.com/kkarsten62/QMapShack.AppImage/wiki

Download from here:
https://github.com/kkarsten62/QMapShack.AppImage/releases

For me this this issue can be closed.

@macro182
Copy link
Author

macro182 commented Jun 5, 2024

QMapShack.AppImages are based on the latest stable releases of the different Linux distros and QMapShack commits. Older version and all their constellation can not be supported. So the best advice is to update your Linux distro regularly.

Unfortunately Ubuntu 20.04 is out of service for QMapShack.AppImages because QMapShack requires are newer Qt version, which Ubuntu 20.04 cannot provide. So the best is to update to Ubuntu 22.04 or 24.04.

More Information: https://github.com/kkarsten62/QMapShack.AppImage https://github.com/kkarsten62/QMapShack.AppImage/wiki

Download from here: https://github.com/kkarsten62/QMapShack.AppImage/releases

For me this this issue can be closed.

crystal clear, I will go for a distro upgrade. thanks!

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

3 participants