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!

[VS22] v18.3 (Custom + V21 Content)

Joined
Nov 9, 2006
Messages
55
Reaction score
0
Re: [VS22] v18.3

Actually, I really had some progress in the few hours I've tried to troubleshoot this thing

After fixing the config files, the only problem I have now is that after I open the binaries... it just runs and just closes

I would start debugging it but I don't have a few libraries the debugger needs such as d3dx9.lib;;

btw just in case anyone's curious about what I did, here's a copy of the Certifier.ini

Account "192.168.1.10" // String, lpConnection (of database)

DB_ADMIN_ID_LOGIN "sa"
DSN_NAME_LOGIN "login"
DB_PWD_LOGIN "abcd1234" // String

//LIMIT nLimitation // number, Set Limitation
//WebCertURL "" // String, Web Certifier URL for Japan only
//HEARTBEAT // Switch, If uncomment hb.Init()
DSN_NAME_LOGIN "login"

also, you need to manually create USERs (not LOGINs) for login, character01, and log01 in their respective databases, and also manually set permissions

not sure if everything is fine after just enabling EXECUTE permissions, as that was the one I had the most error after creating the users... so I also enabled ALTER permissions too

if an error occurs regarding the user during CQuery, you should create another user inside that specific database

example of my error here:
2022/05/30 23:02:38
query:usp_GuildHouse_MaxSEQ '01'
SQLSTATE:08004 error:[Microsoft][SQL Server Native Client 11.0][SQL Server]The server principal "character01" is not able to access the database "LOGGING_01_DBF" under the current security context.
//================================================================================================================

then I did this:
use [LOGGING_01_DBF]
create user character01
go

now I don't get any CQuery errors, I also don't get any server binary errors, and now that they're just closing without any sort of log something, I guess I really just have to try to use the debugger

...the debugger does highlight the line of code for every part of execution, right?
 
Initiate Mage
Joined
Apr 4, 2014
Messages
4
Reaction score
7
Re: [VS22] v18.3

But you noticed that in DatabaseServer.cpp for databaserver.exe, the directive changes the path of DatabaseServer.ini to local? If you want it to be original, change it

#if defined (__ INTERNALSERVER)
static char g_szINI [] = "databaseserver.ini";
#else
#if defined (__ FF)
static char g_szINI [] = "databaseserver.ini";

#else
static char g_szINI [] = ".. \\ script \\ databaseserver.ini";
#endif __FF
#endif

on

#if defined (__ INTERNALSERVER)
static char g_szINI [] = "databaseserver.ini";
#else
static char g_szINI [] = ".. \\ script \\ databaseserver.ini";
#endif


Oh, and big thanks to Mr. Ketchup for his hard work on the version that is currently available.

Regards.
 
Joined
Nov 9, 2006
Messages
55
Reaction score
0
Re: [VS22] v18.3

yep, I also put another databaseserver.ini on the same location as the exe, I've checked the worldserver too, also adjusted their respective config files, checked if the strings were correct, etc

I just woke up and see how the debugging goes in a bit

Hoping that this works and that we could run this in linux

Cheers to you guys
 
Joined
Nov 9, 2006
Messages
55
Reaction score
0
Re: [VS22] v18.3

I somehow got the debug thing going on, and I'm not sure if I'm doing it right...

There weren't any logs when I started debugging, but this is what happens if I do the 'Step into new instance' option

'Certifier.exe' (Win32): Loaded 'F:\code\FLYFF\K18.3\Source\Output\Certifier\Release\Certifier.exe'. Symbols loaded.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ntdll.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\kernel32.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\KernelBase.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ws2_32.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\rpcrt4.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\odbc32.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msvcrt.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\user32.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\crypt32.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\win32u.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\winmm.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ucrtbase.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\gdi32.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\gdi32full.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\advapi32.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msvcp_win.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\sechost.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\shlwapi.dll'.
'Certifier.exe' (Win32): Loaded 'F:\code\FLYFF\K18.3\Source\Output\Certifier\Release\NeuzD.dll'. Module was built without symbols.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msimg32.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\imm32.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\shell32.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\uxtheme.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.19041.1706_none_d94bc52be10975a7\GdiPlus.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\oledlg.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ole32.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\combase.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\combase.dll'.
'Certifier.exe' (Win32): Unloaded 'C:\Windows\SysWOW64\combase.dll'
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\oleaut32.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\oleacc.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\wininet.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\dbghelp.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\dpapi.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\winspool.drv'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msctf.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\kernel.appcore.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\bcryptprimitives.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\TextInputFramework.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\CoreUIComponents.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\CoreMessaging.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\SHCore.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\WinTypes.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ntmarta.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\WinTypes.dll'.
'Certifier.exe' (Win32): Unloaded 'C:\Windows\SysWOW64\WinTypes.dll'
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\bcrypt.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\sqlncli11.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\comdlg32.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msvcr100.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\version.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.19041.1110_none_c0da534e38c01f4d\comctl32.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\netapi32.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\1033\sqlnclir11.rll'. Module was built without symbols.
'Certifier.exe' (Win32): Unloaded 'C:\Windows\SysWOW64\1033\sqlnclir11.rll'
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\1033\sqlnclir11.rll'. Module was built without symbols.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\sspicli.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\netbios.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\odbccp32.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\cryptbase.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\secur32.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\kerberos.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msasn1.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\msv1_0.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\NtlmShared.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\cryptdll.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ntdsapi.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\dsparse.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\logoncli.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\netutils.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\clusapi.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\dnsapi.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\IPHLPAPI.DLL'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\nsi.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\resutils.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\security.dll'.
'Certifier.exe' (Win32): Unloaded 'C:\Windows\SysWOW64\security.dll'
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\security.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\schannel.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\mswsock.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\mskeyprotect.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ntasn1.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ncrypt.dll'.
'Certifier.exe' (Win32): Loaded 'C:\Windows\SysWOW64\ncryptsslp.dll'.
The thread 0x5cf4 has exited with code 0 (0x0).
The thread 0x5258 has exited with code 0 (0x0).
The thread 0x3b88 has exited with code 0 (0x0).
The thread 0x5aec has exited with code 0 (0x0).
The thread 0xfd4 has exited with code 0 (0x0).
The thread 0x15e0 has exited with code 0 (0x0).
The thread 0x4588 has exited with code 0 (0x0).
The thread 0x48f4 has exited with code 0 (0x0).
The thread 0x32b8 has exited with code 0 (0x0).
The thread 0x2024 has exited with code 0 (0x0).
The thread 0x2aa0 has exited with code 0 (0x0).
The thread 0x5e40 has exited with code 0 (0x0).
The thread 0xd28 has exited with code 0 (0x0).
The thread 0x33bc has exited with code 0 (0x0).
The thread 0x5bcc has exited with code 0 (0x0).
The thread 0xd4c has exited with code 0 (0x0).
The thread 0x3cb4 has exited with code 0 (0x0).
'Certifier.exe' (Win32): Unloaded 'C:\Windows\SysWOW64\security.dll'
The thread 0x8dc has exited with code 0 (0x0).
The thread 0x35b4 has exited with code 0 (0x0).
The thread 0x4d6c has exited with code 0 (0x0).
The thread 0x5730 has exited with code 0 (0x0).
The thread 0x583c has exited with code 0 (0x0).
'Certifier.exe' (Win32): Unloaded 'C:\Windows\SysWOW64\dsparse.dll'
'Certifier.exe' (Win32): Unloaded 'C:\Windows\SysWOW64\ntdsapi.dll'
'Certifier.exe' (Win32): Unloaded 'C:\Windows\SysWOW64\secur32.dll'
The thread 0x55d4 has exited with code 0 (0x0).
'Certifier.exe' (Win32): Unloaded 'C:\Windows\SysWOW64\1033\sqlnclir11.rll'
'Certifier.exe' (Win32): Unloaded 'C:\Windows\SysWOW64\msvcr100.dll'
'Certifier.exe' (Win32): Unloaded 'C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.19041.1110_none_c0da534e38c01f4d\comctl32.dll'
'Certifier.exe' (Win32): Unloaded 'C:\Windows\SysWOW64\comdlg32.dll'
'Certifier.exe' (Win32): Unloaded 'C:\Windows\SysWOW64\logoncli.dll'
'Certifier.exe' (Win32): Unloaded 'C:\Windows\SysWOW64\netutils.dll'
'Certifier.exe' (Win32): Unloaded 'C:\Windows\SysWOW64\netapi32.dll'
'Certifier.exe' (Win32): Unloaded 'C:\Windows\SysWOW64\sqlncli11.dll'
The thread 0x34bc has exited with code 0 (0x0).
The thread 0x29c8 has exited with code 0 (0x0).
The thread 0x23f8 has exited with code 0 (0x0).
The thread 0x45c has exited with code 0 (0x0).
The thread 0x25d4 has exited with code 0 (0x0).
The program '[21100] Certifier.exe' has exited with code 0 (0x0).

For this run I modified the Certifier.ini that's included inside the Source's Resource directory that includes the program icon

It just runs and exits without letting out any sort of error...

or am I doing debugging incorrectly? I'm kinda new to this thing
 
Junior Spellweaver
Joined
Feb 27, 2021
Messages
106
Reaction score
9
Re: [VS22] v18.3

You can follow this 100% FREE and awesome guide by @Groxy101 on how to install vs, sql server and setup these files: Click Here!

Requirements:
  • Visual Studio 2022 Community ( Install Requirements: )
  • SQL Server 2012+
What's included?
  • Source is fully updated to VS22.
  • Game guard has been removed.
  • Boost has been removed.
  • FFLdump has been removed.
  • Lua was updated to 5.3.4
  • CW quest & sound are also working.
Tested On:
  • Visual Studio Community 2022
  • Sql Server 2019 Standard
  • Windows 10 Professional
Some Notes:
  • These files have been tested and appear to be working fine out of the box. I am however not responsible for SECURITY FIXES, added features and etc. If you want those things then you need to add them yourselves as they are NOT INCLUDED.
  • I have no intention on releasing the fix for the quest arrow bug. All sources suffer from this issue and I wish to keep the fix private for myself.
  • Amps that last more then 7 days will have their timer bugged because of how the time is calculated in milliseconds. If you wish to fix this then you will need to completely revamp the new amp system. However all amps 1, 3, 5 and 7 days have all been fixed.
  • Resource is current with retail as of the original release date of this thread.
  • There are 2 Database SQL files now from which you can chose from. 1 contains the retail "Beginner support box" on new characters like current retail, the other does not.
  • Most items have been fixed and(or) coded, if you find any missing you may report them and I may fix them.
  • My old V16_FORMATS & V19_FORMATS was broken, it's now been fixed in this release and all bonuses are rendering correctly now. Formatting is no longer defined and can be found by version.
  • Issues with skill debuffs in my prior releases has been resolved.
  • Dragon cloak and mask exchangers are fully working.
  • Depending on community feedback and contributions there may be additional updates in the future that may include new systems, items and more. Hence why this is listed as 18.3
Defines:
Code:
/*

Contributors & Testers:
 - Special thanks to the following people on RageZone.com for testing and(or) contributing privately:
 -> Sand, Groxy, Percuflex, johansete, lovepapa123.

*/

//|: ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-

#define    NEUZ_TITLE    "[VS22] Ketchup V18.3"                //: Window title of the client.
#define    NEUZ_BHASH    "sunkist"                            //: String to boot the client.
#define    NEUZ_IPSET    "127.0.0.1"                            //: Ip of the server, must match AccountServer.ini & LoginServer.ini.
#define    NEUZ_CPORT    "5400"                                //: Cache port, must match CacheServer.ini.
#define    NEUZ_PHASH    "kikugalanet"                        //: Md5 password salt.
#define    NEUZ_MSGVR    "20100412"                            //: Ver of the server, must match AccountServer.ini & LoginServer.ini.

//|: ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-

#define COLOR_ADMINISTRATOR     0xFFFF4500                //: Name coloring of admin characters.
#define    TITLE_ADMINISTRATOR       "[Admin]"                //: Title for admin characters.

#define COLOR_GAMEMASTER        0xFFFF4500                //: Name coloring of gm characters.
#define    TITLE_GAMEMASTER          "[Gm]"                    //: Title for gm characters.

//|: ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-

enum { ENCHANT_TIME = 1 };                                //: Adjust the time of upgrading.

//|: ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-

#define __ADDMENU2                                    //: Adds the ability to add text to mmi in character.inc.
#define    __FIX_STAT_BUFF                                    //: Fixes some issues present with the v19 spec_item.
#define __INVENTORY_168                                //: Inventory has 168 slots of space.
#define __INVENTORY_SORTING                            //: Button added to the inventory to allow basic item sorting within.
#define __LOOKCHANGE                                    //: Model Transmutation like on retail.
#define __NEW_EXCHANGE_V19                            //: New exchange windows with arrow icons.
#define __RANDOMOPTION_RETRY                            //: Scroll of Awakening Augmentation.
#define __SLEEPING_FIX                                    //: Fixes the stun/sleeping bug present with Echoes of Weary.
#define    __SPEEDY_NEUZ                                    //: Fastest launch time.
#define __SYS_SCR_CANCELLATION                            //: Scroll of Unbinding.
#define    __SYS_SCR_NEWACTIVITION                        //: Enhanced Activition.
#define __SYS_SCR_NOR_SMELTING01                        //: Scroll of Weapon Smelting (S).
#define __SYS_SCR_NOR_SMELTING02                        //: Scroll of Weapon Smelting (V).
#define    __SYS_SCR_NOR_SMELTING03                        //: Scroll of Weapon Smelting (P).
#define __SYS_SCR_PARTYPOINTFREE                        //: Scroll of Party Amplification.
#define __SYS_SCR_PARTYSPEEDLEVELUP                    //: Scroll of Party Growth.
#define __SYS_SYS_ARMOREFFECTCHANGE                    //: Aura (7 days / 15 days).
#define __SYS_SYS_ITEMMODELRETURN                    //: Revert Transmutation Scroll.
#define __TREASUREBOX                                    //: Retail like treasure box system.
#define __V21_GM_COMMANDS                            //: Adds 2 brand new commands from the v21.2 retail source.
#define __V21_LEVELUP_SFX                                //: The new updated look from v19+ level up sfx.
#define __V21_PREMIUM_BATTERY                            //: This item allows you to have seperate collecting batteries with different results.

//|: ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-
Other Defines:
Code:
__3RD_LEGEND16
__BARUNA_PIERCING
__COLOSSEUM
__CROSSBOW
__DEBUG_SALT
__FASHION_COMBINE
__IMPROVE_MAP_SYSTEM
__INSTANCE_AGGRO_SYSTEM
__INVISIBLE_FIX
__ITEMLINK
__LECTURE_V17
__LOADING_SCREEN_UPDATE
__NEW_ITEM_VARUNA
__NEW_SKILL_TREE
__NEW_STACKABLE_AMPS
__NEW_WEAPON_GLOW
__NO_AFTER_SKIN
__NO_SUB_LANG
__SECURITY_FIXES
__UPGRADE_SUCCESS_SCROLL
__WND_BUTTONS
__WND_BUTTONS_FIX

Download:
Password: RZxKetchup

thank you to you Ketchup, but if I want to put it online how do I do?
 
Initiate Mage
Joined
May 25, 2020
Messages
14
Reaction score
1
Re: [VS22] v18.3

Hello ketchup brother, I am a flyff lover from the mysterious East, my English is not very good, I would like to ask, where does your source code come from (from which official version)
 
Inactive
Joined
Jan 20, 2009
Messages
1,015
Reaction score
1,830
Re: [VS22] v18.3

Hello ketchup brother, I am a flyff lover from the mysterious East, my English is not very good, I would like to ask, where does your source code come from (from which official version)

It's based on the V15 (2003) source with added and fixed things from ROC. As well as improvements from me and small fixes throughout the years.
 
Initiate Mage
Joined
Jun 7, 2022
Messages
24
Reaction score
0
Re: [VS22] v18.3

Hi i have problem when i follow Groxy101 tutorial for Server 2019 express between step 2.3.16 and 2.3.17 i have this message : The installer was unable to contact the download server. Provide the location of the Microsoft Machine Learning Server installation files and click "Next". Unable to download installation files from:
https://go.microsoft.com/fwlink/?LinkId=2085686&lcid=1036

can you help me pls ?
 
Inactive
Joined
Jan 20, 2009
Messages
1,015
Reaction score
1,830
Re: [VS22] v18.3

Hi i have problem when i follow Groxy101 tutorial for Server 2019 express between step 2.3.16 and 2.3.17 i have this message : The installer was unable to contact the download server. Provide the location of the Microsoft Machine Learning Server installation files and click "Next". Unable to download installation files from:
https://go.microsoft.com/fwlink/?LinkId=2085686&lcid=1036

can you help me pls ?

 
Last edited:
Initiate Mage
Joined
Jun 7, 2022
Messages
24
Reaction score
0
Re: [VS22] v18.3

alway this message : Setup was unable to contact the download server. Provide the location of the Microsoft Machine Learning Server installation files and click "Next".The installation files can be downloaded from :bla bla bla
 
Inactive
Joined
Jan 20, 2009
Messages
1,015
Reaction score
1,830
Re: [VS22] v18.3

alway this message : Setup was unable to contact the download server. Provide the location of the Microsoft Machine Learning Server installation files and click "Next".The installation files can be downloaded from :bla bla bla

The ISO above works just fine, extract it and run setup.exe.

If it doesn't then there's a problem with your computer missing updates/version or something lol.
 
Initiate Mage
Joined
Jun 7, 2022
Messages
24
Reaction score
0
Re: [VS22] v18.3

I have not CHARACTER_01_DBF in change the default database to : in ODBC
can you help me ?
 
Initiate Mage
Joined
Jun 7, 2022
Messages
24
Reaction score
0
Re: [VS22] v18.3

ok thx so much i have so much questions do you have discord ?
 
Initiate Mage
Joined
May 12, 2022
Messages
85
Reaction score
2
Re: [VS22] v18.3

(K18.3) Why doesn't it automatically rain and snow? Need to add anything?
 
Back
Top