-
Posts
54 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Articles
Downloads
Gallery
Blogs
Everything posted by wyzrd
-
Stellar ~ RetroArch Nightly Updater
wyzrd replied to wyzrd's topic in Third-Party Applications and Plugins (Released)
I will see if I can have it compare the user's retroarch.exe version date with the one on the server, and disable the message if already up to date. It does that with the cores already, but I think there was an issue with the date format preventing me from being able to do that with retroarch.exe. I'll let you know. -
Stellar ~ RetroArch Nightly Updater
wyzrd replied to wyzrd's topic in Third-Party Applications and Plugins (Released)
Update 1.0.0 I've made some new improvements, if anyone would like to test it out before I release the program update notification. Download https://github.com/StellarUpdater/Stellar/releases https://github.com/StellarUpdater/Stellar/releases/download/v1.0.0.0-beta/Stellar.7z Or select Stellar from the Download Menu. Change Log Added Indexes to Cores Lists Added OK button to Checklist Improved GUI Code Improved GUI Threading Improved WebClient Download Improved HTTP Request Headers Menu Options Troubleshooting @Retro808 @Mizar @JamesBaker @Rincewind @dragon57 @neil9000 @spectral @TheMadMan007 @Mizar @Daliant -
Stellar ~ RetroArch Nightly Updater
wyzrd replied to wyzrd's topic in Third-Party Applications and Plugins (Released)
If I make a PCSX2 updater I will notify you and create a new thread for it. It would be much simpler than RetroArch, as it would only download one file and extract. -
Stellar ~ RetroArch Nightly Updater
wyzrd replied to wyzrd's topic in Third-Party Applications and Plugins (Released)
What would you need it to do, and where do you pull the updates? -
Stellar ~ RetroArch Nightly Updater
wyzrd replied to wyzrd's topic in Third-Party Applications and Plugins (Released)
I will look into a way to add command-line functionality through cmd and run as a Scheduled Task. Something like: stellar -download cores -update all -arch 64-bit -server buildbot -path "C:\Path\To\RetroARch\" -
Stellar ~ RetroArch Nightly Updater
wyzrd replied to wyzrd's topic in Third-Party Applications and Plugins (Released)
New Install, Upgrade, Redist, and Stellar will revert to RetroArch selected. As I figure you usually don't want to do those options each time you restart the program. Only RetroArch, RA+Cores, Cores, and New Cores save to the config.ini. But if you need one of the options to save I can add it. -
Stellar ~ RetroArch Nightly Updater
wyzrd replied to wyzrd's topic in Third-Party Applications and Plugins (Released)
Update 0.9.2 To prevent losing saved settings upon upgrade I've changed the save system to a config.ini instead of Windows %AppData% temp file. Set your RetroArch folder path and Config Window options. After closing the program a config.ini will be generated in the same folder as Stellar.exe. Let me know if there are any problems. I've attached v0.9.1 if you need to revert. Download https://github.com/StellarUpdater/Stellar/releases Or Select Stellar from the Download Menu. Change Log Added config.ini for saved settings Menu Options Troubleshooting @Retro808 @Mizar @JamesBaker @Rincewind @dragon57 @neil9000 @spectral @TheMadMan007 @Mizar @Daliant Stellar v0.9.1.0-beta.7z -
Stellar ~ RetroArch Nightly Updater
wyzrd replied to wyzrd's topic in Third-Party Applications and Plugins (Released)
I'm thinking of adding a config.ini that saves your RetroArch path, Custom 7-Zip/WinRAR path, and Selected Theme. Right now the program uses a Windows %AppData% temp file to store the config (that's how these C# programs save settings by default) but it is lost when upgrading Stellar to a new version and you have to redo your settings each time. @Retro808 @Mizar @JamesBaker @Rincewind @dragon57 @neil9000 @spectral @TheMadMan007 @Mizar @Daliant -
Stellar ~ RetroArch Nightly Updater
wyzrd replied to wyzrd's topic in Third-Party Applications and Plugins (Released)
Update 0.9.0 This new version will try to give the Libretro Server Admin a way to help conserve the bandwidth by adding a User-Agent Header "Stellar Updater" to identify. It also has an Update Notification that will appear in the Title Bar if there is a new Stellar release. Download https://github.com/StellarUpdater/Stellar/releases Or Select Stellar from the Download Menu. Change Log Added New Release Self-Update Notifier in Title Bar Added Internet Connection Check if Offline Added User-Agent Header for Server Admin Optimized Controls using C# MVVM Menu Options Troubleshooting @Retro808 @Mizar @JamesBaker @Rincewind @dragon57 @neil9000 @spectral @TheMadMan007 @Mizar @Daliant -
Stellar ~ RetroArch Nightly Updater
wyzrd replied to wyzrd's topic in Third-Party Applications and Plugins (Released)
I'm not actually sure, something to do with unprocessed versions of files, and someone said it was more reliable than the buildbot server. Though raw has been missing files for weeks now while buildbot is fine. Every once in a while files go missing on one of the servers, so now a notification will pop up if it encounters a problem downloading and you'll be able to switch. -
Stellar ~ RetroArch Nightly Updater
wyzrd replied to wyzrd's topic in Third-Party Applications and Plugins (Released)
Update 0.8.9 Download https://github.com/StellarUpdater/Stellar/releases Or Select Stellar from the Download Menu. Note: 0.8.8 crashes on self-update. Press the Check button first, then Update. Change Log Added Manual Server Switch Removed Automatic Server Switch Improved Clear Saved Settings Menu Options Troubleshooting @Retro808 @Mizar @JamesBaker @Rincewind @dragon57 @neil9000 @spectral @TheMadMan007 @Mizar @Daliant -
Stellar ~ RetroArch Nightly Updater
wyzrd replied to wyzrd's topic in Third-Party Applications and Plugins (Released)
Update 0.8.8 I added a switch that automatically detects if the dated RetroArch 7z files can't be found on the raw server and changes to the buildbot server. I removed GZip support as it is working without it now, which prevents having to make 2 server requests (1 gzip, 1 uncompressed) and is easier on the server traffic. If it does not work correctly when the servers return to normal I will add back in the GZip code and release a small fix. Download https://github.com/StellarUpdater/Stellar/releases Or Select Stellar from the Download Menu. Change Log Added raw and buildbot server switch Updated Manual Menu Options Troubleshooting @Retro808 @Mizar @JamesBaker @Rincewind @dragon57 @neil9000 @spectral @TheMadMan007 @Mizar @Daliant -
Stellar ~ RetroArch Nightly Updater
wyzrd replied to wyzrd's topic in Third-Party Applications and Plugins (Released)
@Daliant @spectral Several problems I'm facing. I'm not able to parse files from either server. Raw Server is missing dated files. https://raw.libretro.com/nightly/windows/x86_64/ Buildbot Server gives GZip error: "The magic number in GZip header is not correct. Make sure you are passing in a GZip stream." Buildbot https://checkgzipcompression.com/?url=https%3A%2F%2Fbuildbot.libretro.com%2Fnightly%2Fwindows%2Fx86_64%2F Raw https://checkgzipcompression.com/?url=https%3A%2F%2Fraw.libretro.com%2Fnightly%2Fwindows%2Fx86_64%2F -
Stellar ~ RetroArch Nightly Updater
wyzrd replied to wyzrd's topic in Third-Party Applications and Plugins (Released)
This happens from time to time. The files are the raw server are missing. I'll try to make it auto switch to the buildbot servers when it detects missing files error. It looks like the files are online there. The files on the raw server should be back online at some point. -
Stellar ~ RetroArch Nightly Updater
wyzrd replied to wyzrd's topic in Third-Party Applications and Plugins (Released)
@ALIE Backup your all your config files and custom shaders. You can try to run Upgrade from the Stellar menu. Then copy all your config file backups to the RetroArch folder. -
Stellar ~ RetroArch Nightly Updater
wyzrd replied to wyzrd's topic in Third-Party Applications and Plugins (Released)
@ALIE On my list is is #2. But your list seems to be missing that dropdown menu. -
Stellar ~ RetroArch Nightly Updater
wyzrd replied to wyzrd's topic in Third-Party Applications and Plugins (Released)
See if you can confirm it's NVIDIA by settings RetroArch to use Integrated Graphics. -
Stellar ~ RetroArch Nightly Updater
wyzrd replied to wyzrd's topic in Third-Party Applications and Plugins (Released)
Which were they, these? Qt5Core.dll Qt5Gui.dll Qt5Svg.dll Qt5Widgets.dll -
Stellar ~ RetroArch Nightly Updater
wyzrd replied to wyzrd's topic in Third-Party Applications and Plugins (Released)
@ALIE @DOS76 I got the same thing. There's a new dll missing. Go here https://raw.libretro.com/nightly/windows/x86_64/ Download RetroArch.7z 194.3MB Extract: Qt5Core.dll Qt5Gui.dll Qt5Svg.dll Qt5Widgets.dll libicuin58.dll libicuin58.dll libpcre2-16-0.dll libicuuc58.dll libicudt58.dll And the folder named platforms to your RetroArch folder. Inside is a file qwindows.dll. -
Stellar ~ RetroArch Nightly Updater
wyzrd replied to wyzrd's topic in Third-Party Applications and Plugins (Released)
I think the RetroArch 7z files with the dates on the server are offline. They must be uploading new ones. Give it a few hours and see if they come back. Errors like this happened before when the server once ran out of space. Or when it's in the middle of regenerating new ones. -
Stellar ~ RetroArch Nightly Updater
wyzrd replied to wyzrd's topic in Third-Party Applications and Plugins (Released)
Mine is also not updating. I think https://raw.libretro.com/nightly/windows/x86_64/ is missing some of the usual files. I think it usually has the files with the date like here https://buildbot.libretro.com/nightly/playstation/psp/ Cores are now updating, the index-extended file must have been offline or being regenerated by the server. -
Stellar ~ RetroArch Nightly Updater
wyzrd replied to wyzrd's topic in Third-Party Applications and Plugins (Released)
Something must have changed on the website code or files list. I will look into it. -
Stellar ~ RetroArch Nightly Updater
wyzrd replied to wyzrd's topic in Third-Party Applications and Plugins (Released)
I noticed it would sometimes hang when downloading RetroArch, but not the cores. It might have something to do with the C# GZipStream or StreamReader and the libretro server. I added a few more optimizations and a "Fetching RetroArch" progress info so you can see if it ever gets stuck. Now that you're on v0.8.7, you can easily update it from the menu, just select Stellar. -
Stellar ~ RetroArch Nightly Updater
wyzrd replied to wyzrd's topic in Third-Party Applications and Plugins (Released)
Update 0.8.7 I added support for Gzip page compression when it downloads the HTML list. Also changed the URL to raw.libretro.com. You'll need to download and replace the Stellar.exe manually this time. GitHub changed their server Security Protocol Type preventing download, which has been fixed in this version. There may be new bugs after making these changes, let me know how it works. https://github.com/StellarUpdater/Stellar/releases Change Log Fixed HTML Download Parse Gzip compression support Fixed GitHub Security Protocol Type support Fixed New Window monitor support Fixed Threading Crash Menu Options Troubleshooting @Retro808 @Mizar @JamesBaker @Rincewind @dragon57 @neil9000 @spectral @TheMadMan007 @Mizar- 186 replies
-
- 10
-
-
-
Stellar ~ RetroArch Nightly Updater
wyzrd replied to wyzrd's topic in Third-Party Applications and Plugins (Released)
The site Admin actually said he liked the program as it would save bandwidth, since people wouldn't be downloading the large packages and only the files they need.