Discuss how to use the Ren'Py engine to create visual novels and story-based games. New releases are announced in this section.
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
-
adam
- Newbie
- Posts: 3
- Joined: Tue Sep 16, 2008 11:40 pm
-
Contact:
#1
Post
by adam » Tue Sep 16, 2008 11:52 pm
Hello,
I recently downloaded the Ren'Py 6.7.0 full package and tried to run renpy.exe. I got the following generic-looking error.
Code: Select all
Miscrosoft Visual C++ Runtime Library
Runtime Error!
Program: ...\Desktop\renpy-6.7.0-full\renpy-6.7.0\renpy.exe
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
I then tried to run the "console," which was in the same folder and got this message.
Code: Select all
Fatal Python error: (pygame parachute) Segmentation Fault
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information
This is the first time I've downloaded Ren'Py. I'm running on Windows XP Home. Please let me know if you need any other information.
Thanks.
-
DaFool
- Lemma-Class Veteran
- Posts: 4171
- Joined: Tue Aug 01, 2006 12:39 pm
-
Contact:
#2
Post
by DaFool » Wed Sep 17, 2008 12:30 am
Which service pack? Fully updated?
-
PyTom
- Ren'Py Creator
- Posts: 15893
- Joined: Mon Feb 02, 2004 10:58 am
- Completed: Moonlight Walks
- Projects: Ren'Py
- IRC Nick: renpytom
- Github: renpytom
- itch: renpytom
- Location: Kings Park, NY
-
Contact:
#3
Post
by PyTom » Wed Sep 17, 2008 12:36 am
I'd also ask you download older versions of Ren'Py to see if you can isolate where the problem comes up. Also if it comes up on startup, or sometime later... and if it comes up later, what you clicked to cause it to happen.
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom
"Silly and fun things are important." - Elon Musk
Software > Drama •
https://www.patreon.com/renpytom
-
adam
- Newbie
- Posts: 3
- Joined: Tue Sep 16, 2008 11:40 pm
-
Contact:
#4
Post
by adam » Wed Sep 17, 2008 1:23 am
I'm on service pack 2.
I'll try the older versions and see what happens.
----
I just tried the following demos in these versions and they gave me the same Visual C++ runtime error, which seems to happen right after I double-click on renpy.exe.
6.4.0
5.6.7
5.6.1
5.4.5
5.3.0
5.1.5
5.1.2
5.1.1
Ren'Py 5.1.0 and 5.0 works for me.
I also tried to update to Service Pack 3 (KB936929), but it keeps telling me I need 4 additional megabytes of space, which is another problem I haven't dealt with yet lol.
-
PyTom
- Ren'Py Creator
- Posts: 15893
- Joined: Mon Feb 02, 2004 10:58 am
- Completed: Moonlight Walks
- Projects: Ren'Py
- IRC Nick: renpytom
- Github: renpytom
- itch: renpytom
- Location: Kings Park, NY
-
Contact:
#5
Post
by PyTom » Wed Sep 17, 2008 2:21 am
You can try putting:
SDL_VIDEODRIVER=directx
into your environment and running Ren'Py. (Maybe someone else can explain how to do that.) But if you're having problems running windib graphics, there is something really wrong with your system.
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom
"Silly and fun things are important." - Elon Musk
Software > Drama •
https://www.patreon.com/renpytom
-
adam
- Newbie
- Posts: 3
- Joined: Tue Sep 16, 2008 11:40 pm
-
Contact:
#6
Post
by adam » Wed Sep 17, 2008 8:29 am
I "set SDL_VIDEODRIVER=directx" using the command prompt, but the same error pops up in under 6.7.0 when I double-click renpy.exe.
However, running the "console" under 6.7.0 doesn't give me the segmentation fault and brings up a window, titled "Ren'Py Launcher." I select "demo" as the project and then click on "Launch."
It then brings up this message.
Code: Select all
I'm sorry, but an exception occured while executing your Ren'Py
script.
WindowsError: [Error 3] The system cannot find the path specified: 'C:\\Documents and Settings\\adam\\Desktop\\renpy-6.7.0-full\\renpy-6.7.0\\console/*.*'
Before loading the script.
-- Full Traceback ------------------------------------------------------------
File "C:\Documents and Settings\adam\Desktop\renpy-6.7.0-full\renpy-6.7.0\renpy\bootstrap.py", line 222, in bootstrap
File "C:\Documents and Settings\adam\Desktop\renpy-6.7.0-full\renpy-6.7.0\renpy\main.py", line 142, in main
WindowsError: [Error 3] The system cannot find the path specified: 'C:\\Documents and Settings\\adam\\Desktop\\renpy-6.7.0-full\\renpy-6.7.0\\console/*.*'
Before loading the script.
Ren'Py Version: Ren'Py 6.7.0c
-
Twar3Draconis
- Regular
- Posts: 129
- Joined: Thu Apr 19, 2007 12:07 am
- Location: Michigan, United States, Terra
-
Contact:
#7
Post
by Twar3Draconis » Thu Sep 18, 2008 8:12 pm
It does look like it could be a conflicting software package. Correct me if I'm wrong, it's been a while since I used Windows.
-
Keinart
- Regular
- Posts: 133
- Joined: Sun May 13, 2012 8:28 pm
- Completed: One Thousand Lies
- Projects: Lotus Reverie
- Organization: Keinart Lobre
- Tumblr: keinart
- itch: keinart
- Location: Spain
-
Contact:
#8
Post
by Keinart » Sat Sep 08, 2012 11:48 am
I'm having the same issue but it happens randomly. I think it happens after opening the TeamSpeak3, before that it works perfectly. So I don't really get it. I've used some of the previous versions and it was cool, it's with the new interface when it started to fail.
I use Windows 7 Home Edition.
-
Bryy
- Veteran
- Posts: 404
- Joined: Thu Dec 20, 2012 10:12 pm
- Completed: 30+ games so far
- Projects: Furry Shakespeare
- Organization: Stegalosaurus Game Development
- Location: Portage, MI
-
Contact:
#9
Post
by Bryy » Mon Jul 15, 2013 2:52 am
I bought a brand new Surface Pro for the precise reason of showing off the game at San Diego Comic-Con/future cons, as well as having beta testers and my own team play our games at these things, and I'm getting the same error.
Windows 8 here.
64-bit.
-
PyTom
- Ren'Py Creator
- Posts: 15893
- Joined: Mon Feb 02, 2004 10:58 am
- Completed: Moonlight Walks
- Projects: Ren'Py
- IRC Nick: renpytom
- Github: renpytom
- itch: renpytom
- Location: Kings Park, NY
-
Contact:
#10
Post
by PyTom » Mon Jul 15, 2013 8:57 am
Bryy, are you on 6.7, or a newer Ren'Py.
There is also a known issue where Microsoft shipped the surface with a buggy OpenGL driver that cause this error. See
http://answers.microsoft.com/en-us/surf ... 25b01bf2cb , and complain to MS about it.
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom
"Silly and fun things are important." - Elon Musk
Software > Drama •
https://www.patreon.com/renpytom
Users browsing this forum: No registered users