bah.theoraplayer examples throw an access violation

Started by spazzy, March 29, 2018, 19:28:07

Previous topic - Next topic

spazzy

Hi everyone,

I'm trying to compile/run a program I wrote on a different computer (Windows 7 x64) on my current computer (Windows 10 x64) and the libtheoraplayer module keeps throwing EXCEPTION_ACCESS_VIOLATION windows. Does anyone know if I am missing some dependency in Win10 that I didn't need in Win7?..or how I can fix this? I can neither get the .exe I compiled on the Win7 computer nor can I get the file to run after compiling it myself -- I get a runtime error either way.

Specifically, the issue happens after calling

d.clip = d.manager.createVideoClip(d.filename, TH_RGB, 100)', TH_RGB, 1000)


where manager is of type TTheoraVideoManager.

I've tried installing Windows 10's Web Media Extensions: https://www.microsoft.com/en-us/store/p/web-media-extensions/9n5tdp8vcmhs?tduid=(9ad1586ba30e65066dcc0c596922e5c4)(259740)(2804580)()()

I should note that the issue also arises with the examples included with the module.