Create and Fuck your AI Slut -70% OFF
x

ea3794

Member
Modder
Mar 30, 2018
481
961
241
Any idea how I fix this? Previous versions worked fine
Wait a little bit, I'll already working on bugfix, today-tomorrow will be uploaded.
Spent a little while poking with developer tools... It's a fun little race condition... Sometimes you get the error 15 times in a row, sometimes you don't for 30 more. I guess that's what happens when trying to mix globals with async callbacks.

I found that the plugin is trying to reference images from $gameScreen._pictures, which often contains null entries (borked plugin, probably).

Anway, you can work around the problem by adding the following line to TDDP_BindPicturesToMap.js:
JavaScript:
    Sprite_Picture.prototype.bltLoadedBitmap = function(sourceBitmap) {
        var picture = this.picture();
        if (!picture) return; // <--- this line
        picture.setDimensions(sourceBitmap);
It's a quick fix which probably causes visual glitches but hey, at least it doesn't freeze.
 
  • Like
Reactions: Beeff

Shaso

Member
Donor
Game Developer
Dec 27, 2017
343
638
266
ea3794, yea, the problem in this plugin. But I found that my old plugin can do that I wanna do with this plugin. So I'll just remove that plugin. Thanks for help!
 

Deleted member 563623

Active Member
Apr 19, 2018
570
946
183
Is the entire thing as miserable as the the 1st half or whatever of the prologue has been? Could be an intersting story setting but not the kind of thing im in the mood for right now...
 

MotorcycleU

Member
Jun 14, 2017
225
69
163
There is no actual Game fold. Do I just put it in the www folder or elsewhere? also do i just take the patch notepad & put it somewhere or the whole file? Last of all I am getting the same uncaught error everyone else is getting after try to start the game.
 

Shaso

Member
Donor
Game Developer
Dec 27, 2017
343
638
266
Raizeki, you don't need energy drinks. Also, they all remove in beggings of the mission.
 

Hones

Forum Fanatic
Compressor
Aug 10, 2018
4,156
8,697
624
The patch is blank no entry in the txt !!! (0 bytes) Is this correct?
yes that is correct, just put the patch.txt file in the games folder.
you should see patch installed on the menu screen.
dpatched.png
 
  • Like
Reactions: Shaso
4.60 star(s) 74 Votes