Otozinclus
Otozinclus
CC#
Created by Otozinclus on 10/7/2024 in #help
.net does work with Android Studio on Mac M3
Thank you regardless though. It's not like I am in a hurry anyway
38 replies
CC#
Created by Otozinclus on 10/7/2024 in #help
.net does work with Android Studio on Mac M3
As far as I know, no Ryujinx based project was taken down yet by Nintendo. Only GDK took his ones down by himself, after his deal with Nintendo But sure, I understand of course that people are more careful with Nintendo
38 replies
CC#
Created by Otozinclus on 10/7/2024 in #help
.net does work with Android Studio on Mac M3
You mean the terminal inside android studio, the one you open with F12? There it says v9 RC1 as well
38 replies
CC#
Created by Otozinclus on 10/7/2024 in #help
.net does work with Android Studio on Mac M3
I will for sure do it when I am home in about 2 hours, thank you
38 replies
CC#
Created by Otozinclus on 10/7/2024 in #help
.net does work with Android Studio on Mac M3
Yes
38 replies
CC#
Created by Otozinclus on 10/7/2024 in #help
.net does work with Android Studio on Mac M3
That is what I remember
38 replies
CC#
Created by Otozinclus on 10/7/2024 in #help
.net does work with Android Studio on Mac M3
It searched for command first in a specific project folder and if it is not present, it searches for a general 'dotnet' command
38 replies
CC#
Created by Otozinclus on 10/7/2024 in #help
.net does work with Android Studio on Mac M3
And thank you already for your help
38 replies
CC#
Created by Otozinclus on 10/7/2024 in #help
.net does work with Android Studio on Mac M3
I did not start any command manually, but the build script has some dotnet commands. I am currently not at home, but I can send you more detail when I am home
38 replies
CC#
Created by Otozinclus on 10/7/2024 in #help
.net does work with Android Studio on Mac M3
I assume the error maybe has something to do with Android Studio not finding dotnet somehow
38 replies
CC#
Created by Otozinclus on 10/7/2024 in #help
.net does work with Android Studio on Mac M3
When I type in "dotnet --version" in the console, it says I have dotnet v9 RC1 installed
38 replies
CC#
Created by Otozinclus on 10/7/2024 in #help
.net does work with Android Studio on Mac M3
I try to compile following project: https://github.com/emmauss/Ryujinx/tree/libryujinx_bionic I try to build it by opening it in Android Studio and clicking on build. The project gets build with gradle, there is a gradle build file and gradle settings and everything else necessary The error was "return value non Zero: 1" on the command dotnet. I don't know when it returns value 1, I assume this happens when it fails extremely early, like not having dotnet installed or not finding it or similar. The error happened on the task "compileLibRyujinx" However, after I updated to the new Ladybug version (was on Koala previosly), the error changed. Now I have following: FAILURE: Build failed with an exception * What went wrong: Execution failed for task ":libryujinx:compileLibRyujinx" A problem occured starting process 'command 'dotnet'' Then it states the exceptions, which are org.gradle.api.tasks.TaskExecutionException ; net.rubygrapefruit.platform.NativeException ; java.io.IOException All of them said they were unable to start the command 'dotnet' I previosly tried building it on Windows the same way and it worked, just failed later when compiling because of too long filenames, therefore I try it on mac
38 replies
CC#
Created by Otozinclus on 8/9/2024 in #help
Include files only on a specific platform
How can I do this?
15 replies