Can anyone tell me how to solve this ? I can't play the game and got this warning
"
Dynamic link libraries are shared libraries that other programs can use. "
Looks to be a permission issue, odd that's happening on windows those are more of a Linux 'problem'.
If I had to guess, "C:\Users\user\Documents\New folder(4)\UnityPlayer.dll" something is going wrong with the directory structure. I have never seen someone use the word 'user' for their computer account name, so my guess would be that the code designed to find the dynamic library 'UnityPlayer.dll' isn't working properly.
First, I'd move the folder to "C:\" and keep the original save name for the game, so "C:\Netorase_Phone_0.13.3_Windows".
If that doesn't work, I'd change the directory permissions for the game folder.
If that doesn't work, delete all copies of this game and re-download to an alternate location outside of default save, so not in "C:\Downloads".
If that doesn't work, I would look into DISM or SFC because something odd is happening.
If all of that doesn't work, sorry idk what to tell you.