Nosuga
New Member
I’m running into the same error every time I try to start Summertime Saga and Acting Lessons, guess the same would happen with other modern Ren’Py games (Katawa Shoujo runs fine though). The error message reads
‘Could not execute c:gamesacting lessonsactinglessons-0.7.0-pclibwindows-i686actinglessons.exe .exe. Is it missing?’
I’m not running an antivirus program, I’ve whitelisted the .exe in Windows Defender and I tried running it as administrator / in compatibility mode. I also installed the latest DirectX and Microsoft Visual C++ versions. Those were all the suggestions I could find via google.
Can anyone please help me?
![]()
Papa Ernie
Men Without Women
I’m running into the same error every time I try to start Summertime Saga and Acting Lessons, guess the same would happen with other modern Ren’Py games (Katawa Shoujo runs fine though). The error message reads
‘Could not execute c:gamesacting lessonsactinglessons-0.7.0-pclibwindows-i686actinglessons.exe .exe. Is it missing?’
I’m not running an antivirus program, I’ve whitelisted the .exe in Windows Defender and I tried running it as administrator / in compatibility mode. I also installed the latest DirectX and Microsoft Visual C++ versions. Those were all the suggestions I could find via google.
A Post-Cyberpunk Visual Novel · By
I have downloaded the game, but I cant seem to open it.
When I try to open the .exe it says that «Could not execute. Is it missing?» and it happens to the other one as well the .sh
What should I do? Please help me..
im having the exact problem ;-;
Are you trying on Mac or PC?
I’m having this same problem but I’m on a Windows PC
If it downloaded as a zip file, just take the folder «BTS» and drag it on your desktop and then open it and launch the exe file. That way it will open!
PC (windows) I downloaded it but it looks like a file and when I click on it it gives more stuf tha in the game or something idk.
Do you mean a WinRar file? Just right click and click «Extract files» Once you’ve done that, open the new folder. Then open the application 🙂
OMG me too ;A; I have the same problem as well
I downloaded the game but its not working the pc said that the .exe is missing. please help me.
So I looked up some tutorials on the Internet, since it seems to be a recurrent problem for so many people, and found out that it’s likely to be your anti-virus blocking the program.
However, I do not know what is your anti-virus, and how it works, so I suggest you to search on the Internet how to bypass your own anti-virus restriction.
Okay so it took my like an hour but I finally figured it out. I have Norton Security and every time I tried to open the game it would delete the file, saying it was dangerous. In order to open it and run the application, make sure that whatever virus protection you have restores the file to your computer, or just download it again. For Norton (not sure about any other anti-virus program) before you try to open it, right click and choose the the option under your virus protection to see the file details. Then for Norton, all I had to do was click something that said I trust the producer of the game. And then I was finally able to play woooo!
What did you click to bypass it? I have norton as well and it’s doing the same thing
Comments
Copy link Quote reply
Dediggefedde commented Nov 20, 2017 •
Hi!
Good job on rewriting the engine! I’m slowly making progress at adapting my old scripts to Promises.
What I noticed: if you violate the policy that GM.xmlHttpRequest and await GM.getValue need to be in an async function, firefox gives you the error.
However, not I somehow hit a wall. I wrote a small userscript for deviantart.com and when I try to run it in Firefox, it says Could not execute user script: [. ], .
Even if I comment everything out, remove the @require jquery line and refresh the page, it’s still not able to call the script. No GM.log or console.log show up.
I’m pretty sure to do the Promise-thing right in the script, too.
If I use the exact same script in chrome & tampermonkey, it doesn’t even show an error.
Might this be some caching mistake of an old version or required script?