-
Notifications
You must be signed in to change notification settings - Fork 92
System.NotSupportedException: Encoding 37 data could not be found. (Error on Build) #20
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
Comments
A cursory google search suggests that you might not be bundling the correct internationalization code pages when you make your build if you are targeting Android or iOS. I believe you will need to update the generated Android or iOS project build configuration to enable the |
Thanks for the response.
I've attached the main C# and Python scripts. If that's not sufficient then maybe I can send the whole project folder. |
In the future, it would be nice if you could provide a more minimal example. No worries though, just a heads up for next time as it would make investigating this easier since there are less variables I have to consider. Generally speaking, if it works in the Editor but not in your build and your target platform is PC/Mac, the Editor is using a DLL that it isn't copied over to the build. In your case, it looks like the
Mine happens to be here:
Judging by the fact that this is a core python library and this is the second time I've received an issue related to this problem, it seems that these DLLs might be required quite often. I may have to look into making this issue easier to deal with, but it will probably be related to the solution for #21. |
This seems to fix the problem. Thanks a lot, and yes I'll keep in mind to give simpler examples next time. |
This plugin works just fine in the editor, but I get a werid error on the build. The way I'm starting the script goes something like this:
The python script I am using uses the threading and Queue libraries, if that helps.
Full Error:
The text was updated successfully, but these errors were encountered: