Samuel Sargent

Results 48 comments of Samuel Sargent

I also had to fix the missing files error again, but it was pretty easy to do. From what it looks like all the files are there but aren't named...

I'm using Windows 10 because my PC is broke. It's an old Lenovo laptop.

Another bug here, must be a nil variable or something: ```py File "C:\Users\user\Documents\GitHub\Masendor\engine\game\create_troop_sprite_pool.py", line 308, in create_sprite animation_sprite_pool[sprite_id] = load_pickle_with_surfaces(cache_file_path) File "C:\Users\user\Documents\GitHub\Masendor\engine\data\datacacher.py", line 36, in load_pickle_with_surfaces data = pickle.load(handle) EOFError:...

Deleting cache doesn't do anything. Also, I don't think it was because of a crash corruption, seeing as I've never gotten far enough to totally load anything that should be...

I'm using everything latest. I'm not sure what else is causing it to crash. ```shell Python 3.10.4 ``` ```shell Name: pygame Version: 2.5.0 Summary: Python Game Development Home-page: https://www.pygame.org Author:...

pardon my stupidity, but why do people put 'extra' dots (.) in URLs, is that a european thing or somthing? Also, I using vanilla Python 3, so it's not with...

Same error with virtualenv. Not sure what's wrong. Note: I followed your advice and this is a local virtualenv, in the Masendor directory.

I reset it and changed the requirements.txt to show `pygame_ce~=2.3.1`. Re-ran the pip install in a new virtualenv, and crashed like before.

Yes, sorry for not being clear.

Something is wrong internally with the pyglet fog mechanics, this is usually caused by something passing in a variable that isn't what was expected. Did you change any code? You...