Package Details: open-ecard-app-bin 2.3.11-1

Git Clone URL: https://aur.archlinux.org/open-ecard-app-bin.git (read-only, click to copy)
Package Base: open-ecard-app-bin
Description: Client side implementation of the eCard-API-Framework (BSI TR-03112) and related international standards, such as ISO/IEC 24727.(Prebuilt version)
Upstream URL: http://www.openecard.org/
Keywords: ecard ecard-api-framework
Licenses: MIT, Apache-2.0, GPL-2.0-only, GPL-3.0-only, LGPL-3.0-only, LicenseRef-BouncyCastle
Conflicts: open-ecard-app, openecardapp
Provides: open-ecard
Submitter: zxp19821005
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 1
Popularity: 0.21
First Submitted: 2023-03-29 05:34 (UTC)
Last Updated: 2025-04-01 04:01 (UTC)

Dependencies (8)

Required by (0)

Sources (4)

Latest Comments

zxp19821005 commented on 2025-04-01 04:05 (UTC)

@axra Thanks for your feedback, I've got the same errors, and the errors like this:

pure virtual method called
terminate called without an active exception

I'm not a developer, so I've used some AI tools to anylise it, and use gdb to debug it, but it's not well at all. The AI said:

The program triggered pure virtual method called and terminated called without an active exception during runtime, ultimately resulting in SIGSEGV (segment error). This is usually caused by incorrect implementation of virtual functions or incorrect initialization of objects.

So I think maybe you can send an issue to the upstream.

axra commented on 2025-03-30 11:19 (UTC)

Open Ecard Status Icon Settings Window not working/opening in KDE/Plasma.

zxp19821005 commented on 2024-12-18 10:12 (UTC)

@axra When I run the app, I've got an error like this:

pure virtual method called
terminate called without an active exception
Exception in thread "Update-Task" java.lang.IllegalArgumentException: Package type UNKNOWN not supported in update list.
        at org.openecard.richclient.updater.VersionUpdateLoader.loadVersionUpdateList(VersionUpdateLoader.java:129)
        at org.openecard.richclient.updater.VersionUpdateChecker.loadCurrentVersionList(VersionUpdateChecker.java:66)
        at org.openecard.richclient.RichClient$UpdateTask.run(RichClient.java:333)
        at java.base/java.util.TimerThread.mainLoop(Unknown Source)
        at java.base/java.util.TimerThread.run(Unknown Source)
Caused by: java.lang.NullPointerException: Cannot invoke "org.jose4j.json.internal.json_simple.JSONArray.iterator()" because "updatesRaw" is null
        at org.openecard.richclient.updater.VersionUpdateLoader.loadVersionUpdateList(VersionUpdateLoader.java:108)
        ... 4 more

Whether used rpm or deb file as the source, I always got the same error.So I think maybe you can send an issue to the upstream.

axra commented on 2024-12-17 11:18 (UTC)

open-ecard-app-bin causes coredumps on start.

zxp19821005 commented on 2024-05-21 05:04 (UTC)

@bugbuster Thanks for your feedback, fixed it.