Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.61 KB

TROUBLESHOOTING.md

File metadata and controls

28 lines (22 loc) · 1.61 KB

Troubleshooting

If you're reading this, something went wrong. Don't worry though, as this is the most thorough guide to help you!

./Impostor.Server: line 1: ELF: not found (plus other errors)

No idea where you got that system. But we clearly do NOT support it.

cannot execute binary file: Exec format error

Please check that you have downloaded the right version of Impostor, as we mantain two CPU architectures (x64 and ARM).
Unless you are running Impostor on a SBC (Single-Board Computer), like the Raspberry Pi, you most likely want to use the x64 version.

./Impostor.Server: Permission denied

This is an error related to Linux file permissions. Some files do not hold their executable bit (the permission that allows them to run) during a download. You can solve this by doing: chmod +x Impostor.Server

You are using an older version of the game

You are using an older version of Impostor. The game does not really check who is outdated and blames it on the user.
Make sure you got the latest working version of Impostor (probably in AppVeyor, not Github).

You disconnected from the server. Reliable Packet 1 ...

Please double-check that you have followed the Server Configuration correctly.
NOTE: Your public ip does not start with 127 nor 192
Also check if the port Impostor (ListenPort) is listening on is correctly port-forwarded for UDP (or TCP/UDP).

Could not load file or assembly...

Please check that you only have working plugins in the plugins folder.
This error can be caused by non-plugin files or plugins that are not working correctly.