Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[v175] Mushy Source

Newbie Spellweaver
Joined
Jun 29, 2014
Messages
11
Reaction score
0
errors - [v175] Mushy Source - RaGEZONE Forums

as shown in image i got 69 errors in src and this with the other jar files. is there something i'm missing or don't know
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jun 29, 2014
Messages
11
Reaction score
0
The count of error's does not indicate the type of errors.... Expand it and see what's wrong. Copy em all here so we can help.

j - [v175] Mushy Source - RaGEZONE Forums
i hope this will help to understand my problem
thank you for helping me:):
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jun 29, 2014
Messages
11
Reaction score
0
Well for starters you're using the wrong java version. It says it right there. Need 1.8 or above. You must be running jdk7 instead of 8.

ER - [v175] Mushy Source - RaGEZONE Forums
i still got the errors
even with jdk7
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Oct 28, 2016
Messages
11
Reaction score
0
@Novak, Could you tell me the way to fix metadata table? I got no knowledge of SQL stuffs and iam using Navicat. Thanks mate
 
Experienced Elementalist
Joined
Nov 27, 2009
Messages
218
Reaction score
23
@Novak, Could you tell me the way to fix metadata table? I got no knowledge of SQL stuffs and iam using Navicat. Thanks mate

Delete all tables you have, or delete database and create it again, do not execute any SQL file, start your server and it will auto-fill all what is needed.
That means do not touch SQL folder and files inside server folder.
 
Newbie Spellweaver
Joined
Oct 28, 2016
Messages
11
Reaction score
0
Delete all tables you have, or delete database and create it again, do not execute any SQL file, start your server and it will auto-fill all what is needed.
That means do not touch SQL folder and files inside server folder.
Thanks and it's works.
 
Skilled Illusionist
Joined
Jul 12, 2008
Messages
303
Reaction score
3
Ahh it's been long, nice to see the MapleStory servers are still going :)
 
Initiate Mage
Joined
Nov 17, 2016
Messages
2
Reaction score
0
Hi, i cant connect to my server : You cannot access the game for one of the following reasons..........

The server is loaded (Total loading time: 2779s 853ms). Do i use a old Redirector?

--EDIT--

Client Version = 175
 
Last edited:
Newbie Spellweaver
Joined
Nov 3, 2014
Messages
12
Reaction score
0
Im getting this problem, I don't know why it can't connect to the database
maxcloud - [v175] Mushy Source - RaGEZONE Forums


maxcloud - [v175] Mushy Source - RaGEZONE Forums


I am using xampp version 1.8.3 and mySQL server 5.7.16
my database is named mushy and there is no password
 
Experienced Elementalist
Joined
Nov 27, 2009
Messages
218
Reaction score
23
Newbie Spellweaver
Joined
Nov 3, 2014
Messages
12
Reaction score
0
Custom Title Activated
Loyal Member
Joined
Jan 18, 2010
Messages
3,109
Reaction score
1,139
@Fayd

wN1kyZh - [v175] Mushy Source - RaGEZONE Forums


Where's Mushy, the schema for it? You just simply named your connection mushy, this won't work because it needs a physical schema created.

It's as simple as executing one line of query.
Code:
CREATE DATABASE IF NOT EXISTS mushy;
 

Attachments

You must be registered for see attachments list
Experienced Elementalist
Joined
Nov 27, 2009
Messages
218
Reaction score
23
I have xampp running with it and navicat is able to connect but the maple still is not able to.
maxcloud - [v175] Mushy Source - RaGEZONE Forums

But you have no "mushy" database created, create it and after run *.bat again, if you did all correct before starting server it will fill "mushy" db with all tables.
 
Back
Top