bill-auger / av-caster

A light-weight native gStreamer GUI for screencast, webcam, and audio recording and streaming
Other
87 stars 15 forks source link

Crash on startup on ArchLinux #29

Closed blue112 closed 8 years ago

blue112 commented 8 years ago

On an up-to-date archlinux, after manual compilation with make:

$ gdb ./av-caster-dbg
...
Program received signal SIGSEGV, Segmentation fault.
0x0000000000494222 in juce::CharPointer_UTF8::getAndAdvance (this=0x7fffffffdb90)
    at ../../JuceLibraryCode/modules/juce_core/text/juce_CharPointer_UTF8.h:153
153         const signed char byte = (signed char) *data++;
bill-auger commented 8 years ago

could you show me the full stack trace or at least which point in the av-caster sources that triggers this ?

this error is referring to some string literal - have you entered some unicode anywhere into the GUI ?

did you have av-caster running on the same machine previously ? if so try deleting the prefs file at ~/.av-caster/av-caster.bin

bill-auger commented 8 years ago

closing due to no activity