-
Notifications
You must be signed in to change notification settings - Fork 150
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
Is it possible that the V8ICUData.ResourceName
constant in some cases is null?
#402
Comments
Hi Andrey, At first glance, that seems unlikely. As you can see, Also, forcing that argument to
Interestingly, the Mono runtime does produce the default "Value cannot be null" message. Do you know if your issue was reported by someone using Mono? In any case, please let us know if you find a way to reproduce this issue. Thanks! |
Unfortunately, I have not yet received a detailed description of this error from @timheuer. |
Hi Andrey, Please feel free to reopen this issue if you find a way to reproduce the problem. Thanks! |
OK |
Hello!
I was recently informed about a strange error.
According to the description (
Value cannot be null. (Parameter 'name')
), this error occurs when reading a resource. And it seems that this error began to occur after updating the Microsoft ClearScript.V8 library from version 7.2.1 to 7.3.1.I have only one explanation for this error: an unsafe
V8Proxy.InitializeICU
method in some cases cannot get a value of theV8ICUData.ResourceName
constant.The text was updated successfully, but these errors were encountered: