I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/000statements.rpy", line 460, in execute_pause ShaderError: ERROR: 0:39: '+' : wrong operand types no operation '+' exists that takes a left-hand operand of type 'in 2-component vector of float' and a right operand of type 'const int' (or there is no acceptable conversion) ERROR: 0:45: 'clamp' : no matching overloaded function found ERROR: 0:45: 'return' : function return is not matching type: ERROR: 0:83: '*' : wrong operand types no operation '*' exists that takes a left-hand operand of type '2-component vector of float' and a right operand of type 'const int' (or there is no acceptable conversion) ERROR: 0:83: '-' : wrong operand types no operation '-' exists that takes a left-hand operand of type '2-component vector of float' and a right operand of type 'const int' (or there is no acceptable conversion) ERROR: 0:93: 'mod' : no matching overloaded function found ERROR: 0:94: '-' : wrong operand types no operation '-' exists that takes a left-hand operand of type 'const int' and a right operand of type 'float' (or there is no acceptable conversion) ERROR -- Full Traceback ------------------------------------------------------------ Full traceback: File "00start.rpyc", line 241, in script call File "optional files/special_labels.rpyc", line 25, in script File "renpy/ast.py", line 1971, in execute File "renpy/ast.py", line 1953, in call File "renpy/statements.py", line 349, in call File "renpy/common/000statements.rpy", line 460, in execute_pause File "renpy/exports.py", line 1662, in pause File "renpy/ui.py", line 301, in interact File "renpy/display\core.py", line 2166, in interact File "renpy/display\core.py", line 2819, in interact_core File "renpy/display\core.py", line 1360, in draw_screen File "gl2draw.pyx", line 984, in renpy.gl2.gl2draw.GL2Draw.draw_screen File "gl2draw.pyx", line 1041, in renpy.gl2.gl2draw.GL2Draw.load_all_textures File "gl2draw.pyx", line 1041, in renpy.gl2.gl2draw.GL2Draw.load_all_textures File "gl2draw.pyx", line 1041, in renpy.gl2.gl2draw.GL2Draw.load_all_textures [Previous line repeated 5 more times] File "gl2draw.pyx", line 1054, in renpy.gl2.gl2draw.GL2Draw.load_all_textures File "gl2draw.pyx", line 1087, in renpy.gl2.gl2draw.GL2Draw.render_to_texture File "gl2texture.pyx", line 206, in renpy.gl2.gl2texture.TextureLoader.render_to_texture File "gl2texture.pyx", line 387, in renpy.gl2.gl2texture.GLTexture.from_render File "gl2draw.pyx", line 1508, in renpy.gl2.gl2draw.GL2DrawingContext.draw File "gl2draw.pyx", line 1489, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one File "gl2draw.pyx", line 1489, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one File "gl2draw.pyx", line 1489, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one [Previous line repeated 4 more times] File "gl2draw.pyx", line 1400, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one File "gl2draw.pyx", line 1355, in renpy.gl2.gl2draw.GL2DrawingContext.draw_model File "renpy/gl2\gl2shadercache.py", line 278, in get File "gl2shader.pyx", line 230, in renpy.gl2.gl2shader.Program.load File "gl2shader.pyx", line 213, in renpy.gl2.gl2shader.Program.load_shader ShaderError: ERROR: 0:39: '+' : wrong operand types no operation '+' exists that takes a left-hand operand of type 'in 2-component vector of float' and a right operand of type 'const int' (or there is no acceptable conversion) ERROR: 0:45: 'clamp' : no matching overloaded function found ERROR: 0:45: 'return' : function return is not matching type: ERROR: 0:83: '*' : wrong operand types no operation '*' exists that takes a left-hand operand of type '2-component vector of float' and a right operand of type 'const int' (or there is no acceptable conversion) ERROR: 0:83: '-' : wrong operand types no operation '-' exists that takes a left-hand operand of type '2-component vector of float' and a right operand of type 'const int' (or there is no acceptable conversion) ERROR: 0:93: 'mod' : no matching overloaded function found ERROR: 0:94: '-' : wrong operand types no operation '-' exists that takes a left-hand operand of type 'const int' and a right operand of type 'float' (or there is no acceptable conversion) ERROR