1. Hello!

    First of all, welcome to MapleLegends! You are currently viewing the forums as a guest, so you can only view the first post of every topic. We highly recommend registering so you can be part of our community.

    By registering to our forums you can introduce yourself and make your first friends, talk in the shoutbox, contribute, and much more!

    This process only takes a few minutes and you can always decide to lurk even after!

    - MapleLegends Administration-
  2. Experiencing disconnecting after inserting your login info? Make sure you are on the latest MapleLegends version. The current latest version is found by clicking here.
    Dismiss Notice

Guide for Windows 2019 Halloween Patch Technical Issues Guide + Configurations

Discussion in 'Technical Issues' started by Duckys, Nov 4, 2019.

Thread Status:
Not open for further replies.
  1. Duckys
    Offline

    Duckys Nightshadow Retired Staff

    625
    34
    340
    Feb 27, 2019
    10:19 PM
    Duckys
    Bishop
    Hi Legends,

    This post's intention is to compile all known issues you may run into while running the MapleLegends client and how you might fix said issues.
    This post will also guide you through the available configurations of the MapleLegends client and how to change them.

    Execution issues:
    Problem:
    The application was unable to start correctly (0xc0000906). Click OK to close the application.
    or
    The code execution cannot proceed because ijl15.dll was not found. Reinstalling the game may fix this problem.

    Resolution:
    Your antivirus is blocking execution. Make an exception for the MapleLegends install folder. A guide for that can be found here:
    https://forum.maplelegends.com/inde...s-defender-microsoft-security-essential.6688/

    If ijl15.dll is still not found, please download the file mentioned a little further down this post.

    Problem:
    Cannot find 'MSVCP140.dll'. Please, re-install this application.

    Resolution:
    Download Microsoft Visual C++ Redistributable from this link:
    https://www.microsoft.com/en-us/download/details.aspx?id=48145

    MAKE SURE YOU GET 'vc_redist.x86.exe' NOT vc_redist.x64.exe

    In-game issues:
    Problem:
    Clicking the 'Login' button in game causes the client to freeze.

    Resolution:
    Your files are outdated. Please uninstall and reinstall the latest version from the latest MapleLegends installer.

    Problem:
    Camera looks weird in normal (non-widescreen) mode.

    Resolution:
    Download ijl15.dll from this link:
    https://cdn.discordapp.com/attachments/221981749045886987/640664696315314187/ijl15.dll

    Problems:
    Failed in finding proper screen mode for Gr2D.
    Seems to be an AMD related issue. Try using the guide linked here for a fix:
    https://cdn.discordapp.com/attachme...Custom_Resolution_Utility_to_add_1366x768.pdf

    __________________________________________________________

    The MapleLegends game client can also be configured through a file called 'Legends.ini' found in your MapleLegends installation directory. This file can be modified to change certain attributes of the client.

    The default file looks something like this:
    Code:
    ;MapleLegends - Old School MapleStory Configuration Menu (https://maplelegends.com/)
    ;Version 1.0 (02/11/2019)
    ;true = enabled | false = disabled
    
    [RESOLUTION]
    ; This sets your game resolution to 1366x768
    ; Put on false if you prefer nostalgic 800x600 resolution
    HDClient = true
    
    [MODS]
    ; Run client in windowed mode
    ; Put on false if you prefer starting in full-screen mode
    ; In-game you can also press ALT + ENTER to toggle
    Windowed = true
    
    ; This skips the starting logos and sends you straight to login
    SkipWizetAnim = true
    
    [COMPATIBILITY]
    ; This will force the game to run on DirectX 9
    ; Mostly used for AMD users who's running Windows 8+, where DirectX 8 support has been discontinued.
    ; Do not enable this if your game is running fine.
    D3D9 = false
    
    ;--------------------------------------
    ; Run into a problem running the game?
    ; Discord: https://discord.gg/maplelegends
    ; Forums: https://forum.maplelegends.com/
    
    
    By default, these settings will do three things:
    
    Start your game in HD widescreen mode,
    Start your game in windowed mode,
    Skip the starting logos and bring you to the Login screen,
    and run on DirectX 8.
    
    Changing the line [CODE]HDClient = true
    to
    Code:
    HDClient = false
    will set your game back to the old 800x600 resolution rather than 1366x768 (HD).

    Changing the line
    Code:
    Windowed = true
    to
    Code:
    Windowed = false
    will cause your game to start in full screened mode.

    Changing the line
    Code:
    SkipWizetAnim = true
    to
    Code:
    SkipWizetAnim = false
    will let you see the normal logo animations before the Login screen.

    Changing the line
    Code:
    D3D9 = false
    to
    Code:
    D3D9 = true
    will force the game to run in DirectX 9 mode.
     
    • Like Like x 3
    • Great Work Great Work x 2
Thread Status:
Not open for further replies.

Share This Page