01-30-2021, 02:16 AM
02-01-2021, 05:06 AM
Hi,
You must install Tilengine shared library separately, depending on your OS. The PythonPlatformer project doesn't include it. Please post here what errors are you getting, to confirm that this is the problem.
You must install Tilengine shared library separately, depending on your OS. The PythonPlatformer project doesn't include it. Please post here what errors are you getting, to confirm that this is the problem.
02-01-2021, 05:16 AM
(02-01-2021, 05:06 AM)megamarc Wrote: [ -> ]Hi,
You must install Tilengine shared library separately, depending on your OS. The PythonPlatformer project doesn't include it. Please post here what errors are you getting, to confirm that this is the problem.
Here is a screen that shows the errors
The library was already here
02-01-2021, 05:02 PM
Hi,
Reading the error messages you can realize that Tilengine.dll is not found and can't be loaded. The file explorer tree highlights it with a question mark, meaning that the file is referenced but cannot be found. You must provide it separately, either downloading the correct version from itch.io, or building it yourself and providing additional dependencies (SDL2.dll)
Reading the error messages you can realize that Tilengine.dll is not found and can't be loaded. The file explorer tree highlights it with a question mark, meaning that the file is referenced but cannot be found. You must provide it separately, either downloading the correct version from itch.io, or building it yourself and providing additional dependencies (SDL2.dll)
02-01-2021, 08:21 PM
I think the icon with the question mark next to the .dll files in the explorer just means the PyCharm doesn't recognise the file type.
I'm not very familiar with these kinds of issues on Windows, but it may be related to the DLL searching order on your system. Take a look here and see if it helps:
https://docs.microsoft.com/en-us/windows...arch-order
I'm not very familiar with these kinds of issues on Windows, but it may be related to the DLL searching order on your system. Take a look here and see if it helps:
https://docs.microsoft.com/en-us/windows...arch-order
02-01-2021, 09:05 PM
I tried to load by getting the current directory and concatenate with the file name to get the absolute path, I still have errors about Tilengine's methods
Is it normal?
Is it normal?
02-02-2021, 05:05 AM
Sorry, it was my fault.
In release 2.8.5 I removed some unused functions, but the binding was still trying to find them. I updated the binding in PythonPlatformer, just update your working copy and let me know if it works now.
In release 2.8.5 I removed some unused functions, but the binding was still trying to find them. I updated the binding in PythonPlatformer, just update your working copy and let me know if it works now.
02-02-2021, 06:45 AM
(02-02-2021, 05:05 AM)megamarc Wrote: [ -> ]Sorry, it was my fault.
In release 2.8.5 I removed some unused functions, but the binding was still trying to find them. I updated the binding in PythonPlatformer, just update your working copy and let me know if it works now.
Thanks! It works fine now!
02-03-2021, 02:01 AM
Perfect!
Let me know if you get stuck somewhere else, can be something wrong on my side
Let me know if you get stuck somewhere else, can be something wrong on my side