mattymatty97 / LTC_AsyncLoggers

YEET logs in their own Thread!
GNU Lesser General Public License v2.1
3 stars 0 forks source link

A string of code errors will always pop up in the log #11

Open 1450143535 opened 2 weeks ago

1450143535 commented 2 weeks ago

Every time I start the module, a string of red code errors always appears in the program log. After checking, I found that this string of code errors is related to AsyncLoggers(2.1.2). I will attach relevant pictures. Could you please investigate where the problem is? IMG_20241010_214442 Below is the relevant log information: LogOutput.log The following is the version information of all modules in the integrated package that I have created: mod version.txt

mattymatty97 commented 2 weeks ago

this means you're running the game on an unsupported OS. the dll shipped with the mod is for Windows x64 only you'll have to download a separate dll from https://www.sqlite.org/ for your os and replace the default one

mattymatty97 commented 2 weeks ago

other possibility ( because from the logs i see you are indeed on windowsx64 ) is that r2-modman for some reason has unpacked the mod wrong

in both cases the fix is for you to manually download the .dll and put it in the right folder

1450143535 commented 2 weeks ago

May I ask if this dll file should be correctly placed in the plugins folder? Instead of placing it in the patchers folder

1450143535 commented 2 weeks ago

After downloading the mod on r2modman, the folder locations and corresponding files for all configurations of the mod are shown in the following figure. Can you help me check if there are any issues? de16125146339686598f027fc50d251e 281114478bc33acbab875036c4f08fc9

mattymatty97 commented 2 weeks ago

Failed to load SQLite native DLL from path: C:\Users\29229\AppData\Roaming\r2modmanPlus-local\LethalCompany\profiles\Company Mod v64 淘气Plus版(1.1.0)\BepInEx\patchers\mattymatty-AsyncLoggers\sqlite_native\sqlite3.dll

mattymatty97 commented 2 weeks ago

image

1450143535 commented 2 weeks ago

Can you explain in detail where my problem lies and how I should proceed?

mattymatty97 commented 2 weeks ago

if you don't need the .sqlite database, you're free to continue using the mod as the error is not blocking and the other features will still work.

the error as far as i can tell is that BepInEx is not finding the file named sqlite3.dll under the path C:\Users\29229\AppData\Roaming\r2modmanPlus-local\LethalCompany\profiles\Company Mod v64 淘气Plus版(1.1.0)\BepInEx\patchers\mattymatty-AsyncLoggers\sqlite_native