Valiente Posted November 27, 2013 Group: Members Topic Count: 24 Topics Per Day: 0.01 Content Count: 132 Reputation: 8 Joined: 07/19/12 Last Seen: January 29, 2017 Share Posted November 27, 2013 (edited) Can somebody please explain to me how this dude solved his? He didn't give much info though I am having the same problem he had. http://rathena.org/board/topic/80447-thor-patcher-failed-to-communicate-with-server/ Edited November 28, 2013 by Valiente Quote Link to comment Share on other sites More sharing options...
lengchaileo Posted November 28, 2013 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 65 Reputation: 0 Joined: 04/12/12 Last Seen: March 4, 2020 Share Posted November 28, 2013 why dont use thor update from SVN ? google code or sourceforce More details please. Thanks. http://rero.wikia.com/wiki/Setting_up_Patch_host Quote Link to comment Share on other sites More sharing options...
mrlongshen Posted November 27, 2013 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 1302 Reputation: 79 Joined: 12/04/12 Last Seen: September 26, 2019 Share Posted November 27, 2013 Figured it out by my self had to set permissions for folder browsing in IIS and had to add .thor /// application/octet-stream in MIME-Type ( windows root) Quote Link to comment Share on other sites More sharing options...
Valiente Posted November 27, 2013 Group: Members Topic Count: 24 Topics Per Day: 0.01 Content Count: 132 Reputation: 8 Joined: 07/19/12 Last Seen: January 29, 2017 Author Share Posted November 27, 2013 Figured it out by my self had to set permissions for folder browsing in IIS and had to add .thor /// application/octet-stream in MIME-Type ( windows root) Very smart reply.. That's what the dude said in that link. I want to know how he did it. I am finished with the folder browing in IIS. This is what I am trying to follow: had to add .thor /// application/octet-stream in MIME-Type ( windows root) Quote Link to comment Share on other sites More sharing options...
lengchaileo Posted November 27, 2013 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 65 Reputation: 0 Joined: 04/12/12 Last Seen: March 4, 2020 Share Posted November 27, 2013 why dont use thor update from SVN ? google code or sourceforce Quote Link to comment Share on other sites More sharing options...
Valiente Posted November 27, 2013 Group: Members Topic Count: 24 Topics Per Day: 0.01 Content Count: 132 Reputation: 8 Joined: 07/19/12 Last Seen: January 29, 2017 Author Share Posted November 27, 2013 why dont use thor update from SVN ? google code or sourceforce More details please. Thanks. Quote Link to comment Share on other sites More sharing options...
mrlongshen Posted November 28, 2013 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 1302 Reputation: 79 Joined: 12/04/12 Last Seen: September 26, 2019 Share Posted November 28, 2013 then what happen ? Quote Link to comment Share on other sites More sharing options...
Valiente Posted November 28, 2013 Group: Members Topic Count: 24 Topics Per Day: 0.01 Content Count: 132 Reputation: 8 Joined: 07/19/12 Last Seen: January 29, 2017 Author Share Posted November 28, 2013 then what happen ? I did all that. Nothing changed. I set my mime-type to what the dude but nothing changed. Getting really frustrated to be honest. Quote Link to comment Share on other sites More sharing options...
mrlongshen Posted November 28, 2013 Group: Members Topic Count: 98 Topics Per Day: 0.02 Content Count: 1302 Reputation: 79 Joined: 12/04/12 Last Seen: September 26, 2019 Share Posted November 28, 2013 can you post your config here ? Quote Link to comment Share on other sites More sharing options...
Valiente Posted November 28, 2013 Group: Members Topic Count: 24 Topics Per Day: 0.01 Content Count: 132 Reputation: 8 Joined: 07/19/12 Last Seen: January 29, 2017 Author Share Posted November 28, 2013 (edited) I have had people checked my config file and main.ini and there's no problem according to them so I really don't see any difference. If you'd like, we can use Teamviewer for you to understand what my problem is. Edited November 28, 2013 by Valiente Quote Link to comment Share on other sites More sharing options...
Valiente Posted November 28, 2013 Group: Members Topic Count: 24 Topics Per Day: 0.01 Content Count: 132 Reputation: 8 Joined: 07/19/12 Last Seen: January 29, 2017 Author Share Posted November 28, 2013 (edited) why dont use thor update from SVN ? google code or sourceforce More details please. Thanks. http://rero.wikia.com/wiki/Setting_up_Patch_host Thank you man. I'll try that out! why dont use thor update from SVN ? google code or sourceforce More details please. Thanks. http://rero.wikia.com/wiki/Setting_up_Patch_host HOLY MOTHER OF.... Thank you... I have spent 3 days for this. You will not be forgotten. I wonder why it wouldn't work with either my webhost or 000webhost. Edited November 28, 2013 by Valiente Quote Link to comment Share on other sites More sharing options...
lengchaileo Posted December 2, 2013 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 65 Reputation: 0 Joined: 04/12/12 Last Seen: March 4, 2020 Share Posted December 2, 2013 your welcome..use SVN can save up your server traffic too.. Quote Link to comment Share on other sites More sharing options...
espriketic Posted January 14, 2014 Group: Members Topic Count: 13 Topics Per Day: 0.00 Content Count: 54 Reputation: 0 Joined: 12/17/11 Last Seen: November 17, 2022 Share Posted January 14, 2014 Hello, Any resolution regarding this issue? I am also experiencing this error.. Here's my main.ini //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=https://jamropatch.googlecode.com/svn/trunk/patcher/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 Here's my conf.ini [Config:Main] RootURL='https://jamropatch.googlecode.com/svn/trunk/patcher/' RemoteConfigFile='main.ini' TimeOut=0 StatusFile='geiro.dat' DefaultGRF='geiro.grf' ClientEXE='JamRO.exe' ClientParameter='-1sak1' FinishOnConnectionFailure=false [Config:Window] AutoResize=true Style='none' Width= Height= DragHandling=true Background='images/bg.bmp' FadeOnDrag=false [Config:BGM] File= Loop=true Volume=20 Directory= [Config:Misc] Title='Game Patch' HideProgressBarWhenFinish=true [ProgressBar:bar1] Width=342 Height=10 Left=23 Top=486 BackColorStart=$009DEEEF BackColorEnd=$00C2F1F1 FrontColorStart=$006ED5B0 FrontColorEnd=$0080DDCA FrontImage= BackImage= Hook='ProgressChange' [Label:Status] AutoResize = false Width=369 Height= Left=15 Top=498 Alignment='center' FontColor=$000000 FontName = '' FontSize = Text='' Hook='StatusChange' [NoticeBox:Box0] Width=347 Height=250 Left=21 Top=217 URL='notice.html' [Button:Start] Default='images/start1.png' OnHover='images/start2.png' OnDown='images/start3.png' Left=383 Top=211 Hook='Start' [Button:Exit] Default='images/Exit1.png' OnHover='images/Exit2.png' OnDown='images/Exit3.png' Left=383 Top=244 Hook='Exit' [Button:Cancel] Default='images/Exit1.png' OnHover='images/Exit2.png' OnDown='images/Exit3.png' Left=383 Top=211 Hook='Cancel' Quote Link to comment Share on other sites More sharing options...
Question
Valiente
Can somebody please explain to me how this dude solved his? He didn't give much info though I am having the same problem he had.
http://rathena.org/board/topic/80447-thor-patcher-failed-to-communicate-with-server/
Edited by ValienteLink to comment
Share on other sites
12 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.