← Back to team overview

openshot.developers team mailing list archive

[Bug 445883] [NEW] Openshot crashes with segfault plus locale problem

 

Public bug reported:

Hi all,
Coming from Bug #442589 I'm filing a separate bug following Andy's recommendation.
First of all my congratulations for the good work with OpenShot. It's becoming a really must have app!!
I'm using Ubuntu 9.04 Jaunty Jackalope, 2.6.28-15-generic #52-Ubuntu SMP Wed Sep 9 10:49:34 UTC 2009 i686 GNU/Linux
I first installed OpenShot through .deb packages (openshot, dependencies and spanish language module) then when PPA option was released I went for it. I'm also experimenting the problem with VLC and Totem reported in separate bugs.
The current version of Openshot installled is 0.9.43.

I'm getting this error when adding an audio effect to a video clip or a sound clip and then trying both to play it or access the effect properties:
on_mnuClipProperties_activate
on_txtOut_value_changed
Traceback (most recent call last):
  File "/usr/share/openshot/windows/ClipProperties.py", line 478, in on_txtOut_value_changed
    local_in = float(self.txtIn.get_text())
ValueError: invalid literal for float(): 0,00000000000
on_cboKeyFrame_changed
on_cboSimpleSpeed_changed
GenerateXML for an Effect
Fallo de segmentación (NOTE: this line in spanish means "segmentation fault")


This is when trying to play an mp3 track with pitch effect:
on_tlbImportFiles_clicked called with self.tlbImportFiles
on_tlbPlay_clicked called with self.tlbPlay
GenerateXML for an Effect
Fallo de segmentación

This is when trying to access the effect properties to the same track:
on_tlbImportFiles_clicked called with self.tlbImportFiles
on_mnuClipProperties_activate
on_txtOut_value_changed
Traceback (most recent call last):
  File "/usr/share/openshot/windows/ClipProperties.py", line 478, in on_txtOut_value_changed
    local_in = float(self.txtIn.get_text())
ValueError: invalid literal for float(): 0,00000000000
on_cboKeyFrame_changed
on_cboSimpleSpeed_changed
GenerateXML for an Effect
Fallo de segmentación

Thanks

** Affects: openshot
     Importance: Undecided
         Status: New

-- 
Openshot crashes with segfault plus locale problem
https://bugs.launchpad.net/bugs/445883
You received this bug notification because you are a member of OpenShot
Developers, which is subscribed to OpenShot Video Editor.

Status in OpenShot Video Editor: New

Bug description:
Hi all,
Coming from Bug #442589 I'm filing a separate bug following Andy's recommendation.
First of all my congratulations for the good work with OpenShot. It's becoming a really must have app!!
I'm using Ubuntu 9.04 Jaunty Jackalope, 2.6.28-15-generic #52-Ubuntu SMP Wed Sep 9 10:49:34 UTC 2009 i686 GNU/Linux
I first installed OpenShot through .deb packages (openshot, dependencies and spanish language module) then when PPA option was released I went for it. I'm also experimenting the problem with VLC and Totem reported in separate bugs.
The current version of Openshot installled is 0.9.43.

I'm getting this error when adding an audio effect to a video clip or a sound clip and then trying both to play it or access the effect properties:
on_mnuClipProperties_activate
on_txtOut_value_changed
Traceback (most recent call last):
  File "/usr/share/openshot/windows/ClipProperties.py", line 478, in on_txtOut_value_changed
    local_in = float(self.txtIn.get_text())
ValueError: invalid literal for float(): 0,00000000000
on_cboKeyFrame_changed
on_cboSimpleSpeed_changed
GenerateXML for an Effect
Fallo de segmentación (NOTE: this line in spanish means "segmentation fault")


This is when trying to play an mp3 track with pitch effect:
on_tlbImportFiles_clicked called with self.tlbImportFiles
on_tlbPlay_clicked called with self.tlbPlay
GenerateXML for an Effect
Fallo de segmentación

This is when trying to access the effect properties to the same track:
on_tlbImportFiles_clicked called with self.tlbImportFiles
on_mnuClipProperties_activate
on_txtOut_value_changed
Traceback (most recent call last):
  File "/usr/share/openshot/windows/ClipProperties.py", line 478, in on_txtOut_value_changed
    local_in = float(self.txtIn.get_text())
ValueError: invalid literal for float(): 0,00000000000
on_cboKeyFrame_changed
on_cboSimpleSpeed_changed
GenerateXML for an Effect
Fallo de segmentación

Thanks



Follow ups

References