Hi ,
We’re trying to deploy this for use in our game. Everything seems to have gone according to plan, ftp server is in place, I verified that the account used for Launchpad can see the folders and that the login goes where it should. Got the client set up to test on my Windows 7 machine but it doesn’t seem to work despite following the directions on GitHub.
The Launchpad log isn’t terribly long:
2016-09-21 16:47:19,093 [Launchpad.Launcher.Program | INFO]: Launchpad v0.2.5.24896 starting…
2016-09-21 16:47:19,099 [Launchpad.Launcher.Program | INFO]: Current platform: Win64 (x64)
2016-09-21 16:47:19,104 [Launchpad.Launcher.Program | INFO]: Initializing WinForms UI.
2016-09-21 16:47:19,197 [Launchpad.Launcher.Handlers.Protocols.FTPProtocolHandler | INFO]: Pinging remote patching server to determine if we can connect to it.
2016-09-21 16:47:23,913 [Launchpad.Launcher.WindowsUI.MainForm | INFO]: The game has not yet been installed.
2016-09-21 16:47:27,174 [Launchpad.Launcher.WindowsUI.MainForm | INFO]: The server does not provide files for platform “Win64”. A .provides file must be present in the platforms’ root directory.
The thing is, that .provides file is right where it says I should put it. So I’m not sure why it’s telling me there’s no file there. Any ideas?