NuclearPowered / Reactor

Modding api for Among Us
https://reactor.gg
GNU Lesser General Public License v3.0
225 stars 43 forks source link

RPC Method Potential Bug #61

Closed xxomega77xx closed 2 years ago

xxomega77xx commented 2 years ago

I am unsure as to why with the newest update of AU the RPC Methods I had in place now throw a null reference error, I am not getting any inline code errors but the attached log should give some insight.

LogOutput.log

js6pak commented 2 years ago

The error message probably should be made more clear, but the issue is on your side. 2022.8.23 added an additional optional parameter to SoundManager#PlaySound thus breaking binary compatiblity, make sure you are targeting 2022.8.23 when compiling your mod.

xxomega77xx commented 2 years ago

Thanks now I feel stupid compiled correctly and working now ugh