pac3 icon indicating copy to clipboard operation
pac3 copied to clipboard

Legacy OGG part doesnt play anymore when CodecFix is installed to see Videos (HTML5) in Cinema

Open RazorWolvendom opened this issue 4 years ago • 1 comments

since the september release of CodecFix the patch makes it unable to hear OGG ScreenShot_20211225042223

without the patch ogg works fine in the OGG part before the patch ScreenShot_20211225041213

and after the patch ScreenShot_20211225041527

somehow Effects -> Web Sound and Legacy -> Web audio can still play OGG links and which can be heard

RazorWolvendom avatar Jan 01 '22 22:01 RazorWolvendom

To complement this problem there are also outputs in the console.

[PAC3] [OGG] The ScriptProcessorNode is deprecated. Use AudioWorkletNode instead. (https://bit.ly/audio-worklet) [PAC3] [OGG] Uncaught ReferenceError: lua is not defined

This is a general issue, not just limited to Cinema. Because the CodecFix updates the build-in CEF (Chrome Embedded Framework) to a newer version, which makes Deprecations of some API's. In this case it would be ScriptProcessorNode creation in these lines and should be replaced by AudioWorklet

Affected API's are:

CattoGamer avatar Jan 02 '22 00:01 CattoGamer

Third party patches are not supported and never will be.

[PAC3] [OGG] Uncaught ReferenceError: lua is not defined

Global lua should always be defined by gmod (after appropriate AddFunction), if it is not, then it is completely broken.

which makes Deprecations of some API's

pac3 was and is still targeting stable gmod branch in regards of everything aside url textures, but even then, it still use awesomium compatible structures.

DBotThePony avatar Jan 02 '22 04:01 DBotThePony

Third party patches are not supported and never will be.

[PAC3] [OGG] Uncaught ReferenceError: lua is not defined

Global lua should always be defined by gmod (after appropriate AddFunction), if it is not, then it is completely broken.

which makes Deprecations of some API's

pac3 was and is still targeting stable gmod branch in regards of everything aside url textures, but even then, it still use awesomium compatible structures.

for you information, your wont be able to talk you out like this with addin the "wontfix" tag. As soon as the developers of Garry's Mod update CEF to a new version, then this becomes a real problem.

CattoGamer avatar Jan 02 '22 11:01 CattoGamer