Vurv78 / WebAudio

A safe, efficient and powerful replacement for Streamcore that adds playing & manipulating URL streams through IGmodAudioChannel/BASS
https://steamcommunity.com/sharedfiles/filedetails/?id=2466875474
MIT License
18 stars 3 forks source link

No Function with Newest Version anymore #53

Closed oneandonlyjason closed 2 years ago

oneandonlyjason commented 2 years ago

Since the Server Updated to the Newest Workshop Version (v0.6.2) a Couple Days Ago the Addon has no Function anymore. This is the Error Message that Shows in E2

Image1

The E2Helper Search is also empty Image2 Image3

Andrew-Eathan commented 2 years ago

can comfirm, something about an invalid number 0b00000000000something, i can't say where this happens but it does

Vurv78 commented 2 years ago

I've known about this on IJWTB but I thought it was specific to their server. It works perfectly fine on my dev server.

From what you posted @Andrew-Eathan potentially binary number literals are broken on certain srcds versions?


Yep just tested it, works perfectly fine on my dev server, but binary literals are malformed on the Expressive server host. Although both are Windows x86 not on any branch??

So, this is a garrysmod issue if anything. Probably desynced luajit version from when binary literals were added ?

Vurv78 commented 2 years ago

yup some versions of gmod are on LuaJIT 2.0.4 while x86-64 is on 2.1.0-beta3, horrible https://github.com/Facepunch/garrysmod-issues/issues/4835

oneandonlyjason commented 2 years ago

Linux Server here, if that makes any Difference