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
Frustrating. Can't stream anything for more than ca. 10mins without this occuring.
I managed to find a work around for this problem. It works for Witcher but I dont know if it works for your game.
So I installed AutoHotkey and created a script that presses a button every X seconds. The buttons needs to be something that is not used in the game so it won't affect your gameplay. This fixed the issue for me in Witcher 3.
Just install AutoHotkey, create a new script like this and run it
Loop {
Send {,} ; key to send
Sleep, 30000 ; delay time in milliseconds
}
You might want to tune the button and delay to your needs.
Every game that i launch via streaming is working fine with the mouse input until i press any key from the keyboard, then, the screen on the host computer freezes and the client is able to move de mouse but it won't affect the host, so the game freezes.
Host: Windows 7 64bits Desktop
Client: Windows 7 64bits Notebook (Sony Vaio VPC-SB25FB)
Hey Jiia, thanks for the tip! Would this script be running on the host or the client?
My problem began also with Witcher 3, but also with every other game I tried after thinking it was a Witcher issue.
Hey! The script should be running on the client machine. So far it's been working perfectly with very minor drawbacks (such as inventory tooltips closing every time the script triggers).
I just came across this problem in a different thread. Somebody suggested that the issue can be fixed by disabling screensaver and screen off timers on the HOST machine. I'll be testing this out in a moment and will let you know if it works.
EDIT: Yea that seemed to do the trick so it doesn't freeze anymore. Though I've been having a new issue with the stream crashing every five minutes or so... Time for some more research.