Added tty disclaimer.

This commit is contained in:
soup-bowl
2026-03-31 22:42:33 +01:00
parent e945bea4f0
commit 28ccfc54f9
+5 -1
View File
@@ -79,7 +79,7 @@ To aid the use of SQLite mode with persistent data, the default configuration ha
docker run -d --name opensim -p 9000:9000 -p 9000:9000/udp -v /path/on/your/system:/opt/opensim/bin/sqlite-database soupbowl/opensimulator:latest
```
# Limitations
# Limitations and Troubleshooting
## Physics in ARM
@@ -96,6 +96,10 @@ Alternatively, a suitable drop-in library in `lib64/libBulletSim-aarch64.so` for
**I'm keen to support ARM architecture to the bounds of OpenSimulator. If you have any experience on this, please reach out to me.**
## `Command error: System.NullReferenceException: Object reference not set to an instance of an object.`
This occurs because the terminal is expecting a method of input, but isn't able to detect one. This is why the command requires `-it`, and the compose needs `tty` and `stdin_open`.
# Examples
See [this repository](https://github.com/soup-bowl/opensim-sandbox) for some example usages of this image.