You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using Windows and ran into this when running .\rs_doom.exe --iwad "C:\Program Files (x86)\Steam\steamapps\common\Ultimate Doom\base\DOOM.WAD" in <project root>\target\debug\release:
[ERROR rs_doom] Fatal error: Game error: during setup
[ERROR rs_doom] caused by: System creation failed for `text_renderer`.
[ERROR rs_doom] caused by: Font error: Cannot read font at assets/ttf/OpenSans-Regular.ttf
[ERROR rs_doom] caused by: The system cannot find the path specified. (os error 3)
[ERROR rs_doom] Run with RUST_BACKTRACE=1 to capture backtrace.
It works fine if I use target\debug\release\rs_doom.exe, but should it be using local paths for the font? Ideally it should use a font on the user's system
The text was updated successfully, but these errors were encountered:
I'm using Windows and ran into this when running
.\rs_doom.exe --iwad "C:\Program Files (x86)\Steam\steamapps\common\Ultimate Doom\base\DOOM.WAD"
in<project root>\target\debug\release
:It works fine if I use
target\debug\release\rs_doom.exe
, but should it be using local paths for the font? Ideally it should use a font on the user's systemThe text was updated successfully, but these errors were encountered: