-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on Startup #5
Comments
Hey there, looking at things I need to update the module against a newer version of the game. Thanks for letting me know! |
I was able to build it with the updated dlls and there is no more errors. But from what I tested BabbleOsc.ListenLoop() never kicks off. I am not sure if this is an issue on my end. |
Skill issue on my end. I forgot the osccore.dll. No need to change any code. New dll with the new reference is all you need to fix it. |
Thank you! If you want to open a pr go ahead |
You just need to publish a rebuild of it. No code changes required. |
I am getting this error when the game launches:
[WARN] [ResoniteModLoader/ProjectBabbleResonite] System.MissingMethodException: void FrooxEngine.Mouth..ctor(FrooxEngine.InputInterface,string) at FrooxEngine.InputInterface.RegisterInputDriver (FrooxEngine.IInputDriver driver) [0x0001e] in <fd56a75ff6ac403bbb6aeeaa7ec82c26>:0 at ProjectBabbleResonite.BabbleResonite+InputInterfaceCtorPatch.Postfix (FrooxEngine.InputInterface __instance) [0x00026] in <1fd06b57a5654ce68071541f2235ee57>:0
The text was updated successfully, but these errors were encountered: