Open GoogleCodeExporter opened 9 years ago
Compiling against .NET 4.0 Client Profile I receive this error as wel. The
error dissapears however when I compile against .NET 2.0.
Original comment by l.ordelm...@gmail.com
on 23 Feb 2012 at 10:48
Thank you very much, I'll try to port it to .net 4.0 as i need this on XNA 4.0
:)
Original comment by francesc...@gmail.com
on 26 Feb 2012 at 11:31
Same problem here traying to use FFmpegSharp on a .NET 4 project:
"Attempted to read or write protected memory. This is often an indication that
other memory is corrupt."
On 'int byteCount = FFmpeg.avcodec_decode_video(ref m_avCodecCtx, m_avFrame,
out frameFinished, (byte*)packet.data, packet.size);'
Regards.
Original comment by DiegoRos...@gmail.com
on 28 Feb 2012 at 12:18
I have the same problem with also a .Net 4.0 project. But i cannot go back to
2.0.
The error happens occasionally:
"Attempted to read or write protected memory. This is often an indication that
other memory is corrupt."
has anyone a solution or workaround for this ?
Original comment by funkyfac...@gmail.com
on 4 Apr 2012 at 9:11
Hey
Did anyone every solve this?
I've been trying for days now! At first I thought it was due to the Calling
Convention changes in P/Invoke from .Net3.5 to .Net4.0 but I've tried
everything around this.
Annoyingly the project FFmpeg.AutoGen does work in .Net4.0 projects but when
converting this project over I get other issues!
Cheers
Dave
Original comment by darkviso...@gmail.com
on 15 Aug 2013 at 2:42
Original issue reported on code.google.com by
francesc...@gmail.com
on 20 Feb 2012 at 4:07