XYcopy run-time error 14
Forum rules
READ THIS AND DO IT!!!
Please include the following information:
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).
We strongly recommend adding your Windows Version and Screen Scaling Percentage to the Location field in your Profile or to your Signature. That way, you only have to type them once, and we won't have to search for that vital information.
When attaching an Image, please use the Attachment tab at the bottom of your post and click "Add files".
READ THIS AND DO IT!!!
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).
-
o7blue
- Posts: 126
- Joined: 22 Dec 2020 07:10
XYcopy run-time error 14
So this happened when moving a large folder (F:/large) into a new folder (F:/new) so the end result should be F:/new/large. F is a network location mounted via SMB.
The unprocessed files still sit in the old location, so the move did not complete after the error popped up.
The unprocessed files still sit in the old location, so the move did not complete after the error popped up.
To see the attached files, you need to log into the forum.
-
admin
- Site Admin
- Posts: 66619
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: XYcopy run-time error 14
Interesting, an uncaught error that needs to be handled more gracefully. You probably encountered a physical limitation there with the number of files moved. How many was it?
FAQ | XY News RSS | XY X
-
highend
- Posts: 14992
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: XYcopy run-time error 14
It's in the screenshot 
One of my scripts helped you out? Please donate via Paypal
-
admin
- Site Admin
- Posts: 66619
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
-
admin
- Site Admin
- Posts: 66619
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: XYcopy run-time error 14
Okay, I assume this issue is caused by the growing amount of report data and/or undo data. The problem itself can't be fixed, but probably the file operation should take precedence over the report/undo, so the latter should just be thrown away when running out of memory.
FAQ | XY News RSS | XY X
-
admin
- Site Admin
- Posts: 66619
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: XYcopy run-time error 14
PS: Since you apparently moved just one large folder, it can't be the undo data, so it must be the report data.
FAQ | XY News RSS | XY X
-
o7blue
- Posts: 126
- Joined: 22 Dec 2020 07:10
Re: XYcopy run-time error 14
This seems related, happened when copying a relatively large folder:
Is there a way to mitigate this? Let XY use more memory or something?
Is there a way to mitigate this? Let XY use more memory or something?
To see the attached files, you need to log into the forum.
-
admin
- Site Admin
- Posts: 66619
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
-
o7blue
- Posts: 126
- Joined: 22 Dec 2020 07:10
Re: XYcopy run-time error 14
It's 23.00.0100, did you make some changes in a newer version?
-
admin
- Site Admin
- Posts: 66619
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: XYcopy run-time error 14
Yes, please try the latest version 23.10.0000.
FAQ | XY News RSS | XY X
-
o7blue
- Posts: 126
- Joined: 22 Dec 2020 07:10
Re: XYcopy run-time error 14
Here's an update:
So it looks like the copy operation gave up after reaching 2.61TB, however the folder was a little over 5TB. But the size seems less important the the file count. So far through anecdotal evidence it looks like it's safe to copy up to 500k files, maybe up to a million.
Also I swear I have windows 10, no idea why it's saying 8.1 there
Oh, and this was done on 23.10
So it looks like the copy operation gave up after reaching 2.61TB, however the folder was a little over 5TB. But the size seems less important the the file count. So far through anecdotal evidence it looks like it's safe to copy up to 500k files, maybe up to a million.
Also I swear I have windows 10, no idea why it's saying 8.1 there
Oh, and this was done on 23.10
To see the attached files, you need to log into the forum.
-
admin
- Site Admin
- Posts: 66619
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: XYcopy run-time error 14
It's not the bytes, it's the number of files. The way it is written now, there is a limit to this. 3 million files, come on...
Concerning the Windows version, please show
Concerning the Windows version, please show
echo <get os>;.FAQ | XY News RSS | XY X
-
o7blue
- Posts: 126
- Joined: 22 Dec 2020 07:10
Re: XYcopy run-time error 14
Thanks for confirming it's the file count that's the limit. Would it be difficult to increase or remote the limit? Seems I'll have to use windows explorer for backup operations.
EDIT: actually, it's a pain in the ass to use windows explorer for backups
Unlike XY it breaks when copying files that have a path over 260 characters, and I have a lot of those
EDIT: actually, it's a pain in the ass to use windows explorer for backups
To see the attached files, you need to log into the forum.
-
admin
- Site Admin
- Posts: 66619
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: XYcopy run-time error 14
The limit is physical. Cannot raise it. The strategy is to split the job into parts. Until XY does it you can and have to do it yourself.
FAQ | XY News RSS | XY X
-
o7blue
- Posts: 126
- Joined: 22 Dec 2020 07:10
Re: XYcopy run-time error 14
Thanks for considering a solution to this, I'll keep an eye on the changelog for if/when it gets implemented. I'll continue to manually split my file operations into smaller chunks in the meantime.
XYplorer Beta Club