Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

I really enjoyed playing this!

Only complaint is the scene with yui is bugged. It still works but 

[code]

I'm sorry, but an uncaught exception occurred.

While running game code:

ShaderError: b'L0001 The fragment floating-point variable u_model_size does not match the vertex variable u_model_size.\n\tThe precision does not match.\n'

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

Full traceback:

  File "yui.rpyc", line 314, in script

  File "renpy/ast.py", line 1363, in execute

  File "renpy/exports.py", line 1781, in with_statement

  File "renpy/display\core.py", line 1588, in do_with

  File "renpy/display\core.py", line 2211, in interact

  File "renpy/display\core.py", line 2864, in interact_core

  File "renpy/display\core.py", line 1399, 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 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 241, in renpy.gl2.gl2shader.Program.load

ShaderError: b'L0001 The fragment floating-point variable u_model_size does not match the vertex variable u_model_size.\n\tThe precision does not match.\n'

[/code]


Appears quite a lot of times in the scene 

(5 edits) (+1)

Hmm, that's interesting.

May I assume it happens every time the frame appears? The little cropped CG-like image I mean.

If so then I guess I know what is broken but I don't know exactly why...


Edited: 

So, first of all, thanks for the report. It turned out to be quite important information.

In short, the problem seems to be with one of the plugins for renpy I'm using. It's bugged for SOME systems and I was totally unaware of that. I looked it up, and it looks like the author has confirmed the issue and fixed it in the new version. I'll just update the pluggin and it should be good in the future.

Again, thanks for letting me know!