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: README.md
+38Lines changed: 38 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,4 +106,42 @@ If you're on the Phoenix server, my main on there is Jakubowski, just waving hi
106
106
107
107
---
108
108
109
+
## Troubleshooting
110
+
111
+
### Login Issues
112
+
113
+
-**Partial Character Entry**: If the program only enters some characters of your password, try increasing the delay in your configuration. Start by adding 1-2 seconds at a time until it works reliably.
114
+
-**Controller Interference**: Some users have reported that having the controller enabled can cause key entry issues. Try disabling controller support to see if the error persists. (Controller support should work)
115
+
-**Auto-Login in POL**: While the program supports auto-login, it's recommended to disable auto-login in the POL window as it can be unreliable. The program will handle the login process more reliably without auto-login.
116
+
-**Locked keyboard/mouse**: If the application locks your keyboard and mouse and you can't control it after a long time, you can always press CTRL+ALT+DEL to regain control.
117
+
118
+
### Linux/Steam Deck Users
119
+
120
+
If you're using Linux or Steam Deck, you'll need to manually add an entry to your hosts file to get the autoPOL login to fully log you into the game after entering your password:
121
+
122
+
```bash
123
+
sudo echo"127.0.0.1 wh000.pol.com">> /etc/hosts
124
+
```
125
+
126
+
To remove this entry when you no longer want to use the program:
127
+
128
+
```bash
129
+
sudo sed -i '/wh000.pol.com/d' /etc/hosts
130
+
```
131
+
132
+
Note: While this entry is in your hosts file, you must use this program to log in, or login will fail.
133
+
134
+
Windows users do not need to do this.
135
+
136
+
### Reporting Issues
137
+
138
+
When reporting issues, please include:
139
+
- Your version of autoPOL (try to use the latest version)
140
+
- Your configuration details (delay settings, etc.)
141
+
- Your operating system (Windows/Linux/Steam Deck)
0 commit comments