Ren
(Ren)
November 28, 2023, 7:04pm
1
Please describe what you were doing when the error occured :
Full critical error message, if available (including system info, message text and the history chain) :
No Label
OS: Windows 10 (Version: 10.0; Build: 22621)
CPU: GenuineIntel @ 2615 MHz with 16087MB RAM
Video: No Video
Can't find 'ini:Engine.Engine.GameEngine' in configuration file
History: UObject::SafeLoadError <- UObject::StaticLoadClass <- InitEngine
Client version :
0.7.2-136-g202ed3a
It’s happen when I start the game.
Neris
(Neris)
November 28, 2023, 8:27pm
2
Does it happen every time when you start the game?
Neris
(Neris)
November 28, 2023, 8:31pm
3
If so, can you try starting the game in the safe mode once and then restarting the game again?
Ren
(Ren)
November 28, 2023, 8:38pm
4
It happen everytime when i click on “Start”,
I try with Safe mode still the same error
Neris
(Neris)
November 28, 2023, 8:47pm
5
Do you have anything in your Documents\My Games\Ymirheim\Option
folder? Can you try deleting it?
Ren
(Ren)
November 28, 2023, 8:52pm
6
Hmm I don’t have Option folder :l
Neris
(Neris)
November 28, 2023, 9:03pm
7
Was it working before or is this a new installation?
Can you try deleting the System folder in of your game client (you can find the path in the launcher’s settings) and repair game files?
Ren
(Ren)
November 28, 2023, 9:06pm
8
Yes, it was working on my previous computer and i bought a new one.
Ok i’m going to try
Neris
(Neris)
November 28, 2023, 9:07pm
9
Did you move your documents folder to a different location by any chance? Or do you have any special characters (non-alphanumeric) in your Windows username?
Ren
(Ren)
November 28, 2023, 9:11pm
11
I moved the files, but it’s asked me again the path to the game
My windows name don’t have non-alphanumeric but my account to access my computer have, but this the same i used to use on my previous computer
Neris
(Neris)
November 28, 2023, 9:13pm
12
Can you open Windows PowerShell and execute this?
[Environment]::GetFolderPath("MyDocuments")
And paste the result here (you can select with your mouse while holding Shift).
Ren
(Ren)
November 28, 2023, 9:14pm
14
C:\Users\Meri-\OneDrive\ドキュメント
this is what i got
Neris
(Neris)
November 28, 2023, 9:21pm
15
Yeah looks like that’s the problem.
Your documents folder is located in OneDrive and the path contains special characters… I don’t think the game can process those characters correctly.
Not sure yet how to fix it. I’d have to do some experiments on my side.
Do you remember by any chance what you did during your Windows installation? I think you used your Micosoft account to log in instead of creating a local account.
The error message says it’s Windows 10, is that correct?
Ren
(Ren)
November 28, 2023, 9:22pm
16
ooh ok,
Yes on Windows 10, on my previous computer it was Windows 11
Neris
(Neris)
November 28, 2023, 9:25pm
17
Looks like this might be a solution if you’re willing to disable backups for the Documents folder: sync - How to unlink my Documents folder from my OneDrive account? - Super User
After disabling the One Drive backups it should bring back your documents folder to the usual location.
I’m still going to try and fix it in the code, but it can take some time.
2 Likes
Ren
(Ren)
November 28, 2023, 9:26pm
18
Ok i give a try thank you !
Ren
(Ren)
November 28, 2023, 9:38pm
19
It works thank you so much i can finally enter the game !!
1 Like
Neris
(Neris)
May 9, 2024, 11:03pm
20
This now should be properly fixed. When the game cannot write into the documents folder, it’s going to use the AppData folder instead.
1 Like