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!

Java [v214] Swordie Source

Newbie Spellweaver
Joined
May 23, 2012
Messages
28
Reaction score
0
Code:
[INFO] Starting server.
[DEBUG] Logging Provider: org.jboss.logging.Log4jLoggerProvider
[ERROR] Could not create connection to database server. Attempted reconnect 3 times. Giving up.
Exception in thread "main" org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
    at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:275)
    at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:237)
    at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:214)
    at org.hibernate.id.factory.internal.DefaultIdentifierGeneratorFactory.injectServices(DefaultIdentifierGeneratorFactory.java:175)
    at org.hibernate.service.internal.AbstractServiceRegistryImpl.injectDependencies(AbstractServiceRegistryImpl.java:286)
    at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:243)
    at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:214)
    at org.hibernate.boot.internal.InFlightMetadataCollectorImpl.<init>(InFlightMetadataCollectorImpl.java:173)
    at org.hibernate.boot.model.process.spi.MetadataBuildingProcess.complete(MetadataBuildingProcess.java:127)
    at org.hibernate.boot.model.process.spi.MetadataBuildingProcess.build(MetadataBuildingProcess.java:86)
    at org.hibernate.boot.internal.MetadataBuilderImpl.build(MetadataBuilderImpl.java:479)
    at org.hibernate.boot.internal.MetadataBuilderImpl.build(MetadataBuilderImpl.java:85)
    at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:709)
    at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:746)
    at net.swordie.ms.connection.db.DatabaseManager.init(DatabaseManager.java:147)
    at net.swordie.ms.Server.init(Server.java:85)
    at net.swordie.ms.Server.main(Server.java:349)
Caused by: org.hibernate.exception.JDBCConnectionException: Error calling Driver#connect
    at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48)
    at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:37)
    at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113)
    at org.hibernate.engine.jdbc.connections.internal.BasicConnectionCreator.convertSqlException(BasicConnectionCreator.java:118)
    at org.hibernate.engine.jdbc.connections.internal.DriverConnectionCreator.makeConnection(DriverConnectionCreator.java:41)
    at org.hibernate.engine.jdbc.connections.internal.BasicConnectionCreator.createConnection(BasicConnectionCreator.java:58)
    at org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl$PooledConnections.addConnections(DriverManagerConnectionProviderImpl.java:409)
    at org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl$PooledConnections.<init>(DriverManagerConnectionProviderImpl.java:275)
    at org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl$PooledConnections.<init>(DriverManagerConnectionProviderImpl.java:249)
    at org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl$PooledConnections$Builder.build(DriverManagerConnectionProviderImpl.java:453)
    at org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl.buildPool(DriverManagerConnectionProviderImpl.java:98)
    at org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl.configure(DriverManagerConnectionProviderImpl.java:73)
    at org.hibernate.boot.registry.internal.StandardServiceRegistryImpl.configureService(StandardServiceRegistryImpl.java:107)
    at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:246)
    at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:214)
    at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.buildJdbcConnectionAccess(JdbcEnvironmentInitiator.java:146)
    at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:66)
    at org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.initiateService(JdbcEnvironmentInitiator.java:35)
    at org.hibernate.boot.registry.internal.StandardServiceRegistryImpl.initiateService(StandardServiceRegistryImpl.java:101)
    at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:263)
    ... 16 more
Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
    at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
    at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
    at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
    at com.mysql.jdbc.Util.handleNewInstance(Util.java:404)
    at com.mysql.jdbc.Util.getInstance(Util.java:387)
    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:917)
    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:896)
    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:885)
    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:860)
    at com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2163)
    at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2088)
    at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:806)
    at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
    at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
    at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
    at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
    at com.mysql.jdbc.Util.handleNewInstance(Util.java:404)
    at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:410)
    at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:328)
    at org.hibernate.engine.jdbc.connections.internal.DriverConnectionCreator.makeConnection(DriverConnectionCreator.java:38)
    ... 31 more
Caused by: java.lang.NullPointerException: Cannot invoke "java.util.Map.get(Object)" because "this.serverVariables" is null
    at com.mysql.jdbc.ConnectionImpl.getServerCharset(ConnectionImpl.java:2997)
    at com.mysql.jdbc.MysqlIO.sendConnectionAttributes(MysqlIO.java:1936)
    at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1865)
    at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1228)
    at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2253)
    at com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2104)
    ... 43 more

Process finished with exit code 1
What is wrong.... I swear my sql settings are right...

Looks like your server is having trouble connecting to your MySQL server.


Make sure WAMP is turned on and all the services are started and double-check if the IP address you're connecting to for the database is correct as well.
 
Newbie Spellweaver
Joined
Jun 28, 2018
Messages
10
Reaction score
1
Looks like your server is having trouble connecting to your MySQL server.


Make sure WAMP is turned on and all the services are started and double-check if the IP address you're connecting to for the database is correct as well.

Edit: Got it working


I'm curious, what ports do I need to have forwarded exactly?
Also curious if anyone else is having issues with the GM skills. (max skills doesnt work on them and manually assigning sp doesnt work either.)
 
Last edited:
Newbie Spellweaver
Joined
Dec 25, 2013
Messages
44
Reaction score
4
Anyone can upload ijl15.dll?
I can not build it.

Code:
Severity    Code    Description    Project    File    Line    Suppression State
Error    LNK1120    1 unresolved externals    Client214    C:\Nexon\v219.3\ijl15.dll    1   
Error    LNK2038    mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in MapleHook.obj    Client214    D:\Videogames\MapleStory\GMS\Source\214\v214-Auth-Hook-main\Client210\discord-rpc.lib(discord_rpc.obj)    1   
Error    LNK2038    mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MDd_DynamicDebug' in MapleHook.obj    Client214    D:\Videogames\MapleStory\GMS\Source\214\v214-Auth-Hook-main\Client210\discord-rpc.lib(discord_rpc.obj)    1   
Error    LNK2038    mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in MapleHook.obj    Client214    D:\Videogames\MapleStory\GMS\Source\214\v214-Auth-Hook-main\Client210\discord-rpc.lib(discord_register_win.obj)    1   
Error    LNK2038    mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MDd_DynamicDebug' in MapleHook.obj    Client214    D:\Videogames\MapleStory\GMS\Source\214\v214-Auth-Hook-main\Client210\discord-rpc.lib(discord_register_win.obj)    1   
Error    LNK2038    mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in MapleHook.obj    Client214    D:\Videogames\MapleStory\GMS\Source\214\v214-Auth-Hook-main\Client210\discord-rpc.lib(serialization.obj)    1   
Error    LNK2038    mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MDd_DynamicDebug' in MapleHook.obj    Client214    D:\Videogames\MapleStory\GMS\Source\214\v214-Auth-Hook-main\Client210\discord-rpc.lib(serialization.obj)    1   
Error    LNK2038    mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in MapleHook.obj    Client214    D:\Videogames\MapleStory\GMS\Source\214\v214-Auth-Hook-main\Client210\discord-rpc.lib(rpc_connection.obj)    1   
Error    LNK2038    mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MDd_DynamicDebug' in MapleHook.obj    Client214    D:\Videogames\MapleStory\GMS\Source\214\v214-Auth-Hook-main\Client210\discord-rpc.lib(rpc_connection.obj)    1   
Error    LNK2019    unresolved external symbol __imp__PathGetArgsA@4 referenced in function "int __cdecl Hooks::CallNMFunction(int,unsigned char *,char,unsigned char * *,unsigned int &)" (?CallNMFunction@Hooks@@YAHHPAEDPAPAEAAI@Z)    Client214    D:\Videogames\MapleStory\GMS\Source\214\v214-Auth-Hook-main\Client210\NMCOHook.obj    1
 
Initiate Mage
Joined
Mar 24, 2023
Messages
4
Reaction score
0
Anyone can upload ijl15.dll?
I can not build it.

Code:
Severity    Code    Description    Project    File    Line    Suppression State
Error    LNK1120    1 unresolved externals    Client214    C:\Nexon\v219.3\ijl15.dll    1  
Error    LNK2038    mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in MapleHook.obj    Client214    D:\Videogames\MapleStory\GMS\Source\214\v214-Auth-Hook-main\Client210\discord-rpc.lib(discord_rpc.obj)    1  
Error    LNK2038    mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MDd_DynamicDebug' in MapleHook.obj    Client214    D:\Videogames\MapleStory\GMS\Source\214\v214-Auth-Hook-main\Client210\discord-rpc.lib(discord_rpc.obj)    1  
Error    LNK2038    mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in MapleHook.obj    Client214    D:\Videogames\MapleStory\GMS\Source\214\v214-Auth-Hook-main\Client210\discord-rpc.lib(discord_register_win.obj)    1  
Error    LNK2038    mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MDd_DynamicDebug' in MapleHook.obj    Client214    D:\Videogames\MapleStory\GMS\Source\214\v214-Auth-Hook-main\Client210\discord-rpc.lib(discord_register_win.obj)    1  
Error    LNK2038    mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in MapleHook.obj    Client214    D:\Videogames\MapleStory\GMS\Source\214\v214-Auth-Hook-main\Client210\discord-rpc.lib(serialization.obj)    1  
Error    LNK2038    mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MDd_DynamicDebug' in MapleHook.obj    Client214    D:\Videogames\MapleStory\GMS\Source\214\v214-Auth-Hook-main\Client210\discord-rpc.lib(serialization.obj)    1  
Error    LNK2038    mismatch detected for '_ITERATOR_DEBUG_LEVEL': value '0' doesn't match value '2' in MapleHook.obj    Client214    D:\Videogames\MapleStory\GMS\Source\214\v214-Auth-Hook-main\Client210\discord-rpc.lib(rpc_connection.obj)    1  
Error    LNK2038    mismatch detected for 'RuntimeLibrary': value 'MT_StaticRelease' doesn't match value 'MDd_DynamicDebug' in MapleHook.obj    Client214    D:\Videogames\MapleStory\GMS\Source\214\v214-Auth-Hook-main\Client210\discord-rpc.lib(rpc_connection.obj)    1  
Error    LNK2019    unresolved external symbol __imp__PathGetArgsA@4 referenced in function "int __cdecl Hooks::CallNMFunction(int,unsigned char *,char,unsigned char * *,unsigned int &)" (?CallNMFunction@Hooks@@YAHHPAEDPAPAEAAI@Z)    Client214    D:\Videogames\MapleStory\GMS\Source\214\v214-Auth-Hook-main\Client210\NMCOHook.obj    1

I think you have to switch from Debug to Release before you run/compile
 
Newbie Spellweaver
Joined
Jun 28, 2018
Messages
10
Reaction score
1
How do I give myself GM/Admin Permissions?
Find the table "users" in your database, set accountType to 4.
1 is player, 2 is tester, 3 is superGM, 4 is admin. I think idk
 
Newbie Spellweaver
Joined
Apr 24, 2023
Messages
6
Reaction score
2
Last v214 thread was a copy / paste from my v206 with messy links.

This is based on the v206 that I am aware of. Credits go to all who worked on it and credits will be left out for privacy.

Features of v214 over v206:
...
Do you know what these connections to the server are from? Or does anyone here know?
Code:
[INFO] Starting server.
[DEBUG] Logging Provider: org.jboss.logging.Log4jLoggerProvider
[INFO] Loaded Hibernate in 2587ms
[INFO] Took 396ms to load from itemOptions.dat
[INFO] Took 11ms to load from startingItems.dat
[INFO] Took 89ms to load from itemSets.dat
[INFO] Took 1ms to load from eliteMobSkills.dat
[INFO] Took 0ms to load using loadFamiliarSkills
[INFO] Loaded item strings from data file in 859ms.
[INFO] Loaded skill strings from data file in 211ms.
[INFO] Loaded mob strings from data file in 124ms.
[INFO] Loaded npc strings from data file in 131ms.
[INFO] Loaded item strings from data file in 180ms.
[INFO] Loaded quest strings from data file in 225ms.
[INFO] Loaded world map fields from data file in 44ms.
[INFO] Initialized 288 handlers in 35ms.
[INFO] Loaded 8755 skills from data files in 337ms.
[INFO] Loaded Custom NPCs in 11ms
[INFO] Loaded Dressing Room in 6782ms.
[INFO] Loaded Style Room in 24ms.
[INFO] Started Field-Update task.
[INFO] Loaded VCore in 174ms
[INFO] Loaded CashShop in 59ms
[INFO] API listening on port 8483
[INFO] Loaded MonsterCollectionData in 12ms.
[INFO] Finished loading server in 12332ms
[INFO] Starting python script engine.
[INFO] Channel Scania-1 listening on port 8485
[INFO] Channel Scania-2 listening on port 8486
[INFO] Channel Bera-1 listening on port 8585
[INFO] Channel Aurora-2 listening on port 10186
[INFO] Channel Aurora-1 listening on port 10185
[INFO] Channel Bera-2 listening on port 8586
[INFO] Channel Elysium-2 listening on port 10286
[INFO] Channel Elysium-1 listening on port 10285
[INFO] Channel Reboot-1 listening on port 12985
[INFO] Channel Reboot-2 listening on port 12986
[DEBUG] [PacketEncoder] | Plain sending CHECK_PASSWORD_RESULT, 0/0x0    | D6 00 01 00 31 2D 3E 04 58 30 7B A0 13 08 00
[ERROR] [PacketDecoder] | Incorrect packet seq! Dropping client 185.122.204.38.
[ERROR] [PacketDecoder] | Incorrect packet seq! Dropping client 185.122.204.38.
[ERROR] [PacketDecoder] | Incorrect packet seq! Dropping client 185.122.204.38.
[ERROR] [PacketDecoder] | Incorrect packet seq! Dropping client 185.122.204.38.
[ERROR] [PacketDecoder] | Incorrect packet seq! Dropping client 185.122.204.38.
[ERROR] [PacketDecoder] | Incorrect packet seq! Dropping client 185.122.204.38.
[ERROR] [PacketDecoder] | Incorrect packet seq! Dropping client 185.122.204.38.
[ERROR] [PacketDecoder] | Incorrect packet seq! Dropping client 185.122.204.38.
[ERROR] [PacketDecoder] | Incorrect packet seq! Dropping client 185.122.204.38.
[ERROR] [PacketDecoder] | Incorrect packet seq! Dropping client 185.122.204.38.
[ERROR] [PacketDecoder] | Incorrect packet seq! Dropping client 185.122.204.38.
[DEBUG] [ChannelHandler] | Channel inactive.

Specifically everything after the normal boot log messages. I started it fresh and never tried connecting or anything. I keep getting this random client 185.122.204.38?

EDIT:
Also I restarted and got this as well:
Code:
[DEBUG] [PacketEncoder] | Plain sending CHECK_PASSWORD_RESULT, 0/0x0    | D6 00 01 00 31 52 30 19 73 46 72 1E 52 08 00
[DEBUG] Client forcibly closed the game.
[DEBUG] [ChannelHandler] | Channel inactive.
[DEBUG] [PacketEncoder] | Plain sending CHECK_PASSWORD_RESULT, 0/0x0    | D6 00 01 00 31 52 30 19 73 46 72 1E 52 08 00
[DEBUG] Client forcibly closed the game.
[DEBUG] [ChannelHandler] | Channel inactive.

Does anyone else get random CHECK_PASSWORD_RESULTs?
 
Last edited:
Initiate Mage
Joined
Apr 8, 2020
Messages
2
Reaction score
0
Edit: Got it working


I'm curious, what ports do I need to have forwarded exactly?
Also curious if anyone else is having issues with the GM skills. (max skills doesnt work on them and manually assigning sp doesnt work either.)
How did you solve it ?
advise me please
 
Initiate Mage
Joined
Jun 11, 2023
Messages
4
Reaction score
0
Last v214 thread was a copy / paste from my v206 with messy links.

This is based on the v206 that I am aware of. Credits go to all who worked on it and credits will be left out for privacy.

Features of v214 over v206:
Adele added and fully functional
HoYoung added and fully functional (one skill *might* error 38, can't remember)
Guild partially works (Revamp broke this)
Cash Shop doesn't work (Revamp broke this)

Download v214 Server Source: (different than other v214 thread)

Download Client from Mega:

If you wish to Download a client from Steam using Depot Downloader, download Depot Downloader -> Extract files to folder -> right-click file explorer and click "Open in Terminal", then paste code below (after modifying username and pass to yours with MapleStory in your Steam library)
PHP:
dotnet DepotDownloader.dll -app 216150 -depot 216151 -manifest 976750626611673486 -username replace_with_username -password replace_with_password
Download BlackCipher:

Auth Hook & Launcher Links:
Github:
Github:

Features of AuthHook:
CRC Bypass for v214
Disabled UI Transparency when hit by mob
Chat Spam bypass allowing simultaneous chat
Drop Cash Items
Type your PIC at login screen (You can type any pic, it's a bypass, real PIC is needed for deleting characters)

Auth Hook:
Like v206 Auth Hook guide, modify global.h 127.0.0.1 to something else if you would like to change IP of server for client connecting.
Compile and rename the new .dll to v214.dll to match Launcher's form1.cs name if needed.
Place new v214.dll in maplestory v214 client folder.

Launcher:
Like v206 Launcher guide, modify client.cs server ip address for connecting / registering accounts..
Modify form1.cs v214.dll if you change the name of the dll from Auth Hook compiling.
place new v214.exe client in maplestory v214 client folder.


View attachment 234773

View attachment 234774
can you explain how to compile the launcher and auth?
Last v214 thread was a copy / paste from my v206 with messy links.

This is based on the v206 that I am aware of. Credits go to all who worked on it and credits will be left out for privacy.

Features of v214 over v206:
Adele added and fully functional
HoYoung added and fully functional (one skill *might* error 38, can't remember)
Guild partially works (Revamp broke this)
Cash Shop doesn't work (Revamp broke this)

Download v214 Server Source: (different than other v214 thread)

Download Client from Mega:

If you wish to Download a client from Steam using Depot Downloader, download Depot Downloader -> Extract files to folder -> right-click file explorer and click "Open in Terminal", then paste code below (after modifying username and pass to yours with MapleStory in your Steam library)
PHP:
dotnet DepotDownloader.dll -app 216150 -depot 216151 -manifest 976750626611673486 -username replace_with_username -password replace_with_password
Download BlackCipher:

Auth Hook & Launcher Links:
Github:
Github:

Features of AuthHook:
CRC Bypass for v214
Disabled UI Transparency when hit by mob
Chat Spam bypass allowing simultaneous chat
Drop Cash Items
Type your PIC at login screen (You can type any pic, it's a bypass, real PIC is needed for deleting characters)

Auth Hook:
Like v206 Auth Hook guide, modify global.h 127.0.0.1 to something else if you would like to change IP of server for client connecting.
Compile and rename the new .dll to v214.dll to match Launcher's form1.cs name if needed.
Place new v214.dll in maplestory v214 client folder.

Launcher:
Like v206 Launcher guide, modify client.cs server ip address for connecting / registering accounts..
Modify form1.cs v214.dll if you change the name of the dll from Auth Hook compiling.
place new v214.exe client in maplestory v214 client folder.


View attachment 234773

View attachment 234774
can someone please explain how to compile auth and launcher?
 
Initiate Mage
Joined
Jun 14, 2023
Messages
3
Reaction score
1
can you explain how to compile the launcher and auth?

can someone please explain how to compile auth and launcher?
1. Download and install Microsoft Visual Studio.
2. Download AuthHook and Launcher files.
3. Double click solution files (.sln) and open using Microsoft Visual Studio.
4. Change solution configuration from 'Debug' to 'Release'.
5. Build.
 
Initiate Mage
Joined
Jun 11, 2023
Messages
4
Reaction score
0
1. Download and install Microsoft Visual Studio.
2. Download AuthHook and Launcher files.
3. Double click solution files (.sln) and open using Microsoft Visual Studio.
4. Change solution configuration from 'Debug' to 'Release'.
5. Build.?
mind helping me out on discord for a min? Develeek#0344
 
Newbie Spellweaver
Joined
Jun 1, 2011
Messages
57
Reaction score
2
I keep getting "Error code: 6" when trying to login on the launcher. I compiled the dll, renamed it and everything. Any help?

-Update: Maybe its cause the dll compiles as 32bit and the Maplestory.exe is running at 64bit?
 
Last edited:
Initiate Mage
Joined
Jun 14, 2023
Messages
3
Reaction score
1
mind helping me out on discord for a min? Develeek#0344
Try to watch YouTube videos on how to build a solution first, You SHOULD get the idea after that.
1686805195636 - Java [v214] Swordie Source - RaGEZONE Forums

I keep getting "Error code: 6" when trying to login on the launcher. I compiled the dll, renamed it and everything. Any help?

-Update: Maybe its cause the dll compiles as 32bit and the Maplestory.exe is running at 64bit?
I also got the same problem. If I'm not wrong, check the Launcher solution file. The .dll name must be the same with the one declared in Form1.cs at line 34. In my case the .dll name was set to "v214_local.dll", so either I change the name here or I change the name of the AuthHook build .dll.
1686805223895 - Java [v214] Swordie Source - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jun 1, 2011
Messages
57
Reaction score
2
I also got the same problem. If I'm not wrong, check the Launcher solution file. The .dll name must be the same with the one declared in Form1.cs at line 34. In my case the .dll name was set to "v214_local.dll", so either I change the name here or I change the name of the AuthHook build .dll.
View attachment 237159

I already did that part, the name I gave it on the source after I compiled is the same as the filename. That's why I'm so confused why it's still giving me that error.

--UPDATE--

Fixed the issue by compiling the launcher as a 64bit application!!
Screenshot_4 - Java [v214] Swordie Source - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Last edited:
Initiate Mage
Joined
Jun 11, 2023
Messages
4
Reaction score
0
I already did that part, the name I gave it on the source after I compiled is the same as the filename. That's why I'm so confused why it's still giving me that error.

--UPDATE--

Fixed the issue by compiling the launcher as a 64bit application!! View attachment 237161
does it shows u all servers full and cant create account too?
 
Back
Top