Search found 30 matches

by Victorius
Fri Apr 15, 2022 7:41 am
Forum: Ren'Py Questions and Announcements
Topic: [Bug Report] Choices with % generate wrong translation files
Replies: 2
Views: 333

Re: [Bug Report] Choices with % generate wrong translation files

Ocelot wrote: Fri Apr 15, 2022 5:56 am RenPy issue tracker is at https://github.com/renpy/renpy/issues/

If you can, post your issue there too, so it would not be lost.
Reported there, thanks for pointing it out.
by Victorius
Fri Apr 15, 2022 5:17 am
Forum: Ren'Py Questions and Announcements
Topic: [Bug Report] Choices with % generate wrong translation files
Replies: 2
Views: 333

[Bug Report] Choices with % generate wrong translation files

Hey, This bug has been around for as long as I use Renpy (a year or so), I now use the latest stable, and it's also there. When you have an % in your choice menu, you need to use \% or %% to make it not raise an error, in the text you also need to use /%, it won't raise an error, but LINT will show ...
by Victorius
Sun Dec 26, 2021 4:33 am
Forum: Ren'Py Questions and Announcements
Topic: Out of memory error on renpy 7.4.11.2266
Replies: 0
Views: 2921

Out of memory error on renpy 7.4.11.2266

Renpy: 7.4.11.2266 Hey, since the latest patch of my game I started to get a lot of reports about game crashing for no apparent reason, in main folder traceback.txt people all had Out of Memory error. This game update I updated renpy to 7.4.11. One guy had 2gb or RAM, so it's somewhat justified, but...
by Victorius
Sun Jul 25, 2021 4:50 pm
Forum: Ren'Py Questions and Announcements
Topic: AttributeError: 'MultiBox' object has no attribute 'slow'
Replies: 3
Views: 1028

Re: AttributeError: 'MultiBox' object has no attribute 'slow'

I'm guessing you're using strings inside your screens with some text tags? such as {fast}? afaik that won't work as it is only designed for dialogues. Text tags worked perfectly inside screens, at least they used to. As far as I understand renpy 'dialogues' are nothing else than say screen, code wi...
by Victorius
Fri Jul 23, 2021 2:32 pm
Forum: Ren'Py Questions and Announcements
Topic: AttributeError: 'MultiBox' object has no attribute 'slow'
Replies: 3
Views: 1028

Re: AttributeError: 'MultiBox' object has no attribute 'slow'

Alright, I've tried deleting `xmaximum gui.inter_girl_xmaximum` from the code, and it stopped giving errors. So this is probably something with offscreen things (but no, nothing visible was offscreen, but vbox xsize might've been more than screen width) vbox: ypos gui.game_spacing_small box_wrap Tru...
by Victorius
Fri Jul 23, 2021 2:24 pm
Forum: Ren'Py Questions and Announcements
Topic: AttributeError: 'MultiBox' object has no attribute 'slow'
Replies: 3
Views: 1028

AttributeError: 'MultiBox' object has no attribute 'slow'

Hey! I've run into this problem. It's probably related to offscreen vbox. It happens once every 5 times I try switching two character stat screens (example below). I'm sorry, but an uncaught exception occurred. While running game code: File "game/places/hotel/player/pc.rpy", line 12, in sc...
by Victorius
Tue Jul 13, 2021 10:22 am
Forum: Ren'Py Questions and Announcements
Topic: H265 not working, black screen. [ANSWERED]
Replies: 1
Views: 641

H265 not working, black screen. [ANSWERED]

Hey, I've tried to make the video using H265 instead of previous VP9 as it game me much better results, the problem appeared when I've tried to run these videos in-game. It shows black screen. Just pure black screen. No error, or anything. Lint also doesn't see any problem. I've tried the same video...
by Victorius
Sun Jul 04, 2021 5:58 am
Forum: Ren'Py Questions and Announcements
Topic: Renpy Web Updater Hostings
Replies: 0
Views: 1973

Renpy Web Updater Hostings

Hey! I've checked various posts on web updater here, it says something about options for hostings, but without any specific names, does anyone know which hostings will work with renpy? They need to have direct download links and http. Best if there was trial/free version to test it before paying. I ...
by Victorius
Tue Jun 22, 2021 12:33 pm
Forum: Ren'Py Questions and Announcements
Topic: How to make lint use 'default' variables.
Replies: 1
Views: 612

Re: How to make lint use 'default' variables.

I've did something that achieves my needs, but I would still prefer to make lint work with default. I did: init offset = -1 define my_lint = [] init python: def mylint(): global my_lint for x in my_lint: x() return I then can run mylint() in console. I've appended my lint functions to my_lint .
by Victorius
Tue Jun 22, 2021 12:10 pm
Forum: Ren'Py Questions and Announcements
Topic: How to make lint use 'default' variables.
Replies: 1
Views: 612

How to make lint use 'default' variables.

Hey! I wanted to check through lint some evals, but they use values that are defined with `default variable = 1`, the thing is that objects defined that way can't be seen by lint, I've tried running said lint function in main menu before starting game, and it worked correctly, but in lint it doesn'...
by Victorius
Sat Jun 19, 2021 4:03 am
Forum: Ren'Py Questions and Announcements
Topic: Game doesn't launch if there is similar save folder since 7.4.4
Replies: 0
Views: 1519

Game doesn't launch if there is similar save folder since 7.4.4

Hey! As in the topic, my Patron told me he can't run game since I've updated to RenPy 7.4.4, I have two versions of my game, 1080p and 4K (the code is the exact same, besides file selecting resolution mode). Now they use one save folder "AstralLust", previously they had different ones, he ...
by Victorius
Thu Jun 17, 2021 5:39 am
Forum: Ren'Py Questions and Announcements
Topic: check_infinite_loop error in Ren'py 7.4.5
Replies: 5
Views: 1468

Re: check_infinite_loop error in Ren'py 7.4.5

What does the loop that's causing the problem look like? It's indeed infinite loop, when I made it I was learning renpy, I didn't know how to make it another way, I guess I'll need to rewrite it, but still, it used to work, so I'm reporting this, it might be intended behaviour though. It uses trade...
by Victorius
Mon Jun 14, 2021 7:01 am
Forum: Ren'Py Questions and Announcements
Topic: check_infinite_loop error in Ren'py 7.4.5
Replies: 5
Views: 1468

Re: check_infinite_loop error in Ren'py 7.4.5

Just fixed this. https://github.com/renpy/renpy/commit/7528e10f28189a6b8588bae9460f8d446c9d9fee I've tried latest release, 7.4.6.1693, and I got this error when rollbacking to/prior to a loop, I got this error in two loops on 7.4.5, now it's in only one, to clarify in 7.4.4 I can normally rollback ...
by Victorius
Fri Jun 11, 2021 10:51 am
Forum: Ren'Py Questions and Announcements
Topic: [SOLVED] AttributeError: 'SceneLists' object has no attribute 'camera_list' when loading saves, Renpy 7.4.6.1687
Replies: 1
Views: 778

[SOLVED] AttributeError: 'SceneLists' object has no attribute 'camera_list' when loading saves, Renpy 7.4.6.1687

Hey, to fix errors with rollback, I've updated to Ren'Py 7.4.6.1687, and everytime I try to load any save it gives me an error, loading save made on this version works. The same problem occurs in 7.4.6.1679. It seems to be caused by the camera feature. I'm sorry, but an uncaught exception occurred. ...
by Victorius
Thu May 06, 2021 6:32 am
Forum: Ren'Py Questions and Announcements
Topic: 32bit False Positives
Replies: 0
Views: 1755

32bit False Positives

Hey! I think I've read somewhere renpy now should not have false positives, that someone supplied some code to fix it, but I got 3 detections on virustotal. Malwarebytes, SecureAge APEX, Sophos. 64bit has no problems. Detections happen only when using custom game icon. I use latest stable release 7....