4Story Source: TMAP Rebuild Error

08/14/2018 09:26 playbag#1
Does anyone know where I can fix the problem?




PHP Code:
TMapSvr Batch file 'c:\Users\Administrator\Desktop\4 Story(3.8)\TServer\TMapSvr\Debug\BAT000009.bat' contains Unicode contents that could not be translated to user's ANSI code page.
[  [MENTION=374979]echo[/MENTION] off
"c:\Users\Administrator\Desktop\4 Story(3.8)\TServer\TMapSvr\Debug\TMapSvr.exe" /RegServer
if errorlevel 1 goto VCReportError
goto VCEnd
:VCReportError
echo Project : error PRJ0019: A tool returned an error code from "등록하고 있습니다."
exit 1
:VCEnd

08/14/2018 10:44 pipitt05000#2
Quote:
Originally Posted by playbag View Post
Does anyone know where I can fix the problem?




PHP Code:
TMapSvr Batch file 'c:\Users\Administrator\Desktop\4 Story(3.8)\TServer\TMapSvr\Debug\BAT000009.bat' contains Unicode contents that could not be translated to user's ANSI code page.
[
 [MENTION=374979]echo[/MENTION] off
"c:\Users\Administrator\Desktop\4 Story(3.8)\TServer\TMapSvr\Debug\TMapSvr.exe" /RegServer
if errorlevel 1 goto VCReportError
goto VCEnd
:VCReportError
echo Project : error PRJ0019: A tool returned an error code from "등록하고 있습니다."
exit 1
:VCEnd

This error appear when you build is finished,it's an "post build event"!

Go to project properties, search post build event and remove it :)
08/14/2018 13:19 playbag#3
Quote:
Originally Posted by pipitt05000 View Post
This error appear when you build is finished,it's an "post build event"!

Go to project properties, search post build event and remove it :)
Okay thanks, I'll see if I can find it
08/14/2018 13:30 pipitt05000#4
Quote:
Originally Posted by playbag View Post
Okay thanks, I'll see if I can find it
Yes you can !

It's easy :D
08/14/2018 13:45 playbag#5
Quote:
Originally Posted by pipitt05000 View Post
Yes you can !

It's easy :D
Yes I can create the TMAP but the services are not displayed to me
08/14/2018 14:10 AncientCompiler#6
Quote:
Originally Posted by playbag View Post
Yes I can create the TMAP but the services are not displayed to me
So check the output path in the linker settings. Default it should be "../services". So you should find your builded services in "./TServer/Services".
08/14/2018 14:59 xSerialKillerx#7
As if it was hard just to follow the error and remove the unicode (korean) chars to not have to manually reg the services or create another batch. (it uses ur ansi codepage, which isn't the same as if you were in korean environment)
08/14/2018 22:58 playbag#8
Build: 1 succeeded, 0 failed, 0 skipped

when finish is