Inesis quirks
I have the following setup
Code:
/******************************************************************************/
Secure PatcherSecure (0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31); // this must be equal to the "Uploader" tool secure keys
const Str PatcherHttpDir="192.168.1.126/patcher", // this must be equal to the "Uploader" tool HTTP DIR
PatcherName ="Ineisis"; // this must be equal to the "Uploader" tool NAME
Uploader
Code:
<Config
FtpHostName="192.168.1.126"
FtpUserName="admin"
FtpPassword="Password"
FtpDestName="Inesis"
FtpDestFolder="patcher"
HttpDestFolder="192.168.1.126/patcher"
SrcFolder="C:\Users\Prodigy\Documents\Work\Esenthel\Projects\_Publish_\Ineisis Client"
Installer="C:\Users\Prodigy\Documents\Work\Esenthel\Projects\_Publish_\Ineisis Online\Ineisis Online.exe"
Secure="0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31"
FtpConnections="4"
/>
Already upload it using uploader and Httpd nginx already run on 192.168.1.126
But Inesis Launcher (Inesis Online) stuck at "Cannot download installer info."
Also both Inesis Client and Inesis Server error at "Can't load pak "Bin/Data.pak""
Checked inside Bin folder on both client and server and found no such file data.pak, how to create the data.pak ?
If only i am build it, it will works without those errors.
(This post was last modified: 12-31-2014 01:26 PM by Prodigy.)
|