MantisBT - VCMI
View Issue Details
0002674VCMILauncherpublic2017-05-07 19:342017-08-24 02:21
truckercap 
SXX 
normalmajoralways
resolvedfixed 
LinuxArchKDE/Plasma/X11
0.99 
1.next 
0002674: vcmilauncher gives dbus errors
process 2431: arguments to dbus_connection_unref() were incorrect, assertion "connection->generation == _dbus_current_generation" failed in file dbus-connection.c line 2822.
This is normally a bug in some application using the D-Bus library.
  D-Bus not built with -rdynamic so unable to print a backtrace
[1] 2431 abort (core dumped) vcmilauncher
-Compile/install vcmi-git from yaourt.
-point to data dir.
  #vcmiclient works just fine.
  #vcmilauncher gives above error.
 
No tags attached.
has duplicate 0002704resolved SXX Vcmilauncher doesn't start 
Issue History
2017-05-07 19:34truckercapNew Issue
2017-05-07 19:34truckercapStatusnew => assigned
2017-05-07 19:34truckercapAssigned To => Ivan
2017-05-08 00:03AVSNote Added: 0007011
2017-05-08 00:04AVSNote Edited: 0007011bug_revision_view_page.php?bugnote_id=7011#r3336
2017-05-08 20:25truckercapNote Added: 0007013
2017-07-22 12:06SXXAssigned ToIvan => SXX
2017-07-22 12:06SXXRelationship addedhas duplicate 0002704
2017-08-24 02:21SXXNote Added: 0007236
2017-08-24 02:21SXXStatusassigned => resolved
2017-08-24 02:21SXXFixed in Version => 1.next
2017-08-24 02:21SXXResolutionopen => fixed

Notes
(0007011)
AVS   
2017-05-08 00:03   
(edited on: 2017-05-08 00:04)
There are no usages of DBus in our codebase. May be smth wrong with QT

(0007013)
truckercap   
2017-05-08 20:25   
Thanks. I will look into this and report it where it belongs.


vcmilauncher starts without this error when launched as root.
(0007236)
SXX   
2017-08-24 02:21   
I just dropped SDL2 usage from launcher and implemented same feature with Qt functions:
https://github.com/vcmi/vcmi/commit/1110dd27d1e2be63a9edb3b90a6f90c228913ca8 [^]