Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

The source doesn't work on my machine though. I use python 3.10 and I don't think I have any missing dependencies.

I get this error message:

pygame 2.1.2 (SDL 2.0.16, Python 3.10.4)
Hello from the pygame community.
<a href="https://www.pygame.org/contribute.html
Traceback">https://www.pygame.org/contribute.html
Traceback</a> (most recent call last):
   File "/media/alpha-craft/Ubuntu-Files/Programme/.itch/next-dimension/Next Dimension.pyw", line 46, in <module>
     from data.sprites import * ImportError: bad magic number in 'data.sprites': b'a\r\r\n'</module>

I use python 3.9, the "bad magic number" is an error that can only occur due the game being run on a later version. I'm assuming you downloaded the source? Since a magic number is a signature on a .pyc file and since my engine was converted to a .pyc file, it was sealed for only being able to run on 3.9... 

To simplify it... The source won't work on 3.10, only 3.9... If it's not the source, I do not know what the problem is.

sorry

Deleted 2 years ago