Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
ipconfig /flushdns
ipconfig /renew
ipconfig /registerdns
netsh winsock reset
<reboot>
Can you let me know what your OS is? That would help me look into seeing if I can put in some permanent prevention of this error. The Chrome simulator is supposed to be self-contained.
The game started working after the above steps, but then I had to allow a firewall exception for the specific program.
upd. also it does very annoying thing, many hours after game is closed I still have many x-www-browser processes linked to wikipedia pages like death, pronoun, some "honourwater.com/#into". this is serious issue. game shouldn't leave any garbage in processes, especially on Linux machines (we don't reboot it for a long time, you know). That means I have to reboot after playing this game? This is nuts
The gnome keyring prompt isn't intentional--the game doesn't need your password for anything. You can safely ignore it.
Hm. I assume that second issue is because the game links to websites? I'm afraid I do not know much about linux works--I just ported it because there were requests. I'll see if I can figure out why that happens.
Just bumping this to say that the password request issue is still a thing and it really shouldn't be. While my knowledge of how things work under the hood isn't the best, I do know that it takes certain kinds of requests to prompt the user for their password (such as trying to mess with system files). Troubling thing is that I've never even seen a request screen like that. I assumed it was some special ARG and went looking for clues (talk about disappointment).
when I click on the link game creates process in attempt to locate my browser, tries to follow that link. the easiest way would be to remove actual links, as far as game does not need any wiki pages to actually load and you have handful of words to get its definition for you can just create array of definitions for each word inside the game and output that instead of trying to follow any link. or maybe go with e.preventDefault() for links.
I'm sorry for the late reply, somehow it escaped my attention back then.
Yes, I really should take the links out. They're not long term tenable.
Onto the to do list!
sounds good! I can test game for Linux to see how it works once the change is done.