4.60 star(s) 179 Votes

clwd008

Newbie
Feb 3, 2020
18
1
79
Does anyone know how to get Diary No.46 with Shizuku?
I opened a new save and try to get this Diary, but still can only get no.47
 

Meepo

New Member
Jun 19, 2017
12
15
13
I am running this game on linux with the linux 64 bit nw.js.
The issue I am having is that once I get past the first few menus and enter the intro for the game I get an error telling me:
"Failed to load: img/system/window2.png"
summermem.png
Does anyone have any experience solving issues like this that arise from RPG Maker MV + Linux?
If so please give me some guidance :)
 
  • Like
Reactions: ohcmonrest

kin-kun

Active Member
Modder
Jul 10, 2020
963
2,582
324
I am running this game on linux with the linux 64 bit nw.js.
The issue I am having is that once I get past the first few menus and enter the intro for the game I get an error telling me:
"Failed to load: img/system/window2.png"
View attachment 1302391
Does anyone have any experience solving issues like this that arise from RPG Maker MV + Linux?
If so please give me some guidance :)
Are you using the modded version I put out that supports Linux?
 

Meepo

New Member
Jun 19, 2017
12
15
13
Are you using the modded version I put out that supports Linux?
I tried using your modded version but honestly all hell broke loose, it would boot to a white screen most of the time and when it happened to get past the menu the text box for the name was in the middle of the screen. after that would just freeze.

I tried your modded version with the www and json from a clean install and I got the same issue with the failure to load img/system/window2.png

I even tried ripping the image from window2.rpgmvp and naming it window2.png but to no avail.
 

kin-kun

Active Member
Modder
Jul 10, 2020
963
2,582
324
I tried using your modded version but honestly all hell broke loose, it would boot to a white screen most of the time and when it happened to get past the menu the text box for the name was in the middle of the screen. after that would just freeze.

I tried your modded version with the www and json from a clean install and I got the same issue with the failure to load img/system/window2.png

I even tried ripping the image from window2.rpgmvp and naming it window2.png but to no avail.
That’s bizarre. I put in JavaScript that would load files without case sensitivity.
 

Meepo

New Member
Jun 19, 2017
12
15
13
That’s bizarre. I put in JavaScript that would load files without case sensitivity.
I changed the name of the window2.rpgmvp to lower case and I could get through that first error, I tried it again with your js files but the only difference is that the text ui now renders above where it was intended but it still errors out due to case sensitivity when trying to load expressions.

do you know what part of the code is responsible for loading new elements? I would like to have a poke around and see if I can fix it.
 
  • Like
Reactions: ohcmonrest

Meepo

New Member
Jun 19, 2017
12
15
13
opop.png

This shows the ui issues I have using your JavaScript.
unknown.png

This seems to be the function that deals with loading all of the files. But I don't see any modification that would let it ignore case.

Unless I am missing something, I am more of a cpp guy, I don't really know much webdev/js
 
Last edited:

Meepo

New Member
Jun 19, 2017
12
15
13
I even tried formatting the partition with ext4 casefold, so the entire drive would be case insensitive but to no avail. This truly is bizarre.

EDIT: Okay no, after emptying all of the folders and individually running chattr +F on them it finally works
I just can't believe it required me to make the entire filesystem case insensitive lmao.
 
Last edited:
  • Like
Reactions: ohcmonrest

kin-kun

Active Member
Modder
Jul 10, 2020
963
2,582
324
  • Like
Reactions: fortuna95

BatonRouge

Newbie
Apr 14, 2018
20
2
21
I recently purchased this game on steam since it's great. I was wondering if anyone else had any luck transferring their save over to that version? When I copy over the save folder and overwrite the old one it only shows the first six days and wont let me scroll to the later files in game. Any help is appreciated.
 

kin-kun

Active Member
Modder
Jul 10, 2020
963
2,582
324
I recently purchased this game on steam since it's great. I was wondering if anyone else had any luck transferring their save over to that version? When I copy over the save folder and overwrite the old one it only shows the first six days and wont let me scroll to the later files in game. Any help is appreciated.
Official version only supports 6 save slots.

My version supports 999.

Short of renaming files, there's not much you can do about that. That said, you probably want to use my version anyways, it fixes a lot of text clipping issues, dialog issues, and makes the game play better.
 
  • Like
Reactions: BatonRouge

BatonRouge

Newbie
Apr 14, 2018
20
2
21
Official version only supports 6 save slots.

My version supports 999.

Short of renaming files, there's not much you can do about that. That said, you probably want to use my version anyways, it fixes a lot of text clipping issues, dialog issues, and makes the game play better.
Ah, thank you!
 
4.60 star(s) 179 Votes