Search found 3 matches

by Hello_anyonethere
Sat Apr 22, 2023 11:38 pm
Forum: Ren'Py Questions and Announcements
Topic: Opening saves menu exception
Replies: 4
Views: 380

Re: Opening saves menu exception

_ticlock_ wrote: Thu Apr 20, 2023 7:43 pm
Did you make changes in the screens save/file_slots? Can you post code for these screens.
[/quote]

I don't think I made any changes but I don't think that's the problem since I deleted and redownloaded.
by Hello_anyonethere
Thu Apr 20, 2023 5:55 pm
Forum: Ren'Py Questions and Announcements
Topic: Opening saves menu exception
Replies: 4
Views: 380

Re: Opening saves menu exception

_ticlock_ wrote: Wed Apr 19, 2023 8:23 pm
Hello_anyonethere wrote: Wed Apr 19, 2023 6:24 pm When saves menu is opened it gives exception :Expected an image, but got a general displayable.
It’s hard to say without screen code.

Possibly you apply some manipulation to Null displayable (like FileScreenshot that can return Null displayable).
I have no idea what I just read.
by Hello_anyonethere
Wed Apr 19, 2023 6:24 pm
Forum: Ren'Py Questions and Announcements
Topic: Opening saves menu exception
Replies: 4
Views: 380

Opening saves menu exception

When saves menu is opened it gives exception :Expected an image, but got a general displayable. I'm sorry, but an uncaught exception occurred. While running game code: File "renpy/common/000statements.rpy", line 569, in execute_call_screen store._return = renpy.call_screen(name, *args, **k...