-
jf-coulon pushed 1 commit(s) to refs/heads/master in the dvd95 Git repository of the dvd95 project.
2009-12-18 20:15:10 UTC by jf-coulon
-
Thanks! closing the bug.
2009-12-01 19:04:47 UTC by Dries Harnie
-
dvd95 crashed with SIGSEGV in g_cclosure_marshal_VOID__VOID()
ProblemType: Crash
Architecture: i386
Date: Wed Oct 7 08:44:44 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/dvd95
NonfreeKernelModules: nvidia
Package: dvd95 1.5p3-0ubuntu1
ProcCmdline: dvd95
ProcEnviron:
LANG=en_US.UTF-8
SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-11.38-generic
SegvAnalysis...
2009-12-01 12:50:49 UTC by quadrispro
-
Patch commited to git repo.
2009-11-27 21:00:00 UTC by jf-coulon
-
Hi,
This is a multi-angle (block_mode) error, should be fixed in git repository source tree.
2009-11-27 20:57:14 UTC by jf-coulon
-
jf-coulon pushed 1 commit(s) to refs/heads/master in the dvd95 Git repository of the dvd95 project.
2009-11-27 20:41:26 UTC by jf-coulon
-
jf-coulon pushed 1 commit(s) to refs/heads/master in the dvd95 Git repository of the dvd95 project.
2009-11-27 20:11:56 UTC by jf-coulon
-
Doesn't work for me either. This is on Ubuntu 9.04 Karmic too.
What error do you get? This is what I get:
> vlc PC_DVD_01.iso
VLC media player 1.0.2 Goldeneye
[0xf66e08] main interface error: no interface module matched "globalhotkeys,none"
[0xf66e08] main interface error: no suitable interface module
[0xe52888] main libvlc error: interface "globalhotkeys,none" initialization failed...
2009-11-26 05:04:09 UTC by tylerrick
-
Hello,
I used DVD95 today and noticed that there was a lot of text in the
bottom list that shouldn't be there.
That text is caused by an unnecessary gettext call to translate "".
Please find attached a patch that removes these calls and fixes the UI.
Also find attached an updated english translation.
Regards,
Dries.
2009-11-18 22:42:28 UTC by Dries Harnie
-
for example in dvdbackup.c:1578
res = system( sysCmd );
the variable res is not used. There should be an check and message dialog in case of error (or at least fprintf(stderr, "system (%s) returned error", cmd)
2009-11-16 09:52:20 UTC by xmlich02