-
-
Notifications
You must be signed in to change notification settings - Fork 51
[HELP (Not Launching/ Crashing)] Error Code: Status Breakpoint #265
Copy link
Copy link
Open
Description
Checklist
- I have given details of my install including Distribution, Wayland/ XOrg, Parameters Used, echo $XAUTHORITY, etc.
- I have provided logs showing any errors, if available (use
DEBUG=1 zwift) - I have filled out the issue template to the best of my ability.
- This issue only contains 1 issue (if you have multiple issues, open one issue for each issue).
- This issue is not a duplicate issue of previous issue.
Describe the issue
Unfortunately, the zwift UI fails to launch properly, only displaying a web browser error: "Status Breakpoint"
Debug output:
- case $yn in
- return 1
- [[ ! -n '' ]]
- docker pull docker.io/netbrain/zwift:latest
latest: Pulling from netbrain/zwift
Digest: sha256:7914ebc4dbd1b600fb67267f61ab7618d0a0976386bbc7156d324bd7a5e1242d
Status: Image is up to date for netbrain/zwift:latest
docker.io/netbrain/zwift:latest - GENERAL_FLAGS=(--rm --network "$NETWORKING" --name "zwift-$USER" --hostname "$HOSTNAME" -e DISPLAY="$DISPLAY" -e ZWIFT_UID="$CONTAINER_UID" -e ZWIFT_GID="$CONTAINER_GID" -e PULSE_SERVER="/run/user/$CONTAINER_UID/pulse/native" -e CONTAINER="$CONTAINER_TOOL" -v "zwift-$USER":/home/user/.wine/drive_c/users/user/Documents/Zwift -v "/run/user/$LOCAL_UID/pulse":"/run/user/$CONTAINER_UID/pulse")
- [[ '' -eq 1 ]]
- CONT_SEC_FLAG=(--security-opt label=type:container_runtime_t)
- [[ -z '' ]]
- [[ -f /proc/driver/nvidia/version ]]
- [[ docker == \p\o\d\m\a\n ]]
- VGA_DEVICE_FLAG=--gpus=all
- [[ -n unix:path=/run/user/1000/bus ]]
- [[ unix:path=/run/user/1000/bus =~ ^unix:path=([^,]+) ]]
- DBUS_UNIX_SOCKET=/run/user/1000/bus
- [[ -n /run/user/1000/bus ]]
- DBUS_CONFIG_FLAGS=(-e DBUS_SESSION_BUS_ADDRESS="${DBUS_SESSION_BUS_ADDRESS//$LOCAL_UID/$CONTAINER_UID}" -v "$DBUS_UNIX_SOCKET":"${DBUS_UNIX_SOCKET//$LOCAL_UID/$CONTAINER_UID}")
- [[ '' -eq 1 ]]
- ZWIFT_FG_FLAG=(-d)
- [[ -n '' ]]
- '[' XOrg == Wayland ']'
- '[' XOrg == XWayland ']'
- '[' XOrg == XOrg ']'
- '[' -z /home/marcel/.Xauthority ']'
- WM_FLAGS=(-e XAUTHORITY="${XAUTHORITY//$LOCAL_UID/$CONTAINER_UID}" -v /tmp/.X11-unix:/tmp/.X11-unix -v "$XAUTHORITY":"${XAUTHORITY//$LOCAL_UID/$CONTAINER_UID}")
- '[' XOrg == XOrg ']'
- unset WINE_EXPERIMENTAL_WAYLAND
- '[' docker == podman ']'
- [[ -n '' ]]
- read -r -a CONTAINER_EXTRA_FLAGS
- read -r -a ZWIFT_CONFIG_FLAG_ARR
- read -r -a ZWIFT_USERNAME_FLAG_ARR
- read -r -a ZWIFT_PASSWORD_SECRET_ARR
- read -r -a ZWIFT_USER_CONFIG_FLAG_ARR
- read -r -a ZWIFT_WORKOUT_VOL_ARR
- read -r -a ZWIFT_ACTIVITY_VOL_ARR
- read -r -a ZWIFT_LOG_VOL_ARR
- read -r -a ZWIFT_SCREENSHOTS_VOL_ARR
- read -r -a VGA_DEVICE_FLAG_ARR
- POSITIONAL_ARGS=("$@")
- CMD=("$CONTAINER_TOOL" run "${GENERAL_FLAGS[@]}" "${CONT_SEC_FLAG[@]}" "${ZWIFT_FG_FLAG[@]}" "${ZWIFT_CONFIG_FLAG_ARR[@]}" "${ZWIFT_USERNAME_FLAG_ARR[@]}" "${ZWIFT_PASSWORD_SECRET_ARR[@]}" "${ZWIFT_USER_CONFIG_FLAG_ARR[@]}" "${ZWIFT_WORKOUT_VOL_ARR[@]}" "${ZWIFT_ACTIVITY_VOL_ARR[@]}" "${ZWIFT_LOG_VOL_ARR[@]}" "${ZWIFT_SCREENSHOTS_VOL_ARR[@]}" "${ZWIFT_PROFILE_VOL_ARR[@]}" "${VGA_DEVICE_FLAG_ARR[@]}" "${DBUS_CONFIG_FLAGS[@]}" "${WM_FLAGS[@]}" "${CONTAINER_EXTRA_FLAGS[@]}" "${INTERACTIVE_FLAGS[@]}" "${POSITIONAL_ARGS[@]}" "$IMAGE:$VERSION")
- [[ -n '' ]]
- [[ -d == *\ -\i\t\ * ]]
++ docker run --rm --network bridge --name zwift-marcel --hostname T580 -e DISPLAY=:0.0 -e ZWIFT_UID=1000 -e ZWIFT_GID=1000 -e PULSE_SERVER=/run/user/1000/pulse/native -e CONTAINER=docker -v zwift-marcel:/home/user/.wine/drive_c/users/user/Documents/Zwift -v /run/user/1000/pulse:/run/user/1000/pulse --security-opt label=type:container_runtime_t -d --gpus=all -e DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus -v /run/user/1000/bus:/run/user/1000/bus -e XAUTHORITY=/home/marcel/.Xauthority -v /tmp/.X11-unix:/tmp/.X11-unix -v /home/marcel/.Xauthority:/home/marcel/.Xauthority docker.io/netbrain/zwift:latest - CONTAINER=2143ebde40c6202a352bb5cd5322efdf95e6cb1a8c3d1c87d294e4ea6bd5ad9b
- RC=0
- '[' 0 -ne 0 ']'
- '[' -n 2143ebde40c6202a352bb5cd5322efdf95e6cb1a8c3d1c87d294e4ea6bd5ad9b ']'
++ command -v xhost - '[' -x /usr/bin/xhost ']'
- '[' -z '' ']'
++ docker inspect '--format={{ .Config.Hostname }}' 2143ebde40c6202a352bb5cd5322efdf95e6cb1a8c3d1c87d294e4ea6bd5ad9b - xhost +local:T580
non-network local connections being added to access control lis
Distribution Details
Linux Mint 21.1 Vera, Xorg, XFCE with awesomewm, also tested with xfwm4
I tried to provide username and password to (maybe) circumvent the broken ui, but no success.
cat .Xauthority
T5800MIT-MAGIC-COOKIE-1oTfw^Ve%
Reproduction steps
- Launch zwift
- Click tray icon, open
- observe error
...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels