Devenv exe visual studio ошибка

Problem is with security setting .
After 2-3 hours of Googling i found many solution but none of them work then i tried these solutions .

There is one  folder in your machine:  "C:ProgramData". 
Don't worry if you don't see this folder, unhide all the folders, you will find it there.
I did not had the rights on "C:ProgramDataMicrosoftVisualStudio" .
See if you have full rights on the same.
If your are not able to open this folder, This means that you do not have rights on this.
to give rights follow the steps below :
1) Right click on the folder "VisualStudio."
2) Go to Properties->Security. See if your PC name is there in the user names list, 
if not , then add it.
3) Go to Advanced -> Owner -> Edit -> Other users or groups.  add your PC name,
i.e add yourself as the owner of the folder and give full rights.

Which is found here Application-data-folder-error . I was unable to change security of ProgramData files then i tried this solution .

1. On the root folder, right click, select properties, select security tab.
2. Click Advanced
3. The window that pops up should show the current owner. Click "Change." 
The "Select User or Group" pop up box appears. 
4. In the text box, type in your current user name (you should be an admin), and hit the 
"Check Names" button. Your name will be replaced with the "official" system 
 name (i.e.,preceded by computer name and back slash).
5. Click OK
6. The box disappears, sending you back to the Advanced Security Settings window.
7. A new tick box appears below owner, with the text "Replace owner on subcontainers and 
objects" Select this tick box.
8. I also selected the tick box "Replace all child object permission entries
with inheritable permission entries from this object", but I think I had to run this twice
- once with this box ticked and once without.
9. Make sure that "everyone" appears on the Permission entries window, if not,
click add. The same box that appears in step 4 shows up again. 
Type everyone, click "Check Names" and then "OK"
10. Hit apply

which is found here Permission error.

Finally it works cheers :) Hope it will help to some other .

First off, I know this post doesn’t belong here — but there doesn’t seem to be a forum for general IDE issues anymore, and links provided by MSFT folk to any that may have existed in the past are just broken. This seems like the best fit, as it’s been happening since the IDE was first set up.

Each day on start up of devenv (for VS 2008 TS) I get a crash. The event viewer info looks like:

Faulting application name: devenv.exe, version: 9.0.30729.1, time stamp: 0x488f2b50
Faulting module name: msenv.dll, version: 9.0.30729.1, time stamp: 0x488f2b9f
Exception code: 0xc0000005
Fault offset: 0x0000bdb8
Faulting process id: 0xe20
Faulting application start time: 0x01ca67c713ed449d
Faulting application path: C:Program Files (x86)Microsoft Visual Studio 9.0Common7IDEdevenv.exe
Faulting module path: c:Program Files (x86)Microsoft Visual Studio 9.0Common7IDEmsenv.dll
Report Id: 525450a7-d3ba-11de-948f-0010181827ef

It was suggested to run devenv with the /log command line switch to get some verbose logging info dumped to the ActivityLog.xml file,  however — that file just ends abruptly like so:

<?xml-stylesheet type="text/xsl" href="ActivityLog.xsl"?>
<activity>
  <entry>
    <record>1</record>
    <time>2009/11/17 20:46:47.203</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Visual Studio Version: 9.0.30729.1</description>
  </entry>
  <entry>
    <record>2</record>
    <time>2009/11/17 20:46:47.216</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Running in User Groups: Users</description>
  </entry>
  <entry>
    <record>3</record>
    <time>2009/11/17 20:46:47.217</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>ProductID: 92357-152-0000034-60484</description>
  </entry>
  <entry>
    <record>4</record>
    <time>2009/11/17 20:46:47.219</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Available Drive Space: C: drive has 362187816960 bytes; X: drive has 844590206976 bytes</description>
  </entry>
  <entry>
    <record>5</record>
    <time>2009/11/17 20:46:47.222</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Internet Explorer Version: 8.0.7600.16444</description>
  </entry>
  <entry>
    <record>6</record>
    <time>2009/11/17 20:46:47.222</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Microsoft Data Access Version: 6.1.7600.16385</description>
  </entry>
  <entry>
    <record>7</record>
    <time>2009/11/17 20:46:47.223</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>.NET Framework Version: 2.0.50727.4927</description>
  </entry>
  <entry>
    <record>8</record>
    <time>2009/11/17 20:46:47.225</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>MSXML Version: 6.30.7600.16385</description>
  </entry>
  <entry>
    <record>9</record>
    <time>2009/11/17 20:46:47.242</time>
    <type>Information</type>
    <source>Microsoft Visual Studio</source>
    <description>Loading UI library</description>
    <guid>{DA9FB551-C724-11D0-AE1F-00A0C90FFFC3}</guid>
    <path>c:Program Files (x86)Microsoft Visual Studio 9.0Common7IDE*msenvui.dll</path>
  </entry>

No closing tag for activity.. And none of the messages are anything but informal. So I’m at a bit of a loss to explain what is going on. The second time it is run it will works ok — though we’ve come to find the IDE crashes quite regularly when using Silverlight during build.

OS is Win 2008 R2 x64. VS 2008 should have any and all service packs applied, as well as the OS. The only add-in is Coderush XPress, and TFS sidekicks one. I haven’t installed any non-SP hotfixes that I know of. Detailed versions and info from help->about are:

Microsoft Visual Studio 2008
Version 9.0.30729.1 SP
Microsoft .NET Framework
Version 3.5 SP1

Installed Edition: Enterprise

Microsoft Silverlight Projects 2008   
Microsoft Silverlight Projects 2008
Version 9.0.30730.126

Microsoft Visual Basic 2008   
Microsoft Visual Basic 2008

Microsoft Visual C# 2008   
Microsoft Visual C# 2008

Microsoft Visual C++ 2008   
Microsoft Visual C++ 2008

Microsoft Visual Studio 2008 Team Explorer   
Microsoft Visual Studio 2008 Team Explorer
Version 9.0.30729.1

Microsoft Visual Studio 2008 Tools for Office   
Microsoft Visual Studio 2008 Tools for Office

Microsoft Visual Studio Team System 2008 Architecture Edition   
Microsoft Visual Studio Team System 2008 Architecture Edition

Microsoft Visual Studio Team System 2008 Database Edition GDR   
Microsoft Visual Studio Team System 2008 Database Edition GDR Version 9.1.40413.00

Microsoft Visual Studio Team System 2008 Development Edition   
Microsoft Visual Studio Team System 2008 Development Edition

Portions of International CorrectSpell™ spelling correction system © 1993 by Lernout & Hauspie Speech Products N.V.  All rights reserved.

The American Heritage® Dictionary of the English Language, Third Edition Copyright © 1992 Houghton Mifflin Company.  Electronic version licensed from Lernout & Hauspie Speech Products N.V.  All rights reserved.


Microsoft Visual Studio Team System 2008 Test Edition   
Microsoft Visual Studio Team System 2008 Test Edition

Microsoft Visual Studio Tools for Applications 2.0   
Microsoft Visual Studio Tools for Applications 2.0

Microsoft Visual Web Developer 2008   
Microsoft Visual Web Developer 2008

CodeRush for Visual Studio   9.2

CodeRush Xpress   9.2

Crystal Reports    AAJ60-G0MSA4K-68000CF
Crystal Reports Basic for Visual Studio 2008


DXCore for Visual Studio   9.2
DXCore for Visual Studio

Hotfix for Microsoft Visual Studio 2008 Shell (integrated mode) - ENU (KB945282)   KB945282
This hotfix is for Microsoft Visual Studio 2008 Shell (integrated mode) - ENU.
If you later install a more recent service pack, this hotfix will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/945282.

Hotfix for Microsoft Visual Studio 2008 Shell (integrated mode) - ENU (KB946040)   KB946040
This hotfix is for Microsoft Visual Studio 2008 Shell (integrated mode) - ENU.
If you later install a more recent service pack, this hotfix will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/946040.

Hotfix for Microsoft Visual Studio 2008 Shell (integrated mode) - ENU (KB946308)   KB946308
This hotfix is for Microsoft Visual Studio 2008 Shell (integrated mode) - ENU.
If you later install a more recent service pack, this hotfix will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/946308.

Hotfix for Microsoft Visual Studio 2008 Shell (integrated mode) - ENU (KB946344)   KB946344
This hotfix is for Microsoft Visual Studio 2008 Shell (integrated mode) - ENU.
If you later install a more recent service pack, this hotfix will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/946344.

Hotfix for Microsoft Visual Studio 2008 Shell (integrated mode) - ENU (KB946581)   KB946581
This hotfix is for Microsoft Visual Studio 2008 Shell (integrated mode) - ENU.
If you later install a more recent service pack, this hotfix will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/946581.

Hotfix for Microsoft Visual Studio 2008 Shell (integrated mode) - ENU (KB947173)   KB947173
This hotfix is for Microsoft Visual Studio 2008 Shell (integrated mode) - ENU.
If you later install a more recent service pack, this hotfix will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/947173.

Hotfix for Microsoft Visual Studio 2008 Shell (integrated mode) - ENU (KB947540)   KB947540
This hotfix is for Microsoft Visual Studio 2008 Shell (integrated mode) - ENU.
If you later install a more recent service pack, this hotfix will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/947540.

Hotfix for Microsoft Visual Studio 2008 Shell (integrated mode) - ENU (KB947789)   KB947789
This hotfix is for Microsoft Visual Studio 2008 Shell (integrated mode) - ENU.
If you later install a more recent service pack, this hotfix will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/947789.

Hotfix for Microsoft Visual Studio 2008 Team Explorer - ENU (KB946260)   KB946260
This hotfix is for Microsoft Visual Studio 2008 Team Explorer - ENU.
If you later install a more recent service pack, this hotfix will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/946260.

Hotfix for Microsoft Visual Studio 2008 Team Explorer - ENU (KB946458)   KB946458
This hotfix is for Microsoft Visual Studio 2008 Team Explorer - ENU.
If you later install a more recent service pack, this hotfix will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/946458.

Hotfix for Microsoft Visual Studio 2008 Team Explorer - ENU (KB947171)   KB947171
This hotfix is for Microsoft Visual Studio 2008 Team Explorer - ENU.
If you later install a more recent service pack, this hotfix will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/947171.

Hotfix for Microsoft Visual Studio 2008 Team Explorer - ENU (KB947180)   KB947180
This hotfix is for Microsoft Visual Studio 2008 Team Explorer - ENU.
If you later install a more recent service pack, this hotfix will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/947180.

Hotfix for Microsoft Visual Studio 2008 Team Explorer - ENU (KB948816)   KB948816
This hotfix is for Microsoft Visual Studio 2008 Team Explorer - ENU.
If you later install a more recent service pack, this hotfix will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/948816.

Hotfix for Microsoft Visual Studio 2008 Team Explorer - ENU (KB953318)   KB953318
This hotfix is for Microsoft Visual Studio 2008 Team Explorer - ENU.
If you later install a more recent service pack, this hotfix will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/953318.

Hotfix for Microsoft Visual Studio 2008 Team Explorer - ENU (KB954435)   KB954435
This hotfix is for Microsoft Visual Studio 2008 Team Explorer - ENU.
If you later install a more recent service pack, this hotfix will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/954435.

Hotfix for Microsoft Visual Studio Team System 2008 Team Suite - ENU (KB944899)   KB944899
This hotfix is for Microsoft Visual Studio Team System 2008 Team Suite - ENU.
If you later install a more recent service pack, this hotfix will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/944899.

Hotfix for Microsoft Visual Studio Team System 2008 Team Suite - ENU (KB946673)   KB946673
This hotfix is for Microsoft Visual Studio Team System 2008 Team Suite - ENU.
If you later install a more recent service pack, this hotfix will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/946673.

Hotfix for Microsoft Visual Studio Team System 2008 Team Suite - ENU (KB948127)   KB948127
This hotfix is for Microsoft Visual Studio Team System 2008 Team Suite - ENU.
If you later install a more recent service pack, this hotfix will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/948127.

Hotfix for Microsoft Visual Studio Team System 2008 Team Suite - ENU (KB953256)   KB953256
This hotfix is for Microsoft Visual Studio Team System 2008 Team Suite - ENU.
If you later install a more recent service pack, this hotfix will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/953256.

Hotfix for Microsoft Visual Studio Team System 2008 Team Suite - ENU (KB967483)   KB967483
This hotfix is for Microsoft Visual Studio Team System 2008 Team Suite - ENU.
If you later install a more recent service pack, this hotfix will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/967483.

Hotfix for Microsoft Visual Studio Team System 2008 Team Suite - ENU (KB971092)   KB971092
This hotfix is for Microsoft Visual Studio Team System 2008 Team Suite - ENU.
If you later install a more recent service pack, this hotfix will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/971092.

Microsoft Visual Studio 2008 Team Explorer - ENU Service Pack 1 (KB945140)   KB945140
This service pack is for Microsoft Visual Studio 2008 Team Explorer - ENU.
If you later install a more recent service pack, this service pack will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/945140.

Microsoft Visual Studio Team System 2008 Team Suite - ENU Service Pack 1 (KB947888)   KB947888
This service pack is for Microsoft Visual Studio Team System 2008 Team Suite - ENU.
If you later install a more recent service pack, this service pack will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/947888.

Refactor! for Visual Studio   9.2
Refactor! for Visual Studio

Security Update for Microsoft Visual Studio Team System 2008 Team Suite - ENU (KB972222)   KB972222
This security update is for Microsoft Visual Studio Team System 2008 Team Suite - ENU.
If you later install a more recent service pack, this security update will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/972222.

Security Update for Microsoft Visual Studio Team System 2008 Team Suite - ENU (KB973675)   KB973675
This security update is for Microsoft Visual Studio Team System 2008 Team Suite - ENU.
If you later install a more recent service pack, this security update will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/973675.

SQL Server Analysis Services   
Microsoft SQL Server Analysis Services Designer 
Version 10.0.2531.0

SQL Server Integration Services   
Microsoft SQL Server Integration Services Designer
Version 10.0.2531.0 ((Katmai_PCU_Main).090329-1015 )

SQL Server Reporting Services   
Microsoft SQL Server Reporting Services Designers 
Version 10.0.2531.0

Team Foundation Sidekicks   2.2
Team Foundation Sidekicks utilities package

Update for Microsoft Visual Studio Team System 2008 Team Suite - ENU (KB956453)   KB956453
This update is for Microsoft Visual Studio Team System 2008 Team Suite - ENU.
If you later install a more recent service pack, this update will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/956453.

Update for Microsoft Visual Studio Team System 2008 Team Suite - ENU (KB967143)   KB967143
This update is for Microsoft Visual Studio Team System 2008 Team Suite - ENU.
If you later install a more recent service pack, this update will be uninstalled automatically.
For more information, visit http://support.microsoft.com/kb/967143.
Информация о файле Описание
Размер файла: 557 kB
Дата и время изменения файла: 2019:12:02 17:14:41+00:00
Тип файла: Win32 EXE
Тип MIME: application/octet-stream
Тип компьютера: Intel 386 or later, and compatibles
Метка времени: 2010:03:18 10:04:35+00:00
Тип PE: PE32
Версия компоновщика: 10.0
Размер кода: 274944
Размер инициализированных данных: 291328
Размер неинициализированных данных: 0
Точка входа: 0x1e80d
Версия ОС: 5.1
Версия образа: 10.0
Версия подсистемы: 5.1
Подсистема: Windows GUI
Номер версии файла: 10.0.30319.1
Номер версии продукта: 10.0.30319.1
Маска флагов файлов: 0x003f
Флаги файлов: (none)
Файловая ОС: Win32
Тип объектного файла: Executable application
Подтип файла: 0
Код языка: English (U.S.)
Набор символов: Unicode
Наименование компании: Microsoft Corporation
Описание файла: Microsoft Visual Studio 2010
Версия файла: 10.0.30319.1 built by: RTMRel
Внутреннее имя: devenv.exe
Авторское право: © Microsoft Corporation. All rights reserved.
Название продукта: Microsoft® Visual Studio® 2010
Версия продукта: 10.0.30319.1

Фрагменты данных файлов предоставлены участником Exiftool (Phil Harvey) и распространяются под лицензией Perl Artistic.

Scenario:

  1. Open Visual Studio 2019 Developer Command Prompt v16.3.5
  2. cd c:some_solution
  3. devenv.exe libogg.sln /Build
  4. devenv.exe immediately exits instead of build! Very disappointed…

here.

Why and how to solve?

P.S. In GUI mode VS builds libogg.sln as expected.

P.P.S. Product info:

Microsoft Visual Studio Community 2019
Version 16.3.5
VisualStudio.16.Release/16.3.5+29411.108
Microsoft .NET Framework
Version 4.8.03752

magicandre1981's user avatar

asked Oct 23, 2019 at 20:35

pmor's user avatar

1

devenv.exe will work, but will not direct output to the console. Use devenv.com if you want to see the output.

Commands that begin with devenv are handled by the devenv.com utility, which delivers output through standard system streams, such as stdout and stderr. The utility determines the appropriate I/O redirection when it captures output, for example to a .txt file.

Alternatively, commands that begin with devenv.exe can use the same switches, but the devenv.com utility is bypassed. Using devenv.exe directly prevents output from appearing on the console.

https://learn.microsoft.com/en-us/visualstudio/ide/reference/devenv-command-line-switches

answered Dec 22, 2020 at 17:48

Willem's user avatar

Yes this is exit immediately, but it is doing its operation on our backend, actually, it is building the package. you can verify this from your File Explorer. If you want to know what is exactly happening while applying devenv.exe *.sln /Build then you have to use devenv.com *.sln /Build. this command will give you a detailed log while it’s running.

answered Apr 22, 2022 at 9:17

chiducaf's user avatar

chiducafchiducaf

7335 silver badges8 bronze badges

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

Файл devenv.exe из Microsoft Corporation является частью Microsoft Development Environment. devenv.exe, расположенный в c:Program FilesMicrosoft Visual StudioCOMMONIDEIDE98 с размером файла 264464.00 байт, версия файла 6.00.8167 , подпись 4F0AF04245330AB3B3C19A34285165CA.

В вашей системе запущено много процессов, которые потребляют ресурсы процессора и памяти. Некоторые из этих процессов, кажется, являются вредоносными файлами, атакующими ваш компьютер.
Чтобы исправить критические ошибки devenv.exe,скачайте программу Asmwsoft PC Optimizer и установите ее на своем компьютере

Содержание

  1. 1- Очистите мусорные файлы, чтобы исправить devenv.exe, которое перестало работать из-за ошибки.
  2. 2- Очистите реестр, чтобы исправить devenv.exe, которое перестало работать из-за ошибки.
  3. 3- Настройка Windows для исправления критических ошибок devenv.exe:
  4. Как вы поступите с файлом devenv.exe?
  5. Некоторые сообщения об ошибках, которые вы можете получить в связи с devenv.exe файлом
  6. DEVENV.EXE
  7. процессов:

1- Очистите мусорные файлы, чтобы исправить devenv.exe, которое перестало работать из-за ошибки.

  1. Запустите приложение Asmwsoft Pc Optimizer.
  2. Потом из главного окна выберите пункт «Clean Junk Files».
  3. Когда появится новое окно, нажмите на кнопку «start» и дождитесь окончания поиска.
  4. потом нажмите на кнопку «Select All».
  5. нажмите на кнопку «start cleaning».

2- Очистите реестр, чтобы исправить devenv.exe, которое перестало работать из-за ошибки.

3- Настройка Windows для исправления критических ошибок devenv.exe:

  1. Нажмите правой кнопкой мыши на «Мой компьютер» на рабочем столе и выберите пункт «Свойства».
  2. В меню слева выберите » Advanced system settings».
  3. В разделе «Быстродействие» нажмите на кнопку «Параметры».
  4. Нажмите на вкладку «data Execution prevention».
  5. Выберите опцию » Turn on DEP for all programs and services . » .
  6. Нажмите на кнопку «add» и выберите файл devenv.exe, а затем нажмите на кнопку «open».
  7. Нажмите на кнопку «ok» и перезагрузите свой компьютер.

Всего голосов ( 40 ), 23 говорят, что не будут удалять, а 17 говорят, что удалят его с компьютера.

Как вы поступите с файлом devenv.exe?

Некоторые сообщения об ошибках, которые вы можете получить в связи с devenv.exe файлом

(devenv.exe) столкнулся с проблемой и должен быть закрыт. Просим прощения за неудобство.

(devenv.exe) перестал работать.

devenv.exe. Эта программа не отвечает.

(devenv.exe) — Ошибка приложения: the instruction at 0xXXXXXX referenced memory error, the memory could not be read. Нажмитие OK, чтобы завершить программу.

(devenv.exe) не является ошибкой действительного windows-приложения.

(devenv.exe) отсутствует или не обнаружен.

DEVENV.EXE

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

процессов:

Cookies help us deliver our services. By using our services, you agree to our use of cookies.

1. У Вас на компьютере Microsoft Visual Studio установлен? Не знаете, что это такое? Тогда удаляйте — Вам он ни к чему. Если нужен — переустановите, сделайте обновление или удалите и установите другую версию (самая лучшая, на мой взгляд, 2012 Ultimate, могу подарить лицензионную, пишите в почту тогда) .
2. Возможно, вирус. Проверьте компьютер антивирусом, а также посмотрите его автозагрузку. Можно сделать вручную (меню Пуск и реестр) , но лучше специальными программами, например, CleanGenius или Advanced SystemCare. Лучше вообще оттуда всё удалить — из автозагрузке, потому что реально там ничего обычно не нужно, только ЦП жрать да память.

Быстро зарегистрирует DLL в системе и исправит ошибки

Быстро зарегистрирует DLL в системе и исправит ошибки

We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.

Платформа Файл Продукт Язык Описание
32bit
Windows 2000
VsLogP.dll
v. 8.0.50727.42
Microsoft Visual Studio 2005
v. 8.0.50727.42
English (U.S.) Microsoft Visual Studio 2005

Понравилась статья? Поделить с друзьями:
  • Dev cs ошибки компилятора
  • Dev error 6065 обнаружена неустранимая ошибка directx
  • Dev c ошибка при компиляции
  • Dev error 5761 обнаружена неустранимая ошибка directx
  • Dev c ошибка 216