Created
April 30, 2026 03:31
-
-
Save mogul/2868fb5e4a4c07fae5c83a320f81f3a2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [main] Starting Slopsmith Desktop... | |
| [audio] Loaded native addon from C:\Users\bmogi\AppData\Local\Programs\Slopsmith\resources\app.asar\build\Release\slopsmith_audio.node | |
| [AudioEngine] Available device types: 5 | |
| [AudioEngine] Windows Audio - inputs: 2, outputs: 6 | |
| [AudioEngine] Windows Audio (Exclusive Mode) - inputs: 2, outputs: 6 | |
| [AudioEngine] Windows Audio (Low Latency Mode) - inputs: 2, outputs: 6 | |
| [AudioEngine] DirectSound - inputs: 3, outputs: 7 | |
| [AudioEngine] ASIO - inputs: 2, outputs: 2 | |
| [audio-native] Init complete. Device types: 5 | |
| [audio-native] Windows Audio: 2 inputs, 6 outputs | |
| [audio-native] Windows Audio (Exclusive Mode): 2 inputs, 6 outputs | |
| [audio-native] Windows Audio (Low Latency Mode): 2 inputs, 6 outputs | |
| [audio-native] DirectSound: 3 inputs, 7 outputs | |
| [audio-native] ASIO: 2 inputs, 2 outputs | |
| [audio] Engine initialized | |
| [python] Starting C:\Users\bmogi\AppData\Local\Programs\Slopsmith\resources\python\python.exe C:\Users\bmogi\AppData\Local\Programs\Slopsmith\resources\slopsmith\server.py on port 18000 | |
| [python] Config dir: C:\Users\bmogi\AppData\Roaming\slopsmith-desktop\slopsmith-config | |
| [python] DLC dir: C:\Users\bmogi\.local\share\Steam\steamapps\common\Rocksmith2014\dlc | |
| [python] Slopsmith plugins: C:\Users\bmogi\AppData\Local\Programs\Slopsmith\resources\slopsmith\plugins | |
| [python] User plugins: C:\Users\bmogi\AppData\Roaming\slopsmith-desktop\plugins | |
| [python] Traceback (most recent call last): | |
| File "<frozen runpy>", line 198, in _run_module_as_main | |
| File "<frozen runpy>", line 88, in _run_code | |
| File "C:\Users\bmogi\AppData\Local\Programs\Slopsmith\resources\python\Lib\site-packages\uvicorn\__main__.py", line 4, in <module> | |
| uvicorn.main() | |
| File "C:\Users\bmogi\AppData\Local\Programs\Slopsmith\resources\python\Lib\site-packages\click\core.py", line 1514, in __call__ | |
| [python] return self.main(*args, **kwargs) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "C:\Users\bmogi\AppData\Local\Programs\Slopsmith\resources\python\Lib\site-packages\click\core.py", line 1435, in main | |
| rv = self.invoke(ctx) | |
| ^^^^^^^^^^^^^^^^ | |
| File "C:\Users\bmogi\AppData\Local\Programs\Slopsmith\resources\python\Lib\site-packages\click\core.py", line 1298, in invoke | |
| [python] return ctx.invoke(self.callback, **ctx.params) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "C:\Users\bmogi\AppData\Local\Programs\Slopsmith\resources\python\Lib\site-packages\click\core.py", line 853, in | |
| invoke | |
| [python] return callback(*args, **kwargs) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "C:\Users\bmogi\AppData\Local\Programs\Slopsmith\resources\python\Lib\site-packages\uvicorn\main.py", line 441, in main | |
| [python] run( | |
| File "C:\Users\bmogi\AppData\Local\Programs\Slopsmith\resources\python\Lib\site-packages\uvicorn\main.py", line 617, in run | |
| [python] server.run() | |
| File "C:\Users\bmogi\AppData\Local\Programs\Slopsmith\resources\python\Lib\site-packages\uvicorn\server.py", line 75, | |
| in run | |
| return asyncio_run(self.serve(sockets=sockets), loop_factory=self.config.get_loop_factory()) | |
| [python] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "asyncio\runners.py", line 195, in run | |
| [python] File "asyncio\runners.py", line 118, in run | |
| [python] File "asyncio\base_events.py", line 691, in run_until_complete | |
| File "C:\Users\bmogi\AppData\Local\Programs\Slopsmith\resources\python\Lib\site-packages\uvicorn\server.py", line 79, | |
| in serve | |
| await self._serve(sockets) | |
| File "C:\Users\bmogi\AppData\Local\Programs\Slopsmith\resources\python\Lib\site-packages\uvicorn\server.py", line 86, | |
| in _serve | |
| config.load() | |
| File "C:\Users\bmogi\AppData\Local\Programs\Slopsmith\resources\python\Lib\site-packages\uvicorn\config.py", line 449, in load | |
| self.loaded_app = import_from_string(self.app) | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "C:\Users\bmogi\AppData\Local\Programs\Slopsmith\resources\python\Lib\site-packages\uvicorn\importer.py", line 22, in import_from_string | |
| raise exc from None | |
| File "C:\Users\bmogi\AppData\Local\Programs\Slopsmith\resources\python\Lib\site-packages\uvicorn\importer.py", line 19, in import_from_string | |
| module = importlib.import_module(module_str) | |
| [python] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | |
| File "importlib\__init__.py", line 90, in import_module | |
| File "<frozen importlib._bootstrap>", line 1387, in _gcd_import | |
| File "<frozen importlib._bootstrap>", line 1360, in _find_and_load | |
| File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked | |
| File "<frozen importlib._bootstrap>", line 935, in _load_unlocked | |
| File "<frozen importlib._bootstrap_external>", line 999, in exec_module | |
| File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed | |
| File "C:\Users\bmogi\AppData\Local\Programs\Slopsmith\resources\slopsmith\server.py", line 15, in <module> | |
| [python] from psarc import unpack_psarc, read_psarc_entries | |
| ModuleNotFoundError: No module named 'psarc' | |
| [python] Process exited with code 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment