mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Reduce usage of exceptions from Boot (#2373)
* wip * make pretty * Remove CRT version check from IM * fix * Simplify IsDebuggerPresent hook
This commit is contained in:
parent
f613b177a2
commit
9092e36b33
16 changed files with 494 additions and 295 deletions
|
|
@ -26,6 +26,38 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|||
|
||||
RT_MANIFEST_THEMES RT_MANIFEST "themes.manifest"
|
||||
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// String Table
|
||||
//
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_APPNAME "Dalamud Boot"
|
||||
IDS_MSVCRT_ACTION_OPENDOWNLOAD
|
||||
"Download Microsoft Visual C++ Redistributable 2022\nExit the game and download the latest setup file from Microsoft."
|
||||
IDS_MSVCRT_ACTION_IGNORE
|
||||
"Ignore and Continue\nAttempt to continue with the currently installed version.\nDalamud or plugins may fail to load."
|
||||
IDS_MSVCRT_DIALOG_MAININSTRUCTION
|
||||
"Outdated Microsoft Visual C++ Redistributable"
|
||||
IDS_MSVCRT_DIALOG_CONTENT
|
||||
"The Microsoft Visual C++ Redistributable version detected on this computer (v{0}.{1}.{2}.{3}) is out of date and may not work with Dalamud."
|
||||
IDS_MSVCRT_DOWNLOADURL "https://aka.ms/vs/17/release/vc_redist.x64.exe"
|
||||
IDS_INITIALIZEFAIL_ACTION_ABORT "Abort\nExit the game."
|
||||
IDS_INITIALIZEFAIL_ACTION_CONTINUE
|
||||
"Load game without Dalamud\nThe game will launch without Dalamud enabled."
|
||||
IDS_INITIALIZEFAIL_DIALOG_MAININSTRUCTION "Failed to load Dalamud."
|
||||
IDS_INITIALIZEFAIL_DIALOG_CONTENT
|
||||
"An error is preventing Dalamud from being loaded along with the game."
|
||||
END
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_INITIALIZEFAIL_DIALOG_FOOTER
|
||||
"Last operation: {0}\nHRESULT: 0x{1:08X}\nDescription: {2}"
|
||||
END
|
||||
|
||||
#endif // English (United States) resources
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue