CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x

Wolf4827

Newbie
Sep 18, 2021
99
45
I encountered an issue whenever I go to the gallery, the animations stop mid-scene and don't continue, does anyone know how to fix this
 

Xx_Void_xX

New Member
Jan 21, 2024
5
0
I encountered an issue whenever I go to the gallery, the animations stop mid-scene and don't continue, does anyone know how to fix this
if you dig around the thread, not sure which post it is, but someone figured out that you need to add a line of code to a file in the game, i think it should get pinned. I remember it has something to do with Linux, though i know windows does have the same issue sometimes.

EDIT:


For anyone randomly trying to get this run natively on linux


clone the source code, make to compile the program, then follow its readme

troubleshooting:
+ if videos are not playing, then edit pixi,js (inside www/js/libs/) with the following

video.setAttribute('preload', 'auto');

add the line below var video = document.createElement('video');
source:

+ if the converter is giving you the ia32 build of nw.js intead of the 64 bit build, check your output of uname -p
if you get unknown, it's defaulting you to 32 bit, change line 471 on main.cpp with uname -m then run the compile again.
use make clean, then make to recompile.
 

Wolf4827

Newbie
Sep 18, 2021
99
45
if you dig around the thread, not sure which post it is, but someone figured out that you need to add a line of code to a file in the game, i think it should get pinned. I remember it has something to do with Linux, though i know windows does have the same issue sometimes.

EDIT:
Ya, I have been getting this issue mainly on Windows, even with new updates I get it, but even with the steps, I don't know how to access javascript files to edit them
 

Xx_Void_xX

New Member
Jan 21, 2024
5
0
Ya, I have been getting this issue mainly on Windows, even with new updates I get it, but even with the steps, I don't know how to access javascript files to edit them
you just have to open them with notepad and CTRL+F to search the text then follow the instructions
 

Flugelbozz

Member
Nov 12, 2018
303
239
if you dig around the thread, not sure which post it is, but someone figured out that you need to add a line of code to a file in the game, i think it should get pinned. I remember it has something to do with Linux, though i know windows does have the same issue sometimes.

EDIT:
for me, the issue was that animations dont load whatsoever. All the text appear, but the backgrounds are black cause the animations fail to load.

From what he's saying, it sounds like the animation loop is failing. The animations are pretty short, and they are mostly made to loop infinitely, and I believe what's happening to him is that the code to loop after the first time is failing, but will need to see a log to make sure.
 

Wolf4827

Newbie
Sep 18, 2021
99
45
for me, the issue was that animations dont load whatsoever. All the text appear, but the backgrounds are black cause the animations fail to load.

From what he's saying, it sounds like the animation loop is failing. The animations are pretty short, and they are mostly made to loop infinitely, and I believe what's happening to him is that the code to loop after the first time is failing, but will need to see a log to make sure.
okay, for me when I downloaded the game, the animations worked for the first time, but when I closed it and opened it again the animations stopped, it's weird though since this is the only RPGM game that I got this issue
 
3.90 star(s) 18 Votes