GongGong

New Member
Aug 25, 2017
8
7
I have seen that a few other people in here are running Linux as well, so I hope someone might be able to help me. When i start the game, I just get a white screen. When running 0.27, it worked perfectly.

I have performed the following steps:
You don't have permission to view the spoiler content. Log in or register now.

Sometimes when i run it, i get the following errors in the terminal, but not every time.
You don't have permission to view the spoiler content. Log in or register now.

I have tried editing /resources/updater/run.js by setting setMenuBarVisibility to true and then running. The developer console only shows warnings regarding a policy set with unsafe-eval.

Does anybody have any clues for what i should try next?

Thanks in advance, and I am Running KDE Neon (basically Ubuntu 20.04 with a KDE desktop)
 
  • Like
Reactions: fsck

alyath

Member
May 31, 2020
377
357
I have seen that a few other people in here are running Linux as well, so I hope someone might be able to help me. When i start the game, I just get a white screen. When running 0.27, it worked perfectly.

I have performed the following steps:
You don't have permission to view the spoiler content. Log in or register now.

Sometimes when i run it, i get the following errors in the terminal, but not every time.
You don't have permission to view the spoiler content. Log in or register now.

I have tried editing /resources/updater/run.js by setting setMenuBarVisibility to true and then running. The developer console only shows warnings regarding a policy set with unsafe-eval.

Does anybody have any clues for what i should try next?

Thanks in advance, and I am Running KDE Neon (basically Ubuntu 20.04 with a KDE desktop)
For Linux just ask fsck he uses Linux. And maybe he can help. I am sure he can!
 
  • Like
Reactions: fsck

alyath

Member
May 31, 2020
377
357
I try to follow your instructions but i failed somehow. After i made ctrl + shift + i - its just say i copy a screen shot

Can you please make a video with bolth ways and put it on youtube i promise that i will give to all fans.
Easyest way: Take my early or Lategame Save for Kate Route. You´ll find it in FAQ too.
Or try figure it out with the Guide. I startet a new Game, cause there are new Images and Scenes in earlygame.
 
  • Like
Reactions: afterlights

fsck

Member
Aug 3, 2017
407
480
I have seen that a few other people in here are running Linux as well, so I hope someone might be able to help me. When i start the game, I just get a white screen. When running 0.27, it worked perfectly.

I have performed the following steps:
You don't have permission to view the spoiler content. Log in or register now.
For 0.28, I did the following to get it running on arch linux:
  • Don't bother doing anything with the game dir. Leave it as it is in Glamour-0.28
  • Make a new directory inside resources/. Call it anything. I just named it glamour and extract resources/app.asar into that new directory.
  • cd into the new directory you extracted the app.asar in and run electron . from there.
    • I installed electron v7 from pacman (arch's package manager), but your npm install should also work fine.
0.27 was coded to look for the game directory in the same place you started electron . from.
0.28's coded to actually look for the game directory that many levels above where you run electron . which is why you need to do this

As always, if images don't load on the first run, just close and start again :p

Not that you need it, you seem to know what you're doing, but here's a step-by-step anyway :p
Code:
# Download and extract Glamour-0.28

# Apply my bugfix from https://f95zone.to/threads/glamour-v0-28-offline-dark-silver.10579/post-3903693
# -- The bugfix is not required, but is recommended, if I do say so myself :)

cd Glamour-0.28/resources/
mkdir glamour
asar e app.asar glamour
cd glamour/
npm install electron@7 electron-is-packaged
./node_modules/electron/dist/electron .

# If images don't load, close and run previous command again :P

# Subsequently, to start the game:

cd Glamour-0.28/resources/glamour/
./node_modules/electron/dist/electron .
 
Last edited:
  • Like
Reactions: firevoodoo

GongGong

New Member
Aug 25, 2017
8
7
For 0.28, I did the following to get it running on arch linux:
  • Don't bother doing anything with the game dir. Leave it as it is in Glamour-0.28
  • Make a new directory inside resources/. Call it anything. I just named it glamour and extract resources/app.asar into that new directory.
  • cd into the new directory you extracted the app.asar in and run electron . from there.
    • I installed electron v7 from pacman (arch's package manager), but your npm install should also work fine.
0.27 was coded to look for the game directory in the same place you started electron . from.
0.28's coded to actually look for the game directory that many levels above where you run electron . which is why you need to do this

As always, if images don't load on the first run, just close and start again :p

Not that you need it, you seem to know what you're doing, but here's a step-by-step anyway :p
Code:
# Download and extract Glamour-0.28

# Apply my bugfix from https://f95zone.to/threads/glamour-v0-28-offline-dark-silver.10579/post-3903693
# -- The bugfix is not required, but is recommended, if I do say so myself :)

cd Glamour-0.28/resources/
mkdir glamour
asar e app.asar glamour
cd glamour/
npm install electron@7 electron-is-packaged
./node_modules/electron/dist/electron .

# If images don't load, close and run previous command again :P

# Subsequently, to start the game:

cd Glamour-0.28/resources/glamour/
./node_modules/electron/dist/electron .
Thank you for the help fsck. I did the install as per your guide, and at first it didn't work, but after i started using the cheat bugfix patch instead of the nocheat one, it started working. I looked into it, and it seems like the content of the files in game/app.asar in the nocheat bugfix patch is garbled - I tried unpacking it and all the files are there, but their contents (e.g. index.html) seems broken.

Thanks for the help, I am just happy that I got it working now :)
 
  • Like
Reactions: fsck

fsck

Member
Aug 3, 2017
407
480
Thank you for the help fsck. I did the install as per your guide, and at first it didn't work, but after i started using the cheat bugfix patch instead of the nocheat one, it started working. I looked into it, and it seems like the content of the files in game/app.asar in the nocheat bugfix patch is garbled - I tried unpacking it and all the files are there, but their contents (e.g. index.html) seems broken.

Thanks for the help, I am just happy that I got it working now :)
Thanks for the heads up :oops:

Just checked, the nocheats file was in fact corrupted. Updated the bugfix post with correct file HERE

If anyone else downloaded the nocheats.zip recently (in the last ~36 hours), please download again. Sorry :(
 
  • Like
Reactions: alyath

Dragon59

Conversation Conqueror
Apr 24, 2020
6,699
10,960
My "problem" is that I'm still using the online version so I'm hesitating to install anything that might break it.
 

fsck

Member
Aug 3, 2017
407
480
My "problem" is that I'm still using the online version so I'm hesitating to install anything that might break it.
If you're talking about the bugfix, that only works with the offline version. It's not compatible with the online client.
 

alyath

Member
May 31, 2020
377
357
Yes, thanks. I need to either switch or wait.
Not really. just save your Original Files somewhere save. Apply the Bugfix. Play the Game. and after done playing just go back to the Original Files. That´s what I do.
There is no Online Version anymore. It is just a Patcher. So it should be tha same as the Offline Version. Just without Autopatch.
 
Last edited:
  • Like
Reactions: Dragon59

dmitriiviktorov

Well-Known Member
Mar 4, 2018
1,344
5,798
I was poking around in the rips and the most I saw was a bath towel. There is a joint behind Max - where is the bathrobe or the silk robe?
Я ковырялся в рипах и максимум что увидел - это банное полотенце. За Максом косяк - где банный халат или шелковый халат?

You don't have permission to view the spoiler content. Log in or register now.
 

tazthai

New Member
Dec 19, 2019
4
0
Help, how to goes outside ?i do every thing in thé housse but nos there is nothing to do.where is the button for the World Map?
 
2.60 star(s) 186 Votes