Bug #847
openCore Dump beim Start
0%
Description
Open-Ecard 2.3.10
Cachy OS (Arch Linux)
Beim Start erzeugt die Update Funktion einen Core Dump:
```
open-ecard-app
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.kt:102)
at org.openecard.richclient.updater.VersionUpdateChecker$Companion.loadCurrentVersionList(VersionUpdateChecker.kt:163)
at org.openecard.richclient.RichClient$UpdateTask.run(RichClient.kt:297)
at java.base/java.util.TimerThread.mainLoop(Unknown Source)
at java.base/java.util.TimerThread.run(Unknown Source)
Caused by: java.lang.NullPointerException: null cannot be cast to non-null type kotlin.String
at org.openecard.richclient.updater.VersionUpdateLoader.loadVersionUpdateList(VersionUpdateLoader.kt:74)
... 4 more
```
Updated by Tobias Wich 1 day ago
- Status changed from New to Closed
There is a new update mechanism in version 2.3.11, so this bug doe not apply anymore.
The new version is currently being built and should be in the download page soon.
Feel free to reopen if there are further problems with the new version.
Updated by Ax Ra about 22 hours ago
- Status changed from Closed to Review
With open ecard 2.3.11 there is still a core dump produced:
```
open-ecard-app
pure virtual method called
terminate called without an active exception
```