On Linux system:
Lets say that standalone renpy is on directory /home/alex/Downloads/renpy-6.xxx/
When you run the standalone renpy.sh from terminal with the command
Code: Select all
./Downloads/renpy-6.xxx/renpy.shCode: Select all
Ren'Py 6.99.8.959 lint report, generated at: Sun Dec 27 01:07:05 2015
/home/alex/00definitions.rpyc:333 'define fade' replaces a Ren'Py built-in name, which may cause problems.
/home/alex/00definitions.rpyc:334 'define dissolve' replaces a Ren'Py built-in name, which may cause problems.
/home/alex/00definitions.rpyc:335 'define pixellate' replaces a Ren'Py built-in name, which may cause problems.
/home/alex/00definitions.rpyc:338 'define wiperight' replaces a Ren'Py built-in name, which may cause problems.
/home/alex/00definitions.rpyc:339 'define wipeleft' replaces a Ren'Py built-in name, which may cause problems.
/home/alex/00definitions.rpyc:340 'define wipeup' replaces a Ren'Py built-in name, which may cause problems.
/home/alex/00definitions.rpyc:341 'define wipedown' replaces a Ren'Py built-in name, which may cause problems.
/home/alex/00definitions.rpyc:343 'define slideright' replaces a Ren'Py built-in name, which may cause problems.
/home/alex/00definitions.rpyc:344 'define slideleft' replaces a Ren'Py built-in name, which may cause problems.
/home/alex/00definitions.rpyc:345 'define slideup' replaces a Ren'Py built-in name, which may cause problems.
/home/alex/00definitions.rpyc:346 'define slidedown' replaces a Ren'Py built-in name, which may cause problems.
/home/alex/00definitions.rpyc:348 'define slideawayright' replaces a Ren'Py built-in name, which may cause problems.
/home/alex/00definitions.rpyc:349 'define slideawayleft' replaces a Ren'Py built-in name, which may cause problems.
/home/alex/00definitions.rpyc:350 'define slideawayup' replaces a Ren'Py built-in name, which may cause problems.
/home/alex/00definitions.rpyc:351 'define slideawaydown' replaces a Ren'Py built-in name, which may cause problems.
/home/alex/00definitions.rpyc:353 'define irisout' replaces a Ren'Py built-in name, which may cause problems.
/home/alex/00definitions.rpyc:354 'define irisin' replaces a Ren'Py built-in name, which may cause problems.
/home/alex/00definitions.rpyc:357 'define pushright' replaces a Ren'Py built-in name, which may cause problems.
/home/alex/00definitions.rpyc:358 'define pushleft' replaces a Ren'Py built-in name, which may cause problems.
/home/alex/00definitions.rpyc:359 'define pushup' replaces a Ren'Py built-in name, which may cause problems.
/home/alex/00definitions.rpyc:360 'define pushdown' replaces a Ren'Py built-in name, which may cause problems.
/home/alex/00definitions.rpyc:363 'define zoomin' replaces a Ren'Py built-in name, which may cause problems.
/home/alex/00definitions.rpyc:364 'define zoomout' replaces a Ren'Py built-in name, which may cause problems.
/home/alex/00definitions.rpyc:365 'define zoominout' replaces a Ren'Py built-in name, which may cause problems.
/home/alex/00definitions.rpyc:369 'define vpunch' replaces a Ren'Py built-in name, which may cause problems.
/home/alex/00definitions.rpyc:370 'define hpunch' replaces a Ren'Py built-in name, which may cause problems.
/home/alex/00definitions.rpyc:373 'define blinds' replaces a Ren'Py built-in name, which may cause problems.
/home/alex/00definitions.rpyc:374 'define squares' replaces a Ren'Py built-in name, which may cause problems.
/home/alex/00definitions.rpyc:377 'define _narrator' replaces a Ren'Py built-in name, which may cause problems.
Statistics:
The game contains 214 dialogue blocks, containing 1,963 words and 10,256
characters, for an average of 9.2 words and 48 characters per block.
The game contains 0 menus, 26 images, and 30 screens.
Lint is not a substitute for thorough testing. Remember to update Ren'Py
before releasing. New releases fix bugs and improve compatibility.Code: Select all
cd Downloads/renpy-6.xxx/
./renpy.shIf I go at the root directory of my disk and give:
Code: Select all
cd /
./home/alex/Downloads/renpy-6.xxx/renpy.shSo, there must be something wrong with the path for 00definitions.rpyc
Something like it search from the [startup] directory.
Sorry but I cannot explain more technically...
