Thank you so much for your help!
I can only send the error code
Thank you again sir!
I have so many questions, like why is your computer set 15 years ago? The document you sent was last modified in 2010. Even if the game produces the file, your computer is the one that sets it up.
I have no idea why you can't also just send a screenshot of the files and upload those as well, but that is besides the issue. I'll assume going forward you are using a Windows OS since you gave a .docx file.
Ignoring that, and the fact that the document just failed to extract properly with WinRAR (which isn't your fault, I'm pretty sure), I believe I saw an error message.
NullReferenceException: Object reference not set to an instance of an object
SeqScripts.GameManager.Update_Time (System.Single deltaTime) (at <631e37a615134d5889c6194b017b3383>:0)
SeqScripts.GameManager.FixedUpdate () (at <631e37a615134d5889c6194b017b3383>:0)
If it failed at Update time, the game has a no references for loading data. That typically means your file system or the file it is looking for is an empty/null space filled with garbage for the game. Does your game otherwise just have all the things like #Settings or #Play for buttons as well? That is a sign it also can't find the language files and is defaulting.
Again, get a new/fresh extract of the files without changing encoding, the language of every file and folder has to be in English (the files are looking for exact names here).
If that does not work, and you get a similar error, assuming your keyboard somehow does not have a prt sc/print screen key:
Windows key + Function(fn) key + shift key should bring up the screenshot tool.