- Aug 29, 2017
- 3,526
- 2,296
- 470
Can you post a save game at a point you are getting these errors? The mp4 references are just how the game attempts to load images to allow for a variety of extensions, it first tries .jpg, then .gif then .mp4. So a .mp4 is that the file is not found.I have encountered a ton of failed to load resource net::ERR_FILE_NOT_FOUND errors and I am currently going through them to figure out why, but so far I have found some contain incorrect url paths to the file and some may have the wrong file extension in the url paths or the images are missing from the project altogether like the mp4 files.
EDIT: I also encountered the following event error when I triggered the Anita event at home.
Uncaught TypeError: Cannot read property 'style' of null
at showPopupWindowNow0 (<anonymous>:1:112)
at <anonymous>:1:480
at mainCache.addScript (compiled.js:69)
at compiled.js:68
EDIT: I am not sure what event caused it but I had gotten another uncaught type error
Uncaught TypeError: Cannot read property 'style' of null VM35283:1
at showPopupWindowNow1 (<anonymous>:1:940)
at <anonymous>:1:1272
at HTMLBodyElement.appendChild (<anonymous>)
at mainCache.addScript (VM23044 compiled.js:69)
at VM23044 compiled.js:68
Are you playing the full game, and not just the 14.9.2.1 update? The update is not a complete game and as such you will get a lot of missing files if you are only trying to use it.
Also what browser on what operating system are you using? Some of those errors look more like having issues with Javascript not being enabled in some way
Please consider trying the new version I am in process of posting
Last edited: