This repository has been archived by the owner on Jan 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
I cant seem to start the server #42
Comments
ImportError: could not find any library for SDL2 (PYSDL2_DLL_PATH: unset)
You seem to be running an old release. did you git clone the repo?
…On Sun, Jul 2, 2023 at 8:48 AM KillAura ***@***.***> wrote:
***@***.***:~/CataclysmLD$ python3 server.py
Traceback (most recent call last):
File "/home/killaura/.local/lib/python3.9/site-packages/sdl2/dll.py", line
362, in
dll = DLL("SDL2", ["SDL2", "SDL2-2.0", "SDL2-2.0.0"],
os.getenv("PYSDL2_DLL_PATH"))
File "/home/killaura/.local/lib/python3.9/site-packages/sdl2/dll.py", line
253, in *init*
raise RuntimeError("could not find any library for %s (%s)" %
RuntimeError: could not find any library for SDL2 (PYSDL2_DLL_PATH: unset)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/killaura/CataclysmLD/server.py", line 13, in
import sdl2
File "/home/killaura/.local/lib/python3.9/site-packages/sdl2/*init*.py",
line 2, in
from .dll import get_dll_file, _bind
File "/home/killaura/.local/lib/python3.9/site-packages/sdl2/dll.py", line
364, in
raise ImportError(exc)
ImportError: could not find any library for SDL2 (PYSDL2_DLL_PATH: unset)
***@***.***:~/CataclysmLD$ python3 server.py
Traceback (most recent call last):
File "/home/killaura/.local/lib/python3.9/site-packages/sdl2/dll.py", line
362, in
dll = DLL("SDL2", ["SDL2", "SDL2-2.0", "SDL2-2.0.0"],
os.getenv("PYSDL2_DLL_PATH"))
File "/home/killaura/.local/lib/python3.9/site-packages/sdl2/dll.py", line
253, in *init*
raise RuntimeError("could not find any library for %s (%s)" %
RuntimeError: could not find any library for SDL2 (PYSDL2_DLL_PATH: unset)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/killaura/CataclysmLD/server.py", line 13, in
import sdl2
File "/home/killaura/.local/lib/python3.9/site-packages/sdl2/*init*.py",
line 2, in
from .dll import get_dll_file, _bind
File "/home/killaura/.local/lib/python3.9/site-packages/sdl2/dll.py", line
364, in
raise ImportError(exc)
ImportError: could not find any library for SDL2 (PYSDL2_DLL_PATH: unset)
—
Reply to this email directly, view it on GitHub
<#42>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACBGRWIWP4IBJLFOWMQ5VRLXOFU2TANCNFSM6AAAAAAZ3NVJOY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Yes I git cloned it |
ok must be a leftover import, its a terminal app, doesnt use sdl anymore.
…On Tue, Jul 4, 2023 at 3:37 AM KillAura ***@***.***> wrote:
Yes I git cloned it
—
Reply to this email directly, view it on GitHub
<#42 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACBGRWKZT23R2I2LQMWOBYDXOPB3PANCNFSM6AAAAAAZ3NVJOY>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
ok then we can mark this a closed tnx. |
Oh man did I screw up bad. I left the server in a completely broken state. server should be working and i've re-enabled the client for people to mess with. no more telnet or MUD clients. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
killaura@Unknown:~/CataclysmLD$ python3 server.py
Traceback (most recent call last):
File "/home/killaura/.local/lib/python3.9/site-packages/sdl2/dll.py", line 362, in
dll = DLL("SDL2", ["SDL2", "SDL2-2.0", "SDL2-2.0.0"], os.getenv("PYSDL2_DLL_PATH"))
File "/home/killaura/.local/lib/python3.9/site-packages/sdl2/dll.py", line 253, in init
raise RuntimeError("could not find any library for %s (%s)" %
RuntimeError: could not find any library for SDL2 (PYSDL2_DLL_PATH: unset)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/killaura/CataclysmLD/server.py", line 13, in
import sdl2
File "/home/killaura/.local/lib/python3.9/site-packages/sdl2/init.py", line 2, in
from .dll import get_dll_file, _bind
File "/home/killaura/.local/lib/python3.9/site-packages/sdl2/dll.py", line 364, in
raise ImportError(exc)
ImportError: could not find any library for SDL2 (PYSDL2_DLL_PATH: unset)
killaura@Unknown:~/CataclysmLD$ python3 server.py
Traceback (most recent call last):
File "/home/killaura/.local/lib/python3.9/site-packages/sdl2/dll.py", line 362, in
dll = DLL("SDL2", ["SDL2", "SDL2-2.0", "SDL2-2.0.0"], os.getenv("PYSDL2_DLL_PATH"))
File "/home/killaura/.local/lib/python3.9/site-packages/sdl2/dll.py", line 253, in init
raise RuntimeError("could not find any library for %s (%s)" %
RuntimeError: could not find any library for SDL2 (PYSDL2_DLL_PATH: unset)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/killaura/CataclysmLD/server.py", line 13, in
import sdl2
File "/home/killaura/.local/lib/python3.9/site-packages/sdl2/init.py", line 2, in
from .dll import get_dll_file, _bind
File "/home/killaura/.local/lib/python3.9/site-packages/sdl2/dll.py", line 364, in
raise ImportError(exc)
ImportError: could not find any library for SDL2 (PYSDL2_DLL_PATH: unset)
The text was updated successfully, but these errors were encountered: