surrsurus / edgequest

Edgequest Season Two
Mozilla Public License 2.0
8 stars 1 forks source link

Edgequest compatibility problems on Windows 10 #16

Closed LeemKirk closed 8 years ago

LeemKirk commented 8 years ago

https://gyazo.com/102850950427740e6bb6f433408f2ac0 idk what to do. I installed Python 2.7

surrsurus commented 8 years ago

Follow the readme instructions?

surrsurus commented 8 years ago

Also send a screenshot or copypaste of the problem

LeemKirk commented 8 years ago

I followed the readme instructions and the link i added is a gif of me trying to open it. No error message pops up, it just doesn't open the game.

surrsurus commented 8 years ago

open the edgequest file with the python idle then press f5 to run it and send the error message to me.

LeemKirk commented 8 years ago

Python 2.7.11 (v2.7.11:6d1b6a68f775, Dec 5 2015, 20:40:30) [MSC v.1500 64 bit (AMD64)] on win32 Type "copyright", "credits" or "license()" for more information.

============== RESTART: C:\Games\edgequest-master\edgequest.py ==============

Traceback (most recent call last): File "C:\Games\edgequest-master\edgequest.py", line 9, in from colors import * File "C:\Games\edgequest-master\colors.py", line 1, in from modules import libtcodpy as libtcod File "C:\Games\edgequest-master\modules\libtcodpy.py", line 60, in _lib = ctypes.cdll['./libtcod-VS.dll'] File "C:\Python27\lib\ctypesinit.py", line 440, in getitem return getattr(self, name) File "C:\Python27\lib\ctypesinit.py", line 435, in getattr dll = self._dlltype(name) File "C:\Python27\lib\ctypesinit.py", line 365, in init self._handle = _dlopen(self._name, mode) WindowsError: [Error 126] The specified module could not be found

surrsurus commented 8 years ago

Try the latest version again

surrsurus commented 8 years ago

For all future reference, this issue is solved by installing 32 bit python.