[v232]Swordie Launcher

yeah, with the launcher maplestory.exe closes itself after 5 seconds, i've tested again with the client redownloaded and the server from the another post, then on a CMD (not powershell) window on the client folder after started the server typed the command
Code:
maplestory.exe WebStart whatever
and started sucessfully but with the admin account or the first user from the users table from your db

i'll review again the launcher code if it got maple running

EDIT: TESTED AGAIN (with precompiled launcher), IT WORKS

So, MAKE SURE YOU DOWNLOADED THE CLIENT COMPLETELY, if crashes without showing anything, maybe you have missing/corrupted files, try download from DepotDownloader or the google drive link(downloading the whole folder will result on 11 zip files of ~2GB size each, all downloading at the same time)
 
Last edited:
네, 런처를 사용하면 maplestory.exe가 5초 후에 자동으로 종료됩니다. 클라이언트를 다시 다운로드하고 다른 게시글에 있는 서버를 사용해서 다시 테스트해 봤습니다. 서버가 시작된 후 클라이언트 폴더에서 CMD(파워셸 아님) 창을 열고
Code:
maplestory.exe WebStart whatever
명령어를 입력했더니 관리자 계정 또는 데이터베이스의 사용자 테이블에서 첫 번째 사용자 계정으로 정상적으로 실행되었습니다.

메이플스토리가 실행되는지 런처 코드를 다시 한번 검토해 보겠습니다.

수정: (미리 컴파일된 런처로) 다시 테스트해 보니 작동합니다.

그러니 클라이언트를 완전히 다운로드했는지 확인하세요. 아무것도 표시되지 않고 충돌이 발생하는 경우, 파일이 누락되었거나 손상되었을 수 있습니다. DepotDownloader 또는 Google Drive 링크에서 다시 다운로드해 보세요(전체 폴더를 다운로드하면 각각 약 2GB 크기의 zip 파일 11개가 동시에 다운로드 됩니다 ).
i mean i am working(same computer) but outside access server is not working.
 
for outside access i have no experience in port forwarding, not only you have to put the public IP of your router on the launcher, the router has to be configured for outgoing connections, that's i know so far, my strong points is in programming
 
외부 접속 관련해서는 포트 포워딩 경험이 전혀 없습니다. 라우터의 공용 IP 주소를 런처에 입력해야 할 뿐만 아니라, 라우터가 외부 연결을 허용하도록 설정해야 한다는 것만 알고 있습니다. 제 강점은 프로그래밍입니다.
네, 이미 열었는데 왜 열었는지는 모르겠네요 xd
 
Has anyone experienced this error? No SLF4J providers were found
I followed all the steps from this thread: https://forum.ragezone.com/threads/xmas-release-v232-swordie-source.1257894/

No SLF4J Providers - [v232]Swordie Launcher - RaGEZONE Forums
 
The SLF4J error is fine, the real problem is the unknown database 'swordie232'. that has nothing to do with the launcher
yes, make sure your mysql database is up and running, and double check if the port and database name on mysql and the server matches, also when importing sql to your db make sure there is no errors.

Suggested setup i recommend(as i use as tests):
-openjdk21 from temurin(downloaded as zip file and unpacked to an independient folder)
-Intellij IDEA(i use it one time to download jar dependencies with maven and later import source and jar libraries to Apache Netbeans which uses much less cpu and ram)
-Uniform Server(or UniServer for short, my Apache+MySQL/MariaDB+PHP stack of choice, completely portable, configurable and comes also with PHPMyAdmin)

with that i can move all into an external ssd and carry to everywhere :)
 
Ah thank you all! That seems to have worked. Turns out it was the naming of the server

Btw- how is the server performance? It's surprisingly laggy for me especially the 1% lows
Running a 5080, Intel ultra 265K, 32GB DDR5 RAM so thought a 2D sidescrolling dinosaur would run better than it does

If there's anything that has worked for you would love to know!
 
Ah thank you all! That seems to have worked. Turns out it was the naming of the server

Btw- how is the server performance? It's surprisingly laggy for me especially the 1% lows
Running a 5080, Intel ultra 265K, 32GB DDR5 RAM so thought a 2D sidescrolling dinosaur would run better than it does

If there's anything that has worked for you would love to know!
I have the same CPU as you and it runs terrible, server hosted on same machine or not. AMD Ryzen is significantly better. Intel CPU's older than 13th gen seem to work better too.

The issue is the way Nexon implemented 64-bit into MapleStory, the E cores Intel runs aren't optimized at all in this version of the client.
 
Ah thank you all! That seems to have worked. Turns out it was the naming of the server

Btw- how is the server performance? It's surprisingly laggy for me especially the 1% lows
Running a 5080, Intel ultra 265K, 32GB DDR5 RAM so thought a 2D sidescrolling dinosaur would run better than it does

If there's anything that has worked for you would love to know!
yes as Ridden said, older intel cpus run better because intel messed up with its actual core arrangement, mine is an i7-4790, using iGPU with 16GB DDR3-RAM, running without issues, there would be fixes dealing with E and P cores, what i don't know is how the amd users are dealing with this issue, or they haven't this issue unlike intel users
 
Is anyone else running into an issue where the launcher server says server is offline? I'm trying to get it to connect via public IP but it keeps saying offline for me. I've added / encoded the proper IP to both the authenticator and launcher, and opened up the ports needed as well.
 
Is anyone else running into an issue where the launcher server says server is offline? I'm trying to get it to connect via public IP but it keeps saying offline for me. I've added / encoded the proper IP to both the authenticator and launcher, and opened up the ports needed as well.
You may have an issue with routing depending on your ISP's. For example my Mifi Hotspot cannot find my server, so I use a VPN to connect back to where the server is, and then it works fine.
 
Has anyone experienced this error? No SLF4J providers were found
I followed all the steps from this thread: https://forum.ragezone.com/threads/xmas-release-v232-swordie-source.1257894/

View attachment 294785
Just try going to HikariCPDataSource;
P.S (Idk if this might solve your issue) but when I encounter this problem it was just that the password that by default is (root) and make sure it match the one you used on your database or match the one they provided on the instructions given in this case ->. ( supernicepasswordhellyeah )

example;

private static final String PASSWORD = "supernicepasswordhellyeah";

(or the one you used on the database when created)

example;

private static final String PASSWORD = "the password you used on the database when created";

same with the schema connection;

example: "jdbc:mysql://127.0.0.1:3306/swordie232";

or the name you chose to use;

example;

"jdbc:mysql://127.0.0.1:3306/bananas232";

Hope this is of help.
 
Is it normal that I need an internet connection to run these files? I tried the original bat method, Riremito's method, and this launcher and all 3 will require me to have an internet connection to start the client(otherwise is closes). Just want to make sure I am not doing anything wrong. For the record, I can disable the internet when I am already in game, but otherwise, starting the client without internet seems impossible for me.

edit:
I saw the problem. I skipped one of the server edits with Riremito's method. After doing the whole thing properly, it works without internet now
 
Last edited:
local ok
server local ok
make jar on linux server ok
rebuild server ip ok
all file and put game folder, use admin open lanuch,show online ,regisrt ok, login ok
but paly can open game,and show windows but cant display anything is alway stak there
 
Anyone know if there's a way to get this running on Linux with ?
I don't know if it will work for 232 or not, but maybe someone knows
 
  • Like
Reactions: mld
1788596777294 - [v232]Swordie Launcher - RaGEZONE Forums
Anyone have a solution for after clicking play the game not opening up? I have been unable to figure this out. I've the base trouble shooting as in re-installing the whole server, recompiling and on mysql all of it. I just can get the game to load, unsure why. Do let me know if anyone have the same issue or an solution. This is only local host server.
 
Back