code-google-com / turnip-town

Automatically exported from code.google.com/p/turnip-town
0 stars 0 forks source link

Error from log when using with Wine (GW 0.330) #95

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
WindowsError: exception: access violation writing 0x00000000
Traceback (most recent call last):
  File "gw.py", line 1650, in OnPlayListPlayClick
  File "gw.py", line 1866, in PlaySong
  File "gw.py", line 2726, in GetSongArt
  File "gw.py", line 2747, in SetImage
  File "wx\_gdi.pyo", line 618, in ConvertToImage

wx._core.PyAssertionError: C++ assertion "bmp.Ok()" failed at 
..\..\src\msw\dib.cpp(148) in wxDIB::Create(): wxDIB::Create(): invalid bitmap
Traceback (most recent call last):
  File "gw.py", line 26, in <module>
ImportError: cannot import name langlistctrl
Traceback (most recent call last):
  File "gw.py", line 26, in <module>
ImportError: cannot import name langlistctrl
Traceback (most recent call last):
  File "gw.py", line 26, in <module>
ImportError: cannot import name langlistctrl
Traceback (most recent call last):
  File "gw.py", line 22, in <module>
  File "wx\__init__.pyo", line 45, in <module>

  File "wx\_core.pyo", line 4, in <module>

  File "wx\_core_.pyo", line 12, in <module>

  File "wx\_core_.pyo", line 10, in __load
    
ImportError: DLL load failed: Module not found

Original issue reported on code.google.com by jonathan...@gmail.com on 13 Jan 2011 at 4:10

GoogleCodeExporter commented 9 years ago
Did 0.331 fix it?

Original comment by 11y3y3y3...@gmail.com on 25 Jan 2011 at 2:40

GoogleCodeExporter commented 9 years ago
Perfect! =D

You're a genius!

Original comment by jonathan...@gmail.com on 25 Jan 2011 at 4:44

GoogleCodeExporter commented 9 years ago
Ok, not quite. It works, but it crashes randomly. I'll get back in a while when 
I figure out why.

Original comment by jonathan...@gmail.com on 25 Jan 2011 at 6:32

GoogleCodeExporter commented 9 years ago
Alright, from what I gather, this time it starts up and plays the song of my 
choice. If I choose to play another song while a song is still playing, it 
crashes and unfortunately, doesn't give an error log. If I press the stop 
button first and then hit play for the next song, no problem!

However, if I don't touch GW at all, it continues to play the songs in the 
playlist perfectly. It also now downloads the song to the folder specified 
(since it never did this before).

Just a reminder, these are problems I have found only in Wine.

Great job otherwise!

Original comment by jonathan...@gmail.com on 25 Jan 2011 at 7:32

GoogleCodeExporter commented 9 years ago
Got a crash report: http://code.google.com/p/turnip-town/issues/detail?id=98

Original comment by jonathan...@gmail.com on 26 Jan 2011 at 12:11