-
-
Notifications
You must be signed in to change notification settings - Fork 196
Description
LRR Version and OS
LRR: 0.9.6
OS: Windows11 25H2(26200.7171) ProWorkstation
Install: MSI
Bug Details
Perl.exe crash when I doing below:
Open the home page, then click one manga to read, the read page didn't appear as expected, then I got connection refused in web browser, 2 eventlogs appears in WinEventMngr, web browser still got connection refused
The manga folder of mine contains about 4000 zip files, which works fine in the lanraragi version of wsl2. After I tried to install the new version of lanraragi, I deleted the thumb, appendonlydir and etc in manga folder then recovery the database through json, I found perl crashed when following the above steps. Then I copied about 200 comic zip files to a separate folder and specified the manga path using karen.exe, start lanraragi, and waiting for it to process by itself. Everything was fine, but when I added the comic zip files to 500 then restart lanraragi and waiting until all things done, perl crashed again following the above steps. How can I troubleshoot?
Matching Logs
WindowsEvent
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="Windows Error Reporting" Guid="{0ead09bd-2157-539a-8d6d-c87f95b64d70}" />
<EventID>1001</EventID>
<Version>0</Version>
<Level>4</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x8000000000000000</Keywords>
<TimeCreated SystemTime="2025-11-17T07:53:51.8305484Z" />
<EventRecordID>41407</EventRecordID>
<Correlation />
<Execution ProcessID="30844" ThreadID="9096" />
<Channel>Application</Channel>
<Computer>SPARROW</Computer>
<Security UserID="S-1-5-21-3076301772-2754805717-1811601629-1001" />
</System>
- <EventData>
<Data Name="Bucket">1311366293638248989</Data>
<Data Name="BucketType">4</Data>
<Data Name="EventName">APPCRASH</Data>
<Data Name="Response">不可用</Data>
<Data Name="CabId">0</Data>
<Data Name="P1">perl.exe</Data>
<Data Name="P2">0.0.0.0</Data>
<Data Name="P3">687a053e</Data>
<Data Name="P4">IO.dll</Data>
<Data Name="P5">0.0.0.0</Data>
<Data Name="P6">687a053e</Data>
<Data Name="P7">c0000005</Data>
<Data Name="P8">0000000000001ffe</Data>
<Data Name="P9" />
<Data Name="P10" />
<Data Name="AttachedFiles">\\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER.60b5b3eb-4b35-43fe-9a47-37018286bd83.tmp.dmp \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER.d33f2d3b-a383-4a4b-a550-45359cfa39f3.tmp.WERInternalMetadata.xml \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER.fa9e3f29-24c2-4bb8-b510-4e4d81959a1a.tmp.csv \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER.06619143-2eb4-4b99-8520-b58d1d46ebcc.tmp.txt \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER.13a14e7b-e909-41b4-942d-0648e912faa0.tmp.xml</Data>
<Data Name="StorePath">\\?\C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_perl.exe_1bf3ed1db7ef6ca4bffc7938fbc8e71bf794f97_e9f45855_af5835ae-386b-4acd-a1e9-1afd38c56717</Data>
<Data Name="AnalysisSymbol" />
<Data Name="Rechecking">0</Data>
<Data Name="ReportId">aa847941-ff55-45b4-9c04-a83d24be36fb</Data>
<Data Name="ReportStatus">268435456</Data>
<Data Name="HashedBucket">4e157a46d6fedd2a9232e8b236ba7a1d</Data>
<Data Name="CabGuid">0</Data>
</EventData>
</Event>- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="Application Error" Guid="{a0e9b465-b939-57d7-b27d-95d8e925ff57}" />
<EventID>1000</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>100</Task>
<Opcode>0</Opcode>
<Keywords>0x8000000000000000</Keywords>
<TimeCreated SystemTime="2025-11-17T07:53:48.1716512Z" />
<EventRecordID>41406</EventRecordID>
<Correlation />
<Execution ProcessID="30844" ThreadID="9096" />
<Channel>Application</Channel>
<Computer>SPARROW</Computer>
<Security UserID="S-1-5-21-3076301772-2754805717-1811601629-1001" />
</System>
- <EventData>
<Data Name="AppName">perl.exe</Data>
<Data Name="AppVersion">0.0.0.0</Data>
<Data Name="AppTimeStamp">687a053e</Data>
<Data Name="ModuleName">IO.dll</Data>
<Data Name="ModuleVersion">0.0.0.0</Data>
<Data Name="ModuleTimeStamp">687a053e</Data>
<Data Name="ExceptionCode">c0000005</Data>
<Data Name="FaultingOffset">0000000000001ffe</Data>
<Data Name="ProcessId">0x2d70</Data>
<Data Name="ProcessCreationTime">0x1dc579748b265d5</Data>
<Data Name="AppPath">F:\LANraragi\lanraragi\runtime\bin\perl.exe</Data>
<Data Name="ModulePath">F:\LANraragi\lanraragi\runtime\lib\perl5\core_perl\auto\IO\IO.dll</Data>
<Data Name="IntegratorReportId">aa847941-ff55-45b4-9c04-a83d24be36fb</Data>
<Data Name="PackageFullName" />
<Data Name="PackageRelativeAppId" />
</EventData>
</Event>logs in log folder from lanraragi start until perl.exe crash:
log.zip
Screenshots
no other message