Jump to content

shohen

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by shohen

  1. On 3/31/2022 at 3:35 AM, bosswesker said:

    hola buenas tengo un problema e seguido toda la guía pero me tira este error 

    rro.png

    Probaría con modificar "serv.bat". Es probable que rAthena todavía no haya codificado bien el arranque.
    El problema surge porque despues de :RESTART_NT arranca directamente el :START_RA, y no mira si el RESTART ha arrancado correctamente con :EXIT1. Esencialmente, hay que poner :EXIT1 entre :RESTART_NT & :START_RA

    Solución:

    Spoiler

    REM Windows 2000, XP, Vista, 7
    :RESTART_NT
    REM There is no CHOICE in 2000 and XP, but you get asked whether to
    REM abort the batch file, when pressing Ctrl+C in PING.
    IF "%1"=="mapcache.exe" GOTO END
    if "%restart_mode%" == "off" GOTO END
    ECHO Restarting in 15 seconds, press Ctrl+C to cancel.
    PING -n 15 127.0.0.1 > NUL

    :EXIT1
    ECHO %2 has terminated abnormally.
    GOTO RESTART_NT

    :START_RA
    %1
    ECHO.
    REM Return value 1 is EXIT_FAILURE
    IF ERRORLEVEL 1 GOTO EXIT1
    REM Return value is not 0 the process has crashed
    IF NOT ERRORLEVEL 0 GOTO CRASHED
    REM Return value 0 is EXIT_SUCCESS
    ECHO %2 has shutdown successfully.
    GOTO RESTART_NT

     

    On 5/28/2022 at 2:12 AM, techi said:

    image.thumb.png.a3d3d9ea20288495176e861cf270c55d.pngerror

     

    On 5/28/2022 at 2:14 AM, techi said:

    image.thumb.png.a69c3d85bcb921efb93abdfc2ec7829a.png

    Sí, adicionalmente, si no quieres recibir esas alertas, puedes desmarcar "Keep asking me this question"

  2. On 3/15/2022 at 4:03 AM, pardo23 said:

    Hola, estoy empezando en esto y se me generó el siguiente problema.

    1. al cargar main.sql y logs.sql en heidi, me salen algunos errores, pero al actualizar igual están ahí las tablas.

    2. al ejecutar el emulador me dice que no puede conectar.

    Creo que el problema está que las tablas se me cargan mal, pero no sé por qué.

    Favor su ayuda.

    123.JPG

    No estas conectado a SQL. El error es porque no puede leer los credenciales de root.

     

    On 3/25/2022 at 3:39 AM, agonzio said:

    Hola! Para empezar, muy buena guia! Recuerdo haberla usado antes y montar un pequeño servidor para jugar con unos amigos (en dos oportunidades distintas) y funcionaba todo perfecto, ahora volvi a intentar hacerlo y encontre un par de problemas que no habian antes.
    El primero y mas raro es que mi aspd esta en 0, aun habiendo comentado // en todo lo renewal de renewal.hpp. De igual forma, cuando llego a tener 1500 aspd aprox (como GM obvio) el aspd se "normaliza".
    Y lo segundo es que aun teniendolo offline hay un delay de poco mas de un segundo entre que impactas a un monstruo y que se refleje en su barra de hp y comportamiento.
    No tengo errores ni advertencias en map, login, o char servers por lo que me tiene un poco perplejo. Solo pasa a la hora de golpear un enemigo, tanto el movimiento como el inventario y la carga de mapas funciona fluido.

    Aclaro que comence de 0 otra vez sin modificar mas de lo que decia la guia para evitar problemas y ver si era algo que hubiera hecho mal.

    No estoy seguro si se trata de dos problemas distintos o el mismo problema esta generando ambos "sintomas". Si alguien tiene alguna idea de que podria ser, o porque podria ser, les estaria agradecido de que me lo hicieran saber.

    Es probable que tengas una versión más actualizada de rAthena, en la que te puede estar dando estos problemas.

  3. [SOLVED]

    I would suggest to update the github installation steps for windows systems.

    Started with a fresh Visual Studio Community 2022 intallation.

    Proceded with the package installation and downloaded "Universal Windows Platform development" & "Desktop development with C++"

    Proceded to run with Visual Studio Community 2022 the file "rAthena.sln", then in the solution configuration, I changed Debug to Release and x64 to Win32. 

    Finally, I went to the solution explorer and right clicked on "rAthena solution", to then choose the Compile solution. 

    That did it. ?

     

  4. IANAL;
    Regardless on who is at fault. Intellectual theft is stealing or using without permission someone else's intellectual property.

    Intellectual property is any creative or commercial innovation, any new method that has economic value, or any distinctive mark which might include a name, symbol, or logo that's used in commercial practices. This type of property includes ideas and property protected by trade secret laws, trademarks, patents, or copyrights. Client lists, mechanical inventions, poems, logos, and other items can be covered under intellectual property. 

    In order to qualify as theft, intellectual property typically has to be used without the consent of the owner. If your intellectual property is used without your permission or is stolen, there are a few paths that you can go down.

    First is to ask the person who is using your intellectual property without permission to stop using your intellectual property. It's possible that the person committed intellectual theft without intending to do so. If this is the case, the person will likely stop using your intellectual property or agree to pay you for your intellectual property. If asking the person who committed intellectual theft to stop doesn't work, you may have to resort to legal action.

    I would strongly advise to contact a lawyer in the matter.

     

    On 9/18/2022 at 11:13 PM, Seventh said:

    All I can say is... people fighting over piracy when you all in-fact are pirating Gravity's work, lol.

    It's nothing but a sea of thieves and there's no honor you can cry about, deal with it.

    Good point! lol
     

  5. ----Using ---
    Edition    Windows 10 Home
    Version    21H2
    Installed on    ‎21/‎03/‎2021
    OS build    19044.2130
    Experience    Windows Feature Experience Pack 120.2212.4180.0

    Downloaded rathena from: https://github.com/rathena/rathena
    Downloaded and followed the install instructions for Windows: https://github.com/rathena/rathena/wiki/Install-on-Windows and additionally, followed this guide by @annacondaqq.

    -- Error encounter ---
    Used two different methods. 1st tried using the Visual studio community compiler (2017 & 2022), 2nd tried using the Visual studio build tools 2022 & 2.1. Visual studio build tools 2017.

    1. Visual Studio community compiler - 2017 & 2022 (They both render the same error and both used practically the same Build process)

    Compiled the solution and received the following error:

    Spoiler

           "D:\Archivos de Programa\Games\rathena\rAthena.sln" (default target) (1) ->
           "D:\Archivos de Programa\Games\rathena\src\common\common.vcxproj.metaproj" (default target) (2) ->
           "D:\Archivos de Programa\Games\rathena\3rdparty\rapidyaml\ryml.vcxproj" (default target) (13) ->
           (_CheckWindowsSDKInstalled target) ->
             C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\Common7\IDE\VC\VCTargets\Microsoft.Cpp.WindowsS
           DK.targets(46,5): error MSB8036: The Windows SDK version 10.0 was not found. Install the required version of Win
           dows SDK or change the SDK version in the project property pages or by right-clicking the solution and selecting
            "Retarget solution". [D:\Archivos de Programa\Games\rathena\3rdparty\rapidyaml\ryml.vcxproj]

    Then proceeded to change the SDK version as follows: https://stackoverflow.com/questions/68161684/control-windows-sdk-version-from-msbuild-command-line
    Made sure I was using the correct Platform Toolset "v141" & that the SKD was 10.0 (I tried the following versions: 10.0.10240.0; 10.0.10586.0; 10.0.15063.0; 10.0.16299.0; 10.0.17134.0; 10.0.17763.0; 10.0.18362.0; 10.0.19041.0; 10.0.20348.0)

    Also checked the location of "ryml.vcxproj", but to no avail.
    Having runned out of ideas, I proceeded to try MSBUILD


    2. Visual Studio Build tools (2022)
    Encounter the Error while using:

    MSBuild <path_to_rAthena.sln> /p:PlatformToolset=v141
    
    &&
    
    MSBuild <path_to_rAthena.sln> /p:PlatformToolset=v141 /m

    Result:

    Spoiler

    D:\Archivos de Programa\Games\rathena>MSBUILD "rAthena.sln" /p:PlatformToolset=v141 /m
    MSBuild version 17.3.1+2badb37d1 for .NET Framework
    Build started 20/10/2022 12:53:00.
         1>Project "D:\Archivos de Programa\Games\rathena\rAthena.sln" on node 1 (default targets).
         1>ValidateSolutionConfiguration:
             Building solution configuration "Debug|Win32".
         1>Project "D:\Archivos de Programa\Games\rathena\rAthena.sln" (1) is building "D:\Archivos de Programa\Games\rathe
           na\src\common\common.vcxproj.metaproj" (2) on node 1 (default targets).
         2>Project "D:\Archivos de Programa\Games\rathena\src\common\common.vcxproj.metaproj" (2) is building "D:\Archivos
           de Programa\Games\rathena\3rdparty\libconfig\libconfig.vcxproj" (12) on node 2 (default targets).
        12>InitializeBuildStatus:
             Creating "D:\Archivos de Programa\Games\rathena\.vs\build\libconfig\Win32\Debug\libconfig.tlog\unsuccessfulbui
             ld" because "AlwaysCreate" was specified.
         2>Project "D:\Archivos de Programa\Games\rathena\src\common\common.vcxproj.metaproj" (2) is building "D:\Archivos
           de Programa\Games\rathena\3rdparty\rapidyaml\ryml.vcxproj" (13) on node 3 (default targets).
        13>C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\Common7\IDE\VC\VCTargets\Microsoft.Cpp.WindowsSDK
           .targets(46,5): error MSB8036: The Windows SDK version 10.0 was not found. Install the required version of Windo
           ws SDK or change the SDK version in the project property pages or by right-clicking the solution and selecting "
           Retarget solution". [D:\Archivos de Programa\Games\rathena\3rdparty\rapidyaml\ryml.vcxproj]
        13>Done Building Project "D:\Archivos de Programa\Games\rathena\3rdparty\rapidyaml\ryml.vcxproj" (default targets)
           -- FAILED.
        12>ClCompile:
             All outputs are up-to-date.
           Lib:
             All outputs are up-to-date.
             libconfig.vcxproj -> D:\Archivos de Programa\Games\rathena\.vs\build\libconfig.lib
           CopyFilesToOutputDirectory:
             Copying file from "D:\Archivos de Programa\Games\rathena\.vs\build\libconfig\Win32\Debug\libconfig.pdb" to "D:
             \Archivos de Programa\Games\rathena\.vs\build\libconfig.pdb".
         1>Project "D:\Archivos de Programa\Games\rathena\rAthena.sln" (1) is building "D:\Archivos de Programa\Games\rathe
           na\src\tool\mapcache.vcxproj.metaproj" (7) on node 1 (default targets).
         7>Project "D:\Archivos de Programa\Games\rathena\src\tool\mapcache.vcxproj.metaproj" (7) is building "D:\Archivos
           de Programa\Games\rathena\src\common\common-minicore.vcxproj" (14) on node 4 (default targets).
        14>InitializeBuildStatus:
             Creating "D:\Archivos de Programa\Games\rathena\.vs\build\common-minicore\Win32\Debug\common-minicore.tlog\uns
             uccessfulbuild" because "AlwaysCreate" was specified.
        12>FinalizeBuildStatus:
             Deleting file "D:\Archivos de Programa\Games\rathena\.vs\build\libconfig\Win32\Debug\libconfig.tlog\unsuccessf
             ulbuild".
             Touching "D:\Archivos de Programa\Games\rathena\.vs\build\libconfig\Win32\Debug\libconfig.tlog\libconfig.lastb
             uildstate".
        12>Done Building Project "D:\Archivos de Programa\Games\rathena\3rdparty\libconfig\libconfig.vcxproj" (default targ
           ets).
         2>Done Building Project "D:\Archivos de Programa\Games\rathena\src\common\common.vcxproj.metaproj" (default target
           s) -- FAILED.
        14>ClCompile:
             All outputs are up-to-date.
         1>Project "D:\Archivos de Programa\Games\rathena\rAthena.sln" (1) is building "D:\Archivos de Programa\Games\rathe
           na\src\tool\csv2yaml.vcxproj.metaproj" (8) on node 1 (default targets).
         8>Project "D:\Archivos de Programa\Games\rathena\src\tool\csv2yaml.vcxproj.metaproj" (8) is building "D:\Archivos
           de Programa\Games\rathena\3rdparty\yaml-cpp\yaml-cpp.vcxproj" (15) on node 5 (default targets).
        15>InitializeBuildStatus:
             Creating "D:\Archivos de Programa\Games\rathena\.vs\build\yaml-cpp\Win32\Debug\yaml-cpp.tlog\unsuccessfulbuild
             " because "AlwaysCreate" was specified.
        14>Lib:
             All outputs are up-to-date.
             common-minicore.vcxproj -> D:\Archivos de Programa\Games\rathena\.vs\build\common-minicore.lib
           CopyFilesToOutputDirectory:
             Copying file from "D:\Archivos de Programa\Games\rathena\.vs\build\common-minicore\Win32\Debug\common-minicore
             .pdb" to "D:\Archivos de Programa\Games\rathena\.vs\build\common-minicore.pdb".
           FinalizeBuildStatus:
             Deleting file "D:\Archivos de Programa\Games\rathena\.vs\build\common-minicore\Win32\Debug\common-minicore.tlo
             g\unsuccessfulbuild".
             Touching "D:\Archivos de Programa\Games\rathena\.vs\build\common-minicore\Win32\Debug\common-minicore.tlog\com
             mon-minicore.lastbuildstate".
        14>Done Building Project "D:\Archivos de Programa\Games\rathena\src\common\common-minicore.vcxproj" (default target
           s).
        15>ClCompile:
             All outputs are up-to-date.
           Lib:
             All outputs are up-to-date.
             yaml-cpp.vcxproj -> D:\Archivos de Programa\Games\rathena\.vs\build\yaml-cpp.lib
           CopyFilesToOutputDirectory:
             Copying file from "D:\Archivos de Programa\Games\rathena\.vs\build\yaml-cpp\Win32\Debug\yaml-cpp.pdb" to "D:\A
             rchivos de Programa\Games\rathena\.vs\build\yaml-cpp.pdb".
           FinalizeBuildStatus:
             Deleting file "D:\Archivos de Programa\Games\rathena\.vs\build\yaml-cpp\Win32\Debug\yaml-cpp.tlog\unsuccessful
             build".
             Touching "D:\Archivos de Programa\Games\rathena\.vs\build\yaml-cpp\Win32\Debug\yaml-cpp.tlog\yaml-cpp.lastbuil
             dstate".
        15>Done Building Project "D:\Archivos de Programa\Games\rathena\3rdparty\yaml-cpp\yaml-cpp.vcxproj" (default target
           s).
         8>Done Building Project "D:\Archivos de Programa\Games\rathena\src\tool\csv2yaml.vcxproj.metaproj" (default target
           s) -- FAILED.
         7>Project "D:\Archivos de Programa\Games\rathena\src\tool\mapcache.vcxproj.metaproj" (7) is building "D:\Archivos
           de Programa\Games\rathena\src\tool\mapcache.vcxproj" (16) on node 1 (default targets).
        16>InitializeBuildStatus:
             Creating "D:\Archivos de Programa\Games\rathena\.vs\build\mapcache\Win32\Debug\mapcache.tlog\unsuccessfulbuild
             " because "AlwaysCreate" was specified.
           ClCompile:
             All outputs are up-to-date.
           Link:
             All outputs are up-to-date.
             mapcache.vcxproj -> D:\Archivos de Programa\Games\rathena\mapcache.exe
           FinalizeBuildStatus:
             Deleting file "D:\Archivos de Programa\Games\rathena\.vs\build\mapcache\Win32\Debug\mapcache.tlog\unsuccessful
             build".
             Touching "D:\Archivos de Programa\Games\rathena\.vs\build\mapcache\Win32\Debug\mapcache.tlog\mapcache.lastbuil
             dstate".
        16>Done Building Project "D:\Archivos de Programa\Games\rathena\src\tool\mapcache.vcxproj" (default targets).
         7>Done Building Project "D:\Archivos de Programa\Games\rathena\src\tool\mapcache.vcxproj.metaproj" (default target
           s).
         1>Done Building Project "D:\Archivos de Programa\Games\rathena\rAthena.sln" (default targets) -- FAILED.

    Build FAILED.

           "D:\Archivos de Programa\Games\rathena\rAthena.sln" (default target) (1) ->
           "D:\Archivos de Programa\Games\rathena\src\common\common.vcxproj.metaproj" (default target) (2) ->
           "D:\Archivos de Programa\Games\rathena\3rdparty\rapidyaml\ryml.vcxproj" (default target) (13) ->
           (_CheckWindowsSDKInstalled target) ->
             C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\Common7\IDE\VC\VCTargets\Microsoft.Cpp.WindowsS
           DK.targets(46,5): error MSB8036: The Windows SDK version 10.0 was not found. Install the required version of Win
           dows SDK or change the SDK version in the project property pages or by right-clicking the solution and selecting
            "Retarget solution". [D:\Archivos de Programa\Games\rathena\3rdparty\rapidyaml\ryml.vcxproj]

        0 Warning(s)
        1 Error(s)

    Time Elapsed 00:00:04.10


    2.1  Visual Studio Build tools (2017)

    First I tried the same procedure, but encountered the same result. Therefore, I googled and found different solutions that did not work. This are the following solution links that I found relevant:
    1. Wanted to make sure that the SKD/s where properly installed, therefore I checked this link: https://stackoverflow.com/questions/50590700/how-do-i-install-windows-10-sdk-for-use-with-visual-studio-2017
    2. Checked why the SKD 10.0 was not found: https://stackoverflow.com/questions/68720536/msbuild-the-windows-sdk-version-10-0-19041-0-was-not-found-even-though-its-in and tried the suggested solution by running "vcvarsall.bat"
    3. Then tried modifying the "UAP.props" file like mentioned in: https://developercommunity.visualstudio.com/t/msb8036-the-windows-sdk-version-100183620-was-not/761788#T-N896486
    None worked. However I can show the 2nd process on how I did it, that seemed to get me closer to the solution:

    Runned BuildTools-2017:

    cd C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build

    Then runned "vcvarsall.bat"

    C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build>vcvarsall.bat
    [ERROR:vcvarsall.bat] Error in script usage. The correct usage is:
    Syntax:
        vcvarsall.bat [arch] [platform_type] [winsdk_version] [-vcvars_ver=vc_version] [-vcvars_spectre_libs=spectre_mode]
    where :
        [arch]: x86 | amd64 | x86_amd64 | x86_arm | x86_arm64 | amd64_x86 | amd64_arm | amd64_arm64
        [platform_type]: {empty} | store | uwp
        [winsdk_version] : full Windows 10 SDK number (e.g. 10.0.10240.0) or "8.1" to use the Windows 8.1 SDK.
        [vc_version] : {none} for default VS 2017 VC++ compiler toolset |
                       "14.0" for VC++ 2015 Compiler Toolset |
                       "14.1x" for the latest 14.1x.yyyyy toolset installed (e.g. "14.11") |
                       "14.1x.yyyyy" for a specific full version number (e.g. 14.11.25503)
        [spectre_mode] : {none} for default VS 2017 libraries without spectre mitigations |
                         "spectre" for VS 2017 libraries with spectre mitigations
    
    The store parameter sets environment variables to support Universal Windows Platform application
    development and is an alias for 'uwp'.
    
    For example:
        vcvarsall.bat x86_amd64
        vcvarsall.bat x86_amd64 10.0.10240.0
        vcvarsall.bat x86_arm uwp 10.0.10240.0
        vcvarsall.bat x86_arm onecore 10.0.10240.0 -vcvars_ver=14.0
        vcvarsall.bat x64 8.1
        vcvarsall.bat x64 store 8.1
    
    Please make sure either Visual Studio or C++ Build SKU is installed.

    From what I understood I'd need to specify the arch & winsdk_version: (Note: I've tried running the following SDK versions > 10.0.10240.0; 10.0.10586.0; 10.0.15063.0; 10.0.16299.0; 10.0.17134.0; 10.0.17763.0; 10.0.18362.0; 10.0.19041.0; 10.0.20348.0)
    In case it is relevant. I not only tried installing a version at a time, but also restarted the computer in once changed the SDK. Finally, out of desesperation, I installed all the mentioned SDKs and tried running each one of them with "vcvarsall.bat", one by one as follows.

    C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build>vcvarsall.bat x64 10.0.10240.0
    **********************************************************************
    ** Visual Studio 2017 Developer Command Prompt v15.0
    ** Copyright (c) 2017 Microsoft Corporation
    **********************************************************************
    [vcvarsall.bat] Environment initialized for: 'x64'

    Also tried using all the SDKs using: x86 & x86_amd64

    Lastly, and like mentioned in StackOverflow's solution. I runned: > set UseEnv=true (also tried the whole process using "True")
    Then went directly to the rAthena folder:

    cd D:\Archivos de Programa\Games\rathena

    Following MSBUILD:

    MSBuild <path_to_rAthena.sln> /p:PlatformToolset=v141
    
    &&
    
    MSBuild <path_to_rAthena.sln> /p:PlatformToolset=v141 /m

    Result:

    Spoiler

    D:\Archivos de Programa\Games\rathena>MSBUILD "rAthena.sln" /p:PlatformToolset=v141
    Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
    Copyright (C) Microsoft Corporation. All rights reserved.

    Building the projects in this solution one at a time. To enable parallel build, please add the "/m" switch.
    Build started 20/10/2022 13:38:41.
    Project "D:\Archivos de Programa\Games\rathena\rAthena.sln" on node 1 (default targets).
    ValidateSolutionConfiguration:
      Building solution configuration "Debug|x64".
    Project "D:\Archivos de Programa\Games\rathena\rAthena.sln" (1) is building "D:\Archivos de Programa\Games\rathena\src\
    common\common.vcxproj.metaproj" (2) on node 1 (default targets).
    Project "D:\Archivos de Programa\Games\rathena\src\common\common.vcxproj.metaproj" (2) is building "D:\Archivos de Prog
    rama\Games\rathena\3rdparty\libconfig\libconfig.vcxproj" (3) on node 1 (default targets).
    InitializeBuildStatus:
      Creating "D:\Archivos de Programa\Games\rathena\.vs\build\libconfig\x64\Debug\libconfig.tlog\unsuccessfulbuild" becau
      se "AlwaysCreate" was specified.
    ClCompile:
      All outputs are up-to-date.
    Lib:
      All outputs are up-to-date.
      libconfig.vcxproj -> D:\Archivos de Programa\Games\rathena\.vs\build\libconfig.lib
    CopyFilesToOutputDirectory:
      Copying file from "D:\Archivos de Programa\Games\rathena\.vs\build\libconfig\x64\Debug\libconfig.pdb" to "D:\Archivos
       de Programa\Games\rathena\.vs\build\libconfig.pdb".
    FinalizeBuildStatus:
      Deleting file "D:\Archivos de Programa\Games\rathena\.vs\build\libconfig\x64\Debug\libconfig.tlog\unsuccessfulbuild".
      Touching "D:\Archivos de Programa\Games\rathena\.vs\build\libconfig\x64\Debug\libconfig.tlog\libconfig.lastbuildstate
      ".
    Done Building Project "D:\Archivos de Programa\Games\rathena\3rdparty\libconfig\libconfig.vcxproj" (default targets).

    Project "D:\Archivos de Programa\Games\rathena\src\common\common.vcxproj.metaproj" (2) is building "D:\Archivos de Prog
    rama\Games\rathena\3rdparty\rapidyaml\ryml.vcxproj" (4) on node 1 (default targets).
    C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\Common7\IDE\VC\VCTargets\Microsoft.Cpp.WindowsSDK.target
    s(46,5): error MSB8036: The Windows SDK version 10.0 was not found. Install the required version of Windows SDK or chan
    ge the SDK version in the project property pages or by right-clicking the solution and selecting "Retarget solution". [
    D:\Archivos de Programa\Games\rathena\3rdparty\rapidyaml\ryml.vcxproj]
    Done Building Project "D:\Archivos de Programa\Games\rathena\3rdparty\rapidyaml\ryml.vcxproj" (default targets) -- FAIL
    ED.

    Done Building Project "D:\Archivos de Programa\Games\rathena\src\common\common.vcxproj.metaproj" (default targets) -- F
    AILED.

    Project "D:\Archivos de Programa\Games\rathena\rAthena.sln" (1) is building "D:\Archivos de Programa\Games\rathena\src\
    tool\mapcache.vcxproj.metaproj" (9) on node 1 (default targets).
    Project "D:\Archivos de Programa\Games\rathena\src\tool\mapcache.vcxproj.metaproj" (9) is building "D:\Archivos de Prog
    rama\Games\rathena\src\common\common-minicore.vcxproj" (10) on node 1 (default targets).
    InitializeBuildStatus:
      Creating "D:\Archivos de Programa\Games\rathena\.vs\build\common-minicore\x64\Debug\common-minicore.tlog\unsuccessful
      build" because "AlwaysCreate" was specified.
    ClCompile:
      All outputs are up-to-date.
    Lib:
      All outputs are up-to-date.
      common-minicore.vcxproj -> D:\Archivos de Programa\Games\rathena\.vs\build\common-minicore.lib
    CopyFilesToOutputDirectory:
      Copying file from "D:\Archivos de Programa\Games\rathena\.vs\build\common-minicore\x64\Debug\common-minicore.pdb" to
      "D:\Archivos de Programa\Games\rathena\.vs\build\common-minicore.pdb".
    FinalizeBuildStatus:
      Deleting file "D:\Archivos de Programa\Games\rathena\.vs\build\common-minicore\x64\Debug\common-minicore.tlog\unsucce
      ssfulbuild".
      Touching "D:\Archivos de Programa\Games\rathena\.vs\build\common-minicore\x64\Debug\common-minicore.tlog\common-minic
      ore.lastbuildstate".
    Done Building Project "D:\Archivos de Programa\Games\rathena\src\common\common-minicore.vcxproj" (default targets).

    Project "D:\Archivos de Programa\Games\rathena\src\tool\mapcache.vcxproj.metaproj" (9) is building "D:\Archivos de Prog
    rama\Games\rathena\src\tool\mapcache.vcxproj" (11) on node 1 (default targets).
    InitializeBuildStatus:
      Creating "D:\Archivos de Programa\Games\rathena\.vs\build\mapcache\x64\Debug\mapcache.tlog\unsuccessfulbuild" because
       "AlwaysCreate" was specified.
    ClCompile:
      All outputs are up-to-date.
    Link:
      All outputs are up-to-date.
      mapcache.vcxproj -> D:\Archivos de Programa\Games\rathena\mapcache.exe
    FinalizeBuildStatus:
      Deleting file "D:\Archivos de Programa\Games\rathena\.vs\build\mapcache\x64\Debug\mapcache.tlog\unsuccessfulbuild".
      Touching "D:\Archivos de Programa\Games\rathena\.vs\build\mapcache\x64\Debug\mapcache.tlog\mapcache.lastbuildstate".
    Done Building Project "D:\Archivos de Programa\Games\rathena\src\tool\mapcache.vcxproj" (default targets).

    Done Building Project "D:\Archivos de Programa\Games\rathena\src\tool\mapcache.vcxproj.metaproj" (default targets).

    Project "D:\Archivos de Programa\Games\rathena\rAthena.sln" (1) is building "D:\Archivos de Programa\Games\rathena\src\
    tool\csv2yaml.vcxproj.metaproj" (12) on node 1 (default targets).
    Project "D:\Archivos de Programa\Games\rathena\src\tool\csv2yaml.vcxproj.metaproj" (12) is building "D:\Archivos de Pro
    grama\Games\rathena\3rdparty\yaml-cpp\yaml-cpp.vcxproj" (13) on node 1 (default targets).
    InitializeBuildStatus:
      Creating "D:\Archivos de Programa\Games\rathena\.vs\build\yaml-cpp\x64\Debug\yaml-cpp.tlog\unsuccessfulbuild" because
       "AlwaysCreate" was specified.
    ClCompile:
      All outputs are up-to-date.
    Lib:
      All outputs are up-to-date.
      yaml-cpp.vcxproj -> D:\Archivos de Programa\Games\rathena\.vs\build\yaml-cpp.lib
    CopyFilesToOutputDirectory:
      Copying file from "D:\Archivos de Programa\Games\rathena\.vs\build\yaml-cpp\x64\Debug\yaml-cpp.pdb" to "D:\Archivos d
      e Programa\Games\rathena\.vs\build\yaml-cpp.pdb".
    FinalizeBuildStatus:
      Deleting file "D:\Archivos de Programa\Games\rathena\.vs\build\yaml-cpp\x64\Debug\yaml-cpp.tlog\unsuccessfulbuild".
      Touching "D:\Archivos de Programa\Games\rathena\.vs\build\yaml-cpp\x64\Debug\yaml-cpp.tlog\yaml-cpp.lastbuildstate".
    Done Building Project "D:\Archivos de Programa\Games\rathena\3rdparty\yaml-cpp\yaml-cpp.vcxproj" (default targets).

    Done Building Project "D:\Archivos de Programa\Games\rathena\src\tool\csv2yaml.vcxproj.metaproj" (default targets) -- F
    AILED.

    Done Building Project "D:\Archivos de Programa\Games\rathena\rAthena.sln" (default targets) -- FAILED.


    Build FAILED.

    "D:\Archivos de Programa\Games\rathena\rAthena.sln" (default target) (1) ->
    "D:\Archivos de Programa\Games\rathena\src\common\common.vcxproj.metaproj" (default target) (2) ->
    "D:\Archivos de Programa\Games\rathena\3rdparty\rapidyaml\ryml.vcxproj" (default target) (4) ->
    (_CheckWindowsSDKInstalled target) ->
      C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\Common7\IDE\VC\VCTargets\Microsoft.Cpp.WindowsSDK.targ
    ets(46,5): error MSB8036: The Windows SDK version 10.0 was not found. Install the required version of Windows SDK or ch
    ange the SDK version in the project property pages or by right-clicking the solution and selecting "Retarget solution".
     [D:\Archivos de Programa\Games\rathena\3rdparty\rapidyaml\ryml.vcxproj]

        0 Warning(s)
        1 Error(s)

    Time Elapsed 00:00:01.42

     
    Looking to hear possible solutions! Thank you for taking your time upon reading my problem.

×
×
  • Create New...