Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Files not responding when opening big video files #16442

Open
BedBug2479 opened this issue Nov 6, 2024 · 16 comments
Open

Bug: Files not responding when opening big video files #16442

BedBug2479 opened this issue Nov 6, 2024 · 16 comments
Labels
needs - additional info Needs more information from the reporter

Comments

@BedBug2479
Copy link

Description

Opening a big Video (1gb+) file through default media player (potplayer) makes the window not responding for 5-10 sec.

screen recorded video showing no responding
https://gofile.io/d/kG8qvp

Steps To Reproduce

Open a video file

Files Version

3.7.11.0

Windows Version

10.0.19045.5073

User ID

No response

Log File

2024-11-06 19:24:54.3484|Information|App launched. Launch args type: LaunchActivatedEventArgs
2024-11-06 19:24:56.0317|Information|Drive added: C:, Fixed
2024-11-06 19:24:56.0895|Information|Drive added: D:, Fixed
2024-11-06 19:24:56.3483|Information|Drive added: E:, Fixed
2024-11-06 19:24:56.3910|Information|Drive added: F:, Fixed
2024-11-06 19:24:56.4237|Information|Drive added: G:, Fixed
2024-11-06 19:24:56.4474|Information|Drive added: H:, Fixed
2024-11-06 19:24:57.9474|Information|SIDELOAD: Checking for updates...
2024-11-06 19:24:58.9261|Information|SIDELOAD: Current Package Name: Files
2024-11-06 19:24:58.9264|Information|SIDELOAD: Remote Package Name: Files
2024-11-06 19:24:58.9266|Information|SIDELOAD: Current Version: 3.7.11.0
2024-11-06 19:24:58.9267|Information|SIDELOAD: Remote Version: 3.7.11.0
2024-11-06 19:24:58.9269|Warning|SIDELOAD: Update not found.
2024-11-06 19:25:28.3666|Information|Running on ARM: False

@yaira2
Copy link
Member

yaira2 commented Nov 6, 2024

Is this also an issue if you right click the file and use open with?

@yaira2 yaira2 added the needs - additional info Needs more information from the reporter label Nov 6, 2024
@BedBug2479
Copy link
Author

Is this also an issue if you right click the file and use open with?

no this issue is only when double clicking

but i am getting a 1-2 sec delay during right click #16440

@yaira2
Copy link
Member

yaira2 commented Nov 6, 2024

Do you know if this is related to the file size, or is it the file type (in which case it's the same as #16286)?

@BedBug2479
Copy link
Author

BedBug2479 commented Nov 6, 2024

Do you know if this is related to the file size, or is it the file type (in which case it's the same as #16286)?

it seems to be related to file size
just now opened a 3gb rar file through 7zip(default for rar/zip) and it was not resonding for 5-10sec

small files are opening fine
just opened a 20mb video file working fine

@yaira2
Copy link
Member

yaira2 commented Nov 6, 2024

What about from File Explorer?

@BedBug2479
Copy link
Author

What about from File Explorer?

opening fine without any issue both video/zip in 1-2sec

@yaira2
Copy link
Member

yaira2 commented Nov 6, 2024

I'm considering whether this might be an issue with the Process.Start API, which could explain why File Explorer doesn't encounter this problem. It's likely that 7zip is using the same method as Files. While I'm hesitant to draw a definitive conclusion, I wanted to share this theory in case anyone else has encountered it before.

@yaira2
Copy link
Member

yaira2 commented Nov 7, 2024

@BedBug2479 do you have a third-party antivirus application on your device?

@BedBug2479
Copy link
Author

@BedBug2479 do you have a third-party antivirus application on your device?

there is McAffee that comes free for 1year with the new lapy

@yaira2
Copy link
Member

yaira2 commented Nov 7, 2024

Can you check if this issue applies when turning off McAffee? It's possible that it scans files when opened from a third-party process such as Files and can potentially cause a slowdown depending on the size.

@BedBug2479
Copy link
Author

Can you check if this issue applies when turning off McAffee? It's possible that it scans files when opened from a third-party process such as Files and can potentially cause a slowdown depending on the size.

Disabled the AV but still seem to have same issue

@yaira2
Copy link
Member

yaira2 commented Nov 7, 2024

Fyi @hez2010

@BedBug2479
Copy link
Author

@hez2010 anything on this?

@0x5bfa
Copy link
Member

0x5bfa commented Nov 15, 2024

Can you take a look at "Control Panel > Security and Maintenance > Reliability Monitor" and see anything about Files.

@BedBug2479
Copy link
Author

BedBug2479 commented Nov 15, 2024

Can you take a look at "Control Panel > Security and Maintenance > Reliability Monitor" and see anything about Files.

Description
Faulting application name: Files.exe, version: 1.0.0.0, time stamp: 0x666b0000
Faulting module name: KERNELBASE.dll, version: 10.0.19041.5131, time stamp: 0x011921da
Exception code: 0xc000027b
Fault offset: 0x0000000000133942
Faulting process id: 0x4cc4
Faulting application start time: 0x01db367b989b339d
Faulting application path: C:\Program Files\WindowsApps\Files_3.7.11.0_x64__1y0xx7n9077q4\Files.App\Files.exe
Faulting module path: C:\WINDOWS\System32\KERNELBASE.dll
Report Id: bc93bb85-0927-453d-ba3f-d939a7ff1b46
Faulting package full name: Files_3.7.11.0_x64__1y0xx7n9077q4
Faulting package-relative application ID: App

@BedBug2479
Copy link
Author

To add to this issue HEVC files are also having the same issue irrespective of size.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs - additional info Needs more information from the reporter
Projects
None yet
Development

No branches or pull requests

3 participants