JonathanTreffler / backblaze-personal-wine-container

Run the Backblaze personal backup client in a docker container
https://hub.docker.com/r/tessypowder/backblaze-personal-wine
GNU Affero General Public License v3.0
374 stars 35 forks source link

VNC UI is not opening anymore #170

Closed tirthpatell closed 3 months ago

tirthpatell commented 3 months ago

As title mentions, I can not access the wine UI anymore. I tried different tags for the version but it seems either the wine or VNC is broken. Any suggestions would be helpful.

And logs when it recently started:

[app         ] + cd /config/wine/
[app         ] + '[' false = true ']'
[app         ] + '[' -n 1280 ']'
[app         ] + '[' -n 720 ']'
[app         ] + log_message 'WINE: Enabling Virtual Desktop mode with 1280:1280 aspect ratio'
[app         ] ++ date
[app         ] + echo 'Thu 13 Jun 2024 12:25:18 AM CDT: WINE: Enabling Virtual Desktop mode with 1280:1280 aspect ratio'
[app         ] + winetricks vd=1280x720
[app         ] Executing mkdir -p /config
[supervisor  ] all services started.
[app         ] ------------------------------------------------------
[app         ] You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
[app         ] ------------------------------------------------------
[app         ] Using winetricks 20200412 - sha256sum: 7651c93e39fcb080483c38836513bf912273a87ea97d137f6b958ed3d9628c3d with wine-9.0 and WINEARCH=win64
[app         ] Executing wine regedit C:\windows\Temp/vd.reg
[app         ] Executing wine64 regedit C:\windows\Temp/vd.reg
[app         ] + '[' false = true ']'
[app         ] + '[' false = true ']'
[app         ] + echo 'FORCE_LATEST_UPDATE is disabled. Using known-good version of Backblaze.'
[app         ] FORCE_LATEST_UPDATE is disabled. Using known-good version of Backblaze.
[app         ] + '[' -f '/config/wine/drive_c/Program Files (x86)/Backblaze/bzbui.exe' ']'
[app         ] + '[' false = true ']'
[app         ] + '[' false = true ']'
[app         ] + '[' -f /config/wine/dosdevices/c:/ProgramData/Backblaze/bzdata/bzreports/bzserv_version.txt ']'
[app         ] ++ cat /config/wine/dosdevices/c:/ProgramData/Backblaze/bzdata/bzreports/bzserv_version.txt
[app         ] + local_version=9.0.1.777
[app         ] + log_message 'UPDATER: FORCE_LATEST_UPDATE=false'
[app         ] ++ date
[app         ] + echo 'Thu 13 Jun 2024 12:25:22 AM CDT: UPDATER: FORCE_LATEST_UPDATE=false'
[app         ] + log_message 'UPDATER: Installed Version=9.0.1.777'
[app         ] ++ date
[app         ] + echo 'Thu 13 Jun 2024 12:25:22 AM CDT: UPDATER: Installed Version=9.0.1.777'
[app         ] + log_message 'UPDATER: Pinned Version=9.0.1.767'
[app         ] ++ date
[app         ] + echo 'Thu 13 Jun 2024 12:25:22 AM CDT: UPDATER: Pinned Version=9.0.1.767'
[app         ] + compare_versions 9.0.1.777 9.0.1.767
[app         ] + local_version=9.0.1.777
[app         ] + compare_version=9.0.1.767
[app         ] + dpkg --compare-versions 9.0.1.777 lt 9.0.1.767
[app         ] + return 1
[app         ] + log_message 'UPDATER: Installed version is up to date. There may be a newer version available when using FORCE_LATEST_UPDATE=true'
[app         ] ++ date
[app         ] + echo 'Thu 13 Jun 2024 12:25:22 AM CDT: UPDATER: Installed version is up to date. There may be a newer version available when using FORCE_LATEST_UPDATE=true'
[app         ] + start_app
[app         ] ++ cat /config/wine/dosdevices/c:/ProgramData/Backblaze/bzdata/bzreports/bzserv_version.txt
[app         ] + log_message 'STARTAPP: Starting Backblaze version 9.0.1.777'
[app         ] ++ date
[app         ] + echo 'Thu 13 Jun 2024 12:25:22 AM CDT: STARTAPP: Starting Backblaze version 9.0.1.777'
[app         ] + sleep infinity
[app         ] + wine64 '/config/wine/drive_c/Program Files (x86)/Backblaze/bzbui.exe' -noquiet

Image of the UI: CleanShot 2024-06-12 at 22 27 18@2x

And here's the config from Unraid, showing I haven't set any credentials.

CleanShot 2024-06-12 at 22 32 16@2x

traktuner commented 3 months ago

Hey, do you have any script blocking browser add ons installed? Could you please try to delete your browser cache and load the page without any active plugins? For me, the VNC UI is working correctly. Thanks!

tirthpatell commented 3 months ago

Hey, yeah on my main browser, I do. But I also tried this in Safari and phone browsers, seeing the same issue. I will try to set everything up again, and close this if it works. Because I am still speed limited anyway.

Else feel free to let me know any commands to run inside the container to maybe force start VNC/Wine.

tirthpatell commented 3 months ago

So it does not work via browser even after reinstall. But I am able to access it via VNC Viewer so that's enough for my use case. Closing it. Thanks.