Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Could you provide some text info for me? Try running the program so you get that api-ms-win-blahblah.dll error, and when the dialog window is up, press Ctrl-C and Ctrl-V it into notepad and/or a text field post here.

If the error text doesn't appear in a window and you're running from a command line, pasting the same text from there here would do the same.

Thanks!

(2 edits)

---------------------------

playscii.exe - System Error

---------------------------

The program can't start because api-ms-win-core-path-l1-1-0.dll is missing from your computer. Try reinstalling the program to fix this problem. 

---------------------------

OK   

---------------------------

This is from Windows 7 Ultimate 64-bit.

Oh, and a second error after I hit okay on the first one.

---------------------------

Fatal error detected

---------------------------

Error loading Python DLL 'C:\Users\Joe\AppData\Local\Temp\_MEI365282\python39.dll'.

LoadLibrary: The specified module could not be found.

---------------------------

OK   

---------------------------

Okay, I'm not sure this will fix the issue, but try this build:

http://vectorpoem.com/playscii/playscii_win32-9.17.1_20210419.zip

It's using the latest version of Python, PyInstaller, etc; I want to make sure I'm using the latest before I file a bug with the PyInstaller project.

If it gives you an error and the error is any different, let me know.

You might also try running playscii.exe from the Windows command line, and see if any meaningful error text results.

Thanks for your patience!

I got the same set of errors. Nothing new from running in the command line either.

Hi, very sorry for the delay but I have been investigating this off and on. I've put together a bug report for PyInstaller but at this point I'm not sure whether the issue is with it, or Python, or something else.

https://github.com/pyinstaller/pyinstaller/issues/5819

(1 edit)

Okay, I think the PyInstaller folks correctly identified the issue, which is simply that Python 3.9 dropped Windows 7 support. I've added a new download to the main page here for a version 9.17.1b (note the b) made with Python 3.8.10. Please try that and let me know if that runs on your system. If so, I'll make sure to do future builds with 3.8 for as long as I can (Python says they'll support 3.8 until 2024).