Jump to content

shohen

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by shohen

  1. Could you add the injustice card conf?
  2. 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: Sí Sí, adicionalmente, si no quieres recibir esas alertas, puedes desmarcar "Keep asking me this question"
  3. No estas conectado a SQL. El error es porque no puede leer los credenciales de root. Es probable que tengas una versión más actualizada de rAthena, en la que te puede estar dando estos problemas.
  4. [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. ?
  5. 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. Good point! lol
  6. ----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: 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: 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: Looking to hear possible solutions! Thank you for taking your time upon reading my problem.
×
×
  • Create New...