Steam 설치
로그인
|
언어
简体中文(중국어 간체)
繁體中文(중국어 번체)
日本語(일본어)
ไทย(태국어)
Български(불가리아어)
Čeština(체코어)
Dansk(덴마크어)
Deutsch(독일어)
English(영어)
Español - España(스페인어 - 스페인)
Español - Latinoamérica(스페인어 - 중남미)
Ελληνικά(그리스어)
Français(프랑스어)
Italiano(이탈리아어)
Bahasa Indonesia(인도네시아어)
Magyar(헝가리어)
Nederlands(네덜란드어)
Norsk(노르웨이어)
Polski(폴란드어)
Português(포르투갈어 - 포르투갈)
Português - Brasil(포르투갈어 - 브라질)
Română(루마니아어)
Русский(러시아어)
Suomi(핀란드어)
Svenska(스웨덴어)
Türkçe(튀르키예어)
Tiếng Việt(베트남어)
Українська(우크라이나어)
번역 관련 문제 보고
That sounds like a read/write permissions issue -- something Win10 is notorious for. Because the folder structure is different in Win10, some games made for previous Windows editions (Stonehearth development started when Win 8 was the flagship and 10 wasn't available yet) will have issues because they're trying to write to or read from folder locations that are now "protected" against such actions.
I don't know exactly what you'd have to do to fix it because I don't know your system setup, but you should probably make a separate post in the forums asking for help -- that way, someone who knows more about file permissions in Win 10 can hopefully help you figure out a permanent fix.
It worked for me when nothing else did.
blame the config changes within Windows between different updates -- the game was made to follow different rules and assumptions to what Windows now has in place re: read-write permissions; and since there's no dev team anymore to update in line with those changes, the default paths that Steam installs the game into no longer play nicely with it.
It probably wouldn't be all that hard to just change the install locations (and tell Steam where to look for the updated locations) to play nicely with Windows' read-write permissions if this is an issue.
Do you hear the music playing? If so, hit F5 once the music starts and it will refresh the screen, allowing it to draw normally. That issue comes from the game failing to load the graphics because it's taking too long to load the rest of the game, and while it's a bit annoying it's harmless -- you just hit F5 once the music starts and everything works normally after that.
If you don't hear music, it's a different issue which I know has been mentioned before, but I'm not sure if a solution for that one was found.
Just press F5
GL
I couldn't find a direct answer as to what to do to fix this problem and still use the x64 version.
Relatively quickly I found a solution by analyzing the event log in the operating system. The problem is with the OpenSSL libraries.
Stonehearth is using these libraries in version 1.0.2h. Just update the libraries in the "/x64" subdirectory and everything works fine again. I verified it on Windows 11 with OpenSSL updated to version 1.0.2i.
Here is a quick step by step guide what to do.
1) Find and download OpenSSL version 1.0.2i (google the file named "openssl-1.0.2i-x64_86-win64.zip")
2) Rename or delete "libeay32.dll" and "ssleay32.dll" from the "/x64" subfolder of the game (eg. C:/Program Files (x86)/Steam/steamapps/common/Stonehearth/x64)
3) Extract the libraries "libeay32.dll" and "ssleay32.dll" from the archive downloaded in step 1) and copy them to the "/x64" subfolder of the game
4) Done
Right click on the game in your steam library and select Properties
Under the General section of properties, find the Launch Options
In the textbox, put in the following: cmd /c "set OPENSSL_ia32cap=:~0x20000000 && %command%"
now i can play with Win11, maybe it helps to solve the Problem