Auto Updating Build 3801 No Longer Working - Causes Update Loop #98

Open
opened 2022-11-08 19:26:49 +01:00 by MattyXarope · 9 comments
MattyXarope commented 2022-11-08 19:26:49 +01:00 (Migrated from github.com)

The latest (afaik) build that auto updates, build 3801, prompts the user to update but fails and gets constantly stuck in a loop.

The terminal output is as follows:


Fetching release information for tag "continuous" from GitHub API.

Updating from GitHub Releases via ZSync

zsync2: /home/deck/Applications/yuzu-x86_64.AppImage found, using as seed file

zsync2: Target file: /home/deck/Applications/yuzu-x86_64.AppImage

zsync2: Reading seed file: /home/deck/Applications/yuzu-x86_64.AppImage

zsync2: Usable data from seed files: [100.000000](tel:100000000)%

zsync2: Renaming temp file

zsync2: Fetching remaining blocks

zsync2: Verifying downloaded file

zsync2: checksum matches OK

zsync2: used 86374400 local, fetched 0

qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 765, resource id: 16777525, major code: 40 (TranslateCoords), minor code: 0

(zenity:21047): GLib-GObject-CRITICAL **: 19:21:46.801: g_object_unref: assertion 'G_IS_OBJECT (object)' failed```
The latest (afaik) build that auto updates, build 3801, prompts the user to update but fails and gets constantly stuck in a loop. The terminal output is as follows: ```AppImageUpdate version 1-alpha (commit cb611d8), build 431 built on 2020-04-07 21:47:19 UTC Fetching release information for tag "continuous" from GitHub API. Updating from GitHub Releases via ZSync zsync2: /home/deck/Applications/yuzu-x86_64.AppImage found, using as seed file zsync2: Target file: /home/deck/Applications/yuzu-x86_64.AppImage zsync2: Reading seed file: /home/deck/Applications/yuzu-x86_64.AppImage zsync2: Usable data from seed files: [100.000000](tel:100000000)% zsync2: Renaming temp file zsync2: Fetching remaining blocks zsync2: Verifying downloaded file zsync2: checksum matches OK zsync2: used 86374400 local, fetched 0 qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 765, resource id: 16777525, major code: 40 (TranslateCoords), minor code: 0 (zenity:21047): GLib-GObject-CRITICAL **: 19:21:46.801: g_object_unref: assertion 'G_IS_OBJECT (object)' failed```
MGThePro commented 2022-11-08 19:56:02 +01:00 (Migrated from github.com)

Yeah, the auto updating builds are gone and wont return. I don't know a of a way to present some kind of notice that it no longer works, but if you do, feel free to suggest it.

Yeah, the auto updating builds are gone and wont return. I don't know a of a way to present some kind of notice that it no longer works, but if you do, feel free to suggest it.
linh1987 commented 2022-11-11 01:37:49 +01:00 (Migrated from github.com)

@MGThePro any reasoning behind it? would it help if somebody volunteers to take on that functionalities?

@MGThePro any reasoning behind it? would it help if somebody volunteers to take on that functionalities?
MGThePro commented 2022-11-11 11:50:10 +01:00 (Migrated from github.com)

Two reasons mostly

The first is that the source code that is provided isn't complete enough anymore to build it. Some of the submodule folders are just empty and we cant push the git files to just redownload them on the CI. (see issue #97 and #96 ). Sure it could be done with some elbow grease but that leads me to my second point.

There's no point in building it for linux anymore since there are now official linux appimages that are practically guaranteed to work. The previous appimages that were built on our CI had a lot of problems (see issues #93 #88 #85 #95 #79). All of that can be fixed probably but I'm not able to invest this much time into it. And even if someone else was trying to fix all the issues there's a good chance it would be abandoned again after a few months.

Two reasons mostly The first is that the source code that is provided isn't complete enough anymore to build it. Some of the submodule folders are just empty and we cant push the git files to just redownload them on the CI. (see issue #97 and #96 ). Sure it could be done with some elbow grease but that leads me to my second point. There's no point in building it for linux anymore since there are now official linux appimages that are practically guaranteed to work. The previous appimages that were built on our CI had a lot of problems (see issues #93 #88 #85 #95 #79). All of that can be fixed probably but I'm not able to invest this much time into it. And even if someone else was trying to fix all the issues there's a good chance it would be abandoned again after a few months.
EtereosDawn commented 2022-11-11 15:31:47 +01:00 (Migrated from github.com)

this is sad... it was good while the updates lasted.

this is sad... it was good while the updates lasted.
XDM-Inc commented 2022-11-30 08:29:50 +01:00 (Migrated from github.com)

well if auto updating is done for can we at least make it that when we download a new build it has a unified name instead of build numbers? then we can easily copy the manually download appimage as a drop in replacement without having to rename every time and also start working on a new method of updating

well if auto updating is done for can we at least make it that when we download a new build it has a unified name instead of build numbers? then we can easily copy the manually download appimage as a drop in replacement without having to rename every time and also start working on a new method of updating
XDM-Inc commented 2023-02-25 21:50:06 +01:00 (Migrated from github.com)

for those looking for some kinda updater (manual updater) i threw something together here #105 basic shell script that will download the latest appimage

for those looking for some kinda updater (manual updater) i threw something together here #105 basic shell script that will download the latest appimage
Beaverbroo commented 2023-05-11 21:27:20 +02:00 (Migrated from github.com)

does someone know what to do with the updater? Do you just leave the file in the downloads or you need to put it inside yuzu?

does someone know what to do with the updater? Do you just leave the file in the downloads or you need to put it inside yuzu?
Beaverbroo commented 2023-05-11 21:28:30 +02:00 (Migrated from github.com)

cause for me it doesnt work either but i dont get the prompt

cause for me it doesnt work either but i dont get the prompt
MGThePro commented 2023-05-11 22:37:45 +02:00 (Migrated from github.com)

does someone know what to do with the updater? Do you just leave the file in the downloads or you need to put it inside yuzu?

If you mean the auto updating appimage for linux, delete it. It's not getting updates anymore and it wont ever get any

> does someone know what to do with the updater? Do you just leave the file in the downloads or you need to put it inside yuzu? If you mean the auto updating appimage for linux, delete it. It's not getting updates anymore and it wont ever get any
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: N-archive/pineapple-src#98
No description provided.