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
error_info= {"type": "server_error", "error": "java_version", "fix": "Update Java to the required version (Settings > System)"}
1233
+
1234
+
# Port conflict
1235
+
ifnoterror_infoandre.search(r"Address already in use|BindException", line):
1236
+
error_info= {"type": "server_error", "error": "port_conflict", "fix": "Change the server port in Settings > Network, or close the program using this port"}
Copy file name to clipboardExpand all lines: changelog.txt
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,15 @@
2
2
3
3
## Version 1.2.5 - 2026-05-28 DNS PROXY, FIXED ADDRESSES & CONSOLE
4
4
5
+
### CRITICAL FIX:
6
+
- **Fixed backend crash on startup (.exe)** — Added missing hidden imports (`requests`, `pydantic`, `starlette`, `multipart`) to PyInstaller build
7
+
- **Error logging** — Backend crash logs are now saved to `%APPDATA%/MinecraftServerGUI/backend_crash.log`
8
+
9
+
### ERROR FEEDBACK (NEW):
10
+
- **Server error detection** — Common errors (missing mods, Java version, port conflicts, OOM) are detected and shown as structured error banners with fix suggestions
11
+
- **Mod dependency warnings** — When installing a mod that requires other mods, shows a confirmation dialog
12
+
- **Banner in Dashboard** — Clear, actionable error messages with dismiss button
13
+
5
14
### NEW: Fixed Server Addresses (DNS)
6
15
- **Permanent domain** — Each server gets a permanent address like `survival.play.tudominio.app` that never changes
7
16
- **Auto-generated** — Unique subdomain generated automatically from server name + ID (`vanilla-a3f2b`)
0 commit comments