Skip to content
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

Open
aman7 opened this issue Oct 14, 2023 · 5 comments
Open

Uconomy broke after today's update #68

aman7 opened this issue Oct 14, 2023 · 5 comments

Comments

@aman7
Copy link

aman7 commented Oct 14, 2023

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
image

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?

@SDGNelson
Copy link
Member

It seems some of the dependency libraries need to be updated. Here's the most recent I18N dlls from Unity:
I18N.zip

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!

@aman7
Copy link
Author

aman7 commented Oct 14, 2023

thank you, this solved the issue. and yes MySQL.Data wasnt needed.

@SDGNelson
Copy link
Member

Glad to hear that did the job!

Quickly putting System.Drawing here for someone else:
System.Drawing.zip

@robbertgroen
Copy link

The System.Drawing.dll fixed the problems on my servers. Thank you.

@aman7
Copy link
Author

aman7 commented Nov 1, 2023

So I tryed to run System.Drawning.dll and I18N.dlls at the same time and singly but it didnt fixed the ZaupShop or other plugins. Im not rlly experienced in this area does anyone know what the issue might be?

paste the error logs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants