trev
trev
CC#
Created by trev on 10/14/2023 in #help
❔ Issue loading assembly on custom runtime host [Android ARM64]
hey everyone, hopefully im fine to ask this here since it's a pretty specific question i'm trying to port a unity mod loader to android which sets up a .net runtime with a custom rust assembly i've gotten to a point where the c# code does run, but once it's finished, everything crashes i've figured out that it is due to this function call if i remove all the code after that (other than the Ok(()) for error handling), it crashes, but if i comment out that line, it runs fine there isn't a stacktrace from any side, but i attached the logcat/corehost trace just in case the same code works perfectly fine in windows x64 so this is specific to either linux-bionic or arm64
5 replies
CC#
Created by trev on 9/6/2023 in #help
✅ MSBuild/dotnet CLI SDK error: "The SDK 'Microsoft.NET.Sdk' specified could not be found."
hey everyone, i've been having a weird problem with the dotnet cli and msbuild that i haven't been able to find much information about online if i try to use roslynpad or do anything with the dotnet cli, this errors like this are thrown at me https://pastebin.com/TugtmA9B i'm able to create and build projects in visual studio (2022 community, if it matters) just fine, just the dotnet cli is broken as far as i know i've uninstalled and reinstalled visual studio, dotnet cli, and all runtimes and sdks i had yet nothing seemed to change dotnet --info if wanted: https://pastebin.com/y7bZTx4R
4 replies