Error happens on some players

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.
Post Reply
Message
Author
nanashi
Regular
Posts: 78
Joined: Tue Aug 09, 2011 12:54 am
Contact:

Error happens on some players

#1 Post by nanashi »

Hi. I received a feedback from one of my players.
My game seems to be working ok, but some players are claiming an error.

I received log.txt and traceback.txt from him.
Anybody knows what's the problem?

here's the code of the game where traceback says the game got error.

Code: Select all

label syomaku3:
    
    play music "audio/bgm/EM_BGM04.mp3"
    scene black with fade
    b "\n サラサラ、と葉音。"
    play sound "audio/se/forest_run01.mp3"
    
    show initial_forest01_motion:
        subpixel True
        size (4000, 600) 
        #yanchor 0.0 xanchor 0.0
        ypos 0.0 xpos -4.0
        alpha 1.0
        parallel:
            linear 1.0 ypos 0.0 xpos 0.0
        parallel:
            linear 0.5 alpha 0.8
            linear 0.5 alpha 0.0
    with wfade
    
    
    nvl clear
   
    scene initial_forest01 at run_zoom
    show initial_forest01_1_left at run_zoom_1_left
    show initial_forest01_1_right at run_zoom_1_right    
    show initial_forest01_2_left at run_zoom_2_left
    show initial_forest01_2_right at run_zoom_2_right    
    show initial_forest01_blackcorner
    with fade
    
    a " 走り抜えたのは森林だった。"
Attachments
traceback.txt
(4 KiB) Downloaded 44 times
log.txt
(10.82 KiB) Downloaded 37 times

Wright1000
Miko-Class Veteran
Posts: 629
Joined: Thu Mar 31, 2011 10:20 am
Completed: Finding A Murderer, Memory Loss, Crime Investigation, Stay away from the graveyard, Last Day at School, Lonesome, Email, Hired Gun, Dusk, Hired Gun 2, Man-at-arms, Hired Gun 3, The Phantom Caller, Street Girl, Free love, The Story of Isabel Claudia
Contact:

Re: Error happens on some players

#2 Post by Wright1000 »

nanashi wrote:My game seems to be working ok, but some players are claiming an error.
I think it's because they are using an older version of Ren'py.
Ask your friends what version they are using.
He who doesn't care about the environment doesn't care about his grandchildren.

AxemRed
Veteran
Posts: 482
Joined: Sun Jan 09, 2011 7:10 am
Contact:

Re: Error happens on some players

#3 Post by AxemRed »

Looks like a Ren'Py bug. You might be able to recreate it on your own machine by forcing the software renderer.

User avatar
PyTom
Ren'Py Creator
Posts: 16096
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:

Re: Error happens on some players

#4 Post by PyTom »

This one is my fault, I think.
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom
Software > Drama • https://www.patreon.com/renpytom

nanashi
Regular
Posts: 78
Joined: Tue Aug 09, 2011 12:54 am
Contact:

Re: Error happens on some players

#5 Post by nanashi »

Will you let me know when there is a solution?
I'll be releasing a fix version of my game.

User avatar
PyTom
Ren'Py Creator
Posts: 16096
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:

Re: Error happens on some players

#6 Post by PyTom »

Can you put together a short demo that just jumps to the line before the offending line? I think it's text related, so I'll need at least the appropriate font files - and the full game is better.
Supporting creators since 2004
(When was the last time you backed up your game?)
"Do good work." - Virgil Ivan "Gus" Grissom
Software > Drama • https://www.patreon.com/renpytom

nanashi
Regular
Posts: 78
Joined: Tue Aug 09, 2011 12:54 am
Contact:

Re: Error happens on some players

#7 Post by nanashi »

It's this game.
http://lemmasoft.renai.us/forums/viewforum.php?f=11

They say the error starts at the very beginning of the game.

Post Reply

Who is online

Users browsing this forum: No registered users