Jump to content

Patch e Hamachi


Recommended Posts


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  06/18/17
  • Last Seen:  

Bom dia.

Estou tentando criar o Thor Patch para passar pra uns amigos e jogar via Hamachi. Só que o patch não conecta.

Segue o config.ini

Spoiler

[Config:Main]

RootURL='htpp://25.9.116.13/patch'

RemoteConfigFile='main.ini'

TimeOut=0

StatusFile='ServerStormRO.dat'

DefaultGRF='StormRO.grf'

ClientEXE='StormRO_hexed.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/bg.bmp'

FadeOnDrag=true

[Config:BGM]
File=''

Loop=true

Volume=5

Directory=

[Config:Misc]
Title='StormRO AutoPatcher'

HideProgressBarWhenFinish=true


[ProgressBar:bar1]
Width=342
Height=10

Left=23
Top=486

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='htpp://25.9.116.13/patch/notice.html'

[Button:Start]
Default='images/start1.png'
OnHover='images/start2.png'
OnDown='images/start3.png'

Left=383
Top=211

//Hook is used for default buttons,
//do not use this on custom buttons!
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'

//[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=

Ele fica tentando conectar mas não consegue e nem aparece mensagem de falha. Quando fecho patch ele aprenensta o seguinte erro

Spoiler

"Access violation at address 00567577 in module 'Server.exe. Read address 00000010."

Alguém sabe o que está acontecendo?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  17
  • Reputation:   1
  • Joined:  06/07/17
  • Last Seen:  

On 2017-6-21 at 11:15 AM, I am Blood said:

RootURL='htpp://25.9.116.13/patch'

tenta por teu IP mesmo ou o 127.0.0.1, pq pela logica esse endereço é o IP do servidor q ta hospedando o a pasta data do Thorpatch e não é no Hamachi.
 

vai no arquivo main: edita essa linha e põe o mesmo endereço do config acima.

file_url=http://domain.com/patch/data/

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  06/18/17
  • Last Seen:  

1 hour ago, vinciover said:

tenta por teu IP mesmo ou o 127.0.0.1, pq pela logica esse endereço é o IP do servidor q ta hospedando o a pasta data do Thorpatch e não é no Hamachi.
 

vai no arquivo main: edita essa linha e põe o mesmo endereço do config acima.

file_url=http://domain.com/patch/data/

Continua o mesmo erro depois de ter colocado essas opções.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  75
  • Reputation:   5
  • Joined:  08/28/13
  • Last Seen:  

Desativou o firewall do PC?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  17
  • Reputation:   1
  • Joined:  06/07/17
  • Last Seen:  

pois é, desativa tudo, ta usando qual programa de servidor, xamp?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  75
  • Reputation:   5
  • Joined:  08/28/13
  • Last Seen:  

Uso Vertrigo e o Hamachi.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  17
  • Reputation:   1
  • Joined:  06/07/17
  • Last Seen:  

Tenta por o mesmo IP do Hamichi no Vertrigo, tipo pelo o q eu entendo o patch dos usuarios precisa se conectar ao vertrigo q é teu servidor, mais ao conectar a comunicação com o teu servidor vertrigo n loga, eu estava com o mesmo problema só q em um Host externo, eu fiz mais ou menos assim:

Thor/Configuration/config
[Config:Main]

RootURL='http://xxxxx.xxxxx.com.br/webpatch/'

RemoteConfigFile='main.ini'

TimeOut=0

StatusFile='meuservidorolist.dat'

DefaultGRF='meuservidoro.grf'

ClientEXE='meuservidoroexe.exe'
ClientParameter='1rag1'

--------------------------------------------------

Thor/webpatch/main.ini
//Arquivo de configuração remota Thor Patcher
[Main]
//Permitir o patch ou não?
allow=true

//O patcher deve ignorar tudo e terminar o patch imediatamente?
Force_Start=false

//Caso contrário, qual mensagem deve aparecer?
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://xxxx.xxxx.com.br/webpatch/
//     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://xxxxxx.xxxxx.com.br/webpatch/data/
---------------------------------------
Tu tem que fazer com que o hamachi se conecte ao Vertrigo, eu particularmente uso o Xampp pra fazer a mecanica do SQL e hospedar o THOR, acho o Vertrigo bem trabalhoso e cheio de problema, mais cada um usa o q achar melhor. 

Link to comment
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
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  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.

×
×
  • Create New...