[Bug 2035093] Re: "Invalid argument" at burning DVD
Paolo Berti
2035093 at bugs.launchpad.net
Thu Jan 18 10:50:38 UTC 2024
HELP FOR A RESOLVE
The bug is described and a diagnosis is given here: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=794868
It gives this patch to the growisofs_mmc.cpp file as a definitive solution:
________________________________________________________________________
- if (!(errcode=cmd.transport (WRITE,(void *)buff,size)))
+ if (!(errcode=cmd.transport (WRITE,(void *)buff,nbl*2048)))
break;
________________________________________________________________________
In the source package of dvd+rw-7.1-14build1 (used by Ubuntu 20.04.6), the file growisofs_mmc.cpp has, at line n. 527, exactly:
if (!(errcode=cmd.transport (WRITE,(void *)buff,size)))
So corrected as above can resolve the bug.
I am not a c++ expert and am not able to do it by my self.
** Bug watch added: Debian Bug tracker #794868
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=794868
--
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to k3b in Ubuntu.
https://bugs.launchpad.net/bugs/2035093
Title:
"Invalid argument" at burning DVD
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/k3b/+bug/2035093/+subscriptions
More information about the kubuntu-bugs
mailing list