I got this error with a .dll and I'm trying to fix it:
https://pastebin.com/raw/tDDbb93n
The error is on the following line:
Logger.n("Saving {0}", new object[]);
Thanks.
Hello and Welcome to Stack Overflow! It is quite simple actually: all you have to do is to declare the size of your array on the line you create and use it. Instead of new object[] you could try new object[32]. (or any size that helps you)
Hope this helps! ^^
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With