• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Tutorial] Mabinogi Heroes Setup

Newbie Spellweaver
Joined
Jul 12, 2016
Messages
63
Reaction score
1
just as a side thing, do you know how to apply shaders like sweetfx? i have it installed in the official client but can't get it to work win 1.65, the game just crashes after the "loading" screen after launch
 
Newbie Spellweaver
Joined
Aug 21, 2016
Messages
9
Reaction score
0
Ran into an issue when running the NET START "Remote Control Client Service"
it states that the service could not be started

RCClient-notStarting.PNG - [Tutorial] Mabinogi Heroes Setup - RaGEZONE Forums

Not entirely sure how to remedy this, any help would be great.
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jul 12, 2016
Messages
63
Reaction score
1
Ran into an issue when running the NET START "Remote Control Client Service"
it states that the service could not be started

View attachment 157823

Not entirely sure how to remedy this, any help would be great.

make sure your sql server is up, i had this issue too just reset the server, reset your pc and try again
 
Newbie Spellweaver
Joined
Jan 13, 2014
Messages
24
Reaction score
0


almost done..
but help me i can do this plz ..:$:
 
Newbie Spellweaver
Joined
Aug 21, 2016
Messages
9
Reaction score
0
make sure your sql server is up, i had this issue too just reset the server, reset your pc and try again

hmm, my SQL server is up, I've reset the server, restarted my PC and it still comes out with the same "service could not be started" message.

Is there a way to uninstall/remove RCClientService.exe from the command line, so that I can do a fresh install? RCServerService works just fine.

EDIT: OK, was finally able to resolve the issue with this:
Code:
@echo off
cd /d c:\MabinogiHeroes\server
cd RCClient
sc delete RCClient c:\MabinogiHeroes\server\rcclient\RCClientService.exe
RCClientService.exe -uninstall

cd ..
cd RCServer
sc delete RCServer c:\MabinogiHeroes\server\rcserver\RCServerService.exe
RCServerService.exe -uninstall
NET STOP "Remote Control Client Service" 
NET STOP "Remote Control Server Service"

Thanks for the help none-the-less
 
Last edited:
Newbie Spellweaver
Joined
Jul 20, 2016
Messages
57
Reaction score
0
Guys, I can't open depot either open cash boxes like icy cube, "try reconnect later" how to fix it? I am playin on lan
 
Newbie Spellweaver
Joined
Jul 12, 2016
Messages
63
Reaction score
1
hmm, my SQL server is up, I've reset the server, restarted my PC and it still comes out with the same "service could not be started" message.

Is there a way to uninstall/remove RCClientService.exe from the command line, so that I can do a fresh install? RCServerService works just fine.

sc delete RCClient
 
Newbie Spellweaver
Joined
Aug 21, 2016
Messages
9
Reaction score
0
sc delete RCClient

Thanks!

Got to this part and since a server option is not available...
noServer.PNG - [Tutorial] Mabinogi Heroes Setup - RaGEZONE Forums

am I missing something I need to edit in the www folder of my server? (Im using AppServ and the files in the web folder have been placed in the www folder)

This is what is in the default Endpoint.txt file, do I need to edit the IP?
Code:
"Address"{
    "Vindictus Test"
    {
        Platform_server_code "1"
        localized_name       "For The Horde"
        IP
        {
            "127.0.0.1" "27015"
        }
    }
}
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Aug 21, 2016
Messages
9
Reaction score
0
You need to copy all files inside web folder and paste to your www folder then start apache only.

Still a no go...

Could it be a port issue? I have my Apache port set to 9080 just so it can run.
Apache.PNG - [Tutorial] Mabinogi Heroes Setup - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Aug 21, 2016
Messages
9
Reaction score
0
That's correct. Your port 80 is in used change from router or webserver.

Still have the same issue with no server selection available.

My port is changed to 8080, I have apache running. Here is a screenshot of when I go to the webpage:
127.PNG - [Tutorial] Mabinogi Heroes Setup - RaGEZONE Forums

Not sure what else I need to do in order to get a server to show up on this screen:
noServer.PNG - [Tutorial] Mabinogi Heroes Setup - RaGEZONE Forums

Any tips/suggestions is much appreciated.
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jan 13, 2014
Messages
24
Reaction score
0
i doing this u advice but sametime again:$:... as admin and admin mode i can't install RCServersevice.exe
 
Newbie Spellweaver
Joined
Jan 13, 2014
Messages
24
Reaction score
0


how to fix it
and Serverlist not appear in game
 
Custom Title Activated
Loyal Member
Joined
Dec 20, 2005
Messages
2,046
Reaction score
117


how to fix it
and Serverlist not appear in game
Cashshop aka supply depot does not work for server yet.
Server list did not appear on game menu, because you did not setup your webserver correctly or ports have been used.
Still have the same issue with no server selection available.

My port is changed to 8080, I have apache running. Here is a screenshot of when I go to the webpage:
View attachment 157849

Not sure what else I need to do in order to get a server to show up on this screen:
View attachment 157850

Any tips/suggestions is much appreciated.

Dont use AppServ, try to install Xamp.
 
Back
Top