Thousands of Models Streaming Live — Join Free! Click Here!
x

Casseh

Member
May 12, 2018
160
280
206
Game was running fine yesterday. Today, I wake up, and every time I launch the game it crashes. Weird shit.
 

flamin'hot

New Member
Jul 3, 2017
5
0
59
After the day one in school the game is crusing when I start the game. I cant able to open the game, it crush after the loading screen. what should I do?
 

ea3794

Member
Modder
Mar 30, 2018
481
961
241
Started actually playing this game... now I remember... I modified plugins.js last version to make the basketball game easier cause lag made the second and third level impossible. Basketball minigame will not complete due to missing file: img/pictures/EYQwzg1gpgLqA28C0YDGB7ATlAjADiAA.soldata. Using img/pictures/EYQwzg1gpgLqA28C0YDGB7ATlAjAdiAA.soldata as replacement will fix it.
 

ea3794

Member
Modder
Mar 30, 2018
481
961
241
Found a bug on rpg_core.js:

Code:
Decrypter.decryptHTML5Audio = function(url, bgm, pos) {
    var requestFile = new XMLHttpRequest();
    requestFile.open("GET", url);
    requestFile.responseType = "arraybuffer";
    requestFile.send();

    requestFile.onload = function () {
        if(this.status < Decrypter._xhrOk) {
            var arrayBuffer = Decrypter.decryptArrayBuffer(requestFile.response);
            var url = Decrypter.createBlobUrl(arrayBuffer);
            AudioManager.createDecryptBuffer(url, bgm, pos);
        }
    };
};
By calling send() before assigning onload, the request may complete before attaching the onload listener. Thus the file is never considered loaded by game script.
 

Ragingrager

Active Member
Jan 27, 2018
529
1,656
318
This much time and only 2 actual sort of not really sex scenes? Just like 30 ecchi events? Game plays like ass, the dual protag stuff is just pointless and stupid, and the dumb uncle shit. While the art has potential, everything else about this game is a complete train-wreck. I'm glad I stopped supporting it after effectively content less updates.
 
  • Like
Reactions: Araumi
3.50 star(s) 49 Votes