Open Elegantwolf opened 2 years ago
This is most likely an issue with the generated nuget dependencies, you might have to regenerate them - please check the guide on our old repo: https://github.com/goatcorp/xlcore-flatpak
Feel free to reopen if that doesn't work.
This is most likely an issue with the generated nuget dependencies, you might have to regenerate them - please check the guide on our old repo: https://github.com/goatcorp/xlcore-flatpak
Feel free to reopen if that doesn't work.
Thanks for your reply.
I have referred to that guide about nuget-dependencies.json and tried to regenerate dependencies.
curl -LO https://github.com/flatpak/flatpak-builder-tools/blob/master/dotnet/flatpak-dotnet-generator.py
won't work, I download flatpak-dotnet-generator.py and run myself.
There's no error, but I believe it failed to regenerate all dependencies.
Full log below.
root@debian:/home/elegantwolf/Downloads/CN/XIVLauncher-flatpak/FFXIVQuickLauncher/src/XIVLauncher.Core# python3 flatpak-dotnet-generator.py nuget-dependencies.json XIVLauncher.Core.csproj
Note that the directory
'/root/.local/share/flatpak/exports/share'
is not in the search path set by the XDG_DATA_DIRS environment variable, so
applications installed by Flatpak may not appear on your desktop until the
session is restarted.
Welcome to .NET 6.0!
---------------------
SDK Version: 6.0.400
----------------
Installed an ASP.NET Core HTTPS development certificate.
To trust the certificate run 'dotnet dev-certs https --trust' (Windows and macOS only).
Learn about HTTPS: https://aka.ms/dotnet-https
----------------
Write your first app: https://aka.ms/dotnet-hello-world
Find out what's new: https://aka.ms/dotnet-whats-new
Explore documentation: https://aka.ms/dotnet-docs
Report issues and find source on GitHub: https://github.com/dotnet/core
Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli
--------------------------------------------------------------------------------------
Determining projects to restore...
Restored /home/elegantwolf/Downloads/CN/XIVLauncher-flatpak/FFXIVQuickLauncher/src/XIVLauncher.Common.Unix/XIVLauncher.Common.Unix.csproj (in 30.94 sec).
Restored /home/elegantwolf/Downloads/CN/XIVLauncher-flatpak/FFXIVQuickLauncher/src/XIVLauncher.Common.Windows/XIVLauncher.Common.Windows.csproj (in 30.96 sec).
Restored /home/elegantwolf/Downloads/CN/XIVLauncher-flatpak/FFXIVQuickLauncher/src/XIVLauncher.VersionGenerator/XIVLauncher.VersionGenerator.csproj (in 45.98 sec).
Restored /home/elegantwolf/Downloads/CN/XIVLauncher-flatpak/FFXIVQuickLauncher/src/XIVLauncher.Common/XIVLauncher.Common.csproj (in 1.02 sec).
Restored /home/elegantwolf/Downloads/CN/XIVLauncher-flatpak/FFXIVQuickLauncher/src/XIVLauncher.Core/XIVLauncher.Core.csproj (in 1.3 min).
Update disclaimer
What did you do?
I'm trying to build FFXIVQuickLauncher flatpak version on my own. Everything was fine until it said "/run/build/xivlauncher/src/XIVLauncher.Common.Windows/XIVLauncher.Common.Windows.csproj : error NU1101: Unable to find package goaaats.Steamworks. No packages exist with this id in source(s): /run/build/xivlauncher/nuget-sources [/run/build/xivlauncher/src/XIVLauncher.Core/XIVLauncher.Core.csproj]"
Full log below.
Thanks.
Platform
Linux (Wine/Proton)
Wine/Proton runner version
No response
Relevant log output
No response