Page 1 of 1

Error after distributing build

Posted: Mon Feb 06, 2017 6:20 pm
by Kkoro
Yo guys,

I decided to create a distribution build of my VN. Everything works fine before the distribution, and there are no lint errors.
After creating the distribution build, for some reason, the game can't find the definition of a transition in options.rpy, which is defined in images.rpy
Anybody know how to fix this?

Thanks in advance,
Kkoro

Re: Error after distributing build

Posted: Tue Feb 07, 2017 3:15 am
by ISAWHIM
Define it in options.rpy, prior to the image being used.

Try "force recompile"... It may only be working in your system, due to a glitch... or vice-versa... Not working in the compiled version, because it is not recompiling the old RPYC files, though your RPY files have actually changed, for your testing.

Then rebuild it.

Re: Error after distributing build

Posted: Tue Feb 07, 2017 2:58 pm
by Kkoro
Ok so that kind of worked.
But now it's asking me to define an other transition in screens.rpy. Did that, and know it's asking me to define an action.
There are a lot of unique actions in my screens.rpy, and I don't want to define all of them(cause I wouldn't even know how to).
Is there a solution to avoid this?

Re: Error after distributing build

Posted: Sun Feb 12, 2017 3:18 am
by ISAWHIM
Are these things you have manually setup?

Could there be a chance that somewhere indentation of a block has messed-up the blocks? (Thus, pulling something out of a block, so it is not where you think it actually is. I am wondering if RenPy is correcting the errors, for test-compile, but failing to fix them when actually compiling them for distribution. Could be an error/glitch.)

Can you give a quick example of a line of code that is giving you trouble?