-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Doesn't work on macOS with big files #2
Labels
bug
Something isn't working
Comments
@VolodymyrBS Using Unity's built-in mono, the build was failed.
Using the new version of mono, the build was successful.
Response file: test_rsp |
Plans:
|
Fixed in 1.1.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compiler fails to compile the file with error.
To Reproduce
Steps to reproduce the behavior:
Environment:
Additional context
Probably it's related to this issue
mono/mono#12603
ILSpy shows that System.Text.Encoding.CodePages.dll library inside Microsoft.Net.Compiler package use WinApi
Note: Can't share the original project but only part of it enough to reproduce the error.
Note: Error will also occure if you try to directly call
mono <path to downloaded csc.exe> <path to RealExplosion.cs>
The text was updated successfully, but these errors were encountered: