GerRudi / SimpleR-RotMG

A convenient way to play Realm of the Mad God
MIT License
4 stars 1 forks source link

Add proper fix for downloading Flash Projector #47

Closed GerRudi closed 6 years ago

GerRudi commented 6 years ago

Adobe decided to remove all old flash projector downloads.

Used to be available via https://fpdownload.macromedia.com/pub/flashplayer/updaters/30/flashplayer_30_sa.exe https://fpdownload.macromedia.com/pub/flashplayer/updaters/29/flashplayer_29_sa.exe ...

Only way to still get the old versions is via the Flash Player Archives. -> One archive is 400+ MB, instead of just 5 MB for the projector file!

Main issue: There's currently no function that checks for the latest flash projector version on https://www.adobe.com/support/flashplayer/debug_downloads.html - currently it is hardcoded to flashplayer_30_sa.exe. -> As soon as a new version gets released, the old one will be gone and no longer work -> hotfix needed to increment flash player version by 1. Therefore it should be top priority to always grab the latest version. Lower priority: add possibility to download older flash projector versions again.

vScherb commented 6 years ago

https://github.com/GerRudi/SimpleR-RotMG/blob/3867f900e321f91ccb05054e7b647643e25b5885/source/Include/InitialSetup.au3#L70-L72

GerRudi commented 6 years ago

Should be fixed with 2a4acb8e8168c8b76996942ab6bc73a05b4743c2

vScherb commented 6 years ago

Closed included in release Version 1.2.4