From bc0023072d2f51a8d06a2a22f608fea0d0234e28 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sat, 29 Apr 2023 08:28:30 +0200 Subject: [PATCH] Expand sqlite issue to Mac troubleshooting doc. Resolve #3143 --- docs/source/Setup/Installation-Troubleshooting.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/source/Setup/Installation-Troubleshooting.md b/docs/source/Setup/Installation-Troubleshooting.md index cebfe986bb..9d8164896b 100644 --- a/docs/source/Setup/Installation-Troubleshooting.md +++ b/docs/source/Setup/Installation-Troubleshooting.md @@ -78,6 +78,7 @@ If `localhost` doesn't work when trying to connect to your local game, try `127. ## Mac Troubleshooting - Some Mac users have reported not being able to connect to `localhost` (i.e. your own computer). If so, try to connect to `127.0.0.1` instead, which is the same thing. Use port 4000 from mud clients and port 4001 from the web browser as usual. +- If you get a `MemoryError` when starting Evennia, or when looking at the log, this may be due to an sqlite versioning issue. [A user in our forums](https://github.com/evennia/evennia/discussions/2638#discussioncomment-3630761) found a working solution for this. [Here](https://github.com/evennia/evennia/issues/3120#issuecomment-1442540538) is another variation to solve it. ## Windows Troubleshooting