UltraStar-Deluxe / USDX

The free and open source karaoke singing game UltraStar Deluxe, inspired by Sony SingStar™
https://usdx.eu
GNU General Public License v2.0
832 stars 160 forks source link

Link for version 1.3 Mac installer does not work #519

Open tn133 opened 4 years ago

tn133 commented 4 years ago

Hello, I need to reinstall USDX on my Mac and while trying to download the version 1.3 installer from your website, the link provided (https://yaycdn.de/builds/osx/usdx/usdx_1_3_5_2017-02-27.dmg) no longer works. It says I cannot connect to the server. Is there a new link?

groms commented 4 years ago

If you have macOSX Catalina, I just compiled a working version. I can send it to you if you want

xstaticprocess commented 4 years ago

If you have macOSX Catalina, I just compiled a working version. I can send it to you if you want

Could you also send me, please?

tn133 commented 4 years ago

@groms unfortunately I'm still on Sierra which is why I'm looking for the old version, suppose I could give the newer version a shot to see if it works?

basisbit commented 4 years ago

could you please try the new version build from https://github.com/UltraStar-Deluxe/USDX/releases/tag/v2020.4.0 and please tell us if it worked, what didn't work and maybe a screenshot which one can clearly see it running on a macOS?

tn133 commented 4 years ago

@basisbit wow, how neat that there's a new version just released!

I can tell you now that it doesn't work at all on Sierra - it launches to a black screen then crashes. I won't update to Catalina due to it breaking 32-bit apps but just about to update to Mojave, will report back if it works on there.

tn133 commented 4 years ago

@basisbit We are a go in Mojave! (I'm gonna assume that like the last version this works in High Sierra and up.) When I tried to launch the version I installed before updating it crashed but I deleted that, installed fresh again and it worked.

The first time I launched it didn't recognize any microphones but I launched it a second time and it did. Now everything seems to work as it should!

Here are some screenshots. It plays as fullscreen but I put it into windowed mode for the last shot so you can see it's running in macOS.

Screen Shot 2020-04-29 at 11 54 42 PM Screen Shot 2020-04-29 at 11 54 58 PM Screen Shot 2020-04-29 at 11 55 39 PM Screen Shot 2020-04-29 at 11 57 10 PM Screen Shot 2020-04-29 at 11 58 15 PM Screen Shot 2020-04-29 at 11 59 15 PM Screen Shot 2020-04-30 at 12 04 49 AM

Thanks for all your work, my sister and I have been playing for a few years now (after loving Singstar since we were kids) and really appreciate that you've kept the game going for so long. This new version is very welcome!

s09bQ5 commented 4 years ago

We should then add the download link to https://usdx.eu/downloads/

groms commented 4 years ago

If you have macOSX Catalina, I just compiled a working version. I can send it to you if you want

Could you also send me, please?

Do you still need it, because @basisbit just released the new one with a Mac installer : https://github.com/UltraStar-Deluxe/USDX/releases/download/v2020.4.0/UltraStar.Deluxe-v2020.4.0.stable_macOS.dmg

groms commented 4 years ago

could you please try the new version build from https://github.com/UltraStar-Deluxe/USDX/releases/tag/v2020.4.0 and please tell us if it worked, what didn't work and maybe a screenshot which one can clearly see it running on a macOS?

Thank you a lot @basisbit !!!

Just to understand: there are, now, 4 versions I know for Ultra Star: 1) the one you just released : https://github.com/UltraStar-Deluxe/USDX/releases/tag/v2020.4.0 2) the one I compiled from the source : https://github.com/UltraStar-Deluxe/USDX 3) the new one, called UltraStar Play : https://usplay.net/ 4) and a one I just discovered (I was not able to compile it on my Catalina MacOSX), called UltraStar WorldParty we can find here : https://github.com/ultrastares/ultrastar-worldparty

As I compiled my version n°2 from the latest sources, I assume it is the same as the n°1 you just released, right? About versions n°1, n°3 and n°4, I am a bit lost, do you know the differences? which version should we use?

basisbit commented 4 years ago

The first and the second one you mentioned are the same-> UltraStar Deluxe (or short: USDX)

The "new" one is a work in progress to write a new karaoke game from scratch - it looks a bit like USDX, but actually there is not a single line of code copied from USDX in there. That new game is called UltraStar Play and it is based on the Unity3D game development framework and thus allows for very fast and easy software development in C#. It is a separate project, so that in case this project fails, UltraStar Deluxe will not be affected. I guess that for the next few years, you will probably want to use UltraStar Deluxe (all the features) on PCs and UltraStar Play (only has the basic features) on smartphones, tablets, game consoles and TVs.

The other one you mentioned, UltraStar Deluxe World Party is a fork of UltraStar Deluxe which split off roughly in mid of 2016. As far as I know, the main reason for the split was that they didn't like how free/libre open source projects work. Initially they even denied publishing their source code and thus broke the GPLv2 license. Anyways, the more karaoke games, the better. Personally, I think that some competition between the available karaoke games will result in faster development of these games and thus result in better games for the users.

groms commented 4 years ago

The first and the second one you mentioned are the same-> UltraStar Deluxe (or short: USDX)

The "new" one is a work in progress to write a new karaoke game from scratch - it looks a bit like USDX, but actually there is not a single line of code copied from USDX in there. That new game is called UltraStar Play and it is based on the Unity3D game development framework and thus allows for very fast and easy software development in C#. It is a separate project, so that in case this project fails, UltraStar Deluxe will not be affected. I guess that for the next few years, you will probably want to use UltraStar Deluxe (all the features) on PCs and UltraStar Play (only has the basic features) on smartphones, tablets, game consoles and TVs.

The other one you mentioned, UltraStar Deluxe World Party is a fork of UltraStar Deluxe which split off roughly in mid of 2016. As far as I know, the main reason for the split was that they didn't like how free/libre open source projects work. Initially they even denied publishing their source code and thus broke the GPLv2 license. Anyways, the more karaoke games, the better. Personally, I think that some competition between the available karaoke games will result in faster development of these games and thus result in better games for the users.

Thank you @basisbit !, it is clear for me now :)