-
Notifications
You must be signed in to change notification settings - Fork 87
Crash on DNX451 under Mono 3.12.1 #68
Comments
Looks like the same issue as this one dotnet/aspnetcore#351 |
Hmm, curious. I cannot get that error but another one. My env is almost the same as yours: Arch Linux, same versions of Mono and DNX, but newer kernel revision (3.18.6-1-ARCH).
This error looks different with the one you got, though it also seems to relate to DataProtection. |
Going to try with Mono 4.1 built from |
Right, with Mono 4.1.0 build from master, I got:
When I created But this all looks to me like DataProtection is trying to do Windows things when it shouldn't. |
The first issue ("assertion at class.c") is #55, resolution is to update Mono. The registry issue is a regression, and we'll get to it shortly. Thanks for the report! |
Confirm that this has fixed the problem as long as using Mono 4.1 |
Ran into this running an MVC application using the nightly DNX bits; managed to narrow it down to this repro command-line project:
project.json:
Program.cs:
Crash text:
System Info:
The text was updated successfully, but these errors were encountered: