FFXI launcher; big Noob, Trying to configure wine for a specific purpose

So I made another step foward today. Now the program launches the game and it starts to loadin before promptly crashing

I did this by using

wine injector.exe Eden.xml

this bypassed the Launcher and the config file inputs my login details and I am greeted with loud blaring trumpts of nostalgia only to crash as soon as i Accept the terms and conditions.

https://pst.klgrth.io/paste/cgmf2

This is what my Konsole looks like

This is where i believe it might go wrong then again it might not.

wine: Unhandled page fault on write access to 00000014 at address 7DFD7883 (thread 0258), starting debugger…
Unhandled exception: page fault on write access to 0x00000014 in 32-bit code (0x7dfd7883).
0284:err:dbghelp_msc:pe_load_debug_directory Got a page fault while loading symbols

Okay trying to start from a fresh prefix of wine and I type

winetricks dotnet35sp1

It runs and has an error

[05/19/22,17:21:20] Microsoft .NET Framework 2.0a x64: [2] Error: Installation failed for component Microsoft .NET Framework 2.0a x64. MSI returned error code 1627

So I couldnt install it this time weird wonder what happened.

The .NET Runtime Optimization Service is started and paused.
0190:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0190:err:winediag:gnutls_process_attach failed to load libgnutls, no support for encryption
0190:fixme:service:QueryServiceConfig2W Level 6 not implemented
Microsoft (R) CLR Native Image Generator - Version 2.0.50727.3053
Copyright (c) Microsoft Corporation. All rights reserved.

The .NET Runtime Optimization Service is started and paused.
0150:fixme:heap:RtlSetHeapInformation 0000000000880000 0 000000000011F6B0 4 stub
0150:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0150:fixme:service:QueryServiceConfig2W Level 6 not implemented
Microsoft (R) CLR Native Image Generator - Version 2.0.50727.3053
Copyright (c) Microsoft Corporation. All rights reserved.

The .NET Runtime Optimization Service is started and paused.
01c0:fixme:richedit:editor_handle_message EM_SETMARGINS: stub
01c0:fixme:richedit:editor_handle_message EM_SETMARGINS: stub
0204:fixme:imm:ImeSetActiveContext (0x25d5e8, 1): stub
0204:fixme:imm:ImmReleaseContext (00040162, 0025D5E8): stub
0204:fixme:ver:GetCurrentPackageId (0065FEA4 00000000): stub
01b8:err:ole:CoRevokeClassObject called from wrong apartment, should be called from 11400000118
0208:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0208:err:winediag:gnutls_process_attach failed to load libgnutls, no support for encryption
0208:fixme:service:QueryServiceConfig2W Level 6 not implemented
Microsoft (R) CLR Native Image Generator - Version 2.0.50727.3053
Copyright (c) Microsoft Corporation. All rights reserved.

The .NET Runtime Optimization Service is running.
0238:fixme:heap:RtlSetHeapInformation 0000000000880000 0 000000000011F6B0 4 stub
0238:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0238:fixme:service:QueryServiceConfig2W Level 6 not implemented
Microsoft (R) CLR Native Image Generator - Version 2.0.50727.3053
Copyright (c) Microsoft Corporation. All rights reserved.

The .NET Runtime Optimization Service is running.
0100:fixme:ver:GetCurrentPackageId (000000000021FD70 0000000000000000): stub

warning: Note: command wine dotnetfx35.exe /lang:ENU returned status 91. Aborting.

I need to be able to run Wine stable side by side with wine-staging , depending on the game I want to play. I know how to create a new 32bit prefix, so i know how to install two different games in two different prefix’s , but i dont know how to make sure wine-staging is being used when I want it too, and wine stable is being used the other times.

WINEARCH=win32 WINEPREFIX=~/.wine_32 winetricks

where and how to i put in the patch to tell it to use wine-staging

WINE Staging replaces WINE Stable when you install it, so you can’t install both in the system.

As already said, to manage various WINE version, use an helper like Lutris.