Ошибка ввода вывода 53 excel

 

Honey

Пользователь

Сообщений: 204
Регистрация: 06.02.2015

#1

09.08.2016 12:18:49

Всем еще раз здравствуйте!

Вопрос по той же теме почти, что и в предыдущей теме.
Имеется макрос поиска решения:

Код
Sub M_Resoudre()
'
' M_Resoudre Macro
'
On Error Resume Next
'ActiveSheet.Unprotect Password:=""
'
    SolverOk SetCell:="$AI$34", MaxMinVal:=3, ValueOf:=0, ByChange:="$AI$24:$AI$33", _
        Engine:=2, EngineDesc:="Simplex LP"
    SolverOk SetCell:="$AI$34", MaxMinVal:=3, ValueOf:=0, ByChange:="$AI$24:$AI$33", _
        Engine:=2, EngineDesc:="Simplex LP"
        
    SolverSolve UserFinish:=True
    On Error Resume Next
'ActiveSheet.Protect Password:=""

End Sub

Суть в том, что макрос не срабатывает. Все макросы включены, надстройки, библиотеки… А если пробую запустить вручную: данные — поиск решения — найти решение — выдает ошибку 53 Can’t find SOLVER32.dll
Читала, что этот сис.файл можно до установить. Но эта ошибка выходит не у всех за одним компьютером! Зайду я под своей учеткой с общего диска ошибки нет и все шикарно. Зайдет кто-то другой — уже есть ошибка. Компьютер тот же. Разные учетные записи. Эксель я так поняла не влияет, у меня и в 2016, и в 2013 может и не может выходить эта ошибка… В общем идей не осталось. Причин логичных, каких-либо зависимостей уже не вижу. Помогите, в чем проблема???

Заранее спасибо всем, кто откликнется

 

TheBestOfTheBest

Пользователь

Сообщений: 2366
Регистрация: 03.04.2015

Excel 2010 +PLEX +SaveToDB +PowerQuery

В надстройках надо включить «Поиск решения VBA»

Неизлечимых болезней нет, есть неизлечимые люди.

 

Honey

Пользователь

Сообщений: 204
Регистрация: 06.02.2015

TheBestOfTheBest, спасибо большое! Пойду пробовать
А почему у некоторых надо, а у некоторых и без этого  работает?

Попробовала, нет такого поиска решения VBA… есть анализ данных VBA… И все та же ошибка(

Изменено: Honey09.08.2016 12:31:25

 

Влад

Пользователь

Сообщений: 1189
Регистрация: 24.12.2012

Значит, нужно установить из установочного пакета офиса.

 

Honey

Пользователь

Сообщений: 204
Регистрация: 06.02.2015

Влад, но ведь работает у некоторых и без этого… Пробовала установить сам solver32.dll, как и писала выше, да работает, но стоит на этот же комп войти под другим именем — та же история с ошибкой.

 

Honey

Пользователь

Сообщений: 204
Регистрация: 06.02.2015

Может дело в макросе? Может он сама по себе какой-то «больной»? :(

 

TheBestOfTheBest

Пользователь

Сообщений: 2366
Регистрация: 03.04.2015

Excel 2010 +PLEX +SaveToDB +PowerQuery

#7

09.08.2016 12:38:45

Могу помочь по TeamViewer.
Виноват, в редакторе макросов Alt+F11 — Меню-Tools-References — Solver ставим галочку.

Вот, что говорят люди:

Скрытый текст

Изменено: TheBestOfTheBest09.08.2016 13:02:38

Неизлечимых болезней нет, есть неизлечимые люди.

 

Honey

Пользователь

Сообщений: 204
Регистрация: 06.02.2015

TheBestOfTheBest, и это тоже пробовали)))

 

Honey

Пользователь

Сообщений: 204
Регистрация: 06.02.2015

На данный момент если добавить solver32.dll — все работает. Пока! Завтра буду еще тестить… Будут результаты отпишусь…
Но это не отвечает на главный вопрос! А в чем прикол-то? По какому критерию там работает, а тут нет…

 

TheBestOfTheBest

Пользователь

Сообщений: 2366
Регистрация: 03.04.2015

Excel 2010 +PLEX +SaveToDB +PowerQuery

Похоже у Вас на некоторых компьютерах «криво» установлен офис.

Неизлечимых болезней нет, есть неизлечимые люди.

 

Honey

Пользователь

Сообщений: 204
Регистрация: 06.02.2015

#11

10.08.2016 05:44:20

Сегодня выяснилось кое-что новое. Есть такой же файл с другого филиала. Я его запросила для сравнения (ну если есть ошибка-выяснить где же) Кроме номеров строк, столбцов и других незначительных изменений все идентично. Но интересно то, что если две книги открыты параллельно — все работает и без солвера32. То есть словно мой файл запрашивает/ссылается на данные с другого файла (другого филиала) и найдя все решает. Пересмотрела снова макросы и условия в поиске решения. только ячейки разные используются. Остальное также…
TheBestOfTheBest, а может ли быть, что офис на компьютере у одного пользователя работает исправно, а зайдя на этот же компьютер под другим пользователем — уже ошибка?
Переписала макрос… Теперь он такой:

Код
Sub M_Resoudre()'
' M_Resoudre Macro'
    SolverOk SetCell:="$AJ$35", MaxMinVal:=3, ValueOf:=0, ByChange:="$AJ$24:$AJ$33" _
       , Engine:=2, EngineDesc:="Simplex LP"
    SolverOk SetCell:="$AJ$35", MaxMinVal:=3, ValueOf:=0, ByChange:="$AJ$24:$AJ$33" _
       , Engine:=2, EngineDesc:="Simplex LP"
    SolverSolve UserFinish:=True
End Sub

Ошибка 53 больше не появлялась. Теперь ошибка 453!

Прикрепленные файлы

  • compressed-coza.jpg (85.37 КБ)

Изменено: Honey10.08.2016 11:12:07

 

TheBestOfTheBest

Пользователь

Сообщений: 2366
Регистрация: 03.04.2015

Excel 2010 +PLEX +SaveToDB +PowerQuery

#12

10.08.2016 09:26:22

Ошибка то осталась, Solver32 вы ему подсунули, но видимо не от того офиса. От версии к версии эта надстройка очень существенно менялась. Вот теперь он не может найти точку входа.

Цитата
а может ли быть, что офис на компьютере у одного пользователя работает исправно, а зайдя на этот же компьютер под другим пользователем — уже ошибка?

Зависит от того как установлен офис. Обычно его ставят для всех пользователей компьютера, и для всех пользователей он одинаковый.

Еще такой вопрос, зачем в коде две одинаковые строки?

Неизлечимых болезней нет, есть неизлечимые люди.

 

Honey

Пользователь

Сообщений: 204
Регистрация: 06.02.2015

TheBestOfTheBest, Вроде бы решилось… Переименовали солвер 32 на просто солвер и все… Правда теперь эксель после закрытия иногда запрашивает пароль от солвера какой-то. Мы его через диспетчер задач — снять задачу эксель  — убираем.
При записи макроса сразу так и было. Пробовала убрать, но тогда макрос работает некорректно.

 

TheBestOfTheBest

Пользователь

Сообщений: 2366
Регистрация: 03.04.2015

Excel 2010 +PLEX +SaveToDB +PowerQuery

Переустановите офис на компьютере и установите все обновления для него, полагаю проблема Ваша решится.

Неизлечимых болезней нет, есть неизлечимые люди.

 

Honey

Пользователь

Сообщений: 204
Регистрация: 06.02.2015

#15

10.08.2016 10:03:06

TheBestOfTheBest, спасибо Вам большое!!! :)

Icon Ex Номер ошибки: Ошибка 53
Название ошибки: Excel Error 53
Описание ошибки: Ошибка 53: Возникла ошибка в приложении Microsoft Excel. Приложение будет закрыто. Приносим извинения за неудобства.
Разработчик: Microsoft Corporation
Программное обеспечение: Microsoft Excel
Относится к: Windows XP, Vista, 7, 8, 10, 11

«Excel Error 53» Введение

Эксперты обычно называют «Excel Error 53» «ошибкой времени выполнения». Программисты работают через различные уровни отладки, пытаясь убедиться, что Microsoft Excel как можно ближе к безошибочным. К сожалению, некоторые критические проблемы, такие как ошибка 53, часто могут быть упущены из виду.

Некоторые пользователи могут столкнуться с сообщением «Excel Error 53» при использовании Microsoft Excel. После возникновения ошибки 53 пользователь программного обеспечения имеет возможность сообщить разработчику об этой проблеме. Затем программисты могут исправить эти ошибки в коде и включить исправление, которое можно загрузить с их веб-сайта. Чтобы исправить любые документированные ошибки (например, ошибку 53) в системе, разработчик может использовать комплект обновления Microsoft Excel.

Сбой во время запуска Microsoft Excel или во время выполнения, как правило, когда вы столкнетесь с «Excel Error 53». Три распространенные причины, по которым ошибки во время выполнения, такие как всплывающее окно ошибки 53:

Ошибка 53 Crash — это типичная ошибка 53 во время выполнения, которая полностью аварийно завершает работу компьютера. Это возникает, когда Microsoft Excel не реагирует на ввод должным образом или не знает, какой вывод требуется взамен.

Утечка памяти «Excel Error 53» — если есть утечка памяти в Microsoft Excel, это может привести к тому, что ОС будет выглядеть вялой. Возможные искры включают сбой освобождения, который произошел в программе, отличной от C ++, когда поврежденный код сборки неправильно выполняет бесконечный цикл.

Ошибка 53 Logic Error — Логическая ошибка возникает, когда ПК производит неправильный вывод, даже когда пользователь вводит правильный вход. Это происходит, когда исходный код Microsoft Corporation вызывает недостаток в обработке информации.

Microsoft Corporation проблемы с Excel Error 53 чаще всего связаны с повреждением или отсутствием файла Microsoft Excel. Как правило, решить проблему можно заменой файла Microsoft Corporation. Более того, поддержание чистоты реестра и его оптимизация позволит предотвратить указание неверного пути к файлу (например Excel Error 53) и ссылок на расширения файлов. По этой причине мы рекомендуем регулярно выполнять очистку сканирования реестра.

Типичные ошибки Excel Error 53

Усложнения Microsoft Excel с Excel Error 53 состоят из:

  • «Ошибка в приложении: Excel Error 53»
  • «Excel Error 53 не является приложением Win32.»
  • «Возникла ошибка в приложении Excel Error 53. Приложение будет закрыто. Приносим извинения за неудобства.»
  • «К сожалению, мы не можем найти Excel Error 53. «
  • «Excel Error 53 не может быть найден. «
  • «Ошибка запуска программы: Excel Error 53.»
  • «Не удается запустить Excel Error 53. «
  • «Excel Error 53 остановлен. «
  • «Неверный путь к программе: Excel Error 53. «

Ошибки Excel Error 53 EXE возникают во время установки Microsoft Excel, при запуске приложений, связанных с Excel Error 53 (Microsoft Excel), во время запуска или завершения работы или во время установки ОС Windows. Важно отметить, когда возникают проблемы Excel Error 53, так как это помогает устранять проблемы Microsoft Excel (и сообщать в Microsoft Corporation).

Эпицентры Excel Error 53 Головные боли

Эти проблемы Excel Error 53 создаются отсутствующими или поврежденными файлами Excel Error 53, недопустимыми записями реестра Microsoft Excel или вредоносным программным обеспечением.

В частности, проблемы Excel Error 53 возникают через:

  • Поврежденная или недопустимая запись реестра Excel Error 53.
  • Вирус или вредоносное ПО, которые повредили файл Excel Error 53 или связанные с Microsoft Excel программные файлы.
  • Excel Error 53 ошибочно удален или злонамеренно программным обеспечением, не связанным с приложением Microsoft Excel.
  • Другая программа, конфликтующая с Excel Error 53 или другой общей ссылкой Microsoft Excel.
  • Поврежденная установка или загрузка Microsoft Excel (Excel Error 53).

Продукт Solvusoft

Загрузка
WinThruster 2022 — Проверьте свой компьютер на наличие ошибок.

Совместима с Windows 2000, XP, Vista, 7, 8, 10 и 11

Установить необязательные продукты — WinThruster (Solvusoft) | Лицензия | Политика защиты личных сведений | Условия | Удаление

Applies to: Fix Word Runtime error 53 in Microsoft Office 365/2019/2016/2013 and lower versions in Windows 10/8/7.

Is Windows popping up an error message, telling «Runtime error 53: File not found» when you trying to open or start a Word file on a computer?

Relax! On this page, we’ll explain the symptoms, and causes and guide you to fix Runtime error 53 with reliable Microsoft and EaseUS solutions in Microsoft Word 365/2019/2016/2013 and even lower editions.

Follow the complete guide here to get rid of «Runtime error in Word» on your own now:

Overview of Word Runtime Error 53 

Error name: Microsoft Word Runtime Error 53

Symptoms: The Runtime error happens anytime. Mostly, when you run Microsoft Word, it will pop up an error message, notifying «Runtime error ’53’: File not found (***.dll)» on a popup window.

Word Runtime error 53

Causes of Runtime Error 53 in Microsoft Word

Run-time error 53 is caused by missing Windows components. It could occur for following reasons:

  • The program is attempting to use a dynamic link library.
  • The .dll or file has been deleted.
  • The program is not installed properly.

So how to fix this error in Word? Follow the steps as shown below to make your Word file work again.

You Can’t-Miss: Word Runtime Error Repair Software

Note that if your Word application pops up ‘Runtime error» with a specific error code, like error 53, 91, 4248, 4605, 5941, etc., while trying to open or start a Word file, a straight result of this error is that your Word file is missing, inaccessible, or turns into unreadable.

So before you start the process of fixing a specific Run-Time error in Word files, you may try EaseUS Word runtime error EaseUS Data Recovery Wizard.

EaseUS Toolkit for File Repair

  • Repair a corrupted DOCX Word file, Excel, PDF, PowerPoint, etc.
  • Repairs Word (.doc and .docx) files with original formatting
  • Recover and repair lost, corrupted, or inaccessible Word from Runtime error
  • Repairs PowerPoint (.ppt/.pptx/.pptm) files easily and quickly

Follow to see how to repair and restore your Word files from the Runtime errors now:

Step 1. Launch EaseUS Data Recovery Wizard, and then scan disk with corrupted documents. This software enables you to fix damaged Word, Excel, PPT, and PDF files in same steps. 

select the disk with corrupted documents

Step 2. EaseUS data recovery and repair tool will scan for all lost and corrupted files. You can find the target files by file type or type the file name in the search box. 

find corrupted documents

Step 3. EaseUS Data Recovery Wizard can repair your damaged documents automatically. After file preview, you can click «Recover» to save the repaired Word, Excel, and PDF document files to a safe location.

repair corrrupt documents

Microsoft Solutions: 5 Tips to Fix Word Runtime Error 53

The following tips are collected from the Microsoft support community and geek sites. Try them one by one and when the problem gets resolved, you may stop.

Tip 1. Find Missing File and Save to Its Original Location

  • Run Search and type the missing file name.
  • Open file location and copy the missing file, such as a ***.dll file.
  • If nothing shows up, it could be deleted or lost. Turn to EaseUS data repair software as shown above to find the missing file or folder.
  • Copy and paste the file in C:/Windows/System32.
  • Restart PC.

If the problem still exists when you open a Word file, continue with the next steps.

Tip 2. Close Conflicting Programs

  • Press Ctrl + Alt + Del keys to open Task Manager.
  • Go to the Processes tab, select programs one by one, and click «End Task».
  • Check if the error message persists each time you stop a process.
  • When the error disappears, find the program that is causing the error, and move to Step 2.

End taks of conflicting programs that causes Word runtime error 53

Tip 3. Update or Reinstall Conflicting Programs

  • Type control panel in Windows search box and click to open Control Panel.
  • Click «Uninstall a program» and select the problematic program.
  • Or go to the Programs and Features section, click the problematic program, and click «Update» or «Uninstall».
  • Follow the onscreen guide to update or reinstall the problematic program that caused Runtime Error 53.

Uninstall programs or update programs that caused Word file runtime error 53

Tip 4. Reinstall Runtime Libraries

  • Go to Programs and Features in Windows 10, find and right-click on the Microsoft Visual C++ Redistributable Package.
  • Click «Uninstall» and reboot your computer after this.
  • Download and reinstall it on your computer.

Reinstall Runtime libraries

Tip 5. Reinstall Graphics Driver

  • Open Device Manager, locate the graphics driver.
  • Right-click the video card driver and select «Uninstall».
  • Restart your computer, Windows will automatically download and install the driver.

Update graphic drive driver

Word with Run-Time 53 Error Is Fixable, Get Back Your File Now

On this page, we explained what is Word Runtime Error 53 and the causes that make your Word file malfunction on Windows PC. Note that the Word file which is currently unopenable with 53 error messages is fixable. 

Here is the editor’s suggestion on what to do with the Word files Runtime error 53:

  • If the Word folder or drive is inaccessible, use EaseUS Word file repair software to repair the files first.
  • If the file folder is accessible, but the Word file shows Run-Time error 53, stop using the file.
  • Turn to the Microsoft solutions and or the fixes on this page to get rid of this error in time.
  • Last, it’s also useful to create a backup of important Word documents regularly.

Applies to: Fix Word Runtime error 53 in Microsoft Office 365/2019/2016/2013 and lower versions in Windows 10/8/7.

Is Windows popping up an error message, telling «Runtime error 53: File not found» when you trying to open or start a Word file on a computer?

Relax! On this page, we’ll explain the symptoms, and causes and guide you to fix Runtime error 53 with reliable Microsoft and EaseUS solutions in Microsoft Word 365/2019/2016/2013 and even lower editions.

Follow the complete guide here to get rid of «Runtime error in Word» on your own now:

Overview of Word Runtime Error 53 

Error name: Microsoft Word Runtime Error 53

Symptoms: The Runtime error happens anytime. Mostly, when you run Microsoft Word, it will pop up an error message, notifying «Runtime error ’53’: File not found (***.dll)» on a popup window.

Word Runtime error 53

Causes of Runtime Error 53 in Microsoft Word

Run-time error 53 is caused by missing Windows components. It could occur for following reasons:

  • The program is attempting to use a dynamic link library.
  • The .dll or file has been deleted.
  • The program is not installed properly.

So how to fix this error in Word? Follow the steps as shown below to make your Word file work again.

You Can’t-Miss: Word Runtime Error Repair Software

Note that if your Word application pops up ‘Runtime error» with a specific error code, like error 53, 91, 4248, 4605, 5941, etc., while trying to open or start a Word file, a straight result of this error is that your Word file is missing, inaccessible, or turns into unreadable.

So before you start the process of fixing a specific Run-Time error in Word files, you may try EaseUS Word runtime error EaseUS Data Recovery Wizard.

EaseUS Toolkit for File Repair

  • Repair a corrupted DOCX Word file, Excel, PDF, PowerPoint, etc.
  • Repairs Word (.doc and .docx) files with original formatting
  • Recover and repair lost, corrupted, or inaccessible Word from Runtime error
  • Repairs PowerPoint (.ppt/.pptx/.pptm) files easily and quickly

Follow to see how to repair and restore your Word files from the Runtime errors now:

Step 1. Launch EaseUS Data Recovery Wizard, and then scan disk with corrupted documents. This software enables you to fix damaged Word, Excel, PPT, and PDF files in same steps. 

select the disk with corrupted documents

Step 2. EaseUS data recovery and repair tool will scan for all lost and corrupted files. You can find the target files by file type or type the file name in the search box. 

find corrupted documents

Step 3. EaseUS Data Recovery Wizard can repair your damaged documents automatically. After file preview, you can click «Recover» to save the repaired Word, Excel, and PDF document files to a safe location.

repair corrrupt documents

Microsoft Solutions: 5 Tips to Fix Word Runtime Error 53

The following tips are collected from the Microsoft support community and geek sites. Try them one by one and when the problem gets resolved, you may stop.

Tip 1. Find Missing File and Save to Its Original Location

  • Run Search and type the missing file name.
  • Open file location and copy the missing file, such as a ***.dll file.
  • If nothing shows up, it could be deleted or lost. Turn to EaseUS data repair software as shown above to find the missing file or folder.
  • Copy and paste the file in C:/Windows/System32.
  • Restart PC.

If the problem still exists when you open a Word file, continue with the next steps.

Tip 2. Close Conflicting Programs

  • Press Ctrl + Alt + Del keys to open Task Manager.
  • Go to the Processes tab, select programs one by one, and click «End Task».
  • Check if the error message persists each time you stop a process.
  • When the error disappears, find the program that is causing the error, and move to Step 2.

End taks of conflicting programs that causes Word runtime error 53

Tip 3. Update or Reinstall Conflicting Programs

  • Type control panel in Windows search box and click to open Control Panel.
  • Click «Uninstall a program» and select the problematic program.
  • Or go to the Programs and Features section, click the problematic program, and click «Update» or «Uninstall».
  • Follow the onscreen guide to update or reinstall the problematic program that caused Runtime Error 53.

Uninstall programs or update programs that caused Word file runtime error 53

Tip 4. Reinstall Runtime Libraries

  • Go to Programs and Features in Windows 10, find and right-click on the Microsoft Visual C++ Redistributable Package.
  • Click «Uninstall» and reboot your computer after this.
  • Download and reinstall it on your computer.

Reinstall Runtime libraries

Tip 5. Reinstall Graphics Driver

  • Open Device Manager, locate the graphics driver.
  • Right-click the video card driver and select «Uninstall».
  • Restart your computer, Windows will automatically download and install the driver.

Update graphic drive driver

Word with Run-Time 53 Error Is Fixable, Get Back Your File Now

On this page, we explained what is Word Runtime Error 53 and the causes that make your Word file malfunction on Windows PC. Note that the Word file which is currently unopenable with 53 error messages is fixable. 

Here is the editor’s suggestion on what to do with the Word files Runtime error 53:

  • If the Word folder or drive is inaccessible, use EaseUS Word file repair software to repair the files first.
  • If the file folder is accessible, but the Word file shows Run-Time error 53, stop using the file.
  • Turn to the Microsoft solutions and or the fixes on this page to get rid of this error in time.
  • Last, it’s also useful to create a backup of important Word documents regularly.

Содержание

  1. Getting Word Runtime Error 53? Here Is How to Fix Run-Time Error
  2. Overview of Word Runtime Error 53
  3. You Can’t-Miss: Word Runtime Error Repair Software
  4. EaseUS Toolkit for File Repair
  5. Microsoft Solutions: 5 Tips to Fix Word Runtime Error 53
  6. Tip 1. Find Missing File and Save to Its Original Location
  7. Tip 2. Close Conflicting Programs
  8. Tip 3. Update or Reinstall Conflicting Programs
  9. Tip 4. Reinstall Runtime Libraries
  10. Tip 5. Reinstall Graphics Driver
  11. Word with Run-Time 53 Error Is Fixable, Get Back Your File Now
  12. Как исправить время выполнения Ошибка 53 Ошибка Microsoft Word 53
  13. Как исправить время выполнения Ошибка 53 Ошибка Excel 53

Getting Word Runtime Error 53? Here Is How to Fix Run-Time Error

Don’t worry if the ‘Runtime Error’occurs when you open or start a Word file in Microsoft Office 2019/2017/2013 and lower editions. Here, you’ll get a complete guide to fix the Word Runtime error 53 on your own. Also, you can turn to EaseUS Word repair software to recover and repair unopenable, inaccessible, or unreadable Word files immediately.

Applies to: Fix Word Runtime error 53 in Microsoft Office 365/2019/2016/2013 and lower versions in Windows 10/8/7.

Is Windows popping up an error message, telling «Runtime error 53: File not found» when you trying to open or start a Word file on a computer?

Relax! On this page, we’ll explain the symptoms, and causes and guide you to fix Runtime error 53 with reliable Microsoft and EaseUS solutions in Microsoft Word 365/2019/2016/2013 and even lower editions.

Follow the complete guide here to get rid of «Runtime error in Word» on your own now:

Overview of Word Runtime Error 53

Error name: Microsoft Word Runtime Error 53

Symptoms: The Runtime error happens anytime. Mostly, when you run Microsoft Word, it will pop up an error message, notifying «Runtime error ’53’: File not found (***.dll)» on a popup window.

Causes of Runtime Error 53 in Microsoft Word

Run-time error 53 is caused by missing Windows components. It could occur for following reasons:

  • The program is attempting to use a dynamic link library.
  • The .dll or file has been deleted.
  • The program is not installed properly.

So how to fix this error in Word? Follow the steps as shown below to make your Word file work again.

You Can’t-Miss: Word Runtime Error Repair Software

Note that if your Word application pops up ‘Runtime error» with a specific error code, like error 53, 91, 4248, 4605, 5941, etc., while trying to open or start a Word file, a straight result of this error is that your Word file is missing, inaccessible, or turns into unreadable.

So before you start the process of fixing a specific Run-Time error in Word files, you may try EaseUS Word runtime error EaseUS Data Recovery Wizard.

EaseUS Toolkit for File Repair

  • Repair a corrupted DOCX Word file, Excel, PDF, PowerPoint, etc.
  • Repairs Word (.doc and .docx) files with original formatting
  • Recover and repair lost, corrupted, or inaccessible Word from Runtime error
  • Repairs PowerPoint (.ppt/.pptx/.pptm) files easily and quickly

Follow to see how to repair and restore your Word files from the Runtime errors now:

Step 1. Launch EaseUS Data Recovery Wizard, and then scan disk with corrupted documents. This software enables you to fix damaged Word, Excel, PPT, and PDF files in same steps.

Step 2. EaseUS data recovery and repair tool will scan for all lost and corrupted files. You can find the target files by file type or type the file name in the search box.

Step 3. EaseUS Data Recovery Wizard can repair your damaged documents automatically. After file preview, you can click «Recover» to save the repaired Word, Excel, and PDF document files to a safe location.

Microsoft Solutions: 5 Tips to Fix Word Runtime Error 53

The following tips are collected from the Microsoft support community and geek sites. Try them one by one and when the problem gets resolved, you may stop.

Tip 1. Find Missing File and Save to Its Original Location

  • Run Search and type the missing file name.
  • Open file location and copy the missing file, such as a ***.dll file.
  • If nothing shows up, it could be deleted or lost. Turn to EaseUS data repair software as shown above to find the missing file or folder.
  • Copy and paste the file in C:/Windows/System32.
  • Restart PC.

If the problem still exists when you open a Word file, continue with the next steps.

Tip 2. Close Conflicting Programs

  • Press Ctrl + Alt + Del keys to open Task Manager.
  • Go to the Processes tab, select programs one by one, and click «End Task».
  • Check if the error message persists each time you stop a process.
  • When the error disappears, find the program that is causing the error, and move to Step 2.

Tip 3. Update or Reinstall Conflicting Programs

  • Type control panel in Windows search box and click to open Control Panel.
  • Click «Uninstall a program» and select the problematic program.
  • Or go to the Programs and Features section, click the problematic program, and click «Update» or «Uninstall».
  • Follow the onscreen guide to update or reinstall the problematic program that caused Runtime Error 53.

Tip 4. Reinstall Runtime Libraries

  • Go to Programs and Features in Windows 10, find and right-click on the Microsoft Visual C++ Redistributable Package.
  • Click «Uninstall» and reboot your computer after this.
  • Download and reinstall it on your computer.

Tip 5. Reinstall Graphics Driver

  • Open Device Manager, locate the graphics driver.
  • Right-click the video card driver and select «Uninstall».
  • Restart your computer, Windows will automatically download and install the driver.

Word with Run-Time 53 Error Is Fixable, Get Back Your File Now

On this page, we explained what is Word Runtime Error 53 and the causes that make your Word file malfunction on Windows PC. Note that the Word file which is currently unopenable with 53 error messages is fixable.

Here is the editor’s suggestion on what to do with the Word files Runtime error 53:

  • If the Word folder or drive is inaccessible, use EaseUS Word file repair software to repair the files first.
  • If the file folder is accessible, but the Word file shows Run-Time error 53, stop using the file.
  • Turn to the Microsoft solutions and or the fixes on this page to get rid of this error in time.
  • Last, it’s also useful to create a backup of important Word documents regularly.

Was This Page Helpful?

Cedric Grantham is one of the senior editors of EaseUS who lives and works in Chengdu, China. He mainly writes articles about data recovery tutorials on PC and Mac and how-to tips for partition management. He always keeps an eye on new releases and loves various electronic products.

Evan Galasso is a digital forensics and data recovery engineer with over 10 years of experience in the field. He presents opinions on the current state of storage media, reverse engineering of storage systems and firmware, and electro-mechanical systems of SSDs and HDDs.

Источник

Как исправить время выполнения Ошибка 53 Ошибка Microsoft Word 53

В этой статье представлена ошибка с номером Ошибка 53, известная как Ошибка Microsoft Word 53, описанная как Ошибка выполнения.

Информация об ошибке

Имя ошибки: Ошибка Microsoft Word 53
Номер ошибки: Ошибка 53
Описание: Ошибка выполнения.
Программное обеспечение: Microsoft Word
Разработчик: Microsoft

Этот инструмент исправления может устранить такие распространенные компьютерные ошибки, как BSODs, зависание системы и сбои. Он может заменить отсутствующие файлы операционной системы и библиотеки DLL, удалить вредоносное ПО и устранить вызванные им повреждения, а также оптимизировать ваш компьютер для максимальной производительности.

О программе Runtime Ошибка 53

Время выполнения Ошибка 53 происходит, когда Microsoft Word дает сбой или падает во время запуска, отсюда и название. Это не обязательно означает, что код был каким-то образом поврежден, просто он не сработал во время выполнения. Такая ошибка появляется на экране в виде раздражающего уведомления, если ее не устранить. Вот симптомы, причины и способы устранения проблемы.

Определения (Бета)

Здесь мы приводим некоторые определения слов, содержащихся в вашей ошибке, в попытке помочь вам понять вашу проблему. Эта работа продолжается, поэтому иногда мы можем неправильно определить слово, так что не стесняйтесь пропустить этот раздел!

  • Время выполнения — время выполнения — это время, в течение которого программа работает, выполняя
  • Ошибка выполнения — ошибка выполнения обнаруживается после или во время выполнения программы.
  • Microsoft word — по вопросам программирования, связанным с редактором Microsoft Word
Симптомы Ошибка 53 — Ошибка Microsoft Word 53

Ошибки времени выполнения происходят без предупреждения. Сообщение об ошибке может появиться на экране при любом запуске %программы%. Фактически, сообщение об ошибке или другое диалоговое окно может появляться снова и снова, если не принять меры на ранней стадии.

Возможны случаи удаления файлов или появления новых файлов. Хотя этот симптом в основном связан с заражением вирусом, его можно отнести к симптомам ошибки времени выполнения, поскольку заражение вирусом является одной из причин ошибки времени выполнения. Пользователь также может столкнуться с внезапным падением скорости интернет-соединения, но, опять же, это не всегда так.

(Ошибка Microsoft Word 53) Repair Tool»/>
(Только для примера)

Причины Ошибка Microsoft Word 53 — Ошибка 53

При разработке программного обеспечения программисты составляют код, предвидя возникновение ошибок. Однако идеальных проектов не бывает, поскольку ошибки можно ожидать даже при самом лучшем дизайне программы. Глюки могут произойти во время выполнения программы, если определенная ошибка не была обнаружена и устранена во время проектирования и тестирования.

Ошибки во время выполнения обычно вызваны несовместимостью программ, запущенных в одно и то же время. Они также могут возникать из-за проблем с памятью, плохого графического драйвера или заражения вирусом. Каким бы ни был случай, проблему необходимо решить немедленно, чтобы избежать дальнейших проблем. Ниже приведены способы устранения ошибки.

Методы исправления

Ошибки времени выполнения могут быть раздражающими и постоянными, но это не совсем безнадежно, существует возможность ремонта. Вот способы сделать это.

Если метод ремонта вам подошел, пожалуйста, нажмите кнопку upvote слева от ответа, это позволит другим пользователям узнать, какой метод ремонта на данный момент работает лучше всего.

Источник

Как исправить время выполнения Ошибка 53 Ошибка Excel 53

В этой статье представлена ошибка с номером Ошибка 53, известная как Ошибка Excel 53, описанная как Ошибка 53: Возникла ошибка в приложении Microsoft Excel. Приложение будет закрыто. Приносим свои извинения за неудобства.

Информация об ошибке

Имя ошибки: Ошибка Excel 53
Номер ошибки: Ошибка 53
Описание: Ошибка 53: Возникла ошибка в приложении Microsoft Excel. Приложение будет закрыто. Приносим свои извинения за неудобства.
Программное обеспечение: Microsoft Excel
Разработчик: Microsoft

Этот инструмент исправления может устранить такие распространенные компьютерные ошибки, как BSODs, зависание системы и сбои. Он может заменить отсутствующие файлы операционной системы и библиотеки DLL, удалить вредоносное ПО и устранить вызванные им повреждения, а также оптимизировать ваш компьютер для максимальной производительности.

О программе Runtime Ошибка 53

Время выполнения Ошибка 53 происходит, когда Microsoft Excel дает сбой или падает во время запуска, отсюда и название. Это не обязательно означает, что код был каким-то образом поврежден, просто он не сработал во время выполнения. Такая ошибка появляется на экране в виде раздражающего уведомления, если ее не устранить. Вот симптомы, причины и способы устранения проблемы.

Определения (Бета)

Здесь мы приводим некоторые определения слов, содержащихся в вашей ошибке, в попытке помочь вам понять вашу проблему. Эта работа продолжается, поэтому иногда мы можем неправильно определить слово, так что не стесняйтесь пропустить этот раздел!

  • Excel — только для вопросов по программированию с объектами или файлами Excel или по разработке сложных формул.
Симптомы Ошибка 53 — Ошибка Excel 53

Ошибки времени выполнения происходят без предупреждения. Сообщение об ошибке может появиться на экране при любом запуске %программы%. Фактически, сообщение об ошибке или другое диалоговое окно может появляться снова и снова, если не принять меры на ранней стадии.

Возможны случаи удаления файлов или появления новых файлов. Хотя этот симптом в основном связан с заражением вирусом, его можно отнести к симптомам ошибки времени выполнения, поскольку заражение вирусом является одной из причин ошибки времени выполнения. Пользователь также может столкнуться с внезапным падением скорости интернет-соединения, но, опять же, это не всегда так.

(Ошибка Excel 53) Repair Tool»/>
(Только для примера)

Причины Ошибка Excel 53 — Ошибка 53

При разработке программного обеспечения программисты составляют код, предвидя возникновение ошибок. Однако идеальных проектов не бывает, поскольку ошибки можно ожидать даже при самом лучшем дизайне программы. Глюки могут произойти во время выполнения программы, если определенная ошибка не была обнаружена и устранена во время проектирования и тестирования.

Ошибки во время выполнения обычно вызваны несовместимостью программ, запущенных в одно и то же время. Они также могут возникать из-за проблем с памятью, плохого графического драйвера или заражения вирусом. Каким бы ни был случай, проблему необходимо решить немедленно, чтобы избежать дальнейших проблем. Ниже приведены способы устранения ошибки.

Методы исправления

Ошибки времени выполнения могут быть раздражающими и постоянными, но это не совсем безнадежно, существует возможность ремонта. Вот способы сделать это.

Если метод ремонта вам подошел, пожалуйста, нажмите кнопку upvote слева от ответа, это позволит другим пользователям узнать, какой метод ремонта на данный момент работает лучше всего.

Источник

Icon Ex Номер ошибки: Ошибка 53
Название ошибки: Excel Error 53
Описание ошибки: Ошибка 53: Возникла ошибка в приложении Microsoft Excel. Приложение будет закрыто. Приносим извинения за неудобства.
Разработчик: Microsoft Corporation
Программное обеспечение: Microsoft Excel
Относится к: Windows XP, Vista, 7, 8, 10, 11

«Excel Error 53» Введение

Эксперты обычно называют «Excel Error 53» «ошибкой времени выполнения». Программисты работают через различные уровни отладки, пытаясь убедиться, что Microsoft Excel как можно ближе к безошибочным. К сожалению, некоторые критические проблемы, такие как ошибка 53, часто могут быть упущены из виду.

Некоторые пользователи могут столкнуться с сообщением «Excel Error 53» при использовании Microsoft Excel. После возникновения ошибки 53 пользователь программного обеспечения имеет возможность сообщить разработчику об этой проблеме. Затем программисты могут исправить эти ошибки в коде и включить исправление, которое можно загрузить с их веб-сайта. Чтобы исправить любые документированные ошибки (например, ошибку 53) в системе, разработчик может использовать комплект обновления Microsoft Excel.

Что генерирует ошибку времени выполнения 53?

Сбой во время запуска Microsoft Excel или во время выполнения, как правило, когда вы столкнетесь с «Excel Error 53». Три распространенные причины, по которым ошибки во время выполнения, такие как всплывающее окно ошибки 53:

Ошибка 53 Crash — это типичная ошибка 53 во время выполнения, которая полностью аварийно завершает работу компьютера. Это возникает, когда Microsoft Excel не реагирует на ввод должным образом или не знает, какой вывод требуется взамен.

Утечка памяти «Excel Error 53» — если есть утечка памяти в Microsoft Excel, это может привести к тому, что ОС будет выглядеть вялой. Возможные искры включают сбой освобождения, который произошел в программе, отличной от C ++, когда поврежденный код сборки неправильно выполняет бесконечный цикл.

Ошибка 53 Logic Error — Логическая ошибка возникает, когда ПК производит неправильный вывод, даже когда пользователь вводит правильный вход. Это происходит, когда исходный код Microsoft Corporation вызывает недостаток в обработке информации.

Microsoft Corporation проблемы с Excel Error 53 чаще всего связаны с повреждением или отсутствием файла Microsoft Excel. Как правило, решить проблему можно заменой файла Microsoft Corporation. Более того, поддержание чистоты реестра и его оптимизация позволит предотвратить указание неверного пути к файлу (например Excel Error 53) и ссылок на расширения файлов. По этой причине мы рекомендуем регулярно выполнять очистку сканирования реестра.

Типичные ошибки Excel Error 53

Усложнения Microsoft Excel с Excel Error 53 состоят из:

  • «Ошибка в приложении: Excel Error 53»
  • «Excel Error 53 не является приложением Win32.»
  • «Возникла ошибка в приложении Excel Error 53. Приложение будет закрыто. Приносим извинения за неудобства.»
  • «К сожалению, мы не можем найти Excel Error 53. «
  • «Excel Error 53 не может быть найден. «
  • «Ошибка запуска программы: Excel Error 53.»
  • «Не удается запустить Excel Error 53. «
  • «Excel Error 53 остановлен. «
  • «Неверный путь к программе: Excel Error 53. «

Ошибки Excel Error 53 EXE возникают во время установки Microsoft Excel, при запуске приложений, связанных с Excel Error 53 (Microsoft Excel), во время запуска или завершения работы или во время установки ОС Windows. Важно отметить, когда возникают проблемы Excel Error 53, так как это помогает устранять проблемы Microsoft Excel (и сообщать в Microsoft Corporation).

Эпицентры Excel Error 53 Головные боли

Эти проблемы Excel Error 53 создаются отсутствующими или поврежденными файлами Excel Error 53, недопустимыми записями реестра Microsoft Excel или вредоносным программным обеспечением.

В частности, проблемы Excel Error 53 возникают через:

  • Поврежденная или недопустимая запись реестра Excel Error 53.
  • Вирус или вредоносное ПО, которые повредили файл Excel Error 53 или связанные с Microsoft Excel программные файлы.
  • Excel Error 53 ошибочно удален или злонамеренно программным обеспечением, не связанным с приложением Microsoft Excel.
  • Другая программа, конфликтующая с Excel Error 53 или другой общей ссылкой Microsoft Excel.
  • Поврежденная установка или загрузка Microsoft Excel (Excel Error 53).

Продукт Solvusoft

Загрузка
WinThruster 2023 — Проверьте свой компьютер на наличие ошибок.

Совместима с Windows 2000, XP, Vista, 7, 8, 10 и 11

Установить необязательные продукты — WinThruster (Solvusoft) | Лицензия | Политика защиты личных сведений | Условия | Удаление

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
' Переменные уровня модуля
Dim Èìÿ As String
Dim Íàäïèñè(1 To 2, 1 To 7) As Object
 
Private Sub CommandButton1_Click()
  Dim Смены_1, Смены_2, Смены_3 As Integer
  Смены_1 = 0
  Смены_2 = 0
  Смены_3 = 0
  For i = 1 To 2
    For j = 1 To 7
      If Надписи(i, j).Caption = Label1.Caption Then Ñìåíû_1 = Ñìåíû_1 + 1
      If Надписи(i, j).Caption = Label2.Caption Then Ñìåíû_2 = Ñìåíû_2 + 1
      If Надписи(i, j).Caption = Label3.Caption Then Ñìåíû_3 = Ñìåíû_3 + 1
    Next j
  Next i
  TextBox1.Text = CStr(Ñìåíû_1)
  TextBox2.Text = CStr(Ñìåíû_2)
  TextBox3.Text = CStr(Ñìåíû_3)
End Sub
 
Private Sub CommandButton2_Click()
  UserForm1.Hide
End Sub
 
' Процедуры считывания имени дежурного из группы Компаньоны
Private Sub Label1_Click()
  Имя = Label1.Caption
  Действия True, False, False
End Sub
 
Private Sub Label2_Click()
  Имя = Label2.Caption
  Действия False, True, False
End Sub
 
Private Sub Label3_Click()
  Имя = Label3.Caption
  Действия False, False, True
End Sub
 
Private Sub Label4_Click()
  Имя = Label4.Caption
  Действия False, False, False
End Sub
 
'Процедуры ввода имени дежурного
Private Sub Label5_Click()
  Label5.Caption = Èìÿ
 End Sub
 
Private Sub Label6_Click()
  Label6.Caption = Èìÿ
End Sub
 
Private Sub Label7_Click()
  Label7.Caption = Èìÿ
End Sub
 
Private Sub Label8_Click()
  Label8.Caption = Èìÿ
End Sub
 
Private Sub Label9_Click()
  Label9.Caption = Èìÿ
End Sub
 
Private Sub Label10_Click()
  Label10.Caption = Èìÿ
End Sub
 
Private Sub Label11_Click()
  Label11.Caption = Èìÿ
End Sub
 
Private Sub Label12_Click()
  Label12.Caption = Èìÿ
End Sub
 
Private Sub Label13_Click()
  Label13.Caption = Èìÿ
End Sub
 
Private Sub Label14_Click()
  Label14.Caption = Èìÿ
End Sub
 
Private Sub Label15_Click()
  Label15.Caption = Èìÿ
End Sub
 
Private Sub Label16_Click()
  Label16.Caption = Èìÿ
End Sub
 
Private Sub Label17_Click()
  Label17.Caption = Èìÿ
End Sub
 
Private Sub Label18_Click()
  Label18.Caption = Èìÿ
End Sub
 
 
Private Sub UserForm_Initialize()
  ' Инициализация диалогового окна
  Dim i, j As Integer
  Set надписи (1, 1) = Label5
  Set надписи (2, 1) = Label6
  Set надписи (1, 2) = Label7
  Set надписи (2, 2) = Label8
  Set надписи (1, 3) = Label9
  Set надписи (2, 3) = Label10
  Set надписи (1, 4) = Label11
  Set надписи (2, 4) = Label12
  Set надписи (1, 5) = Label13
  Set надписи (2, 5) = Label14
  Set надписи (1, 6) = Label15
  Set надписи (2, 6) = Label16
  Set надписи (1, 7) = Label17
  Set надписи (2, 7) = Label18
 
  With Label4
    .Caption = ""
    .BorderStyle = fmBorderStyleSingle
  End With
  With Image1
    .Picture = LoadPicture("ball.bmp")
    .BorderStyle = fmBorderStyleNone
    .PictureSizeMode = fmPictureSizeModeZoom
    .PictureAlignment = fmPictureAlignmentTopLeft
    .Visible = False
  End With
 
  With Image2
    .Picture = LoadPicture("ball.bmp")
    .BorderStyle = fmBorderStyleNone
    .PictureSizeMode = fmPictureSizeModeZoom
    .PictureAlignment = fmPictureAlignmentTopLeft
    .Visible = False
  End With
 
  With Image3
    .Picture = LoadPicture("ball.bmp")
    .BorderStyle = fmBorderStyleNone
    .PictureSizeMode = fmPictureSizeModeZoom
    .PictureAlignment = fmPictureAlignmentTopLeft
    .Visible = False
  End With
 
  For i = 1 To 2
    For j = 1 To 7
      With Íàäïèñè(i, j)
        .Caption = ""
        .BorderStyle = fmBorderStyleNone
        Select Case i
          Case 1
            .BackColor = vbWhite
          Case 2
            .BackColor = vbYellow
        End Select
      End With
    Next j
  Next i
End Sub
 
Sub дейсвтия (Flag1, Flag2, Flag3 As Boolean)
  ' Процедура, устанавливающая отображение или скрытие рисунков
  Image1.Visible = Flag1
  Image2.Visible = Flag2
  Image3.Visible = Flag3
End Sub

The Problem:

As stated above, I have a line of code, FileCopy String5, String6, that is giving Error 53: File Not Found. I have determined that the error is occurring with String6. I need another pair of eyes to help me find the error.

What I’ve Tried:

  • Printing String6 to a cell to make sure it is correct
  • Copying String6 into Windows Explorer and Windows—>Run (after deleting the file name, it hasn’t been created yet due to the macro error) to make sure they open the folder correctly
  • Used Dir function to double check that Excel can see the copyto directory after I’ve made it

  • Because the files about to be copied come from a folder that was unzipped prior to the code, adding a 1 second wait in case the new files somehow hadn’t been detected (basically trying everything now)

I’m open to any suggestions. Here’s an updated section of my code in case it helps, and I’d be happy to post the whole thing as well:

'File Manipulation
'Find a file in StrDir1 with String2 extension, "*.dat"
String4 = Dir(StrDir1 & String2)
Do While String4 <> ""
    'Save the complete path of the file found
    String5 = StrDir1 & String4
    For Loop1 = LBound(Array1) To UBound(Array1)
        'Array1 has file identifiers in it that identify who the file belongs to for later separation and folder placement
        If InStr(String5, Array1(Loop1)) Then
            'We found a file with the identifier, save the future complete path of the copied file
            String6 = StrDir1 & Array2(Loop1) & String4
            'Create the containing folder where the file will be copied if it does not already exist
            String10 = vbNullString
            On Error Resume Next
            'Check if the folder already exists
            String10 = Dir(StrDir1 & Array2(Loop1), vbDirectory)
            On Error GoTo 0
            'If it doesn't exist, create it
            If String10 = vbNullString Then
                MkDir StrDir1 & Array2(Loop1)
            End If
            'String8 is the file type, it was determined earlier
            If String8 = "997" Then
                String7 = "\(directory)" & String4
                'This works, which makes me think the problem is String6.
                Object2.CopyFile String5, String7
                'For testing purposes
                ThisWorkbook.Sheets(1).Cells(1, 1).Value = String5
                ThisWorkbook.Sheets(1).Cells(2, 1).Value = String6
                String10 = Dir(StrDir1 & Array2(Loop1), vbDirectory)
                'Back to the real code
                'When these lines are commented, Error 53, file not found. When uncommented, Error 76, path not found.
'                String5 = " & String5 & "
'                String6 = " & String6 & "
                'Error occurs here
                Object2.CopyFile String5, String6
                Kill String5
                String4 = Dir(StrDir1 & String2)
                'code continues

To reiterate, the error occurs on the Object2.CopyFile String5, String6 line of the above code.

Here are String5 and String6 at the time of error, in case it helps anyone. These values are copied from Cells 1,1 and 2,1:

String5: \extremely long directoryextremely long file name.ext

String6: \extremely long directoryextremely long file name.ext

Update: I switched to fso.copyfile and I also tried adding quotes around my strings to avoid any problems with the directories containing spaces. When I added quotes, the error changed to Error 76, path not found. Does this help troubleshoot my code?

(I also added a few more lines to my code snippet to hopefully demonstrate this isn’t a Dir() problem to the best of my knowledge, but since I am new to Dir(), Tim could still be right.)

Update 2: I think String6 is too long. I’m using the following code to test but Excel keeps crashing after successfully copying the file when I try to run it. Is there something I need to know about FSO to prevent that?

Sub M2Pathtester()

Dim String5 As String
Dim String6 As String
Dim Object2 As Object

Set Object2 = CreateObject("scripting.filesystemobject")

String5 = ThisWorkbook.Sheets(1).Cells(1, 1)
String6 = ThisWorkbook.Sheets(1).Cells(2, 1)
Object2.CopyFile String5, String6

End Sub

Final Update:
Yes, the string was too long. Excel still repeatedly crashes (after successfully copying) using the fso.copyfile method, but when I reverted back to FileCopy, it worked smoothly.

  • Ошибка ввода вывода 121
  • Ошибка ввода вывода на видеорегистраторе
  • Ошибка ввода вывода 103
  • Ошибка ввода вывода на usb флешке
  • Ошибка ввода вывода 0хс000009с