Blondazz / KeyOverlay

A simple key overlay for osu! streaming
GNU General Public License v3.0
197 stars 27 forks source link

Fix resources path for cross-plattform #3

Closed nzxl101 closed 3 years ago

nzxl101 commented 3 years ago
[nzxl@arch net5.0]$ dotnet KeyOverlay.dll
Failed to load font "Resources\consolab.ttf" (failed to create the font face)
Unhandled exception. SFML.LoadingFailedException: Failed to load font from file Resources\consolab.ttf
   at SFML.Graphics.Font..ctor(String filename)
   at KeyOverlay.CreateItems.CreateText(String key, RectangleShape square) in C:\Users\Daniel\source\repos\KeyOverlay\KeyOverlay\CreateItems.cs:line 30
   at KeyOverlay.AppWindow.Run() in C:\Users\Daniel\source\repos\KeyOverlay\KeyOverlay\AppWindow.cs:line 72
   at KeyOverlay.Program.Main(String[] args) in C:\Users\Daniel\source\repos\KeyOverlay\KeyOverlay\Program.cs:line 5
Aborted (core dumped)

Not really great how paths are handled, but should be working now on every plattform with this changes.