Faild connecting to http://sourceforge.net/projects/libsdl-android/files/apk/XServer-XSDL/xfonts.tgz/download
Hi,
I am trying to get XServer-XSDL going on my oder acer aconia tab (a3-a30FHD) with Android 4.4 on it. Gladly I could root it and get a linux running in a chroot.
Instead of using vncserver, I liked to try this X-Server.
But the current version in the PlayStore failed like described here: #112
So I went to see if older versions work. But here I get the message: Failed connecting to http://sourceforge.net/projects/libsdl-android/files/apk/XServer-XSDL/xfonts.tgz/download
and I am stuck with the starting screen (Powered by SDL ... and the logo).
I downloaded the xfonts.tgz manually, can I put the files by myself to the target location and see if this helps?
I have the same problem. If I understand the problem well, it is caused by the fact that sourceforge redirects the link. Since I think xsdl uses curl to download the package, one need to give the option -L to curl:
Even in a real Linux box this works: curl -L https://sourceforge.net/projects/libsdl-android/files/apk/XServer-XSDL/xfonts.tgz/download
this does not work curl https://sourceforge.net/projects/libsdl-android/files/apk/XServer-XSDL/xfonts.tgz/download
Thank you in advance to fix the problem.
It uses Java URL class to download, so no.
SourceForge breaks from time to time, try to download it tomorrow.
On Sun, 28 Nov 2021, 07:06 joaopa00, @.***> wrote:
I have the same problem. If I understand the problem well, it is caused by the fact that sourceforge redirects the link. Since I think xsdl uses curl to download the package, one need to give the option -L to curl:
Even in a real Linux box this works: curl -L https://sourceforge.net/projects/libsdl-android/files/apk/XServer-XSDL/xfonts.tgz/download
this does not work curl https://sourceforge.net/projects/libsdl-android/files/apk/XServer-XSDL/xfonts.tgz/download
Thank you in advance to fix the problem.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pelya/xserver-xsdl/issues/125#issuecomment-980841295, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABF5QDZIVNTETCDRZQNODDUOG2D5ANCNFSM4N45PO7Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
Thanks you for your very quick answer.
I read on the google play page of the application some others users have the problem too. Since Sourceforge looks problematic, would it be possible to host the file in an another place (github seems to be a good choice)
And better, if the file can not downloaded, that should not prevent the application from starting. I think the application should take care of such situation and bypass the problem.
Github was broken just yesterday.
Yes, just uncheck the box on the first app start and it will start without extra fonts.
On Sun, 28 Nov 2021, 13:42 joaopa00, @.***> wrote:
Thanks you for your very quick answer.
I read on the google play page of the application some others users have the problem too. Since Sourceforge looks problematic, would it be possible to host the file in an another place (github seems to be a good choice)
And better, if the file can not downloaded, that should not prevent the application from starting. I think the application should take care of such situation and bypass the problem.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/pelya/xserver-xsdl/issues/125#issuecomment-981070374, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABF5QDQMSRKBNUOZ3IBJ4DUOIISDANCNFSM4N45PO7Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
Github was broken just yesterday. Yes, just uncheck the box on the first app start and it will start without extra fonts. … On Sun, 28 Nov 2021, 13:42 joaopa00, @.***> wrote: Thanks you for your very quick answer. I read on the google play page of the application some others users have the problem too. Since Sourceforge looks problematic, would it be possible to host the file in an another place (github seems to be a good choice) And better, if the file can not downloaded, that should not prevent the application from starting. I think the application should take care of such situation and bypass the problem. — You are receiving this because you commented. Reply to this email directly, view it on GitHub <#125 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABF5QDQMSRKBNUOZ3IBJ4DUOIISDANCNFSM4N45PO7Q . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
I dont have the download box ticked and i still have the same issue.. please help!!