Hi,

If you replace review_wdgt.py with the attached file, it will print out the 
command it uses to start mplayer, which would be useful debug information.

Meanwhile, I will also try to get access to a linux machine, so that I can more 
easily debug this.

As for commenting out the whole block, it’s possible that we no longer need it, 
so deleting everything  would be a better option.

I will also look into the compacting bug.

Cheers,

Peter

From: [email protected] 
[mailto:[email protected]] On Behalf Of David Bailey
Sent: 08 October 2015 18:48
To: mnemosyne-proj-users <[email protected]>
Subject: [mnemosyne-proj-users] Re: Bug report

Hello again,

First thing, I tried adding an image card before patching; with and without 
unicode, there were no errors and the image was displayed properly.

Secondly, the patch fixed the error but I'm still not getting any sound -- 
mplayer is (and already was) installed and in my path. I tested mplayer from 
the command line and there were no problems, so something's wrong with the 
Python library you're using or Mnemosyne's own code.

BTW to fix the unicode audio bug you can probably just change 
"file:///<file:///\\>" to "file://" in the replace function call, instead of 
commenting out the whole block of code. The problem was that the leading slash 
was missing, after all!

Also, I found yet another bug where Mnemosyne crashes after running 'compact' 
from the menu. Command line output:

QObject::setParent: Cannot set parent, new parent is in a different thread
QObject::installEventFilter(): Cannot filter events for objects in a different 
thread.
X Error: BadIDChoice (invalid resource ID chosen for this connection) 14
  Major opcode: 1 (X_CreateWindow)
  Resource id:  0x260002f
X Error: BadIDChoice (invalid resource ID chosen for this connection) 14
  Extension:    139 (RENDER)
  Minor opcode: 4 (RenderCreatePicture)
  Resource id:  0x2600030
python2: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.
.

-- 
You received this message because you are subscribed to the Google Groups 
"mnemosyne-proj-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mnemosyne-proj-users/188fb7daac6443759cda31675d45cb3a%40xmail102.UGent.be.
For more options, visit https://groups.google.com/d/optout.

Attachment: review_wdgt.py
Description: review_wdgt.py

Reply via email to