No android version? :'(
T_Wayfarer_T
Recent community posts
Full version on Android; Main menù inaccessibile. Only manager to play a little by spamming "ignore" anytime an error comes by (with middeling resoults). Always gaining "infestation" as a bonus trait starting a run and can't see the "info" of the daughter until i manager to loose the trait. Many more problems sui generis.
Here's the error code:
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
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 "_layout/screen_main_menu.rpymc", line 28, in script
File "renpy/ast.py", line 827, in execute
File "renpy/python.py", line 1178, in py_exec_bytecode
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
File "renpy/ui.py", line 301, in interact
File "renpy/display\core.py", line 2215, in interact
File "renpy/display\core.py", line 2879, in interact_core
File "renpy/display\core.py", line 1388, in draw_screen
File "gl2draw.pyx", line 984, in renpy.gl2.gl2draw.GL2Draw.draw_screen
File "gl2draw.pyx", line 1054, in renpy.gl2.gl2draw.GL2Draw.load_all_textures
File "gl2draw.pyx", line 1068, in renpy.gl2.gl2draw.GL2Draw.load_all_textures
File "gl2draw.pyx", line 1108, in renpy.gl2.gl2draw.GL2Draw.render_to_texture
File "gl2texture.pyx", line 213, in renpy.gl2.gl2texture.TextureLoader.render_to_texture
File "gl2texture.pyx", line 400, in renpy.gl2.gl2texture.GLTexture.from_render
File "gl2draw.pyx", line 1552, in renpy.gl2.gl2draw.GL2DrawingContext.draw
File "gl2draw.pyx", line 1533, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
File "gl2draw.pyx", line 1533, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
File "gl2draw.pyx", line 1533, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
[Previous line repeated 6 more times]
File "gl2draw.pyx", line 1443, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
File "gl2draw.pyx", line 1398, in renpy.gl2.gl2draw.GL2DrawingContext.draw_model
File "renpy/gl2\gl2shadercache.py", line 352, in get
File "gl2shader.pyx", line 315, in renpy.gl2.gl2shader.Program.load
File "gl2shader.pyx", line 298, 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
[/code]
TLDR: Android (full version) ShaderErrors 39, 45, 83, 93 & 94 when starting the game.
A little help?