Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Cemu] CemuLogo2.png prevents both install and build to succeed. #178

Open
allan-kg opened this issue Jun 10, 2021 · 0 comments
Open

[Cemu] CemuLogo2.png prevents both install and build to succeed. #178

allan-kg opened this issue Jun 10, 2021 · 0 comments

Comments

@allan-kg
Copy link

allan-kg commented Jun 10, 2021

Both flatpak install Cemu and flatpak-build ... info.cemu.Cemu are failing because of CemuLogo2.png not being found.

The error message :

Error: While downloading http://compat.cemu.info/w/CemuLogo2.png: Server returned status 404: Not Found
error: Failed to install info.cemu.Cemu: While downloading http://compat.cemu.info/w/CemuLogo2.png: Server returned status 404: Not Found

I've tested with a different URL and it works as a workaround :

diff --git a/info.cemu.Cemu/info.cemu.Cemu.appdata.xml b/info.cemu.Cemu/info.cemu.Cemu.appdata.xml
index 2144fd1..c9b0d61 100644
--- a/info.cemu.Cemu/info.cemu.Cemu.appdata.xml
+++ b/info.cemu.Cemu/info.cemu.Cemu.appdata.xml
@@ -10,7 +10,7 @@
     <description><p>Highly experimental software to emulate Wii U applications on PC</p></description>
     <description xml:lang="pt_BR"><p>Cemu permite jogar jogos de Wii U no seu Computador.</p></description>
     <description xml:lang="es"><p>Cemu le permite jugar juegos de Wii U en su ordenador.</p></description>
-    <icon type="remote" height="200" width="200">http://compat.cemu.info/w/CemuLogo2.png</icon>
+    <icon type="remote" height="200" width="200">https://gbatemp.net/attachments/cemulogo2-png.157415/</icon>
 
     <screenshots>
         <screenshot type="default">
diff --git a/info.cemu.Cemu/info.cemu.Cemu.yml b/info.cemu.Cemu/info.cemu.Cemu.yml
index 2bcfaca..2007197 100644
--- a/info.cemu.Cemu/info.cemu.Cemu.yml
+++ b/info.cemu.Cemu/info.cemu.Cemu.yml
@@ -91,9 +91,9 @@ modules:
         sha256: 063f13ee69aacc116bc5729064e4b864f591b32befe734fdd6ad706827611692
         filename: cemu.zip
       - type: extra-data
-        url: http://compat.cemu.info/w/CemuLogo2.png
-        sha256: fba479caf82db0fb00cba5bdde7e1bde1847dd555e44475a9b50b2ad4002b7c9
-        size: 21083
+        url: https://gbatemp.net/attachments/cemulogo2-png.157415/
+        sha256: d2aff9f219fadfdd926bda5b01ff5c195b48ac5aafe0b03f8652df9ff0fa5262
+        size: 18970
         filename: info.cemu.Cemu.png
       - type: script
         dest-filename: cemu

Of course I am not the owner of the URL and etc etc etc. It was just for testing, you should replace the URL with something else.

Then it goes back to issue 157 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant