Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to stream game on client machine #1

Open
alexgitub opened this issue Oct 7, 2017 · 2 comments
Open

Unable to stream game on client machine #1

alexgitub opened this issue Oct 7, 2017 · 2 comments

Comments

@alexgitub
Copy link

After executing the following steps below
################################

Quick Start

You can start with our pre-compiled exe files for Windows x86(with Visual Studio C++ 2010).
###Server Side
Copy files: "game_server.conf", "game_server.dll", "loader.exe" and "SDL2.dll" from "Release" directory to the game directory. Make sure these files are standing in the same directory of the game exe file. Run the "loader.exe".
###Client Side
Copy files: "game_client.conf", "game_client.exe", "SDL2.dll" to a folder. Configurate "game_client.conf", set ip address to the server's ip. Then shit + right mouse-clicking, choose "Open a command window here". Use commands: game_client game_name, here game_name refers to the game(name of game exe) you want to start in the server side. For example, game_client trine.

I get the following output below
image
**I look at the game_client.log logs and found the following **
image
Please advise does the client machine also need direct x installed??

@llfjfz
Copy link
Owner

llfjfz commented Oct 8, 2017

Yes, both the server and the client need Direct X.

@alexgitub
Copy link
Author

Hi I managed to overcome the error message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants