Jump to content
  • 0
Sashi

Thor Webhost issue maybe?

Question

I've migrated my Thor to and off my local server but im struggling to get it to connect to it, im guessing at this point its something to do with the web-host its self since its one of those shared environment scenarios a friend of mine runs www.vinsicksolutions.com. I've tried everything from sub domains with different permissions to FTP and i get nothing but it'll connect to my Apache serv (in a different network and location) just fine.

it hangs on "Attempt to connect patch server" every time
i can get the Notice.HTML fine

Config Ini

Quote

[Config:Main]

RootURL='patch.sanctuaryRO.com'

RemoteConfigFile='main.ini'

TimeOut=0

StatusFile='sanct.dat'

DefaultGRF='sanc.grf'

ClientEXE='sanctuaryRO.exe'
ClientParameter='-1sak1'

//When patcher unable to connect webserver,
//should the patcher allow player start the game anyways?
FinishOnConnectionFailure=false

[Config:Window]

Style='none'

//This allows the player drag the window by background
DragHandling=true

//Background can be either jpg or bmp, in later case
//the top-left pixel is chosen as transparent color.
Background='images/Launcher.bmp'

FadeOnDrag=true

[Config:BGM]
File=''

Loop=true

Volume=5

Directory=

[Config:Misc]
Title='Sanctuary RO Patcher'

HideProgressBarWhenFinish=false


[ProgressBar:bar1]
Width=684
Height=16

Left=55
Top=625

FrontImage='images/loading bar 1.jpg'
BackImage='images/loading bar 2.jpg'

Hook='ProgressChange'

[Label:Status]
AutoResize = True

Width=
Height=

Left=407
Top=627
Alignment='center'

FontColor=$000000
FontName = 'Trebuchet MS'
FontSize = '12'

Text=''

Hook='StatusChange'

[NoticeBox:Box0]
Width=346
Height=525
Left=64
Top=238
URL='patch.sanctuaryro.com/notice.html'

[Button:Start]
Default='images/start.jpg'
OnDown='images/start2.jpg'

Left=474
Top=547

//Hook is used for default buttons,
//do not use this on custom buttons!
Hook='Start'

[Button:Exit]
Default='images/exit.jpg'
OnDown='images/exit.jpg'

Left=897
Top=33

Hook='Exit'

[Button:Register]
Default='images/register.jpg'
OnDown='images/register2.jpg'
Left=434
Top=224
Mode=1
Action='http://ro.bnet.cc/'

[Button:fourums]
Default='images/forums.jpg'
OnDown='images/fourms2.jpg'
Left=434
Top=288
Mode=1
Action='http://bnet.cc/'

[Button:Website]
Default='images/Website.jpg'
OnDown='images/Website2.jpg'
Left=434
Top=350
Mode=1
Action='http://sanctuaryRO.com'

[Button:Vote]
Default='images/vote.jpg'
OnDown='images/vote2.jpg'
Left=434
Top=422
Mode=1
Action='http://sanctuaryRO.com'

//[Button:Extra]
//
//
//
// Mode - mode for button
// 1 = open URL
// 2 = Launch file/program
// 3 = Message box
//Mode=
// Action - depend on what you set in the Mod, this may vary
// ex. Mode = 1 , Action='http://google.com'
//Action=
 

Main.InI

Quote

//Thor Patcher remote config file
[Main]
//Allow patching or not?
allow=true

//Should patcher ignore everything else and finish patch immediately?
Force_Start=false

//if not, what message should appear?
policy_msg=Server is taking a nap.

//file_url - patch files should ALL put here.
// This config entry will override the one in embed config.
// o HTTP:
//         http://domain.com/dir/
// o FTP:
//         ftp://domain.com/dir/
//     o With <Username> [Password] [Port]
//    ftp://username:[email protected]:port/dir/
//     o Note: username is required if want put password, otherwise everything is optional.
file_url=http://patch.sanctuaryro.com/data
[Patch]
//use CheckSum tool, hash for client & patcher
// used to make sure exe is up to date
//  (leave empty to disable this feature)
ClientSum=
PatcherSum=


//This is compressed file for patcher & client update
// To make these work, ClientSum and/or PatcherSum can't be empty
// Note: these files should put same place as patch file (file_url in internal config)
//Relative address, not FULL URL!
ClientPath=
PatcherPath=

// Patch list file
PatchList=plist.txt

[Stars]
// Shining o.O (Anyways, its for start button clones)
// Since orignal client has check sum.. why not for clones? XD


//How many? (it should same as amount of start button clone, but of course it's your choice)
clients=0

// _sum - checksum, use CheckSum tool.
//client1_sum=
// _Name - Filename of exe
//client1_Name=
// _Path - Path for file [Compressed]
//client1_Path=

[Misc]
//Set a limit for fragment, when reach this limit, patcher will ask user to defrag
FragmentLimit=50

Tried Sourceforge too... No dice

https://svn.code.sf.net/p/sanctuaryro/svn/patcher/
Sourceforge config

Quote

[Config:Main]

RootURL=' 'https://svn.code.sf.net/p/sanctuaryro/svn/patcher/'

RemoteConfigFile='main.ini'

TimeOut=0

StatusFile='sanct.dat'

DefaultGRF='sanc.grf'

ClientEXE='sanctuaryRO.exe'
ClientParameter='-1sak1'

//When patcher unable to connect webserver,
//should the patcher allow player start the game anyways?
FinishOnConnectionFailure=false

[Config:Window]

Style='none'

//This allows the player drag the window by background
DragHandling=true

//Background can be either jpg or bmp, in later case
//the top-left pixel is chosen as transparent color.
Background='images/Launcher.bmp'

FadeOnDrag=true

[Config:BGM]
File=''

Loop=true

Volume=5

Directory=

[Config:Misc]
Title='Sanctuary RO Patcher'

HideProgressBarWhenFinish=false


[ProgressBar:bar1]
Width=684
Height=16

Left=55
Top=625

FrontImage='images/loading bar 1.jpg'
BackImage='images/loading bar 2.jpg'

Hook='ProgressChange'

[Label:Status]
AutoResize = True

Width=
Height=

Left=407
Top=627
Alignment='center'

FontColor=$000000
FontName = 'Trebuchet MS'
FontSize = '12'

Text=''

Hook='StatusChange'

[NoticeBox:Box0]
Width=346
Height=525
Left=64
Top=238
URL='https://svn.code.sf.net/p/sanctuaryro/svn/patcher/notice.html'

[Button:Start]
Default='images/start.jpg'
OnDown='images/start2.jpg'

Left=474
Top=547

//Hook is used for default buttons,
//do not use this on custom buttons!
Hook='Start'

[Button:Exit]
Default='images/exit.jpg'
OnDown='images/exit.jpg'

Left=897
Top=33

Hook='Exit'

[Button:Register]
Default='images/register.jpg'
OnDown='images/register2.jpg'
Left=434
Top=224
Mode=1
Action='http://ro.bnet.cc/'

[Button:fourums]
Default='images/forums.jpg'
OnDown='images/fourms2.jpg'
Left=434
Top=288
Mode=1
Action='http://bnet.cc/'

[Button:Website]
Default='images/Website.jpg'
OnDown='images/Website2.jpg'
Left=434
Top=350
Mode=1
Action='http://sanctuaryRO.com'

[Button:Vote]
Default='images/vote.jpg'
OnDown='images/vote2.jpg'
Left=434
Top=422
Mode=1
Action='http://sanctuaryRO.com'

//[Button:Extra]
//
//
//
// Mode - mode for button
// 1 = open URL
// 2 = Launch file/program
// 3 = Message box
//Mode=
// Action - depend on what you set in the Mod, this may vary
// ex. Mode = 1 , Action='http://google.com'
//Action=
 


 

Edited by Sashi

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 0
7 hours ago, Dastgir said:

1) The webserver is on linux, that means case sensitive "test != Test"

2) Your main.ini points to other url "http://hltracker.com/RO/patch/"

That's thats reminants of me playing around and trial and error last night after posting, I was trying to figure out if i can just connect to the old location for now (hltracker) that actually works and update it to the new location later, I can't get the patcher to overwrite the conf file, now that its no longer embedded.

 it doesn't work even if I copy and paste out directly out of my browser (hltracker is my old location on a friends local server that I'm trying to move away from)

Edited by Sashi

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.