Elektrine lite

← Feed

@draeand@social.the-gdn.net

Post #2839384

2026-05-21 13:22 UTC

@pvagner Can you try with the just-pushed commit? I didn't know I had to initialize geomm and glibmm, so I just fixed that problem. It should in theory work fine now

Replies (1)

  • @pvagner@fedi.ml 2026-05-21 14:01

    @draeand@social.the-gdn.net Yeah, it now works. This issue is now fixed however I have found a new one. It crashes when it's asked to speak a string containing some non ascii characters such as "Café". >>> backend = ctx.acquire_best() >>> backend.speak("Hello") >>> backend.speak("Café") terminate called after throwing an instance of 'std::length_error' what(): basic_string::_M_create

    Open ##2839386