MattLivingston / voiceid

Automatically exported from code.google.com/p/voiceid
0 stars 0 forks source link

ConvertToImage error with voiceidplayer #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to start voiceidplayer

What is the expected output? What do you see instead?
The GUI to show up

What version of the product are you using? On what operating system?
Voiceid.02 for OSX 

Please provide any additional information below.
- Running OS X 10.8.4
- Python 2.7 32 bit
- Tried with mplayer and mplayer2

Stack Trace: 
$ voiceidplayer
['/Library/Frameworks/Python.framework/Versions/2.7/bin/voiceidplayer']
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/2.7/bin/voiceidplayer", line 1145, in <module>
    app = App(sys.argv, redirect=False)
  File "/Library/Frameworks/Python.framework/Versions/2.7/bin/voiceidplayer", line 1137, in __init__
    self.controller = Controller(self, cl_args)
  File "/Library/Frameworks/Python.framework/Versions/2.7/bin/voiceidplayer", line 95, in __init__
    self.player = Player(self.frame)
  File "/Library/Frameworks/Python.framework/Versions/2.7/bin/voiceidplayer", line 646, in __init__
    self.controlSizer = self.build_player_controls()
  File "/Library/Frameworks/Python.framework/Versions/2.7/bin/voiceidplayer", line 728, in build_player_controls
    self.build_btn(btn, controlSizer)
  File "/Library/Frameworks/Python.framework/Versions/2.7/bin/voiceidplayer", line 710, in build_btn
    name=btnDict['name'])
  File "/usr/local/lib/wxPython-unicode-2.8.12.0/lib/python2.7/site-packages/wx-2.8-mac-unicode/wx/lib/buttons.py", line 404, in __init__
    self.SetBitmapLabel(bitmap)
  File "/usr/local/lib/wxPython-unicode-2.8.12.0/lib/python2.7/site-packages/wx-2.8-mac-unicode/wx/lib/buttons.py", line 441, in SetBitmapLabel
    image = wx.ImageFromBitmap(bitmap)
  File "/usr/local/lib/wxPython-unicode-2.8.12.0/lib/python2.7/site-packages/wx-2.8-mac-unicode/wx/_core.py", line 3473, in ImageFromBitmap
    val = _core_.new_ImageFromBitmap(*args, **kwargs)
wx._core.PyAssertionError: C++ assertion "Ok()" failed at 
/BUILD/wxPython-src-2.8.12.0/src/mac/carbon/bitmap.cpp(1360) in 
ConvertToImage(): invalid bitmap

Original issue reported on code.google.com by actongor...@gmail.com on 8 Sep 2013 at 4:48

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
https://code.google.com/p/voiceid/issues/detail?id=16#c1

Original comment by michelaf...@gmail.com on 11 Sep 2013 at 12:10

GoogleCodeExporter commented 9 years ago

Original comment by maurome...@gmail.com on 15 Feb 2014 at 4:22