Missing Python Runtime (search)

Windows specific questions, problems.
User avatar
Peter
Administrator
Administrator
Posts: 2702
Joined: Wed Jul 07, 2010 6:14 pm

Re: Missing Python Runtime (search)

Post by Peter »

bitcoin wrote: Sun Oct 15, 2023 1:46 pm Looks like I'm poop out of luck? O0
If your PC is still working... what do you get if you type:
python --version

?
bitcoin
Member
Member
Posts: 63
Joined: Thu Oct 12, 2023 4:24 pm

Re: Missing Python Runtime (search)

Post by bitcoin »

5 big torrents (total: 900GB) is crashing it all. I'm giving up, gonna do a fresh install one of these days. There's no fighting this mess :(
bitcoin
Member
Member
Posts: 63
Joined: Thu Oct 12, 2023 4:24 pm

Re: Missing Python Runtime (search)

Post by bitcoin »

I didn't want to but... bump :)

qB 4.6.0 had horrible performance once more. So I ran 4.5.5 setup and all was smooth and working again. Repairing torrents went 5 times as fast. I could sort and use my left mouse button without any hickups, freezes or (on 4.6) crashes.

So what gives?

Remember I previously said "whatever" when I suddenly got a full Python installation instead of a quick repair?

I think running the setup fixes whatever makes qB crash after trying to enable Search... and running the python installer.

I now even dare to predict that if I now do View... Search again I'll get the full Python 3.10.11 installation and after that qB will start freezing and crashing again. Then, I'll do a setup (repair) and all is smooth again.

I live with the Task Manager open, so it's NOT a hardware bottleneck. That said, when qB is misbehaving it's eating CPU power... In an erratic way (so many peaks and lows per CPU core, not a nice stable "I'm hard at work" graph...).

Some logs and outputs...

From my current stable qB logs. Notice the bencoded item count error! There's a lot of bug reports about this, involving big torrents disappearing!

Code: Select all

27-10-2023 19:45 - Failed to resume torrent: inconsistent torrent ID is detected. Torrent: "6b5c8133f3ed518fe7e8a1543c23ffc2c206e4fb"
27-10-2023 19:45 - Failed to resume torrent. Torrent: "382f57b18b5dadf46b7c8c0e7442c6f12a15a18c". Reason: "Cannot parse resume data: bencoded item count limit exceeded"
27-10-2023 19:45 - Failed to restore torrent. Files were probably moved or storage isn't accessible. Torrent: "Repair.for.Photo.7.0.0.2". Reason: "Repair.for.Photo.7.0.0.2 fast resume rejected. file_stat(D:\Downloads\Repair.for.Photo.7.0.0.2\Repair.for.Photo.7.0.0.2\Crack UZ1\StellarRepairforPhoto.exe): mismatching file size"
27-10-2023 19:45 - Failed to restore torrent. Files were probably moved or storage isn't accessible. Torrent: "Tenorshare 4DDiG 9.4.0.18 Multilingual [New Version]". Reason: "Tenorshare 4DDiG 9.4.0.18 Multilingual [New Version] fast resume rejected. file_stat(D:\Downloads\Tenorshare 4DDiG 9.4.0.18 Multilingual [New Version]\act.exe): mismatching file size"
27-10-2023 19:45 - Failed to resume torrent: inconsistent torrent ID is detected. Torrent: "86d4d6526db218966332d9e2fdb8a1acf7ab0088"
27-10-2023 19:45 - Failed to resume torrent: inconsistent torrent ID is detected. Torrent: "03fd9e7221c304f570dcf38538a53cbd1de20231"
27-10-2023 19:45 - Failed to resume torrent: inconsistent torrent ID is detected. Torrent: "0a52a001ed6f7280e6c0abaa57365a5cebaeef27"
27-10-2023 19:45 - Failed to resume torrent: inconsistent torrent ID is detected. Torrent: "e06ceb1ab8ee9d5c8d6bf718bf07fa19b8838810"
27-10-2023 19:45 - Failed to resume torrent: inconsistent torrent ID is detected. Torrent: "e45d1707a53cd82098b07a46db1b06bb570a84ad"
27-10-2023 19:45 - IP geolocation database loaded. Type: DBIP-Country-Lite. Build time: zo okt 1 02:09:28 2023.
27-10-2023 19:52 - UPnP/NAT-PMP port mapping succeeded. Message: "successfully mapped port using UPnP. external port: UDP/11457"
27-10-2023 19:52 - UPnP/NAT-PMP port mapping succeeded. Message: "successfully mapped port using UPnP. external port: TCP/11457"
27-10-2023 19:45 - Failed to resume torrent: inconsistent torrent ID is detected. Torrent: "02e6ee006a19c445fe93c243de11c63c7e8b07d4"
27-10-2023 19:45 - Failed to resume torrent: inconsistent torrent ID is detected. Torrent: "dc52ab3d033a4772640a09c6fc1434de29a8467f"
27-10-2023 19:45 - Failed to resume torrent: inconsistent torrent ID is detected. Torrent: "91eb06e89db632474328f2eb295cbdb520d20eff"
27-10-2023 19:45 - UPnP/NAT-PMP support: ON
27-10-2023 19:45 - Encryption support: ON
27-10-2023 19:45 - Anonymous mode: OFF
27-10-2023 19:45 - Peer Exchange (PeX) support: ON
27-10-2023 19:45 - Local Peer Discovery support: ON
27-10-2023 19:45 - Distributed Hash Table (DHT) support: ON
27-10-2023 19:45 - HTTP User-Agent: "qBittorrent/4.5.5"
27-10-2023 19:45 - Peer ID: "-qB4550-"
27-10-2023 19:45 - Trying to listen on the following list of IP addresses: "0.0.0.0:11457,[::]:11457"
27-10-2023 19:45 - Using config directory: C:\Users\Gebruiker\AppData\Roaming\qBittorrent
27-10-2023 19:45 - qBittorrent v4.5.5 started
If I close and open qB now, all my (huge) torrents remain and don't disappear. No idea what torrents are failing in the above logs though! And reminder: force checking a torrent's files is now at least 5x as fast, without any CPU spikes.

Code: Select all

C:\Windows\System32>python
Python 3.7.9 (tags/v3.7.9:13c94747c7, Aug 17 2020, 16:30:00) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>

Code: Select all

C:\Windows\System32>where python
C:\Users\Gebruiker\AppData\Local\Microsoft\WindowsApps\python.exe

Code: Select all

C:\Windows\System32>python --version
Python 3.7.9

Code: Select all

C:\Windows\System32>whoami
i9-i\gebruiker

C:\Windows\System32>echo %PATH%
C:\Program Files\Python38\Scripts\;C:\Program Files\Python38\;C:\Users\Gebruiker\AppData\Local\Programs\Python\Python39\;C:\Users\Gebruiker\AppData\Local\Programs\Python\Python310;C:\Users\Gebruiker\AppData\Local\Programs\Python\Python312;C:\Users\Gebruiker\AppData\Local\Programs\Python\Python38;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\dotnet\;C:\Program Files\Git\cmd;C:\Program Files (x86)\Microsoft SQL Server\160\Tools\Binn\;C:\Program Files\Microsoft SQL Server\160\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files\Microsoft SQL Server\160\DTS\Binn\;C:\Users\Gebruiker\AppData\Local\Programs\Python\Python39\Scripts;C:\Users\Gebruiker\AppData\Local\Programs\Python\Python310\Scripts;C:\Users\Gebruiker\AppData\Local\Programs\Python\Python38\Scripts;C:\Users\Gebruiker\AppData\Local\Microsoft\WindowsApps;C:\Users\Gebruiker\AppData\Local\Programs\Microsoft VS Code\bin
I'm now going to close qB, (EDIT: and start qB 4.5.0 once more to confirm the aboven log is the same after restarting, and it was), install run your custom build once more and await further instructions while testing the stability of your build once again...

Log with your custom build: NOTHING in the logs about Python. Still testing stability... It wouldn't properly close and after force shutdown and start it's checking one of my big torrents for errors... Speed of that operation seems to be okay.
bitcoin
Member
Member
Posts: 63
Joined: Thu Oct 12, 2023 4:24 pm

Re: Missing Python Runtime (search)

Post by bitcoin »

Your version wasn't really stable, not too unstable either but a few big torrents disappeared again and I encountered many freeze ups.

So I started the original qB again and it behaved in the same way.

Sigh.

So I ran setup once again, and the problems remained. But not too bad, still.

So I imported the missing big torrents and voila, qB is stable again and currently checking my torrents.

iObit uninstaller confirms no Python is currently installed (per my last cmd outputs). I by now removed all missing PATH statements so it reflects my current situation.

Sigh. Over and out ;p
User avatar
Peter
Administrator
Administrator
Posts: 2702
Joined: Wed Jul 07, 2010 6:14 pm

Re: Missing Python Runtime (search)

Post by Peter »

Are you SURE your PC is 100% stable and OK?

- Check in HWINFO if you get any WHEA errors
- You can run Prime95 (watch your temps) and see if it throws any errors
- Check your disks with "Crystal Disk Info", see if they have any health issues
- You can run "Windows Memory Diagnostic" on Windows (or memtest86 but its harder to use)

Something is not adding up on your system.
bitcoin
Member
Member
Posts: 63
Joined: Thu Oct 12, 2023 4:24 pm

Re: Missing Python Runtime (search)

Post by bitcoin »

I felt the same but all the rest is stable. Did a full tweaking.com in safe mode. All good except for missing reparse points? Which is weird because all my default folders worked just fine :)

I think I'm having 2 bugs with qB.

1. a smaller one with temporary freezes now and then because of big torrents that are 'forgotten' in the UI but apparently still have an influence in the background, and
2. a big one with Python. As soon as it is installed / qB has 'touched' it through View... Search... all hell breaks loose.

Admission: I had been playing with adding trackers. Quickly discovered that adding "the 100 best working trackers" at best doesn't have any benefits. I now have a smaller list of trackers I might add if a torrents has trouble finding seeds / peers or even metadata. I don't think that's causing any further problems resource-wise.

Will do your HW report next ;p

:)

PS: RAM & Disk have been checked already, no problems except for an old one on my system partition that isn't used at all for downloading by qB and was fixed / marked as bad (NVMe)
bitcoin
Member
Member
Posts: 63
Joined: Thu Oct 12, 2023 4:24 pm

Re: Missing Python Runtime (search)

Post by bitcoin »

Peter wrote: Sat Oct 28, 2023 5:47 pm Are you SURE your PC is 100% stable and OK?

Something is not adding up on your system.
Image

Code: Select all

Computer:      GIGABYTE B460MDS3HV2
CPU:           Intel Core i9-10900 (Comet Lake-S, Q0)
               2800 MHz (28.00x100.0) @ 3651 MHz (43.00x84.9)
Motherboard:   GIGABYTE B460M DS3H V2
BIOS:          F24, 06/07/2023
Chipset:       Intel H470 (Comet Lake PCH-H)
Memory:        32768 MBytes @ 1132 MHz, 19-19-19-43
               - 32768 MB PC28700 DDR4 SDRAM - A-DATA Technology DDR4 3600
Graphics:      Intel UHD Graphics 630 (Comet Lake-S GT2) [P0] [GIGABYTE]
               Intel UHD Graphics 630, 1024 MB 
Drive:         KINGSTON SA2000M81000G, 976.8 GB, NVMe
Drive:         Seagate Expansion Desk, Disk drive
Sound:         Intel Comet Lake PCH-H - cAVS (Audio, Voice, Speech) [A0]
Network:       Intel Ethernet Connection I219-V
Network:       TP-Link Wireless MU-MIMO USB Adapter
OS:            Microsoft Windows 11 Professional (x64) Build 22621.2428 (22H2)
Full HWINFO report (HTML): https://justpaste.it/7ur7p

Crunching primes while watching a movie...
Image

CrystalDisk report:

Code: Select all

----------------------------------------------------------------------------
CrystalDiskInfo 9.1.1 (C) 2008-2023 hiyohiyo
                                Crystal Dew World: https://crystalmark.info/
----------------------------------------------------------------------------

    OS : Windows 11 Professional [10.0 Build 22621] (x64)
  Date : 2023/10/29 9:27:08

-- Controller Map ----------------------------------------------------------
 - Standard SATA AHCI Controller [ATA]
 - Microsoft Storage Spaces Controller [SCSI]
 + USB Attached SCSI (UAS) Mass Storage Device [SCSI]
   - Seagate Expansion Desk SCSI Disk Device
 - Microsoft VHD Loopback Controller [SCSI]
 + Standard NVM Express Controller [SCSI]
   - KINGSTON SA2000M81000G

-- Disk List ---------------------------------------------------------------
 (01) KINGSTON SA2000M81000G : 1000,2 GB [0/1/0, sq] - nv
 (02) ST6000DM003-2CY186 : 6001,1 GB [1/2/0, sa1]

----------------------------------------------------------------------------
 (01) KINGSTON SA2000M81000G
----------------------------------------------------------------------------
           Model : KINGSTON SA2000M81000G
        Firmware : S5Z42105
   Serial Number : 50026B768498C1B0
       Disk Size : 1000,2 GB
       Interface : NVM Express
        Standard : NVM Express 1.3
   Transfer Mode : PCIe 3.0 x4 | PCIe 3.0 x4
  Power On Hours : 8554 uren
  Power On Count : 1762 keer
      Host Reads : 44008 GB
     Host Writes : 43539 GB
     Temperature : 38 C (100 F)
   Health Status : Goed (95 %)
        Features : S.M.A.R.T., TRIM, VolatileWriteCache
    Drive Letter : C:

-- S.M.A.R.T. --------------------------------------------------------------
ID RawValues(6) Attribute Name
01 000000000000 Critical Warning
02 000000000137 Composite Temperature
03 000000000064 Available Spare
04 00000000000A Available Spare Threshold
05 000000000005 Percentage Used
06 0000058042FC Data Units Read
07 000005713C15 Data Units Written
08 00002768A540 Host Read Commands
09 00003BFFF573 Host Write Commands
0A 000000004C4F Controller Busy Time
0B 0000000006E2 Power Cycles
0C 000000002169 Power On Hours
0D 00000000001B Unsafe Shutdowns
0E 000000000000 Media and Data Integrity Errors
0F 000000000000 Number of Error Information Log Entries

-- IDENTIFY_DEVICE ---------------------------------------------------------
        0    1    2    3    4    5    6    7    8    9
000: 2646 2646 3035 3230 4236 3637 3438 3839 3143 3042
010: 2020 2020 494B 474E 5453 4E4F 5320 3241 3030 4D30
020: 3138 3030 4730 2020 2020 2020 2020 2020 2020 2020
030: 2020 2020 3553 345A 3132 3530 B706 0026 0500 0001
040: 0300 0001 A120 0007 8480 001E 0200 0000 0000 0000
050: 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000
060: 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000
070: 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000
080: 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000
090: 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000
100: 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000
110: 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000
120: 0000 0000 0000 0000 0000 0000 0000 0000 0017 0704
130: 0F14 04FF 0100 015C 0161 0032 0000 0000 0000 0000
140: 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000
150: 0000 0000 0000 0000 0000 0000 0000 0000 0005 0001
160: 0000 0001 012F 015C 0003 0000 0000 0000 0000 0000
170: 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000
180: 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000
190: 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000
200: 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000
210: 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000
220: 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000
230: 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000
240: 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000
250: 0000 0000 0000 0000 0000 0000

-- SMART_NVME --------------------------------------------------------------
     +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B +C +D +E +F
000: 00 37 01 64 0A 05 00 00 00 00 00 00 00 00 00 00
010: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
020: 94 45 80 05 00 00 00 00 00 00 00 00 00 00 00 00
030: 71 40 71 05 00 00 00 00 00 00 00 00 00 00 00 00
040: BB BA 68 27 00 00 00 00 00 00 00 00 00 00 00 00
050: AD 44 00 3C 00 00 00 00 00 00 00 00 00 00 00 00
060: 50 4C 00 00 00 00 00 00 00 00 00 00 00 00 00 00
070: E2 06 00 00 00 00 00 00 00 00 00 00 00 00 00 00
080: 6A 21 00 00 00 00 00 00 00 00 00 00 00 00 00 00
090: 1B 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
100: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
110: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
120: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
130: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
140: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
150: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
160: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
170: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
180: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
190: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

----------------------------------------------------------------------------
 (02) ST6000DM003-2CY186
----------------------------------------------------------------------------
           Model : ST6000DM003-2CY186
        Firmware : 0001
   Serial Number : ZR10LKYF
       Disk Size : 6001,1 GB (8,4/137,4/6001,1/6001,1)
     Buffer Size : onbekend
     Queue Depth : 32
    # of Sectors : 11721045168
   Rotation Rate : 5425 RPM
       Interface : UASP (Serial ATA)
   Major Version : ACS-3
   Minor Version : ACS-3 Revision 5
   Transfer Mode : SATA/300 | SATA/600
  Power On Hours : 16164 uren
  Power On Count : 87 keer
     Temperature : 41 C (105 F)
   Health Status : Goed
        Features : S.M.A.R.T., NCQ, GPL
       APM Level : ----
       AAM Level : ----
    Drive Letter : D:

-- S.M.A.R.T. --------------------------------------------------------------
ID Cur Wor Thr RawValues(6) Attribute Name
01 _81 _64 __6 000007D56831 Read Error Rate
03 _92 _91 __0 000000000000 Spin-Up Time
04 _97 _97 _20 000000000EB3 Start/Stop Count
05 100 100 _10 000000000000 Reallocated Sectors Count
07 _84 _60 _45 00000D6B63D6 Seek Error Rate
09 _82 _82 __0 1E0400003F24 Power-On Hours
0A 100 100 _97 000000000000 Spin Retry Count
0C 100 100 _20 000000000057 Power Cycle Count
B7 100 100 __0 000000000000 Vendor Specific
B8 100 100 _99 000000000000 End-to-End Error
BB 100 100 __0 000000000000 Reported Uncorrectable Errors
BC 100 _95 __0 00000001005F Command Timeout
BD 100 100 __0 000000000000 High Fly Writes
BE _59 _48 _40 000031190029 Airflow Temperature
BF 100 100 __0 000000000000 G-Sense Error Rate
C0 100 100 __0 0000000000FB Power-off Retract Count
C1 _96 _96 __0 0000000020EA Load/Unload Cycle Count
C2 _41 _52 __0 000E00000029 Temperature
C3 _81 _64 __0 000007D56831 Hardware ECC recovered
C5 100 100 __0 000000000000 Current Pending Sector Count
C6 100 100 __0 000000000000 Uncorrectable Sector Count
C7 200 200 __0 000000000000 UltraDMA CRC Error Count
F0 100 253 __0 1B8400002CA8 Head Flying Hours
F1 100 253 __0 001398DE879B Total Host Writes
F2 100 253 __0 0018D63306F0 Total Host Reads

-- IDENTIFY_DEVICE ---------------------------------------------------------
        0    1    2    3    4    5    6    7    8    9
000: 0C5A 3FFF C837 0010 0000 0000 003F 0000 0000 0000
010: 2020 2020 2020 2020 2020 2020 5A52 3130 4C4B 5946
020: 0000 0000 0000 3030 3031 2020 2020 5354 3630 3030
030: 444D 3030 332D 3243 5931 3836 2020 2020 2020 2020
040: 2020 2020 2020 2020 2020 2020 2020 8010 4000 2F00
050: 4000 0200 0200 0007 3FFF 0010 003F FC10 00FB 0110
060: FFFF 0FFF 0000 0007 0003 0078 0078 0078 0078 0100
070: 0000 0000 0000 0000 0000 001F 870E 0004 00CC 0040
080: 07F0 006D 346B 7D61 4163 3469 BC41 4163 407F 815A
090: 815A 0000 FFFE 0000 D0D0 0000 0000 0000 0000 0000
100: F4B0 BAA0 0002 0000 0000 0000 6003 0000 5000 C500
110: C97E FDCD 0000 0000 0000 0000 0000 0000 0000 40DC
120: 409C 0000 0000 0000 0000 0000 0000 0000 0021 0000
130: 0000 0000 0000 0000 0000 0000 0000 5000 0000 0000
140: 0000 0000 0000 0000 0000 0000 BDFF 0000 0000 0000
150: 0008 0000 BDFF 0807 0000 8002 0000 0184 9B00 8008
160: 0000 0000 0000 0000 0000 0000 0000 0000 0002 0000
170: 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000
180: 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000
190: 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000
200: 0000 0000 0000 0000 0000 0000 30A5 0000 0000 4000
210: 0000 0000 0000 0000 0000 0000 0000 1531 0000 0000
220: 0000 0000 107F 0000 0000 0000 0000 0000 0000 0000
230: 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000
240: 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000
250: 0000 0000 0000 0000 0000 64A5

-- SMART_READ_DATA ---------------------------------------------------------
     +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B +C +D +E +F
000: 0A 00 01 0F 00 51 40 31 68 D5 07 00 00 00 03 03
010: 00 5C 5B 00 00 00 00 00 00 00 04 32 00 61 61 B3
020: 0E 00 00 00 00 00 05 33 00 64 64 00 00 00 00 00
030: 00 00 07 0F 00 54 3C D6 63 6B 0D 00 00 00 09 32
040: 00 52 52 24 3F 00 00 04 1E 32 0A 13 00 64 64 00
050: 00 00 00 00 00 00 0C 32 00 64 64 57 00 00 00 00
060: 00 00 B7 32 00 64 64 00 00 00 00 00 00 00 B8 32
070: 00 64 64 00 00 00 00 00 00 00 BB 32 00 64 64 00
080: 00 00 00 00 00 00 BC 32 00 64 5F 5F 00 01 00 00
090: 00 00 BD 3A 00 64 64 00 00 00 00 00 00 00 BE 22
0A0: 00 3B 30 29 00 19 31 00 00 00 BF 32 00 64 64 00
0B0: 00 00 00 00 00 00 C0 32 00 64 64 FB 00 00 00 00
0C0: 00 00 C1 32 00 60 60 EA 20 00 00 00 00 00 C2 22
0D0: 00 29 34 29 00 00 00 0E 00 00 C3 1A 00 51 40 31
0E0: 68 D5 07 00 00 00 C5 12 00 64 64 00 00 00 00 00
0F0: 00 00 C6 10 00 64 64 00 00 00 00 00 00 00 C7 3E
100: 00 C8 C8 00 00 00 00 00 00 00 F0 00 00 64 FD A8
110: 2C 00 00 84 1B 1A F1 00 00 64 FD 9B 87 DE 98 13
120: 00 00 F2 00 00 64 FD F0 06 33 D6 18 00 00 00 00
130: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
140: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
150: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
160: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 73
170: 03 00 01 00 01 FF 02 B3 02 00 00 00 00 00 00 00
180: 00 00 00 00 00 00 00 00 01 08 08 08 08 08 08 08
190: 09 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00
1A0: 00 00 00 00 00 00 00 00 DD D8 77 49 ED 34 00 00
1B0: 00 00 00 00 01 00 0A 63 9B 87 DE 98 13 00 00 00
1C0: F0 06 33 D6 18 00 00 00 00 00 00 00 00 00 00 00
1D0: 01 00 00 00 00 00 00 00 B1 10 00 00 01 00 00 00
1E0: 00 00 00 00 79 1D 00 00 00 00 00 00 00 00 03 01
1F0: 00 00 00 00 00 00 00 00 00 00 03 19 00 00 00 48

-- SMART_READ_THRESHOLD ----------------------------------------------------
     +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B +C +D +E +F
000: 01 00 01 06 00 00 00 00 00 00 00 00 00 00 03 00
010: 00 00 00 00 00 00 00 00 00 00 04 14 00 00 00 00
020: 00 00 00 00 00 00 05 0A 00 00 00 00 00 00 00 00
030: 00 00 07 2D 00 00 00 00 00 00 00 00 00 00 09 00
040: 00 00 00 00 00 00 00 00 00 00 0A 61 00 00 00 00
050: 00 00 00 00 00 00 0C 14 00 00 00 00 00 00 00 00
060: 00 00 B7 00 00 00 00 00 00 00 00 00 00 00 B8 63
070: 00 00 00 00 00 00 00 00 00 00 BB 00 00 00 00 00
080: 00 00 00 00 00 00 BC 00 00 00 00 00 00 00 00 00
090: 00 00 BD 00 00 00 00 00 00 00 00 00 00 00 BE 28
0A0: 00 00 00 00 00 00 00 00 00 00 BF 00 00 00 00 00
0B0: 00 00 00 00 00 00 C0 00 00 00 00 00 00 00 00 00
0C0: 00 00 C1 00 00 00 00 00 00 00 00 00 00 00 C2 00
0D0: 00 00 00 00 00 00 00 00 00 00 C3 00 00 00 00 00
0E0: 00 00 00 00 00 00 C5 00 00 00 00 00 00 00 00 00
0F0: 00 00 C6 00 00 00 00 00 00 00 00 00 00 00 C7 00
100: 00 00 00 00 00 00 00 00 00 00 F0 00 00 00 00 00
110: 00 00 00 00 00 00 F1 00 00 00 00 00 00 00 00 00
120: 00 00 F2 00 00 00 00 00 00 00 00 00 00 00 00 00
130: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
140: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
150: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
160: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
170: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
180: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
190: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1A0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1B0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1C0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1D0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 30
I'll forgo another RAM test... It's good and there are no random BSOD's...
bitcoin
Member
Member
Posts: 63
Joined: Thu Oct 12, 2023 4:24 pm

Re: Missing Python Runtime (search)

Post by bitcoin »

I could test my hypothesis by re-enabling 1. Python with official installer, and 2. enable View... Search... once again and report for each step how qB is behaving. And if qB starts crashing again, I just run the setup once more this time leaving Python untouched.

That, or we just give up on it all :)

Peace!

Devvie

PS: currently, without Python etc etc qB is responding like it should. I have zero problems atm...
moriswayne
Newbie
Newbie
Posts: 1
Joined: Mon Oct 30, 2023 7:16 am

Re: Missing Python Runtime (search)

Post by moriswayne »

bitcoin wrote: Thu Oct 12, 2023 4:31 pm Cfr. viewtopic.php?t=9196

I'm in the same boat. When I go to qbittorrent: view: search I get a popup that the Python libraries are missing and it proceeds to install python 3.10.11. But whatever PATH statement (user/system) I add,GB instagram qB keeps insisting the libraries are missing.
Hi, Did you try reinstalling qBittorrent or ensuring that you have the necessary Python libraries installed on your system? Because that there's a problem with the installation or configuration of qBittorrent on your system!
bitcoin
Member
Member
Posts: 63
Joined: Thu Oct 12, 2023 4:24 pm

Re: Missing Python Runtime (search)

Post by bitcoin »

Just a small bump if I may: up to now qB is as stable as could be. Time to once again install Python? If so, which one do you want me to install first?

:)
User avatar
Peter
Administrator
Administrator
Posts: 2702
Joined: Wed Jul 07, 2010 6:14 pm

Re: Missing Python Runtime (search)

Post by Peter »

If you don't have any, enabling and then opening Search will install one for you. That process worked fine for me too.
bitcoin
Member
Member
Posts: 63
Joined: Thu Oct 12, 2023 4:24 pm

Re: Missing Python Runtime (search)

Post by bitcoin »

Peter wrote: Wed Nov 01, 2023 11:17 am If you don't have any, enabling and then opening Search will install one for you. That process worked fine for me too.
Erhm, that's how this thread started...? No? :)
User avatar
Peter
Administrator
Administrator
Posts: 2702
Joined: Wed Jul 07, 2010 6:14 pm

Re: Missing Python Runtime (search)

Post by Peter »

bitcoin wrote: Wed Nov 01, 2023 3:24 pm
Peter wrote: Wed Nov 01, 2023 11:17 am If you don't have any, enabling and then opening Search will install one for you. That process worked fine for me too.
Erhm, that's how this thread started...? No? :)
You had like 4 Pythons installed though.. :p
bitcoin
Member
Member
Posts: 63
Joined: Thu Oct 12, 2023 4:24 pm

Re: Missing Python Runtime (search)

Post by bitcoin »

we tested single installs too, but alright... just to prove a point... Let's crash qB again :)
bitcoin
Member
Member
Posts: 63
Joined: Thu Oct 12, 2023 4:24 pm

Re: Missing Python Runtime (search)

Post by bitcoin »

Code: Select all

C:\Windows\System32>py
Python 3.8.10 (tags/v3.8.10:3d8993a, May  3 2021, 11:48:03) [MSC v.1928 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>>

Code: Select all

C:\Windows\System32>where python
C:\Users\Gebruiker\AppData\Local\Programs\Python\Python38\python.exe
C:\Users\Gebruiker\AppData\Local\Microsoft\WindowsApps\python.exe

C:\Windows\System32>python -v
import _frozen_importlib # frozen
import _imp # builtin
import '_thread' # <class '_frozen_importlib.BuiltinImporter'>
import '_warnings' # <class '_frozen_importlib.BuiltinImporter'>
import '_weakref' # <class '_frozen_importlib.BuiltinImporter'>
import '_io' # <class '_frozen_importlib.BuiltinImporter'>
import 'marshal' # <class '_frozen_importlib.BuiltinImporter'>
import 'nt' # <class '_frozen_importlib.BuiltinImporter'>
import 'winreg' # <class '_frozen_importlib.BuiltinImporter'>
import '_frozen_importlib_external' # <class '_frozen_importlib.FrozenImporter'>
import _thread # previously loaded ('_thread')
import '_thread' # <class '_frozen_importlib.BuiltinImporter'>
import _weakref # previously loaded ('_weakref')
import '_weakref' # <class '_frozen_importlib.BuiltinImporter'>
import winreg # previously loaded ('winreg')
import 'winreg' # <class '_frozen_importlib.BuiltinImporter'>
# installing zipimport hook
import 'time' # <class '_frozen_importlib.BuiltinImporter'>
import 'zipimport' # <class '_frozen_importlib.FrozenImporter'>
# installed zipimport hook
# C:\Users\Gebruiker\AppData\Local\Programs\Python\Python38\lib\encodings\__pycache__\__init__.cpython-38.pyc matches C:\Users\Gebruiker\AppData\Local\Programs\Python\Python38\lib\encodings\__init__.py
# code object from 'C:\\Users\\Gebruiker\\AppData\\Local\\Programs\\Python\\Python38\\lib\\encodings\\__pycache__\\__init__.cpython-38.pyc'
# C:\Users\Gebruiker\AppData\Local\Programs\Python\Python38\lib\__pycache__\codecs.cpython-38.pyc matches C:\Users\Gebruiker\AppData\Local\Programs\Python\Python38\lib\codecs.py
# code object from 'C:\\Users\\Gebruiker\\AppData\\Local\\Programs\\Python\\Python38\\lib\\__pycache__\\codecs.cpython-38.pyc'
import '_codecs' # <class '_frozen_importlib.BuiltinImporter'>
import 'codecs' # <_frozen_importlib_external.SourceFileLoader object at 0x000001D589A00A00>
# C:\Users\Gebruiker\AppData\Local\Programs\Python\Python38\lib\encodings\__pycache__\aliases.cpython-38.pyc matches C:\Users\Gebruiker\AppData\Local\Programs\Python\Python38\lib\encodings\aliases.py
# code object from 'C:\\Users\\Gebruiker\\AppData\\Local\\Programs\\Python\\Python38\\lib\\encodings\\__pycache__\\aliases.cpython-38.pyc'
import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x000001D589B6EFA0>
import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x000001D589A007F0>
# C:\Users\Gebruiker\AppData\Local\Programs\Python\Python38\lib\encodings\__pycache__\utf_8.cpython-38.pyc matches C:\Users\Gebruiker\AppData\Local\Programs\Python\Python38\lib\encodings\utf_8.py
# code object from 'C:\\Users\\Gebruiker\\AppData\\Local\\Programs\\Python\\Python38\\lib\\encodings\\__pycache__\\utf_8.cpython-38.pyc'
import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x000001D589A00850>
# C:\Users\Gebruiker\AppData\Local\Programs\Python\Python38\lib\encodings\__pycache__\cp1252.cpython-38.pyc matches C:\Users\Gebruiker\AppData\Local\Programs\Python\Python38\lib\encodings\cp1252.py
# code object from 'C:\\Users\\Gebruiker\\AppData\\Local\\Programs\\Python\\Python38\\lib\\encodings\\__pycache__\\cp1252.cpython-38.pyc'
import 'encodings.cp1252' # <_frozen_importlib_external.SourceFileLoader object at 0x000001D589B87100>
import '_signal' # <class '_frozen_importlib.BuiltinImporter'>
# C:\Users\Gebruiker\AppData\Local\Programs\Python\Python38\lib\encodings\__pycache__\latin_1.cpython-38.pyc matches C:\Users\Gebruiker\AppData\Local\Programs\Python\Python38\lib\encodings\latin_1.py
# code object from 'C:\\Users\\Gebruiker\\AppData\\Local\\Programs\\Python\\Python38\\lib\\encodings\\__pycache__\\latin_1.cpython-38.pyc'
import 'encodings.latin_1' # <_frozen_importlib_external.SourceFileLoader object at 0x000001D589B87460>
# C:\Users\Gebruiker\AppData\Local\Programs\Python\Python38\lib\__pycache__\io.cpython-38.pyc matches C:\Users\Gebruiker\AppData\Local\Programs\Python\Python38\lib\io.py
# code object from 'C:\\Users\\Gebruiker\\AppData\\Local\\Programs\\Python\\Python38\\lib\\__pycache__\\io.cpython-38.pyc'
# C:\Users\Gebruiker\AppData\Local\Programs\Python\Python38\lib\__pycache__\abc.cpython-38.pyc matches C:\Users\Gebruiker\AppData\Local\Programs\Python\Python38\lib\abc.py
# code object from 'C:\\Users\\Gebruiker\\AppData\\Local\\Programs\\Python\\Python38\\lib\\__pycache__\\abc.cpython-38.pyc'
import '_abc' # <class '_frozen_importlib.BuiltinImporter'>
import 'abc' # <_frozen_importlib_external.SourceFileLoader object at 0x000001D589B878E0>
import 'io' # <_frozen_importlib_external.SourceFileLoader object at 0x000001D589B87610>
# C:\Users\Gebruiker\AppData\Local\Programs\Python\Python38\lib\__pycache__\site.cpython-38.pyc matches C:\Users\Gebruiker\AppData\Local\Programs\Python\Python38\lib\site.py
# code object from 'C:\\Users\\Gebruiker\\AppData\\Local\\Programs\\Python\\Python38\\lib\\__pycache__\\site.cpython-38.pyc'
# C:\Users\Gebruiker\AppData\Local\Programs\Python\Python38\lib\__pycache__\os.cpython-38.pyc matches C:\Users\Gebruiker\AppData\Local\Programs\Python\Python38\lib\os.py
# code object from 'C:\\Users\\Gebruiker\\AppData\\Local\\Programs\\Python\\Python38\\lib\\__pycache__\\os.cpython-38.pyc'
# C:\Users\Gebruiker\AppData\Local\Programs\Python\Python38\lib\__pycache__\stat.cpython-38.pyc matches C:\Users\Gebruiker\AppData\Local\Programs\Python\Python38\lib\stat.py
# code object from 'C:\\Users\\Gebruiker\\AppData\\Local\\Programs\\Python\\Python38\\lib\\__pycache__\\stat.cpython-38.pyc'
import '_stat' # <class '_frozen_importlib.BuiltinImporter'>
import 'stat' # <_frozen_importlib_external.SourceFileLoader object at 0x000001D589BB1280>
# C:\Users\Gebruiker\AppData\Local\Programs\Python\Python38\lib\__pycache__\_collections_abc.cpython-38.pyc matches C:\Users\Gebruiker\AppData\Local\Programs\Python\Python38\lib\_collections_abc.py
# code object from 'C:\\Users\\Gebruiker\\AppData\\Local\\Programs\\Python\\Python38\\lib\\__pycache__\\_collections_abc.cpython-38.pyc'
import '_collections_abc' # <_frozen_importlib_external.SourceFileLoader object at 0x000001D589BB12B0>
# C:\Users\Gebruiker\AppData\Local\Programs\Python\Python38\lib\__pycache__\ntpath.cpython-38.pyc matches C:\Users\Gebruiker\AppData\Local\Programs\Python\Python38\lib\ntpath.py
# code object from 'C:\\Users\\Gebruiker\\AppData\\Local\\Programs\\Python\\Python38\\lib\\__pycache__\\ntpath.cpython-38.pyc'
# C:\Users\Gebruiker\AppData\Local\Programs\Python\Python38\lib\__pycache__\genericpath.cpython-38.pyc matches C:\Users\Gebruiker\AppData\Local\Programs\Python\Python38\lib\genericpath.py
# code object from 'C:\\Users\\Gebruiker\\AppData\\Local\\Programs\\Python\\Python38\\lib\\__pycache__\\genericpath.cpython-38.pyc'
import 'genericpath' # <_frozen_importlib_external.SourceFileLoader object at 0x000001D589BD4E80>
import 'ntpath' # <_frozen_importlib_external.SourceFileLoader object at 0x000001D589BB1D00>
import 'os' # <_frozen_importlib_external.SourceFileLoader object at 0x000001D589B919A0>
# C:\Users\Gebruiker\AppData\Local\Programs\Python\Python38\lib\__pycache__\_sitebuiltins.cpython-38.pyc matches C:\Users\Gebruiker\AppData\Local\Programs\Python\Python38\lib\_sitebuiltins.py
# code object from 'C:\\Users\\Gebruiker\\AppData\\Local\\Programs\\Python\\Python38\\lib\\__pycache__\\_sitebuiltins.cpython-38.pyc'
import '_sitebuiltins' # <_frozen_importlib_external.SourceFileLoader object at 0x000001D589BA73A0>
# C:\Users\Gebruiker\AppData\Local\Programs\Python\Python38\lib\__pycache__\_bootlocale.cpython-38.pyc matches C:\Users\Gebruiker\AppData\Local\Programs\Python\Python38\lib\_bootlocale.py
# code object from 'C:\\Users\\Gebruiker\\AppData\\Local\\Programs\\Python\\Python38\\lib\\__pycache__\\_bootlocale.cpython-38.pyc'
import '_locale' # <class '_frozen_importlib.BuiltinImporter'>
import '_bootlocale' # <_frozen_importlib_external.SourceFileLoader object at 0x000001D589BD4CA0>
import 'site' # <_frozen_importlib_external.SourceFileLoader object at 0x000001D589B91280>
Python 3.8.10 (tags/v3.8.10:3d8993a, May  3 2021, 11:48:03) [MSC v.1928 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
import 'atexit' # <class '_frozen_importlib.BuiltinImporter'>
>>>
Still no Python detected by qB, still no search bar in qB.

Now I'll wait for the crashes :)
Post Reply