VN Ren'Py Finding Useful Tamable Allies [v0.3] [Momoiro no Ryuu Studios]

5.00 star(s) 1 Vote

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
23,354
317,187
998
Finding Useful Tamable Allies [v0.3] [Momoiro no Ryuu Studios] - Compressed

Win/Linux [533 MB]
- - - -

Mac [527 MB]
- - - -

You don't have permission to view the spoiler content. Log in or register now.
 

Momoiro no Ryuu Studios

Newbie
Game Developer
May 19, 2025
37
40
27
I have downloaded the game from multiple file host sites and it doesn't open at all.
That's a weird bug some players have been getting. We haven't been able to figure out what causes the issue because we can't replicate it on our end, and the lack of log files complicates things. Would you mind sharing more info? Like what OS you're using, maybe your specs, if you've gotten that issue in other novels before, or any other information that could help us find the cause. We've been talking to some players over here about possible solutions that worked for other novels, but so far nothing certain.
 

serenitynow

Newbie
Apr 4, 2020
39
71
173
That's a weird bug some players have been getting. We haven't been able to figure out what causes the issue because we can't replicate it on our end, and the lack of log files complicates things. Would you mind sharing more info? Like what OS you're using, maybe your specs, if you've gotten that issue in other novels before, or any other information that could help us find the cause. We've been talking to some players over here about possible solutions that worked for other novels, but so far nothing certain.
Im using Windows 10 on a 15-4690k and have never encountered this bug before and have played hundreds of renpy games.
 

Momoiro no Ryuu Studios

Newbie
Game Developer
May 19, 2025
37
40
27
Im using Windows 10 on a 15-4690k and have never encountered this bug before and have played hundreds of renpy games.
It is possible that the issue is related to graphics cards and drivers, but so far we haven't been able to confirm it. While we were looking for possible explanations previously, we ran across the following discussion on Ren'Py's git page:



It hasn't been resolved yet, so we're waiting to try and confirm if that's the bug happening to our novel as well. There have been other reports similar to that one that seem to indicate it is not necessarily those cards that cause it, but if your case matches what they describe, please let us know. Once we have more information, we'll make sure to make a post about it.
 
  • Like
Reactions: Melmoth99

LolOkBruh

Newbie
Dec 19, 2022
81
14
50
hey dev, nice work on the update. but just wanted to come in and say that i am experiencing same issues as the previous update, where when i launch the .exe a wizard pops up and it just says if i wish to put the newly created files into the archive (same as if you saved the game the closed it). was just wondering if you found a way to fix that or still not yet
 

Momoiro no Ryuu Studios

Newbie
Game Developer
May 19, 2025
37
40
27
This is the only ren'py game that i cannot open at all.
Would you mind sharing more info on your computer specs? Like we mentioned before, there are some people facing similar issues and on Ren'Py's git page they believe it to be a bug related to graphics cards, but nothing certain yet.

hey dev, nice work on the update. but just wanted to come in and say that i am experiencing same issues as the previous update, where when i launch the .exe a wizard pops up and it just says if i wish to put the newly created files into the archive (same as if you saved the game the closed it). was just wondering if you found a way to fix that or still not yet
Thank you~
We remember previously the game wasn't running when you tried, has that changed? That wizard pop up is news to us, but it could be related to the crash other people are having. Do you have any mods or programs that could be triggering that? Also, are you launching the exe file from inside the zip or extracting it first?
Sorry for the bunch of questions, but any info could help. Thanks again~
 
  • Like
Reactions: Melmoth99

johndqdo

Member
Feb 14, 2021
344
518
217
Momoiro no Ryuu Studios
Is there any problem with the update? Asking because:

This is the only ren'py game that i cannot open at all.
hey dev, nice work on the update. but just wanted to come in and say that i am experiencing same issues as the previous update, where when i launch the .exe a wizard pops up and it just says if i wish to put the newly created files into the archive (same as if you saved the game the closed it). was just wondering if you found a way to fix that or still not yet
 

Momoiro no Ryuu Studios

Newbie
Game Developer
May 19, 2025
37
40
27
Momoiro no Ryuu Studios
Is there any problem with the update? Asking because:
As far as we could test on a few different devices (different computers and phones) plus a few positive reactions from players, we believe the update itself doesn't have any problems.
However, considering the people unable to run the novel ever since the previous update, it seems that something is triggering a bug on the pc version. So far we had no reports of issues on android or mac.
 
  • Thinking Face
Reactions: Melmoth99

quantumrex

New Member
Dec 31, 2018
9
17
90
As far as we could test on a few different devices (different computers and phones) plus a few positive reactions from players, we believe the update itself doesn't have any problems.
However, considering the people unable to run the novel ever since the previous update, it seems that something is triggering a bug on the pc version. So far we had no reports of issues on android or mac.
This is the output I get trying to run the linux version from console:

$ ./FindingUsefulTamableAllies.sh
Traceback (most recent call last):
File "lib/py3-linux-x86_64/../../FindingUsefulTamableAllies.py", line 304, in <module>
main()
File "lib/py3-linux-x86_64/../../FindingUsefulTamableAllies.py", line 300, in main
renpy.bootstrap.bootstrap(renpy_base)
File "renpy/bootstrap.py", line 318, in bootstrap
renpy.display.presplash.start(basedir, gamedir)
File "renpy/display/presplash.py", line 131, in start
window = pygame_sdl2.display.Window(
sys.argv[0], (sw, sh), flags=pygame_sdl2.WINDOW_BORDERLESS, pos=(x, y), shape=shape
)
File "src/pygame_sdl2/display.pyx", line 171, in pygame_sdl2.display.Window.__init__
OverflowError: can't convert negative value to unsigned int
 

RedBrak

Newbie
Aug 29, 2017
19
45
148
I'll be keeping an eye on this one for when the Futa x Futa content comes online, Played what's out so far and liking it, just waiting for my kinda content. Good work.
 

Momoiro no Ryuu Studios

Newbie
Game Developer
May 19, 2025
37
40
27
This is the output I get trying to run the linux version from console:

$ ./FindingUsefulTamableAllies.sh
Traceback (most recent call last):
File "lib/py3-linux-x86_64/../../FindingUsefulTamableAllies.py", line 304, in <module>
main()
File "lib/py3-linux-x86_64/../../FindingUsefulTamableAllies.py", line 300, in main
renpy.bootstrap.bootstrap(renpy_base)
File "renpy/bootstrap.py", line 318, in bootstrap
renpy.display.presplash.start(basedir, gamedir)
File "renpy/display/presplash.py", line 131, in start
window = pygame_sdl2.display.Window(
sys.argv[0], (sw, sh), flags=pygame_sdl2.WINDOW_BORDERLESS, pos=(x, y), shape=shape
)
File "src/pygame_sdl2/display.pyx", line 171, in pygame_sdl2.display.Window.__init__
OverflowError: can't convert negative value to unsigned int
Thank you so much for the info~
Could you try deleting the "presplash.png" file from the game folder? If that fixes the issue, we can work on finding a solution or generate a new version without that feature to make sure it stops happening.
 

jane6969

New Member
Jun 2, 2024
7
7
80
This is the output I get trying to run the linux version from console:

$ ./FindingUsefulTamableAllies.sh
Traceback (most recent call last):
File "lib/py3-linux-x86_64/../../FindingUsefulTamableAllies.py", line 304, in <module>
main()
File "lib/py3-linux-x86_64/../../FindingUsefulTamableAllies.py", line 300, in main
renpy.bootstrap.bootstrap(renpy_base)
File "renpy/bootstrap.py", line 318, in bootstrap
renpy.display.presplash.start(basedir, gamedir)
File "renpy/display/presplash.py", line 131, in start
window = pygame_sdl2.display.Window(
sys.argv[0], (sw, sh), flags=pygame_sdl2.WINDOW_BORDERLESS, pos=(x, y), shape=shape
)
File "src/pygame_sdl2/display.pyx", line 171, in pygame_sdl2.display.Window.__init__
OverflowError: can't convert negative value to unsigned int

renpy/display/presplash.py

line 120
line 121

Code:
    global window

    bounds = pygame_sdl2.display.get_display_bounds(0)

    sw, sh = presplash.get_size()
    x = bounds[0] + bounds[2] // 2 + sw // 2    #  - sw  into + sw 
    y = bounds[1] + bounds[3] // 2 + sh // 2     # - sh into + sh

    if presplash.get_at((0, 0))[3] == 0:
        shape = presplash
    else:
        shape = None

    if isinstance(shape, ProgressBar):
        shape = shape.background

    window = pygame_sdl2.display.Window(
        sys.argv[0], (sw, sh), flags=pygame_sdl2.WINDOW_BORDERLESS, pos=(x, y), shape=shape
 

Momoiro no Ryuu Studios

Newbie
Game Developer
May 19, 2025
37
40
27
renpy/display/presplash.py

line 120
line 121

Code:
    global window

    bounds = pygame_sdl2.display.get_display_bounds(0)

    sw, sh = presplash.get_size()
    x = bounds[0] + bounds[2] // 2 + sw // 2    #  - sw  into + sw
    y = bounds[1] + bounds[3] // 2 + sh // 2     # - sh into + sh

    if presplash.get_at((0, 0))[3] == 0:
        shape = presplash
    else:
        shape = None

    if isinstance(shape, ProgressBar):
        shape = shape.background

    window = pygame_sdl2.display.Window(
        sys.argv[0], (sw, sh), flags=pygame_sdl2.WINDOW_BORDERLESS, pos=(x, y), shape=shape
Thank you for the help~
Did that fix the issue for you? If we can confirm that solution for the people unable to play, we can do a hotfix.
 

quantumrex

New Member
Dec 31, 2018
9
17
90
Thank you so much for the info~
Could you try deleting the "presplash.png" file from the game folder? If that fixes the issue, we can work on finding a solution or generate a new version without that feature to make sure it stops happening.
Yes, I was able to launch the game after removing this file.

Thank you for the help~
Did that fix the issue for you? If we can confirm that solution for the people unable to play, we can do a hotfix.
This also works, but the image is not centered and runs off the bottom-right edge of the screen. I'm playing on a small screen tho (1280x800), so it would be too large regardless.
 

Momoiro no Ryuu Studios

Newbie
Game Developer
May 19, 2025
37
40
27
Yes, I was able to launch the game after removing this file.


This also works, but the image is not centered and runs off the bottom-right edge of the screen. I'm playing on a small screen tho (1280x800), so it would be too large regardless.
Thank you for the confirmation! We're glad to hear that solved the problem~
Your case matches what some users mentioned in other pages about a display resolution conflict (your screen is smaller than the image itself and the default code Ren'Py generates is not handling it correctly). We'll look for a solution for that issue, but as a hotfix, just removing the feature/file seems to be the easiest.

nobody17@12 KAardvark DerpyAngel CosmicOverlord serenitynow RodrigoOSan LolOkBruh

Sorry for the pings, we would love if some of the people that reported similar issues tested this as well. Could some of you try deleting the "presplash.png" file from the game folder to see if the game runs?
 
  • Like
Reactions: CosmicOverlord

nobody17@12

Newbie
Sep 16, 2024
21
10
81
Thank you for the confirmation! We're glad to hear that solved the problem~
Your case matches what some users mentioned in other pages about a display resolution conflict (your screen is smaller than the image itself and the default code Ren'Py generates is not handling it correctly). We'll look for a solution for that issue, but as a hotfix, just removing the feature/file seems to be the easiest.

nobody17@12 KAardvark DerpyAngel CosmicOverlord serenitynow RodrigoOSan LolOkBruh

Sorry for the pings, we would love if some of the people that reported similar issues tested this as well. Could some of you try deleting the "presplash.png" file from the game folder to see if the game runs?
It worked !! after deleting that.
 
5.00 star(s) 1 Vote