- Joined
- Jan 28, 2017
- Messages
- 8
- Reaction score
- 7
- First Language
- Japanese
- Primarily Uses
- RMMV
After a few hours of fighting with stacktrace,
finally found solution to use 2.0.0-RC8(in URL, but in file it still says RC7)
https://raw.githubusercontent.com/TorD/rmmv-preload-manager/2.0.0-rc8/TDDP_PreloadManager.js
Do same thing which did to RC6,
(Replace line255 to
var path = window.location.pathname.replace(/\/[^\/]*$/, "./");
)
In addition,replace line 1518 to
copy(preloadObject, dupeBitmap);
Don't know clearly why it works, (In guess, preloadObject.data is not suited to target.bltImage in line 1500)
and not sure it works as @Galenmereth implemented, but it works on MV 1.6.2 at least.
finally found solution to use 2.0.0-RC8(in URL, but in file it still says RC7)
https://raw.githubusercontent.com/TorD/rmmv-preload-manager/2.0.0-rc8/TDDP_PreloadManager.js
Do same thing which did to RC6,
(Replace line255 to
var path = window.location.pathname.replace(/\/[^\/]*$/, "./");
)
In addition,replace line 1518 to
copy(preloadObject, dupeBitmap);
Don't know clearly why it works, (In guess, preloadObject.data is not suited to target.bltImage in line 1500)
and not sure it works as @Galenmereth implemented, but it works on MV 1.6.2 at least.