Brian Bergh

Results 19 comments of Brian Bergh

This is the exception i get (i get it every time i set loop to true) System.NullReferenceException HResult=0x80004003 Message=Object reference not set to an instance of an object. Source=MonoGame.Framework StackTrace:...

Nope, didn't know there were any changes to the subject. Will test it as soon as possible.

I am unable to start the test project WindowsDX, i get this exception: System.EntryPointNotFoundException: 'Could not find the entrypoint for avformat_alloc_context.' I have copied the ffmpeg dll's, still it wont...

Hi, after updating the nuget package "FFmpeg.AutoGen" it all worked :) - Not i will test the loop function :P

Hi Hozuki. Loop seems a lot more stable now, however, when using the "Replay()" function a few times, i got this exception: ![vx_exception](https://user-images.githubusercontent.com/16006094/69887597-0e4f1d80-12e8-11ea-82dc-1da594b41b48.png) After retrying a few times, i got...

Hi Hozuki. I thought so :) Here is a more detailed exception on the "Key already exists" at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource) at System.Collections.Generic.SortedList`2.Add(TKey key, TValue value) at MonoGame.Extended.VideoPlayback.Extensions.SortedListExtensions.Enqueue[TKey,TValue](SortedList`2 list, TKey key,...

Hi again. Not sure if my previous post had code aligned, but this is from the latest head: ![vx_exception5](https://user-images.githubusercontent.com/16006094/69897884-2491c380-1352-11ea-8518-59caf3752d43.png)

Hi, i've just tested with a simple (but not necessary the best) solution: ![vx_exception6](https://user-images.githubusercontent.com/16006094/69897983-59eae100-1353-11ea-8e50-00e52a689e10.png) It does the trick, now i can SPAM Replay as much as i like, without any...

Great, thank you @hozuki :)