babell

New Member
Oct 31, 2018
4
2
3
I have an error when loading the windows version with Ren'py Launcher.

I'm sorry, but an uncaught exception occurred.

After loading the script.
TypeError: unsupported operand type(s) for +: 'NoneType' and 'int'


-- Full Traceback ------------------------------------------------------------

Full traceback:
File "/Users/user/Downloads/Games/renpy-7.0.0-sdk/renpy/bootstrap.py", line 313, in bootstrap
renpy.main.main()
File "/Users/user/Downloads/Games/renpy-7.0.0-sdk/renpy/main.py", line 415, in main
if renpy.parser.report_parse_errors():
File "/Users/user/Downloads/Games/renpy-7.0.0-sdk/renpy/parser.py", line 2787, in report_parse_errors
renpy.display.error.report_parse_errors(full_text, error_fn)
File "/Users/user/Downloads/Games/renpy-7.0.0-sdk/renpy/display/error.py", line 187, in report_parse_errors
error_fn=error_fn,
File "/Users/user/Downloads/Games/renpy-7.0.0-sdk/renpy/game.py", line 281, in invoke_in_new_context
return callable(*args, **kwargs)
File "/Users/user/Downloads/Games/renpy-7.0.0-sdk/renpy/display/error.py", line 45, in call_exception_screen
return renpy.ui.interact(mouse="screen", type="screen", suppress_overlay=True, suppress_underlay=True)
File "/Users/user/Downloads/Games/renpy-7.0.0-sdk/renpy/ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/Users/user/Downloads/Games/renpy-7.0.0-sdk/renpy/display/core.py", line 2662, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "/Users/user/Downloads/Games/renpy-7.0.0-sdk/renpy/display/core.py", line 3340, in interact_core
self.quit_event()
File "/Users/user/Downloads/Games/renpy-7.0.0-sdk/renpy/display/core.py", line 2366, in quit_event
renpy.exports.take_screenshot()
File "/Users/user/Downloads/Games/renpy-7.0.0-sdk/renpy/exports.py", line 1574, in take_screenshot
renpy.game.interface.take_screenshot(scale, background=background)
File "/Users/user/Downloads/Games/renpy-7.0.0-sdk/renpy/display/core.py", line 2112, in take_screenshot
surf = renpy.display.scale.smoothscale(surf, scale)
File "/Users/user/Downloads/Games/renpy-7.0.0-sdk/renpy/display/scale.py", line 95, in real_smoothscale
dest = pgrender.surface_unscaled(size, src)
File "/Users/user/Downloads/Games/renpy-7.0.0-sdk/renpy/display/pgrender.py", line 118, in surface
surf = Surface((width + 4, height + 4), 0, sample)
TypeError: unsupported operand type(s) for +: 'NoneType' and 'int'


Darwin-18.2.0-x86_64-i386-64bit
Ren'Py 7.1.1.929


Sun Nov 18 06:21:42 2018

Can anyone help?


Did you load patches/mod's?
 
Last edited:

superpump

Newbie
Jan 13, 2018
20
5
108
Did you load patches/mod's?
Same error with or without the patch.

This error comes up first.

Code:
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "game/scripts/gui/computer/G_Stats.rpy", line 50: u'screen' is not a keyword argument or valid child for the screen statement.
    screen ml_G_Stats_scr:
          ^

Ren'Py Version: Ren'Py 7.1.1.929
Sun Nov 18 06:35:42 2018
 
Last edited:

fatih33

Newbie
Jan 3, 2018
23
22
60
thanks for the answers my last question is: windows download includes part 1 and part 2, do i have to download both?
 

babell

New Member
Oct 31, 2018
4
2
3
can someone explain what a compressed version means?
Files are compressed so the download file is smaller A smaller download is a faster download. Sometimes.
Same error with or without the patch.

This error comes up first.

Code:
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "game/scripts/gui/computer/G_Stats.rpy", line 50: u'screen' is not a keyword argument or valid child for the screen statement.
    screen ml_G_Stats_scr:
          ^

Ren'Py Version: Ren'Py 7.1.1.929
Sun Nov 18 06:35:42 2018
Whats your OS?
.
 
3.70 star(s) 474 Votes