Aurelius
Aurelius
CC#
Created by Aurelius on 1/26/2024 in #help
macOS console app build won't open native dylibs dependencies
Not sure what might have happened but I apparently had incorrect cross platform code and it was looking for a .so rather than a dylib, so the issue is fixed now!
2 replies
CC#
Created by Aurelius on 3/21/2023 in #help
✅ Ported an app to .NET 7, rebuild all my dependencies, app refuses to load them
I accidentally figured out the cause: Apparently, dotnet projects don't like having their bin/obj shared. By moving the projects to each source subfolder, all the problems seem to have been fixed!
92 replies
CC#
Created by Aurelius on 3/21/2023 in #help
✅ Ported an app to .NET 7, rebuild all my dependencies, app refuses to load them
it was failing to load, so it does matter
92 replies
CC#
Created by Aurelius on 3/21/2023 in #help
✅ Ported an app to .NET 7, rebuild all my dependencies, app refuses to load them
the nuget packages don't have net7 versions
92 replies
CC#
Created by Aurelius on 3/21/2023 in #help
✅ Ported an app to .NET 7, rebuild all my dependencies, app refuses to load them
92 replies
CC#
Created by Aurelius on 3/21/2023 in #help
✅ Ported an app to .NET 7, rebuild all my dependencies, app refuses to load them
the only dependency it has is my Core project, which works since my Player project runs
92 replies
CC#
Created by Aurelius on 3/21/2023 in #help
✅ Ported an app to .NET 7, rebuild all my dependencies, app refuses to load them
I even tried removing most of its code and it still doesn't work
92 replies
CC#
Created by Aurelius on 3/21/2023 in #help
✅ Ported an app to .NET 7, rebuild all my dependencies, app refuses to load them
I already tried using asmspy, ilspy, procmon, fusion, dependency walker, and I still can't figure out why my editor DLL won't load
92 replies
CC#
Created by Aurelius on 3/21/2023 in #help
✅ Ported an app to .NET 7, rebuild all my dependencies, app refuses to load them
Newtonsoft was failing to load because I had two assemblies using two different versions of another assembly (since newtonsoft was 6 and my other assembly 7)
92 replies
CC#
Created by Aurelius on 3/21/2023 in #help
✅ Ported an app to .NET 7, rebuild all my dependencies, app refuses to load them
Newtonsoft was failing to load for me
92 replies
CC#
Created by Aurelius on 3/21/2023 in #help
✅ Ported an app to .NET 7, rebuild all my dependencies, app refuses to load them
Newtonsoft json also doesn't have a net7 version on nuget
92 replies
CC#
Created by Aurelius on 3/21/2023 in #help
✅ Ported an app to .NET 7, rebuild all my dependencies, app refuses to load them
Glfwnet depends on glfw to work, and at least at the time didn't have net7 version
92 replies
CC#
Created by Aurelius on 3/21/2023 in #help
✅ Ported an app to .NET 7, rebuild all my dependencies, app refuses to load them
Newtonsoft.Json was for .NET 6 while I was using .NET 7, so I recompiled it to 7 and now at least the Player project works. the Editor project still doesn't work unfortunately.
92 replies
CC#
Created by Aurelius on 3/21/2023 in #help
✅ Ported an app to .NET 7, rebuild all my dependencies, app refuses to load them
now only one of the projects doesn't work
92 replies
CC#
Created by Aurelius on 3/21/2023 in #help
✅ Ported an app to .NET 7, rebuild all my dependencies, app refuses to load them
however I just used asmspy to list my assembly references at least and solved some of the problem
92 replies
CC#
Created by Aurelius on 3/21/2023 in #help
✅ Ported an app to .NET 7, rebuild all my dependencies, app refuses to load them
I don't know what dependency is missing, because the tools I used so far don't tell me
92 replies
CC#
Created by Aurelius on 3/21/2023 in #help
✅ Ported an app to .NET 7, rebuild all my dependencies, app refuses to load them
some dependencies are native and are imported as native DLLs
92 replies
CC#
Created by Aurelius on 3/21/2023 in #help
✅ Ported an app to .NET 7, rebuild all my dependencies, app refuses to load them
I'm using VS 2022 and C#
92 replies
CC#
Created by Aurelius on 3/21/2023 in #help
✅ Ported an app to .NET 7, rebuild all my dependencies, app refuses to load them
^
92 replies
CC#
Created by Aurelius on 3/21/2023 in #help
✅ Ported an app to .NET 7, rebuild all my dependencies, app refuses to load them
I can't figure out why because the tools you would use for this don't work for giving details of the problem
92 replies