You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Sober/Troubleshooting/index.md
+10-12Lines changed: 10 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,9 @@ If it doesn't, append the following FFlags into the `"fflags"` section at `~/.va
41
41
42
42
If it doesn't work, set the `"DFIntTextureQualityOverride"` FFlag to `1` instead. Otherwise, you might be out of luck.
43
43
44
-
> Essentially, to avoid this problem without downscaling textures, you would need an NVIDIA GPU that has 4 GB or greater VRAM. Alternatively, you could also use a Mesa capable GPU (AMD/Intel).
44
+
> Setting the override to `0` is not recommended, however this is the lowest possible setting textures are able to render. Only set to `0` at the last resort.
45
+
46
+
> Setting the texture override will not guarantee that all games will be playable. Essentially, to mostly avoid this problem without downscaling textures, you would need an NVIDIA GPU that has 4 GB or greater VRAM. Alternatively, you could also use a Mesa capable GPU (AMD/Intel).
45
47
46
48
47
49
### I was kicked due to "Unexpected client behavior" (Error 268)
@@ -53,11 +55,7 @@ There has been recent reports after Sober was recently updated. (Commit `0.0.0-3
53
55
54
56
55
57
### Sober just randomly crashes
56
-
Depends on if the logs actually provided something useful.
57
-
58
-
59
-
Chances are if you're using Linux in another primary language, Sober crashes since the locale for Sober is primarily English.
60
-
58
+
Depends on if the logs actually provided something useful.
61
59
62
60
Otherwise, we cannot give a definite answer.
63
61
@@ -109,11 +107,11 @@ If you haven't logged into Sober, you should do it now. Afterwards you will be a
109
107
110
108
111
109
### Automatic download isn't working (Long hang time; falls back to manual install)
112
-
### Installing Sober gives me a 403 error
113
-
- Three out of ten chances is that your ISP is blocking access to Google Play's APIs, which is what Sober is attempting to contact in order to download the correct APK file. Otherwise, either you should check your internet connection or the API is down.
114
-
-Three out of ten chances is that your ISP is blocking access to Sober's repo server in Cloudflare, which is what Flatpak is attempting to contact in order to obtain the Flatpak remote in order to download Sober. Otherwise, two out of ten could be that since the repo is a private web page, it cannot be accessed either way.
115
-
116
-
> There have also been reports of being unable to copy the apk to a directory
110
+
### The manifest could not be reached
111
+
Several scenarios could happen:
112
+
-Your ISP is blocking access to Google Play's APIs, which is what Sober is attempting to contact in order to download the correct APK file. Otherwise, either you should check your internet connection or the API is down.
113
+
- Your ISP is blocking access to Sober's repo server in Cloudflare, which connection is required to get the manifest. The manifest determines if you need to update Sober to the next application version.
114
+
- Otherwise, it could be that since the repo is a private web page, it cannot be accessed either way.
117
115
118
116
#### Solution
119
117
Use a VPN
@@ -137,7 +135,7 @@ Either your DE does not know that it exists, Flatpak failed to create one when y
137
135
#### Solution
138
136
Wait for the DE to index the shortcut first.
139
137
140
-
If it doesn't index, make sure that there are both `.desktop` entries in `~/.local/share/flatpak/exports/share/applications` and `/home/[user]/.local/share/flatpak/app/org.vinegarhq.Sober/current/active/export/share/applications`. If there isn't you should create one at `/home/[user]/.local/share/flatpak/app/org.vinegarhq.Sober/current/active/export/share/applications` with the following:
138
+
If it doesn't index, make sure that there are both `.desktop` entries in `~/.local/share/flatpak/exports/share/applications` and `/home/[user]/.local/share/flatpak/app/org.vinegarhq.Sober/current/active/export/share/applications`. If there isn't you should create one at `~/.local/share/flatpak/app/org.vinegarhq.Sober/current/active/export/share/applications` with the following:
0 commit comments