-
Notifications
You must be signed in to change notification settings - Fork 34
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
Uconomy broke after today's update #68
Comments
It seems some of the dependency libraries need to be updated. Here's the most recent I18N dlls from Unity: The next dependency seems to be MySQL.Data, but I'm not sure which package that is from. Still looking around but if you know that'd be much appreciated - helpful for others too I think! |
thank you, this solved the issue. and yes MySQL.Data wasnt needed. |
Glad to hear that did the job! Quickly putting System.Drawing here for someone else: |
The System.Drawing.dll fixed the problems on my servers. Thank you. |
paste the error logs |
how did you fix it?
|
[loading] Uconomy [unloading] Uconomy |
@IHTPSS it looks like you need a newer version of I18N.West.dll. I think the ones I provided before were from the unityjit folder. Hopefully it's the right one: |
so i have been using Uconomy plugin with rocketMod since very long time on my servers. But after today's update it is unable to load with some missing library error.
The libraries installed on correct location. and it was working fine before the update.
here is the exception.
10/13/2023 4:44:57 PM] [Info] [registered] /pay (fr34kyn01535.Uconomy.CommandPay/pay) [10/13/2023 4:44:57 PM] [Error] mscorlib >> Caught exception resolving dependency: I18N.West, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756 -> Exception in DoAssemblyResolve: System.BadImageFormatException: 0x0x7f3ecef34020 File name: 'In Memory assembly' at (wrapper managed-to-native) System.AppDomain.LoadAssemblyRaw(System.AppDomain,byte[],byte[],System.Security.Policy.Evidence,bool) at System.AppDomain.Load (System.Byte[] rawAssembly, System.Byte[] rawSymbolStore, System.Security.Policy.Evidence securityEvidence, System.Boolean refonly) [0x0000e] in <2161c9885dd04ff291b79db9349c4b9b>:0 at System.AppDomain.Load (System.Byte[] rawAssembly, System.Byte[] rawSymbolStore, System.Security.Policy.Evidence securityEvidence) [0x00000] in <2161c9885dd04ff291b79db9349c4b9b>:0 at (wrapper remoting-invoke-with-check) System.AppDomain.Load(byte[],byte[],System.Security.Policy.Evidence) at System.AppDomain.Load (System.Byte[] rawAssembly) [0x00000] in <2161c9885dd04ff291b79db9349c4b9b>:0 at (wrapper remoting-invoke-with-check) System.AppDomain.Load(byte[]) at System.Reflection.Assembly.Load (System.Byte[] rawAssembly) [0x00005] in <2161c9885dd04ff291b79db9349c4b9b>:0 at Rocket.Core.Plugins.RocketPluginManager.<Awake>b__12_0 (System.Object sender, System.ResolveEventArgs args) [0x00049] in <59a13feb721848c8b0cd173f6d0e820b>:0 [10/13/2023 4:44:57 PM] [Error] Could not find dependency: I18N.West, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756 [10/13/2023 4:44:57 PM] [Error] Failed to load Uconomy, unloading now... :System.IO.FileNotFoundException: Could not load file or assembly 'I18N.West, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' or one of its dependencies. File name: 'I18N.West, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' at fr34kyn01535.Uconomy.Uconomy.Load () [0x00006] in <3c081c2693ff4a59b9facc1a1b5ac850>:0 at Rocket.Core.Plugins.RocketPlugin.LoadPlugin () [0x00033] in <59a13feb721848c8b0cd173f6d0e820b>:0 [10/13/2023 4:44:57 PM] [Info] [unloading] Uconomy
and here are the installed libraries
Someone advised me to remove both dlls with .v4, but it didnt solved the problem.
I have checked other servers who are using uconomy, they are facing the same problem.
Did the recent update changed something? or any idea how to fix it?
The text was updated successfully, but these errors were encountered: