View Single Post
  #2  
Old 31-10-2021, 06:50
Cesar82's Avatar
Cesar82 Cesar82 is offline
Registered User
 
Join Date: May 2011
Location: Brazil
Posts: 1,074
Thanks: 1,814
Thanked 2,304 Times in 787 Posts
Cesar82 is on a distinguished road
Quote:
Originally Posted by giruthanders View Post
Sorry if this is a stupid question but how do I fix this error when trying to launch the game in the installer?

This happens when I check "Launch [game]" after the install is finished. The desktop shortcut works though

"Internal error: CallSpawnServer: Unexpected response: $0"
See if the line given below does not contain ";" before the line, or if you correctly set the path to the game's executable relative to the {app} installation folder.
Code:
#define GameExec "bin\game.exe"
Reply With Quote