RowmanX

Newbie
Sep 8, 2018
35
15
last try befor i give up on this game I CAN'T SAVE THE GAME PROGRESS
this is the output log i find for the save search

::1 - - [31/Oct/2019:10:03:58 +0000] "POST /api/save HTTP/1.1" 200 26 "-" "UnityPlayer/2017.4.23f1 (UnityWebRequest/1.0, libcurl/7.51.0-DEV)"

(Filename: C:\buildslave\unity\build\artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
 
Last edited:
  • Like
Reactions: markeen

Seven Drip

Newbie
Oct 7, 2017
88
105
<output_log.txt>
The game's local server reports an error:
Code:
fs.js:145
    throw err;
    ^
Error: ENOENT: no such file or directory, scandir './public/images'
I would guess the server experiences troubles getting access to resource files. Is your StreamingAssets folder 2 931 205 120 bytes in size and its content looks like on these screenshots?
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

Zex Dracon

Newbie
Oct 2, 2017
40
16
The game's local server reports an error:
Code:
fs.js:145
    throw err;
    ^
Error: ENOENT: no such file or directory, scandir './public/images'
I would guess the server experiences troubles getting access to resource files. Is your StreamingAssets folder 2 931 205 120 bytes in size and its content looks like on this screenshot?
You don't have permission to view the spoiler content. Log in or register now.
 

Seven Drip

Newbie
Oct 7, 2017
88
105
last try befor i give up on this game I CAN'T SAVE THE GAME PROGRESS
this is the output log i find for the save search

::1 - - [31/Oct/2019:10:03:58 +0000] "POST /api/save HTTP/1.1" 200 26 "-" "UnityPlayer/2017.4.23f1 (UnityWebRequest/1.0, libcurl/7.51.0-DEV)"

(Filename: C:\buildslave\unity\build\artifacts/generated/common/runtime/DebugBindings.gen.cpp Line: 51)
Do you by any chance have spaces, special characters or non-Latin symbols
C:\Users\ ---------> HERE <------- \AppData\LocalLow\Sandlust Games Ltd\Glamour\saves
?
 
Last edited:

Seven Drip

Newbie
Oct 7, 2017
88
105
RowmanX
The nodeJS server uses 'node-machine-id' v1.1.10 npm package to get unique machine id.
Code:
TypeError: Cannot read property 'replace' of undefined
  at c (C:\snapshot\glamour-server\node_modules\node-machine-id\dist\index.js:1:7128)
this line corresponds to line 51 in this source file

which means 'node-machine-id' thinks it's running on Linux, not Windows. Why would it? Does that ring any bell for you?

Do you have HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography registry key and MachineGuid value inside?
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

RowmanX

Newbie
Sep 8, 2018
35
15
RowmanX
The nodeJS server uses 'node-machine-id' v1.1.10 npm package to get unique machine id.
Code:
TypeError: Cannot read property 'replace' of undefined
  at c (C:\snapshot\glamour-server\node_modules\node-machine-id\dist\index.js:1:7128)
this line corresponds to line 51 in this source file

which means 'node-machine-id' thinks it's running on Linux, not Windows. Why would it? Does that ring any bell for you?

Do you have HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Cryptography registry key and MachineGuid value inside?
You don't have permission to view the spoiler content. Log in or register now.
yes i have
i send you PM for not spam here
 

Seven Drip

Newbie
Oct 7, 2017
88
105
afca2269-edcb-42f8-8d29-f4419aeaeb63
Looks normal.

No more ideas other than something makes the game think it's running on Linux. It needs to get the unique machine id to encrypt saves, so it tries to get this id the Linux way, gets nothing instead and fails.
 
2.70 star(s) 187 Votes