jes icon indicating copy to clipboard operation
jes copied to clipboard

does not open

Open quasar2222 opened this issue 8 months ago • 2 comments

when I do everything correctly it just says

Traceback (most recent call last): File "E:\jes-main\jes.py", line 23, in ui = UI(_W_W=1920, _W_H=1078, _MOVIE_SINGLE_DIM=(650,650), ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "E:\jes-main\jes_ui.py", line 18, in init self.bigFont = pygame.font.Font('C:/Users/caryk/AppData/Local/Microsoft/Windows/Fonts/Jygquip 1.ttf', 60) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: No such file or directory: 'C:/Users/caryk/AppData/Local/Microsoft/Windows/Fonts/Jygquip 1.ttf'.

I dont know whats causing this

quasar2222 avatar Apr 27 '25 13:04 quasar2222

It's crashing because it's trying to find a font file that only Cary has, for now you can check out my branch which fixes this until they merge the PR I made :)

Inertia-Squared avatar Apr 28 '25 07:04 Inertia-Squared

There was an earlier merge last month that fixed it already, but it seems like it didn't stick for one reason or another. If you replace that path with "visuals/Arial.ttf" it should fix it.

Rafagd avatar Apr 28 '25 14:04 Rafagd