Fatal error could not create output file делфи

So for some time now I keep having this problem: on windows 7 (64bit), with Delphi 7 and Delphi XE2, if from within the IDE, I compile a program, run it, stop it, change it and rerun it I get this...

So for some time now I keep having this problem:

on windows 7 (64bit), with Delphi 7 and Delphi XE2, if from within the IDE, I compile a program, run it, stop it, change it and rerun it I get this error message:

[Fatal Error] Cannot create output file «project1.exe»

I have no clue to what causes this. I googled for more information, but I could not find a solution.

There are two workarounds: either wait a minute or two, or delete project1.exe manually. Needless to say, this is unworkable.

I do not have a virus scanner, and no virus. Have full access to related folders. Run everything as Administrator.

So what causes this? And what can I do to fix it?

RRUZ's user avatar

RRUZ

134k19 gold badges355 silver badges482 bronze badges

asked Aug 7, 2012 at 17:45

Marck's user avatar

I have the feeling that when you try to rebuild the application, project1.exe is still running. Maybe it takes longer than it should to close. You can easily check by opening Task Manager and see if the process project1.exe is still active after you close the application.

answered Aug 7, 2012 at 18:01

Diego's user avatar

DiegoDiego

7,1325 gold badges29 silver badges37 bronze badges

14

I’m on XE7 and occasionally experience the «Could not create output file» problem, f2039. Using sysinternals’ Process Explorer, I discovered an android debug process (adb.exe) had a lien on the compiled binary. Not sure why; there’s no android config in this particular win32 project I’m building. Anyway, killed adb.exe and all was good thereafter.

Some points. The target output directories were never being indexed. «Application Experience» mentioned elsewhere in this thread was running the entire time. And most of the time, I could manually delete the output binary despite XE7’s complaints. I noticed at one point, however, I could not delete the binary via the shell which provided the opportunity to locate the offending adb.exe via Process Explorer.

answered Feb 17, 2015 at 10:45

bvj's user avatar

bvjbvj

3,23431 silver badges29 bronze badges

I faced the same problem and I solved it . It seems that in some unknown cases the exe application remains running .
The solution is simple . You must just follow the following steps :

  1. open the windows task manager
  2. Go to the ‘Processes’ tab
  3. click on the ‘Show processes from all users’ and Your exe will appear
  4. Choose it and press the ‘End Process’ button

And everything will be alright.

bummi's user avatar

bummi

27k13 gold badges62 silver badges101 bronze badges

answered Jan 29, 2015 at 8:00

Zaher Soboh's user avatar

2

Try removing Castalia if you are using it. I spent 3 days trying to solve this problem, everything I could think of…file permissions, watching the file handles with process explorer. If I install Castalia 2013.3.4, the problem happens (I have steps to reproduce), and uninstalling it makes the problem go away.

Additionally, the IDE will crash if you have a ‘default debug desktop’ set, and try to run under the debugger using any other saved layout. (crash happens on the switch to the debug desktop).

answered Jul 29, 2013 at 0:41

marketideas's user avatar

2

I right clicked the application (in the project group window) and then selected CLEAN.

I was then able to compile the application.

answered May 7, 2014 at 16:17

kidjake28's user avatar

In my case Problem solved by excluding project folder from antivirus real time protection.

Can you delete EXE file manually?If no , proccess is in memroy , Open task manager ,select your project, END task . you have some bug in code that prevents application terminate.

If it is not in process list , Then Try :

1-exclude folder from windows Indexing or 3rd party file search applications that index files

2-In windows seven activate application experince service

3-Exclude project folder from Anti virus realtime protection

UPDATE

I noticed that ,Even if you do all what i said above, you may get this error some times in Windows 7 randomly.specially when you compile project many times…first compiles will be OK but after ten or more times this problem will be occurred

answered Dec 8, 2017 at 7:21

Shahram Banazadeh's user avatar

answered Nov 30, 2018 at 15:42

MohsenB's user avatar

MohsenBMohsenB

1,57917 silver badges29 bronze badges

1

Sometimes Microsoft Security Essentials holds the file after it was build in Delphi and you need to turn off real time protection.

To check which process holds the file, use Sysinternals Process Explorer: link. Use «Find handle» and type your exe name.

answered Oct 21, 2015 at 12:35

Krzysztof Goliński's user avatar

In my case it was due to the output folder that did not exist.

So what you can try is go to Project-> Options and under the Directories tab, change the output directory to a folder that exists and try again.

answered Feb 23, 2016 at 13:50

PretoriaCoder's user avatar

  1. Try to open the windows task manager
  2. go to process if you can not find your app in here
  3. then go to details tab you will find it.

I had the same problem and then I found it on details tab.

Dharman's user avatar

Dharman

29.3k21 gold badges80 silver badges131 bronze badges

answered Nov 14, 2019 at 4:22

Andy V's user avatar

1/29/2020: During the past week, I experienced this: Load a project in Delphi 7 on a Win 10 machine, compile it (successfully), run the project from inside of D7 (successful), recompile the project and get a «cannot create ….project1.exe». Upon reboot, can successfully compile and execute, but the second compile fails as the above.
I found that Dell Support Assist had an update 8 days ago (about the time this started), so I uninstalled it. After that, no problems with D7.

answered Jan 29, 2020 at 14:12

Keith's user avatar

A solution that has worked for me, change project options -> Linking and leave it like that, then delete the executable manually and solved.Project options -> linking

answered Apr 22, 2020 at 7:04

Guillem Alcover's user avatar

Just save project as in another place. it works for me.

answered Sep 16, 2021 at 10:06

Fariza Iqbal's user avatar

0

I seem to have fixed it by setting the compatibility mode to XP SP3. This also fixed another annoyance which made Alt-P not open bring up the Project menu.

EDIT: I didn’t have to re-enable my Application Experience. Still dead where it should be :)

Right-click on your Delphi short-cut, Properties, then choose the Compatibility tab. Choose Run the program in compatibility mode for: Windows XP (Service pack 3).

(I also checked the Run this program as an administrator box, but you may choose not to do that.)

(This is for Delphi 7, as per the OP’s question, not for XE7, although it may work for that too.)

Compatibility settings

answered Nov 4, 2015 at 9:53

Reversed Engineer's user avatar

1

1 / 1 / 0

Регистрация: 06.11.2013

Сообщений: 22

1

05.06.2014, 20:03. Показов 23743. Ответов 17


При компиляции программы в окне Unit1.pas пишет: [Fatal error] Could not create output file ‘путь’
Как это понимать и что сделать, чтобы исправить?

__________________
Помощь в написании контрольных, курсовых и дипломных работ, диссертаций здесь



0



351 / 344 / 279

Регистрация: 21.05.2013

Сообщений: 1,312

05.06.2014, 20:13

2

невозможно создать файл



0



Эксперт Pascal/Delphi

4881 / 2754 / 848

Регистрация: 04.10.2012

Сообщений: 10,039

05.06.2014, 20:15

3

Лада Келлер, у Вас ранее скомпилированная программа не висит в процессах?

Добавлено через 1 минуту
Если да, то выходной файл создан не будет до завершения процесса.



1



1 / 1 / 0

Регистрация: 06.11.2013

Сообщений: 22

05.06.2014, 20:16

 [ТС]

4

droider, где и как это посмотреть?
среду программирования второй раз в жизни вижу, простите.



0



Эксперт Pascal/Delphi

4881 / 2754 / 848

Регистрация: 04.10.2012

Сообщений: 10,039

05.06.2014, 20:20

5

Лада Келлер, откройте диспетчер задач и в списке процессов посмотрите, есть ли там ранее запущенный exe.

Добавлено через 1 минуту

Не по теме:

Цитата
Сообщение от Лада Келлер
Посмотреть сообщение

среду программирования второй раз в жизни вижу

хорошее начало. Многие после первого раза больше не открывают.



2



1 / 1 / 0

Регистрация: 06.11.2013

Сообщений: 22

05.06.2014, 21:30

 [ТС]

6

Нет, не висит

Добавлено через 1 час 0 минут
droider, выходной файл можно как-то вручную создать?



0



Эксперт Pascal/Delphi

4881 / 2754 / 848

Регистрация: 04.10.2012

Сообщений: 10,039

05.06.2014, 21:57

7

Лада Келлер, этот файл формируется при компиляции. Обычный exe.
Такого рода ошибка появляется, если предыдущий exe файл программы был запущен, и не закрыт.



0



1 / 1 / 0

Регистрация: 06.11.2013

Сообщений: 22

05.06.2014, 22:11

 [ТС]

8

droider, но я ни разу до этого ничего не запускала



0



пофигист широкого профиля

4602 / 3062 / 850

Регистрация: 15.07.2013

Сообщений: 17,660

05.06.2014, 22:19

9

Цитата
Сообщение от Лада Келлер
Посмотреть сообщение

Could not create output file ‘путь’

‘путь’ покажи.



0



1 / 1 / 0

Регистрация: 06.11.2013

Сообщений: 22

05.06.2014, 22:22

 [ТС]

10

northener, ‘C:Program files(x86)BorlandDelrhi7ProjectsProject1.exe’



0



пофигист широкого профиля

4602 / 3062 / 850

Регистрация: 15.07.2013

Сообщений: 17,660

05.06.2014, 22:28

11

Цитата
Сообщение от Лада Келлер
Посмотреть сообщение

C:Program files

Нет прав для записи в эту папку.



0



1 / 1 / 0

Регистрация: 06.11.2013

Сообщений: 22

05.06.2014, 22:33

 [ТС]

12

Цитата
Сообщение от northener
Посмотреть сообщение

Нет прав для записи в эту папку.

Почему нет? И что делать?



0



пофигист широкого профиля

4602 / 3062 / 850

Регистрация: 15.07.2013

Сообщений: 17,660

05.06.2014, 22:40

13

Лучший ответ Сообщение было отмечено Лада Келлер как решение

Решение

Цитата
Сообщение от Лада Келлер
Посмотреть сообщение

Почему нет? И что делать?

Потому что начиная с Windows Vista пользовательским программам это запрещено.
Перенеси все свои файлы (проект) куда-нибудь в Мои документы и работай с этим проектом.



1



1 / 1 / 0

Регистрация: 06.11.2013

Сообщений: 22

05.06.2014, 23:12

 [ТС]

14

northener, спасибо, помогло!



0



0 / 0 / 0

Регистрация: 01.04.2015

Сообщений: 5

19.01.2016, 01:29

15

А что делать если сохранил не на «С» а просто на «D» и программа раньше работало, но спустя месяц она выдало эту ошибку «fatal error could not create output file» и потом просто весит в диспетчере пока не перезагрузишь, хотя раньше не открывал и в диспетчере не висела???



0



пофигист широкого профиля

4602 / 3062 / 850

Регистрация: 15.07.2013

Сообщений: 17,660

19.01.2016, 02:01

16

Цитата
Сообщение от droidlex
Посмотреть сообщение

А что делать если сохранил не на «С» а просто на «D» и программа раньше работало, но спустя месяц она выдало эту ошибку «fatal error could not create output file» и потом просто весит в диспетчере пока не перезагрузишь, хотя раньше не открывал и в диспетчере не висела???

Если сам не в состоянии найти свои ошибки, прикладывай проект к сообщению. Буде время — поможем.



0



0 / 0 / 0

Регистрация: 01.04.2015

Сообщений: 5

19.01.2016, 17:56

17

Проект не причем — он полностью рабочий (проверял на других ПК). дело в самой делфи или возможно с ПК. перепробовал многое, все равно не работает. может что посоветуете..



0



Эксперт Pascal/Delphi

4881 / 2754 / 848

Регистрация: 04.10.2012

Сообщений: 10,039

19.01.2016, 18:06

18

Цитата
Сообщение от droidlex
Посмотреть сообщение

может что посоветуете

без проекта можно только гадать на основе Ваших слов о том, что

Цитата
Сообщение от droidlex
Посмотреть сообщение

Проект не причем



0



На чтение 5 мин. Просмотров 37 Опубликовано 15.12.2019

The compiler could not create an output file. This can be a compiled unit file (.dcu ), an executable file, a map file or an object file.

Most likely causes are a nonexistent directory or a write protected file or disk.

Reasons why an output file could not be produced:

  • You don’t have the required write permission for the directory.
    • Check the access privileges of your application.
    • Make sure your source is not on a read-only drive.
  • The linker (RLink) has generated an error, possibly due to finding unexpected versions of the .dcu, .bpl, and .dcp files
  • The process (.exe) is locked by another process. For example, in debug mode, the debugger typically locks the executable.

I am trying to run some demos and failing. The error message is in the subject line.
I have received the same message on my laptop (win 7 pro 32-bit) and my fast desktop (win 7 pro x64). I have reinstalled repeatedly on the x64 machine but no avail. It seems something fundamental is wrong; this never happens with your products.

Hello Joseph.
Thank you for your message. This problem can be caused by several factors. First, there may not be enough space on this local drive.
Also, UAC can block full access to this folder. Please try to define another path for DCU files, but please make sure that the folder in the new path exists (the IDE does not create folders). If this solves the problem then the cause of this behavior is UAC.
Please keep me informed of your progress with this issue.
Best regards,
Ingvar.

Hi Ingvar,
Thanks for the prompt reply.
As to what may be causing the problem:

1. my machine has a huge amount of disk, so that can be ruled out.
2. I turned off user account control, but am still compiling.
All I am doing is trying to run your std demos.
For example C:Program FilesDeveloper Express.VCLExpressPrinting System 4DemosDelphiDemosD14.groupproj:
I open D2010, open above file and click the ‘compile and run’ green icon.
It’s strange to me that it would error out on dxCore.dcu and try putting it in the above indicated directory — why would I be getting that error in the first place.
How am I supposed to run your demos if not this way?

Ingvar,
After I turned off UAC I restarted and it compiled.
I’m just curious: why would UAC interfere? Is UAC just not for people doing development?
Also — why would the demo try to compile into the Sources directory?
Finally, of subject, does Dev Express have a list of experts in the use of your components?
I have used your components for years, but I’ve often wondered about taking more advantage of their richness.
Thanks for your help.
Cheers,
-Joe

Содержание

  1. 2 Solutions
  2. Issue
  3. Solution
  4. Related

2 Solutions

What I do when I want to compile a demo, is to right-click on the top level devexpress folder, click properties then on the security tab, click ‘edit’ then on the ‘Users’ group and click allow full control, then save all that. This make it possible to compile things in the sub-folders.

Of course, it would be nicer if DevExpress could make the permission like this on the installation, or even better would be to install the demos in the public documents folder as they do with the .NET demos.

Hello Joseph.
Unfortunately, UAC behavior is out of our Support Team’s scope. It seems that it somehow blocks the «write» access to system directories.
As for the compiling in sources directory, by default, IDE places DCU and other files in the same folder, if output paths are not explicitly defined.
As for the list of experts, unfortunately, we don’t have such one. However, we have an extensive Knowledge Base, which covers a lot of questions related to our controls. In addition, you can use our search functionality to find related issues.
And finally, you can contact our Support Team to get direct help.
Please feel free to contact us if you have any questions regarding our controls.
Best regards,
Ingvar.

It seems that problem still persists. Had the same error trying to run Scheduler demos. Widows 7 64 Pro/XE2/12.2.10. Running Delhi as admin solved probem but left unwanted dcu files in Source folders across Program Files.

Issue

I’m unable to run Delphi 7 on Windows 7. The following error is displayed:

Fatal Error: Could not create output file ‘C:Program FilesBorlandDelphi7ProjectsProject1.exe’

Solution

A few words of thanks would be greatly appreciated.

  • Could not create output file delphi
  • [fatal error] could not create output file ‘c:program files (x86)borlanddelphi7projectsproject1.exe’ — Best answers
  • Delphi could not create output file — Best answers
  • Batch file create text file with date and time ✓ — Forum — Programming
  • Create empty file windows — How-To — Windows 7
  • Create icon file — How-To — Windows 7
  • How to create rar file — How-To — Video software
  • Create img file from folder — How-To — Software

Published by jak58 . Latest update on November 13, 2012 at 06:04 AM by jak58.

This document, titled «Delphi 7 — Fatal Error: Cannot create output file «project1.exe» . » is available under the Creative Commons license. Any copy, reuse, or modification of the content should be sufficiently credited to CCM (https://ccm.net/).

Warcraft 3 running in windowed mode under Windows 7

Windows — How to remove the Windows Image Backup file?

INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Contact US

Thanks. We have received your request and will respond promptly.

Log In

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips Forums!

  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It’s Free!

*Tek-Tips’s functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

Posting Guidelines

Promoting, selling, recruiting, coursework and thesis posting is forbidden.

Students Click Here

Simple error- could not create output file

Simple error- could not create output file

(OP)

15 Sep 04 13:44

hi gurus,
 i am pretty new to delphi. i just started working on it and still i am a novice.

i am getting this problem and i dont know what to do?
[Fatal Error] StatusBarDPv2.pas(1717): Could not create output file ‘c:program filesborlanddelphi7DigitalPipelinev2BinStatusBarDPv2.dcu’

the directory «DigitalPipelinev2Bin» is in c: root directory.
can i fix the problem with changing the environment options, if yes which one??
i would be glad if some one could also tell me what is the reason of the error .

thanks in advance
librs

Red Flag Submitted

Thank you for helping keep Tek-Tips Forums free from inappropriate posts.
The Tek-Tips staff will check this out and take appropriate action.

Join Tek-Tips® Today!

Join your peers on the Internet’s largest technical computer professional community.
It’s easy to join and it’s free.

Here’s Why Members Love Tek-Tips Forums:

  • Tek-Tips ForumsTalk To Other Members
  • Notification Of Responses To Questions
  • Favorite Forums One Click Access
  • Keyword Search Of All Posts, And More…

Register now while it’s still free!

Already a member? Close this window and log in.

Join Us             Close

16:24:49.0294016 bds.exe 31348 CreateFile C:VersionedProject1Project1.drc SUCCESS Desired Access: Read Attributes, Delete, Disposition: Open, Options: Non-Directory File, Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened 16:24:49.0296957 bds.exe 31348 QueryAttributeTagFile C:VersionedProject1Project1.drc SUCCESS Attributes: A, ReparseTag: 0x0 16:24:49.0297098 bds.exe 31348 SetDispositionInformationFile C:VersionedProject1Project1.drc SUCCESS Delete: True 16:24:49.0297592 bds.exe 31348 CloseFile C:VersionedProject1Project1.drc SUCCESS 16:24:49.0299250 bds.exe 31348 CreateFile C:VersionedProject1Project1.drc SUCCESS Desired Access: Generic Write, Read Attributes, Disposition: OverwriteIf, Options: Synchronous IO Non-Alert, Non-Directory File, Attributes: N, ShareMode: Read, Write, AllocationSize: 0, OpenResult: Created 16:24:49.0302563 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 0, Length: 475, Priority: Normal 16:24:49.0303422 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 475, Length: 439, Priority: Normal 16:24:49.0304317 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 914, Length: 389 16:24:49.0304513 bds.exe 31348 CloseFile C:VersionedProject1Project1.drc SUCCESS 16:24:49.0749837 bds.exe 31348 CreateFile C:VersionedProject1Project1.drc SUCCESS Desired Access: Read Attributes, Delete, Disposition: Open, Options: Non-Directory File, Open Reparse Point, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened 16:24:49.0751832 bds.exe 31348 QueryAttributeTagFile C:VersionedProject1Project1.drc SUCCESS Attributes: A, ReparseTag: 0x0 16:24:49.0751967 bds.exe 31348 SetDispositionInformationFile C:VersionedProject1Project1.drc SUCCESS Delete: True 16:24:49.0752470 bds.exe 31348 CloseFile C:VersionedProject1Project1.drc SUCCESS 16:24:49.0754644 bds.exe 31348 CreateFile C:VersionedProject1Project1.drc SUCCESS Desired Access: Generic Write, Read Attributes, Disposition: OverwriteIf, Options: Synchronous IO Non-Alert, Non-Directory File, Attributes: N, ShareMode: Read, Write, AllocationSize: 0, OpenResult: Created 16:24:49.0758448 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 0, Length: 501, Priority: Normal 16:24:49.0759324 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 501, Length: 488, Priority: Normal 16:24:49.0760164 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 989, Length: 491 16:24:49.0760404 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 1,480, Length: 502 16:24:49.0760600 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 1,982, Length: 485 16:24:49.0760805 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 2,467, Length: 503 16:24:49.0761017 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 2,970, Length: 487 16:24:49.0761219 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 3,457, Length: 489 16:24:49.0761514 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 3,946, Length: 497, Priority: Normal 16:24:49.0761867 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 4,443, Length: 503 16:24:49.0762098 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 4,946, Length: 511 16:24:49.0762290 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 5,457, Length: 487 16:24:49.0762489 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 5,944, Length: 505 16:24:49.0762678 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 6,449, Length: 510 16:24:49.0762887 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 6,959, Length: 495 16:24:49.0763082 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 7,454, Length: 502 16:24:49.0763429 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 7,956, Length: 486, Priority: Normal 16:24:49.0764009 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 8,442, Length: 479 16:24:49.0764234 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 8,921, Length: 506 16:24:49.0764439 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 9,427, Length: 505 16:24:49.0764638 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 9,932, Length: 511 16:24:49.0764740 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 10,443, Length: 15 16:24:49.0764943 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 10,458, Length: 511 16:24:49.0765045 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 10,969, Length: 14 16:24:49.0765238 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 10,983, Length: 506 16:24:49.0765427 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 11,489, Length: 492 16:24:49.0765616 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 11,981, Length: 503 16:24:49.0765821 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 12,484, Length: 511 16:24:49.0765934 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 12,995, Length: 13 16:24:49.0766129 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 13,008, Length: 493 16:24:49.0766322 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 13,501, Length: 511 16:24:49.0766424 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 14,012, Length: 7 16:24:49.0766613 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 14,019, Length: 493 16:24:49.0766803 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 14,512, Length: 500 16:24:49.0766995 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 15,012, Length: 510 16:24:49.0767194 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 15,522, Length: 511 16:24:49.0767293 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 16,033, Length: 14 16:24:49.0767604 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 16,047, Length: 511, Priority: Normal 16:24:49.0767941 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 16,558, Length: 8 16:24:49.0768255 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 16,566, Length: 511 16:24:49.0768361 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 17,077, Length: 3 16:24:49.0768560 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 17,080, Length: 510 16:24:49.0768749 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 17,590, Length: 508 16:24:49.0768945 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 18,098, Length: 508 16:24:49.0769147 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 18,606, Length: 511 16:24:49.0769250 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 19,117, Length: 14 16:24:49.0769445 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 19,131, Length: 508 16:24:49.0769654 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 19,639, Length: 498 16:24:49.0769856 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 20,137, Length: 511 16:24:49.0769968 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 20,648, Length: 8 16:24:49.0770189 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 20,656, Length: 487 16:24:49.0770398 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 21,143, Length: 466 16:24:49.0770590 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 21,609, Length: 483 16:24:49.0770783 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 22,092, Length: 498 16:24:49.0771030 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 22,590, Length: 511 16:24:49.0771225 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 23,101, Length: 502 16:24:49.0771421 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 23,603, Length: 502 16:24:49.0771629 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 24,105, Length: 511 16:24:49.0771742 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 24,616, Length: 7 16:24:49.0771953 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 24,623, Length: 510 16:24:49.0772152 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 25,133, Length: 496 16:24:49.0772354 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 25,629, Length: 511 16:24:49.0772457 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 26,140, Length: 8 16:24:49.0772649 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 26,148, Length: 501 16:24:49.0772845 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 26,649, Length: 490 16:24:49.0773044 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 27,139, Length: 511 16:24:49.0773143 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 27,650, Length: 5 16:24:49.0773336 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 27,655, Length: 497 16:24:49.0773528 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 28,152, Length: 476 16:24:49.0773900 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 28,628, Length: 506 16:24:49.0774102 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 29,134, Length: 491 16:24:49.0774304 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 29,625, Length: 504 16:24:49.0774500 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 30,129, Length: 461 16:24:49.0774699 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 30,590, Length: 506 16:24:49.0774904 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 31,096, Length: 497 16:24:49.0775099 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 31,593, Length: 498 16:24:49.0775302 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 32,091, Length: 510 16:24:49.0775603 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 32,601, Length: 495, Priority: Normal 16:24:49.0775946 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 33,096, Length: 497 16:24:49.0776177 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 33,593, Length: 511 16:24:49.0776283 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 34,104, Length: 9 16:24:49.0776488 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 34,113, Length: 483 16:24:49.0776681 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 34,596, Length: 511 16:24:49.0776780 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 35,107, Length: 2 16:24:49.0777017 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 35,109, Length: 511 16:24:49.0777120 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 35,620, Length: 3 16:24:49.0777319 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 35,623, Length: 503 16:24:49.0777521 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 36,126, Length: 499 16:24:49.0777716 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 36,625, Length: 505 16:24:49.0778021 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 37,130, Length: 511 16:24:49.0778137 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 37,641, Length: 6 16:24:49.0778380 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 37,647, Length: 511 16:24:49.0778486 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 38,158, Length: 9 16:24:49.0778691 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 38,167, Length: 511 16:24:49.0778794 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 38,678, Length: 7 16:24:49.0779009 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 38,685, Length: 511 16:24:49.0779115 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 39,196, Length: 11 16:24:49.0779320 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 39,207, Length: 511 16:24:49.0779426 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 39,718, Length: 4 16:24:49.0779631 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 39,722, Length: 502 16:24:49.0779843 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 40,224, Length: 493 16:24:49.0780045 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 40,717, Length: 500 16:24:49.0780263 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 41,217, Length: 500 16:24:49.0780491 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 41,717, Length: 511 16:24:49.0780603 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 42,228, Length: 1 16:24:49.0780811 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 42,229, Length: 507 16:24:49.0781013 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 42,736, Length: 503 16:24:49.0781228 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 43,239, Length: 502 16:24:49.0781437 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 43,741, Length: 511 16:24:49.0781549 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 44,252, Length: 9 16:24:49.0781754 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 44,261, Length: 511 16:24:49.0782222 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 44,772, Length: 10 16:24:49.0782601 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 44,782, Length: 482 16:24:49.0782854 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 45,264, Length: 504 16:24:49.0783088 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 45,768, Length: 511 16:24:49.0783201 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 46,279, Length: 2 16:24:49.0783416 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 46,281, Length: 511 16:24:49.0783531 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 46,792, Length: 3 16:24:49.0783746 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 46,795, Length: 511 16:24:49.0783861 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 47,306, Length: 6 16:24:49.0784073 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 47,312, Length: 502 16:24:49.0784291 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 47,814, Length: 511 16:24:49.0784407 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 48,325, Length: 7 16:24:49.0786337 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 48,332, Length: 485 16:24:49.0786693 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 48,817, Length: 468 16:24:49.0788377 bds.exe 31348 WriteFile C:VersionedProject1Project1.drc SUCCESS Offset: 49,285, Length: 413 16:24:49.0788582 bds.exe 31348 CloseFile C:VersionedProject1Project1.drc SUCCESS 16:24:49.5828671 Everything.exe 10416 CreateFile C:VersionedProject1Project1.drc SUCCESS Desired Access: Read Attributes, Synchronize, Disposition: Open, Options: Synchronous IO Non-Alert, Open By ID, Attributes: n/a, ShareMode: Read, Write, Delete, AllocationSize: n/a, OpenResult: Opened 16:24:49.5828892 Everything.exe 10416 QueryInformationVolume C:VersionedProject1Project1.drc BUFFER OVERFLOW VolumeCreationTime: 31/03/2014 21:14:42, VolumeSerialNumber: D4DA-41C0, SupportsObjects: True, VolumeLabel: SysZ 16:24:49.5828982 Everything.exe 10416 QueryAllInformationFile C:VersionedProject1Project1.drc BUFFER OVERFLOW CreationTime: 30/01/2015 17:24:38, LastAccessTime: 23/12/2015 16:24:49, LastWriteTime: 23/12/2015 16:24:49, ChangeTime: 23/12/2015 16:24:49, FileAttributes: A, AllocationSize: 53,248, EndOfFile: 49,698, NumberOfLinks: 1, DeletePending: False, Directory: False, IndexNumber: 0x22900000004d5c0, EaSize: 0, Access: Read Attributes, Synchronize, Position: 0, Mode: Synchronous IO Non-Alert, AlignmentRequirement: Long 16:24:49.5829162 Everything.exe 10416 CloseFile C:VersionedProject1Project1.drc SUCCESS

Понравилась статья? Поделить с друзьями:

Читайте также:

  • Fatal error content is not allowed in prolog
  • Fatal error constant expression contains invalid operations in
  • Fatal error connection reset by peer
  • Fatal error conio h нет такого файла или каталога
  • Fatal error conio h no such file or directory

  • 0 0 голоса
    Рейтинг статьи
    Подписаться
    Уведомить о
    guest

    0 комментариев
    Старые
    Новые Популярные
    Межтекстовые Отзывы
    Посмотреть все комментарии