Defect #221
closedCan't serialize message of type "Protos.GUI.Language" because it is missing required fields: language.lang
0%
Description
I'm on 64-bit Gentoo Linux and downloaded the .deb file. After extracting the files and running DLAN.GUI it immediately crashes with the error below:
libprotobuf FATAL google/protobuf/message_lite.cc:229] CHECK failed: IsInitialized(): Can't serialize message of type "Protos.GUI.Language" because it is missing required fields: language.lang
terminate called after throwing an instance of 'google::protobuf::FatalException'
what(): CHECK failed: IsInitialized(): Can't serialize message of type "Protos.GUI.Language" because it is missing required fields: language.lang
Aborted
I currently have installed: dev-libs/protobuf-2.4.0a
I also checked out the sources from the repository and tried to build it from scratch. The building succeeds :), but sadly it also crashes with the same error as above.