You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you checked Github Issues for similar errors?
I have checked for other issues, but the only one that came up was unrelated to the issue whence this has arisen. Exception
Post the exception returned by Visual Studio
"Exception: System.Exception: Error compiling method 'SystemVoidSystemCProcessingProcMGRKStartSystemCProcessingCriProc': System.Exception: After interpreting stack types, nothing changed! (First instruction needing types = IL_0020: Ldvirtftn)"
** VS Output Logs **
Post the entire output log given by Visual Studio for the build https://pastebin.com/KuyrsEjX To Reproduce
Describe any changes done to a clean kernel for this error to occur.
Inserting a PITTimer with a possibly-defined abstract void will cause this error in IL2CPU Screenshots
If applicable, add screenshots to help explain your problem.
Context
Before posting please confirm that the following are in order
[Yes] Both Cosmos VS Extensions are installed
[Yes] The Cosmos nuget packages are installed
Add any other context about the problem which might be helpful.
I am running the latest devkit.
The text was updated successfully, but these errors were encountered:
This seems like a problem with il2cpu stack analysis. It might be fixed by changes with .net 5.0 but to be sure can you reproduce this issue while using fake classes (so new empty classes, not actual cosmos types), so I can easily reproduce this in unit testing?
Have you checked Github Issues for similar errors?
I have checked for other issues, but the only one that came up was unrelated to the issue whence this has arisen.
Exception
Post the exception returned by Visual Studio
"Exception: System.Exception: Error compiling method 'SystemVoidSystemCProcessingProcMGRKStartSystemCProcessingCriProc': System.Exception: After interpreting stack types, nothing changed! (First instruction needing types = IL_0020: Ldvirtftn)"
** VS Output Logs **
Post the entire output log given by Visual Studio for the build
https://pastebin.com/KuyrsEjX
To Reproduce
Describe any changes done to a clean kernel for this error to occur.
Inserting a PITTimer with a possibly-defined abstract void will cause this error in IL2CPU
Screenshots
If applicable, add screenshots to help explain your problem.
Context
Before posting please confirm that the following are in order
[Yes] Both Cosmos VS Extensions are installed
[Yes] The Cosmos nuget packages are installed
Add any other context about the problem which might be helpful.
I am running the latest devkit.
The text was updated successfully, but these errors were encountered: