Thor Patcher Help

Saisho

New member
Messages
10
Points
0
Can someone point me what im doing wrong plz? I was checking my configs but im still getting "config parsing error or missing resource file"

My config (my changes are marked on it)

[Config:Main]
 
RootURL='http://My IP HERE/patch/'
 
RemoteConfigFile='main.ini'
 
TimeOut=0
 
StatusFile='server.dat'
 
DefaultGRF='MY GRF.grf'
 
ClientEXE='CLIENT.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='MY PATCHER'
 
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='http://MY IP HERE/patch/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:Register]
Default='images/Register1.png'
OnHover='images/Register2.png'
OnDown='images/Register3.png'
 
Left=383
Top=277
Mode=1
Action='http://MYCP/?module=character&action=online'
 
[button:Cancel]
Default='images/Exit1.png'
OnHover='images/Exit2.png'
OnDown='images/Exit3.png'
 
Left=383
Top=211
Hook='Cancel'
 
 
Change

RootURL='http://My IP HERE/patch/'

to

RootURL='http://yourwebsite/patch/'
your website where your patch folder is located.

 
Can someone point me what im doing wrong plz? I was checking my configs but im still getting "config parsing error or missing resource file"

My config (my changes are marked on it)

[Config:Main]

RootURL='http://My IP HERE/patch/'

RemoteConfigFile='main.ini'

TimeOut=0

StatusFile='server.dat'

DefaultGRF='MY GRF.grf'

ClientEXE='CLIENT.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='MY PATCHER'

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='http://MY IP HERE/patch/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:Register]

Default='images/Register1.png'

OnHover='images/Register2.png'

OnDown='images/Register3.png'

Left=383

Top=277

Mode=1

Action='http://MYCP/?module=character&action=online'

[button:Cancel]

Default='images/Exit1.png'

OnHover='images/Exit2.png'

OnDown='images/Exit3.png'

Left=383

Top=211

Hook='Cancel'
It happens because either the images you mentioned in config.INI doesn't exist in the Dir.
 
Change

RootURL='http://My IP HERE/patch/'

to

RootURL='http://yourwebsite/patch/'
your website where your patch folder is located.
I thought that change was kinda obvious...

Can someone point me what im doing wrong plz? I was checking my configs but im still getting "config parsing error or missing resource file"

My config (my changes are marked on it)

[Config:Main]

RootURL='http://My IP HERE/patch/'

RemoteConfigFile='main.ini'

TimeOut=0

StatusFile='server.dat'

DefaultGRF='MY GRF.grf'

ClientEXE='CLIENT.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='MY PATCHER'

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='http://MY IP HERE/patch/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:Register]

Default='images/Register1.png'

OnHover='images/Register2.png'

OnDown='images/Register3.png'

Left=383

Top=277

Mode=1

Action='http://MYCP/?module=character&action=online'

[button:Cancel]

Default='images/Exit1.png'

OnHover='images/Exit2.png'

OnDown='images/Exit3.png'

Left=383

Top=211

Hook='Cancel'
It happens because either the images you mentioned in config.INI doesn't exist in the Dir.
The files are inside the images folder, in .png format. I tried removing the extra button part and i still get the same error =/

 
Removed the AutoResize=true and give it a try, or much better to used latest thor patcher download here http://thor.aeomin.net/

Code:
[Config:Window]AutoResize=trueStyle='none'Width=Height=DragHandling=trueBackground='images/bg.bmp'FadeOnDrag=false 
 
I already fixed it thx for the reply :3

but one thing im trying to figure out is why the patcher is not starting the game when i click start... i already re-checked the exe name and the rest of the settings but nothing so far =P

 
I already fixed it thx for the reply :3

but one thing im trying to figure out is why the patcher is not starting the game when i click start... i already re-checked the exe name and the rest of the settings but nothing so far =P
You should check the permission and compatibility of your game.exe and patcher if your using windows 7 or any version of windows try this one.

1. right click on your patcher.exe and click properties, anc click compatibility tab and select the what version of OS your using but i recommend to choose windows XP sp3 or windows 7 and don't forget to check the radiobutton "run this program as an administrator" then click apply and ok.

URZaMZw.png


Removed the AutoResize=true and give it a try, or much better to used latest thor patcher download here http://thor.aeomin.net/
That downloadlink is offline by the way. (at least for me)
@Daifuku maybe add the link on your whitelist some antivirus detect that site as malware, or try to disabled your av for the mean time
default_smile.png


 
Back
Top