To run this application you must install net escape from tarkov как исправить

If I try to start the launcher it says "To run this application, you must install .NET. Would you like to download it now?" if i click yes nothing happens, I installed every .NET i am supposed to download, I read the faq the thing that was there didnt…


    • #1

    If I try to start the launcher it says «To run this application, you must install .NET. Would you like to download it now?» if i click yes nothing happens, I installed every .NET i am supposed to download, I read the faq the thing that was there didnt help saying i already have it installed maybe i just missed something that would have helped me but i looked alot, maybe the problem is dotnetfx35 because if i download it i cant start the setup not even in compatibility mode

    • #2

    Have you restarted your pc? If not try that.

    • #4

    uninstall .net 5 if its saying its installed and use this .net 5.0

    • #5

    that worked thanks for the help

  • CWX Dec 28th 2021

    Closed the thread.

  • CWX Dec 28th 2021

  • OwnerAccount Feb 4th 2022

    Set the Label from In progress to Solved

Написал консольные приложение на C#, скомпилил его (в VS это называется «Опубликовать»), но при запуске на других компах вылазит ошибка «To run this application, you must install .NET Core». В настройках сборки я изменил тип открытия на «Автономный», класс, ошибка исчезла, но теперь мой exe весит не 1.5 МБ, а 60 МБ.
Какие есть способы обойти установку .NET Core? При этом получить екзешник с адекватным весом?


  • Вопрос задан

    более года назад

  • 3026 просмотров

Разрабатывать приложение с более старой версией .net
Например 3яя есть даже на win7 по умолчанию, а в 10-ке — 4.6 версия, вот список ревизий ос и версий встроенных в них .net

p.s. машины, на которых почему то не установлен последний .net это что то странное, сейчас некоторые даже инсталяторы пишут на .net, т.е. на такой машине без .net тупо ничего не запустится

Машины должен кто то администрировать, пусть он и настраивает как надо
а если там linux будет стоять, будете прикладывать к своему exe-шнику инсталятор windows?

Пригласить эксперта

Есть несколько вариантов:
1. Использовать .net 6 — он умеет тащить за собой не весь рантайм, а только то что нужно для работы.
По крайней мере Hello World в 12мб получалось уместить (single file + self contained + assembly trimming)
2. Поставлять программу вместе со скриптом, который проверит, установлен ли .net runtime и установит его сам, скачав из интернета
3. Забить и оставить как есть (засунуть в архив)
4. Использовать .NET Framework, который идёт на винде из коробки, но имхо — это шаг назад по всем параметрам, и так делать не стоит.

UPD: Hello world таки весит 12 мегабайт


  • Показать ещё
    Загружается…

10 февр. 2023, в 04:49

50000 руб./за проект

10 февр. 2023, в 02:20

3000 руб./за проект

10 февр. 2023, в 01:33

1500 руб./за проект

Минуточку внимания

Устранение неполадок при получении сообщения об ошибке «Не удалось запустить это приложение»

To run this application you must install missing framework for net

Причины ошибки

Эта ошибка указывает на то, что выполняется одно из следующих условий:

Исправление ошибки

Чтобы устранить эту проблему и запустить приложение, сделайте следующее:

To run this application you must install missing framework for net

To run this application you must install missing framework for net

Если приложение успешно запускается, нажмите кнопку Готово. В противном случае нажмите кнопку Далее.

To run this application you must install missing framework for net

.NET Framework 4.8 предустановлена в Windows 11 и Windows 10 с обновлением за май 2019 г. и более поздние версии.

Попытайтесь запустить приложение.

Устранение неполадок при запуске приложения

Требуемая платформа не найдена

Если требуемая платформа или совместимая версия не найдена, приложение не запускается с сообщением следующего:

Установка совместимой среды выполнения

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

В следующей таблице показаны платформы, содержащиеся в каждой среде выполнения.

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

Другие варианты

Существуют другие варианты установки и обходного решения.

Запуск скрипта dotnet-install

Скачайте сценарий dotnet-install для операционной системы. Запустите скрипт с параметрами на основе сведений в сообщении об ошибке. На странице справки по скрипту dotnet-install отображаются все доступные параметры.

Запустите PowerShell и выполните следующую команду:

Например, сообщение об ошибке в предыдущем разделе будет соответствовать следующему:

Дополнительные сведения об установке с помощью скрипта см. в разделе «Установка с помощью автоматизации PowerShell».

Например, сообщение об ошибке в предыдущем разделе будет соответствовать следующему:

Дополнительные сведения об установке с помощью скрипта см. в разделе «Установка скрипта».

Например, сообщение об ошибке в предыдущем разделе будет соответствовать следующему:

Дополнительные сведения об установке с помощью скрипта см. в разделе «Установка с помощью автоматизации Bash».

Скачивание двоичных файлов

Настройка поведения отката

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

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

Критические изменения

Расположение %ProgramFiles%dotnet установки по умолчанию (или %ProgramFiles(x86)%dotnet для 32-разрядных процессов в 64-разрядной версии Windows).

Это многоуровневое поведение подстановки было включено по умолчанию, но его можно отключить, задав переменную DOTNET_MULTILEVEL_LOOKUP=0 среды.

To run this application you must install missing framework for net

To run this application you must install missing framework for net

Context

Much of this post is only relevant for framework-dependent apps. That’s the default build and publish option. Framework-dependent apps (unlike self-contained apps) don’t include a runtime but need to load one (typically) from the global install location. That’s what leads to this whole topic. There are a lot of benefits to framework-dependent apps, which is why that model is popular.

Missing Runtime

We have updated our error messages to have the general structure:

.NET installation not found

For Windows GUI applications, we made similar changes to the error shown to include a documentation link and more clearly lay out relevant information:

To run this application you must install missing framework for net

These changes are an improvement on previous behavior:

To run this application you must install missing framework for net

Required framework not found

Running the application will show:

For Windows GUI applications, we again made similar changes to the error shown:

To run this application you must install missing framework for net

These changes are an improvement on previous behavior:

To run this application you must install missing framework for net

Architecture

In general, we ensured all the error messages about a missing runtime point out the relevant architecture, such that it is clearer to everyone – end user, developer, or developer supporting an end user – which architecture is necessary.

.NET location

Missing SDK

In this case, the host cannot determine whether you are trying to run an application or an SDK command, so it offers both possibilities before including details about the failure to find a compatible SDK and instruction for how the failure could be addressed. It also includes a link to more information about how the SDK version is selected.

We think the phrasing and layout makes it easier to see relevant details than in the previous behavior:

In line with the error messages updates, we cleaned up the layout, removed unnecessary text, and added documentation links. We also included the host architecture and any global.json that was used for SDK resolution.

This was the previous output:

SDK error messages

We identified some SDK error messages that make reference to global.json but do not specify its location. That can be be super frustrating. We’re hoping to improve that experience in a later Preview.

dotnet icon

In response to a great suggestion from the community, we also added an icon to the dotnet executable on Windows. Rather than the default Windows application icon, you will now see:

Website

Summary

We’ve made a significant effort to improve the usability and supportability of all these error and info “screens”. We have to support our product on a regular basis, and we believe that the extra information will be very helpful for us. We hope that it is helpful to you, whether you are a developer, operations professional, or end user.

Troubleshoot app launch failures

.NET installation not found

Required framework not found

If a required framework or compatible version is not found, the application fails to launch with a message similar to:

The error indicates the name, version, and architecture of the missing framework and the location at which it is expected to be installed. To run the application, you can install a compatible runtime at the specified «.NET location». If the application is targeting a lower version than one you have installed and you would like to run it on a higher version, you can also configure roll-forward behavior for the application.

Install a compatible runtime

The error message includes a link to download the missing framework. You can follow this link to get to the appropriate download page.

The following table shows the frameworks that each runtime contains.

Runtime download Included frameworks
ASP.NET Core Runtime Microsoft.NETCore.App
Microsoft.AspNetCore.App
.NET Desktop Runtime Microsoft.NETCore.App
Microsoft.WindowsDesktop.App
.NET Runtime Microsoft.NETCore.App
Runtime download Included frameworks
ASP.NET Core Runtime Microsoft.NETCore.App
Microsoft.AspNetCore.App
.NET Runtime Microsoft.NETCore.App

Select a runtime download containing the missing framework, and install it.

In most cases, when the application that failed to launch is using such an installation, the «.NET location» in the error message points to:

Other options

There are other installation and workaround options to consider.

Run the dotnet-install script

Download the dotnet-install script for your operating system. Run the script with options based on the information in the error message. The dotnet-install script reference page shows all available options.

Launch PowerShell and run:

For example, the error message in the previous section would correspond to:

If you encounter an error stating that running scripts is disabled, you may need to set the execution policy to allow the script to run:

For more details on installation using the script, see Install with PowerShell automation.

For example, the error message in the previous section would correspond to:

For more details on installation using the script, see Scripted install.

For example, the error message in the previous section would correspond to:

For more details on installation using the script, see Install with bash automation.

Download binaries

Configure roll-forward behavior

If you already have a higher version of the required framework installed, you can make the application run on that higher version by configuring its roll-forward behavior.

Since using this option lets the application run on a different framework version than the one for which it was designed, it may result in unintended behavior due to changes between versions of a framework.

Breaking changes

Subdirectories relative to:

Default install location of %ProgramFiles%dotnet (or %ProgramFiles(x86)%dotnet for 32-bit processes on 64-bit Windows).

Comments

SimonPhilpott commented Feb 4, 2022 •

Problem Description

Reboot, and re-run Handbrake. Same message.

Activity Log, Crash Log or any other details

What Operating System are you running?

Windows 10 Enterprise

What version of HandBrake are you running?

Where did you download HandBrake from?

The text was updated successfully, but these errors were encountered:

sr55 commented Feb 4, 2022

Two additional things to check

We’ve seen a few users report that something has set the «DOTNET_ROOT» environment variable. (Not something that is typically set). This may be set to something older.

If you open a command prompt, you can run:

and it should print out everything that’s installed. If you can paste that output here please.

baconfingers1 commented Feb 11, 2022 •

I have the same problem. I ran your command via CMD.

Microsoft Windows [Version 10.0.19044.1526]
(c) Microsoft Corporation. All rights reserved.

Runtime Environment:
OS Name: Windows
OS Version: 10.0.19044
OS Platform: Windows
RID: win10-x64
Base Path: C:Program Filesdotnetsdk5.0.203

Host (useful for support):
Version: 6.0.1
Commit: 3a25a7f1cc

.NET SDKs installed:
5.0.203 [C:Program Filesdotnetsdk]

.NET runtimes installed:
Microsoft.AspNetCore.App 5.0.6 [C:Program FilesdotnetsharedMicrosoft.AspNetCore.App]
Microsoft.NETCore.App 3.1.15 [C:Program FilesdotnetsharedMicrosoft.NETCore.App]
Microsoft.NETCore.App 5.0.6 [C:Program FilesdotnetsharedMicrosoft.NETCore.App]
Microsoft.NETCore.App 6.0.1 [C:Program FilesdotnetsharedMicrosoft.NETCore.App]
Microsoft.WindowsDesktop.App 3.1.15 [C:Program FilesdotnetsharedMicrosoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 5.0.6 [C:Program FilesdotnetsharedMicrosoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 6.0.1 [C:Program FilesdotnetsharedMicrosoft.WindowsDesktop.App]

Sylvanas-1977 commented Feb 14, 2022

Same problem if installed multple packages from old to new does not make any difference.
.NET SDK (reflecting any global.json):
Version: 5.0.405
Commit: 63325e1c7d

Runtime Environment:
OS Name: Windows
OS Version: 10.0.22000
OS Platform: Windows
RID: win10-x64
Base Path: C:Program Filesdotnetsdk5.0.405

Host (useful for support):
Version: 6.0.2
Commit: 839cdfb0ec

.NET SDKs installed:
5.0.100 [C:Program Filesdotnetsdk]
5.0.405 [C:Program Filesdotnetsdk]

To run this application you must install missing framework for net

This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.

To run this application you must install missing framework for net

To run this application you must install missing framework for net

Answered by:

To run this application you must install missing framework for net

Question

To run this application you must install missing framework for net

To run this application you must install missing framework for net

Hello. I’ve searched high and low for a solution to my problem for many months, with no avail.

Many programs give me this error message, claiming I need v4.0 (or higher?) to run the program:

v4.0

I’ve gone to the Microsoft website and downloaded the v4.0 installer package many times, but I always end up getting this message:

«Your installation will not occur. See below for reasons why.

Details

Could someone please help me out, and give me a straight answer? I’m ripping my hair out over this!

Thank you in advance,

Answers

To run this application you must install missing framework for net

To run this application you must install missing framework for net

If there is, please select it to enable it.

(2) If it has listed, please verify it to see if it has been installed correctly. You can share the log file to us. Please upload the file to https://skydrive.live.com/ and share the link here.

We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.

Click HERE to participate the survey.

All replies

To run this application you must install missing framework for net

To run this application you must install missing framework for net

Thank you for posting in MSDN forum.

By using it, you will find the log file under %TEMP% folder, see the first 15 lines and the last 15 lines.

We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.

Click HERE to participate the survey.

To run this application you must install missing framework for net

To run this application you must install missing framework for net

Hello, thank you for your response.

I followed your first link and the logs gave me this response:

«2015-09-17 21:36:26, Info CSI 000000ef [SR] Cannot repair member file [l:18<9>]»bfsvc.exe» of Microsoft-Windows-BootEnvironment-Servicing, Version = 6.2.9200.16384, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = , Type neutral, TypeName neutral, PublicKey neutral in the store, file is missing
2015-09-17 21:36:29, Info CSI 000000f3 [SR] Cannot repair member file [l:18<9>]»bfsvc.exe» of Microsoft-Windows-BootEnvironment-Servicing, Version = 6.2.9200.16384, pA = PROCESSOR_ARCHITECTURE_AMD64 (9), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = , Type neutral, TypeName neutral, PublicKey neutral in the store, file is missing
2015-09-17 21:36:29, Info CSI 000000f4 [SR] This component was referenced by [l:260<130>]»Microsoft-Windows-SKU-Foundation-Package-base

6.2.9200.16384.Microsoft-Windows-SKU-Foundation-Package-base»
2015-09-17 21:36:29, Info CSI 000000f5 [SR] Could not reproject corrupted file [ml:520<260>,l:28<14>]»??C:windows»[l:18<9>]»bfsvc.exe»; source file in store is also corrupted«

(I’m sorry for the wonky formatting, I don’t really know how else to lay this out)

v4.0.30319

Sorry for any confusing wording; I’m not very experienced with this kind of stuff. Any further help would be greatly appreciated.

Troubleshooting a ‘This application could not be started’ error message

To run this application you must install missing framework for net

Error causes

This error typically indicates one of the following conditions:

How to fix the error

To address this issue so that you can run your application, do the following:

To run this application you must install missing framework for net

To run this application you must install missing framework for net

If your application runs successfully, select the Finish button. Otherwise, select the Next button.

To run this application you must install missing framework for net

Windows version .NET Framework installation
Windows 10 Anniversary Update and later versions .NET Framework 4.8 Runtime
Windows 10, Windows 10 November Update .NET Framework 4.6.2
Windows 8.1 .NET Framework 4.8 Runtime
Windows 8 .NET Framework 4.6.1
Windows 7 SP1 .NET Framework 4.8 Runtime
Windows Vista SP2 .NET Framework 4.6

.NET Framework 4.8 is preinstalled on Windows 11 and Windows 10 May 2019 Update and later versions.

Attempt to launch the application.

Missing `.Net` frameworks about BedrockLauncher HOT 4 CLOSED

It then takes you to the runtime download page witch ive already installed.

Comments (4)

Lucky for you, I solved this issue just yesterday!

SuperFluffyGame commented on April 20, 2022

didnt work 🙁 (nvm, would help if i download the correct version lol, i also got it to work without the c++)

VanillaChan6571 commented on August 23, 2022

This solved my issue.

Rayth commented on August 23, 2022

This issue is relating to an old version of the launcher which is why it’s closed. At that time, those 2 runtimes were NOT required as they are now with the new version. Amusingly the download page for the new version even states you need the desktop runtime frameworks.

Related Issues (20)

Recommend Projects

A declarative, efficient, and flexible JavaScript library for building user interfaces.

Vue.js

🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

TensorFlow

An Open Source Machine Learning Framework for Everyone

Django

The Web framework for perfectionists with deadlines.

A PHP framework for web artisans

Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

javascript

JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

Some thing interesting about web. New door for the world.

server

A server is a program made to process requests and deliver data to clients.

Machine learning

Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

Visualization

Some thing interesting about visualization, use data art

Some thing interesting about game, make everyone happy.

Recommend Org

Facebook

We are working to build community through open source technology. NB: members must have two-factor auth.

Microsoft

Open source projects and samples from Microsoft.

Comments

dynamicons commented Dec 3, 2020

Description

In the bin/x86/Release/net5.0-windows folder, you’ll find your Application.exe file.
With every Application.exe, there is automatically generated an Application.dll file.

Copy Application.exe and Application.dll to your desktop. Double-Click on Application.exe

A small MessageBox appears:

Now whether you click on Yes or No, nothing happens at all.

Configuration

Windows 10 Home or Professional, Version 20H2
Visual Studio 2019 (v16.8.2)
.NET 5.0 Desktop Environment for Windows Forms
(Win32/x86) version => may also appear on 64-bit

Regression?

So maybe that’s a hint what goes wrong.

So here we see that Process.Start(), just given the straight weblink as before, would now fail silently on Windows 10 Home.

Other information

Thank you for considering,

The text was updated successfully, but these errors were encountered:

msftbot bot commented Dec 3, 2020

Tagging subscribers to this area: @eiriktsarpalis
See info in area-owners.md if you want to be subscribed.

Description

In the bin/x86/Release/net5.0-windows folder, you’ll find your Application.exe file.
With every Application.exe, there is automatically generated an Application.dll file.

Copy Application.exe and Application.dll to your desktop. Double-Click on Application.exe

A small MessageBox appears:

Now whether you click on Yes or No, nothing happens at all.

Configuration

Windows 10 Home or Professional, Version 20H2
Visual Studio 2019 (v16.8.2)
.NET 5.0 Desktop Environment for Windows Forms
(Win32/x86) version => may also appear on 64-bit

Regression?

So maybe that’s a hint what goes wrong.

So here we see that Process.Start(), just given the straight weblink as before, would now fail silently on Windows 10 Home.

Other information

Thank you for considering,

eiriktsarpalis commented Dec 3, 2020

I can reproduce the problem:

To run this application you must install missing framework for net

@danmosemsft not sure what the right area label for this issue might be?

msftbot bot commented Dec 3, 2020

Tagging subscribers to this area: @vitek-karas, @agocke
See info in area-owners.md if you want to be subscribed.

Description

In the bin/x86/Release/net5.0-windows folder, you’ll find your Application.exe file.
With every Application.exe, there is automatically generated an Application.dll file.

Copy Application.exe and Application.dll to your desktop. Double-Click on Application.exe

A small MessageBox appears:

Now whether you click on Yes or No, nothing happens at all.

Configuration

Windows 10 Home or Professional, Version 20H2
Visual Studio 2019 (v16.8.2)
.NET 5.0 Desktop Environment for Windows Forms
(Win32/x86) version => may also appear on 64-bit

Regression?

So maybe that’s a hint what goes wrong.

So here we see that Process.Start(), just given the straight weblink as before, would now fail silently on Windows 10 Home.

Other information

Thank you for considering,

Author: dynamicons
Assignees:
Labels:

vitek-karas commented Dec 3, 2020

vitek-karas commented Dec 3, 2020

This error is still not ideal:

vitek-karas commented Dec 3, 2020

Things to do to improve the experience:

dynamicons commented Dec 4, 2020

thank you for reproducing this issue properly.

<
«runtimeOptions»: <
«tfm»: «net5.0»,
«framework»: <
«name»: «Microsoft.WindowsDesktop.App»,
«version»: «5.0.0»
>
>>

The solution should be able to detect whether it’s been compiled for x86, x64 or AnyCPU.
I would therefore recommend to test the solution with AnyCPU, x86 and x64 compiler Setting.

vitek-karas commented Dec 4, 2020 •

dynamicons commented Dec 16, 2020

Hmm. ok, Thank you, Vitek. Fair enough. Another hint to try.
my best suggestion then is to keep providing 2-3 variants, each, in the long run:

I am pretty sure that there’s gonna be as well demand for small Executables, as far and where ever we are.

So of course, here’s the question who pays the bill of rights. Yes. Clarity helps against of ‘hey, got another XML Tag’.
But i think that’s 50/50, 40%/60%, 30%/70% or 25%/75% really, as long as we talk about an App Store Economy model.

So that’s why we’ve (i’ve) decided for Microsoft:
The Software once started from crap, with excellent business conditions 😉

Here’s a small outlook to what challenge we are focussing with Dynamic Applications.

A small Startup Finance Product, at its best a Toolkit, based on a few Excel Tables and PDF.
An idea was born, you know. That’s where we all begin, if you want to see what came from it.

Read the Website 😉

In 21st century, it’s our Culture that’s gonna define our Success over time. Laptops we got all.

Merry Christmas to everyone.
Keep me posted in 2021.

question

My Windows 10 refuses to install NET 5.0

A software I need to install says I must have NET 5.0 installed. For a week now, I have tried to install it but the needed programs says «NET 5.0» is not install and I finally went to;

«regedit» from console to open Registry Editor. to: HKEY_LOCAL_MACHINEMicrosoftNET Framework SetupNDP.

the «but the REGISTER EDITOR says these are installed;
NET Framework Setup
NDP
CDF
v2.0.50727
v3.0
v 3.5
v4
v 4.0
That is all.

I don’t understand why the install window says:
«Successfully Completed
The following was installed at: 5.0.13 (x64)’
but does not appear in:
NET Framework Setup
NDP
.

7 Answers

to see installed dotnet runtimes try:

Best Regards.
Jiachen Li

If the answer is helpful, please click «Accept Answer» and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

Let me rephrase based on your answers.

WHAT «NET» do I need to install if I want to use «HANDBRAKE»?

Here is the HANDBRAKE Error. Anyone know WHICH «NET» it is talking about?.

IF one presses «YES», this LINK LOADS this page:

No, this is the right one

I select «Windows x64»

SAME MESSAGE WE STARTED WITH.

Tried to ‘check’ NET installed, I went to the REGISTRY EDITOR says:

NET Framework Setup
NDP
CDF
v2.0.50727
v3.0
v 3.5
v4
v 4.0

Now I am totally frustrated.

question

Installing missing frameworks. forever with Framework Microsoft.NET.CoreFramework.Debug.2.2/X64 Microsoft.VCLibs.140.00.Debug/X64 is NOT installed

After upgrading VS version yesterday, when I deploy UWP project it hangs on «Installing missing frameworks. » for already 5 hours.

Restarted computer & VS multiple times, VS repair, changed minimum target to latest, updated all nuget packages, nothing works.

My VS version is:
Microsoft Visual Studio Enterprise 2019
Version 16.6.1

Everything worked fine until upgrading VS.
Please help.

6 Answers

, thank you for your answer. The issue has been resolved by itself before I saw your answer.

Here is how it’s been fixed.

I left the computer overnight after «Deploying.» with the following message.
» Installing missing frameworks. «

Today, it’s been fixed. It seems VS did its job. => Someone can tell me «Be more patient» 🙂

Suggestion.
Waiting for few hours for the command line output while deploying is, I think, good amount of patient.
If it takes hours or days of task that must be done, that must be checked and done in VS upgrade. Or additional message or help must be provided.
No developer can think of waiting that long while compiling and deploying app that used to work well after VS upgrade.

This is the pain and trauma for us think many times and tries to avoid VS upgrade.
(I postpone upgrade weeks actually, and again ended up this VS upgrade problem again.)
=> I wish VS team do better job for upgrade although they have excuse.

Hello,
Welcome to Microsoft Q&A,

Derive from the error info, it looks that you miss install Microsoft.NET.CoreFramework.Debug and Microsoft.VCLibs.140.00.Debug app decencies, you could install them manually,

I am also experiencing this, after updating last week to the latest version of VS 2019. However, after updating, both VS 2017 and VS 2019 now experience this hang when trying to deploy any UWP app. I also tried completely uninstalling both VS 2017 and VS 2019 and reinstalling only VS 2019 and still had the same issue.

I tried the fix mentioned by @NavtejSaini-MSFT by installing the appx manually, but even those installations seem to hang at 10%, which I suspect is happening the same within Visual Studio.To run this application you must install missing framework for net. I can let it sit for hours and it doesn’t get past 10% progress.

At this point I’m completely unable to deploy any app from VS for nearly a week now. Any help would be appreciated.

I am having the exact same issue as described above. The app packages get stuck at the 10% mark.

After banging my head against the wall over this for a week I finally resorted to resetting Windows (keeping personal files and app data) the problem was ‘fixed’. I don’t want to say it was fixed because having to reinstall Windows isn’t a fix for anything. But, if you’re having this issue, resetting Windows might work for you.

I had the identical issue and I did a clean install of Windows, moved over all my source code, etc. and the problem went away as well. In my case it was a good opportunity to upgrade my main drive, but it seems like a lot of work just to fix whatever this is. One would think there should be some other way of cleaning out the source of the problem.

Also I wonder if the issue is due to something new in VS 2019 release 16.6, or if it has to do with the Blazor/wasm/.Net core 3.1 bleeding edge development I’ve been doing on the same machine? If the latter, I’m dreading when I have to reinstall the SDKs etc. for my Blazor project.

After wsreset.exe completes, I restarted my computer. When it came back up, I installed all of the Microsoft Store app updates, which included an App Installer update, which is probably important, but that’s mostly speculation. After all the store apps updated, I opened VS and went to deploy my UWP. It hit the same point as before where it said it needed to install the appx, and then quickly blew through it and deployed the app.

All of these steps may not be necessary, but it’s what I did to get unblocked. Hopefully, it helps someone else.

To run this application you must install missing framework for net

The Update.exe box was tied to the Microsoft Teams icon on the task bar – but I have never installed Microsoft Teams and the updates did not include that application.

Tried to go back to the restore point created just prior to the offending updates (KB4560960 and KB4561600) but after running for 6 hours, it failed saying it couldn’t replace a Firefox file in AppData. Tried many things to resolve the restore problem but nothing worked. Ran chkdsk and sfc which did not find any problems.

To run this application you must install missing framework for net

I verified that the path referenced in InstallPath existed on my drive. I added all of the entries shown above into my registry. The Release and Version actually reference the November 2019 update but it’s the May 2020 one that is installed and causing trouble. I uninstalled that update again and reinstalled it – it did not make any changes to the registry and the errors continued. The verification tool (netfx_setupverifier.exe), however, now showed versions 2.0, 3.0, 3.5, and every version of 4.x up to 4.7 in the dropdown. Ran this for 4.7 and 4 Full which both failed. The log file said that many files were missing from C:WindowsMicrosoft.NETFramework64v4.0.30319 and C:WINDOWSMicrosoft.NETassembly. I found another Windows 10 Home computer and compared the files in C:WindowsMicrosoft.NETFramework64v4.0.30319 – I have very few files in my folder compared to the «good» computer:

To run this application you must install missing framework for net

So my registry was missing 4.0 information until I manually added it but many files on the drive are also missing. Everything was fine until the 6/22 update (I also tried uninstalling the updates to no avail, I am limited in which updates I can undo).

Comments

provegard commented Aug 18, 2020

I have a winexe application which is based on CefSharp.MinimalExample. The project file looks like this:

WinExe netcoreapp3.1 true BrowserWrapper app.manifest false

When I target netcoreapp3.1 and run the resulting exe, I get the following dialog:

To run this application you must install missing framework for net

I have followed the link to download the lastest 3.1 packages (in particular I though Desktop Runtime 3.1.7 might help, but it didn’t).

These are my SDKs and runtimes:

Am I missing something obvious?

The text was updated successfully, but these errors were encountered:

Dotnet-GitSync-Bot commented Aug 25, 2020

I couldn’t figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.

msftbot bot commented Aug 25, 2020

Tagging subscribers to this area: @vitek-karas, @swaroop-sridhar, @agocke
See info in area-owners.md if you want to be subscribed.

vitek-karas commented Aug 25, 2020

If I change to netcoreapp3.0, I don’t get the dialog.

As for the failure:

provegard commented Aug 31, 2020

@vitek-karas Thank you for your response! I’m building with:

What’s strange is that I cannot reproduce the problem now. I can run the application under 3.1 without the dialog showing. My SDK and runtime lists are the same as they were when I created the issue.

Since I cannot reproduce, I’m closing the issue.

[Bug] Can’t run published WinUI app. #1557

Comments

mgamache commented Jul 6, 2021

How to reproduce:

Create a new MAUI project (VS 16.11.0 preview 2)

Debug => Runs fine
Publish => Running the published app Starts then exits with following error (from event viewer)

The text was updated successfully, but these errors were encountered:

Steinliiippp commented Jul 10, 2021

Same Problem here. I can run the project in Visual Studio 2019 Preview without any problems. But as soon as i build the executable and launch it, i get the same crash report in the windows event viewer.

.NET SDK
Version: 6.0.100-preview.5.21302.13
Commit: d6380bcae7

Runtime:
OS Name: Windows
OS Version: 10.0.19042
OS Platform: Windows
RID: win10-x64
Base Path: C:Program Filesdotnetsdk6.0.100-preview.5.21302.13

Host (useful for support):
Version: 6.0.0-preview.5.21301.5
Commit: ec3e0b276b

.NET SDKs installed:
2.2.203 [C:Program Filesdotnetsdk]
3.1.410 [C:Program Filesdotnetsdk]
5.0.400-preview.21277.10 [C:Program Filesdotnetsdk]
6.0.100-preview.5.21302.13 [C:Program Filesdotnetsdk]

.NET runtimes installed:
Microsoft.AspNetCore.All 2.2.4 [C:Program FilesdotnetsharedMicrosoft.AspNetCore.All]
Microsoft.AspNetCore.App 2.2.4 [C:Program FilesdotnetsharedMicrosoft.AspNetCore.App]
Microsoft.AspNetCore.App 3.1.15 [C:Program FilesdotnetsharedMicrosoft.AspNetCore.App]
Microsoft.AspNetCore.App 3.1.16 [C:Program FilesdotnetsharedMicrosoft.AspNetCore.App]
Microsoft.AspNetCore.App 5.0.6 [C:Program FilesdotnetsharedMicrosoft.AspNetCore.App]
Microsoft.AspNetCore.App 5.0.7 [C:Program FilesdotnetsharedMicrosoft.AspNetCore.App]
Microsoft.AspNetCore.App 6.0.0-preview.5.21301.17 [C:Program FilesdotnetsharedMicrosoft.AspNetCore.App]
Microsoft.NETCore.App 2.2.4 [C:Program FilesdotnetsharedMicrosoft.NETCore.App]
Microsoft.NETCore.App 3.1.15 [C:Program FilesdotnetsharedMicrosoft.NETCore.App]
Microsoft.NETCore.App 3.1.16 [C:Program FilesdotnetsharedMicrosoft.NETCore.App]
Microsoft.NETCore.App 5.0.6 [C:Program FilesdotnetsharedMicrosoft.NETCore.App]
Microsoft.NETCore.App 5.0.7 [C:Program FilesdotnetsharedMicrosoft.NETCore.App]
Microsoft.NETCore.App 6.0.0-preview.5.21301.5 [C:Program FilesdotnetsharedMicrosoft.NETCore.App]
Microsoft.WindowsDesktop.App 3.1.15 [C:Program FilesdotnetsharedMicrosoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 3.1.16 [C:Program FilesdotnetsharedMicrosoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 5.0.6 [C:Program FilesdotnetsharedMicrosoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 5.0.7 [C:Program FilesdotnetsharedMicrosoft.WindowsDesktop.App]
Microsoft.WindowsDesktop.App 6.0.0-preview.5.21301.4 [C:Program FilesdotnetsharedMicrosoft.WindowsDesktop.App]

TheCakeMonster commented Jul 23, 2021 •

There appear to be a few limitations to MAUI on Windows, caused by the use of WinUI 3 as the host. Publishing is definitely one of those.

I think the answer to your problem might be that you have limited publishing options available because of the host being WinUI 3.

I’ve created a test application from the maui-blazor template and tried to publish it using Visual Studio. Here is the outcome of the ways I have tried:

Publishing is definitely going to need some work for MAUI before launch, because the state of play at the moment isn’t workable. However, we’re in preview, and I completely understand that we should expect these bumps in the road at the moment, as making MAUI function at all has to come first!

TheCakeMonster commented Jul 23, 2021

jsuarezruiz commented Nov 5, 2021

Could you try with the latest Preview and Visual Studio 2022?

TheCakeMonster commented Nov 5, 2021

Could you try with the latest Preview and Visual Studio 2022?

TheCakeMonster commented Nov 5, 2021

TheCakeMonster commented Nov 5, 2021

Same machine being used for the build, publish and installation.

I can confirm I do have the x64 RC2 runtime already installed, so this prompt doesn’t make any sense as far as I am concerned.

I’ve not tried clicking Yes because I don’t know what it’s going to try to do, and I don’t want anything else installed on this machine.

alexleo123456 commented Nov 9, 2021

i have the same problem for a long time.

TheCakeMonster commented Nov 9, 2021

RuntimeIdentifier ‘win-x64’ is invalid.

Publish Settings:
Configuration: Release | x64 (I added this configuration as it was missing from the solution; NB: Any CPU doesn’t work either)
Target framework: net6.0-windows10.0.19041
Deployment mode: Framework-dependent
Target runtime: win-x64

I’ve tried win-x86 as well, that also fails.

Saatvik-Aggarwal commented Nov 10, 2021

Running into a similar error. Debugging in VS works fine, but when attempting to run a generated build from outside of VS, the application fails to open. Crash message in Event Log says:

Windows x64, Debug:

Here are my project settings:

I tried both normally and single file; neither work. Tried x64 and any cpu; neither work. Doesn’t run on my machine or a virtual machine running Windows Server.

lharmsen commented Nov 25, 2021

I ran into the same issue. Is there any fix yet?

pieter-j commented Nov 28, 2021

I found a workaround with a lot of trouble and testing. (for running in windows, I tried to publish see settings and results below)
So first I am running VS2022 Preview Version 17.1.0 Preview 1.1

Then after i created my app i opened the project file (fist tried in properties but without knowing what framework to use it is not helpful)
In the project file in targets there is a comment which includes the correct windows sdk target. (net6.0-windows10.0.19041)
which i added to the tag
If you read through the project file you will see everything else is there, but by default it misses the windows target. (not sure why, my guess is to make it not crash in mac)

Then on the debug dropdown you need to change the framework to the windows one and select windows machine as the debug device.

On trying to publish, i selected a folder to publish to as this is the simplest option.
When going through the wizard creating a publish profile it doesn’t show the targeting options and default to ios.

This is my experience so far and i hope it helps someone.

To run this application you must install missing framework for net

This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.

To run this application you must install missing framework for net

To run this application you must install missing framework for net

Answered by:

To run this application you must install missing framework for net

Question

To run this application you must install missing framework for net

To run this application you must install missing framework for net

I have Vista and when starting up my laptop I get the following message:- Sprt.exe-.NET.Framework Initialization Error

Can anyone assist me with this please

Answers

To run this application you must install missing framework for net

To run this application you must install missing framework for net

Welcome to MSDN forums.

Some clarification with you

What is your OS?

I would provide your some suggestions here.

If it has not installed correctly on your machine, please refer the following link.

3, unable your anti-virus software and some security software

4. Run your setup file as administrator

If the installation is failed, you could follow the following steps one by one.

1, you could download ‘Collect.exe’, which could help you to collect information during installing products. The following link is: http://go.microsoft.com/?LinkId=8967043

How to use this tool, you could click the link as follows?

2, Try to clean your «%temp%» folder (Start Menu >> Run >> Type «%temp%»)

The above step could ensure your installation log is only including the latest installation logs.

3, unable your anti-virus software and some security software

4. Run your setup file as administrator

It will create a file named %temp%vslogs.cab on your system.

If it does not work, you could refer your log files to narrow down your issue or upload your log files via Skydrive in your reply.

Or you could send your log files to me. (My E-Mail: v-xugong@microsoft.com )

Note: Please attach the link of this post in the mail.

Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.

All replies

To run this application you must install missing framework for net

To run this application you must install missing framework for net

Please remember to mark the replies as answers if they help and unmark them if they provide no help. Regards, Alireza

To run this application you must install missing framework for net

To run this application you must install missing framework for net

Welcome to MSDN forums.

Some clarification with you

What is your OS?

I would provide your some suggestions here.

If it has not installed correctly on your machine, please refer the following link.

3, unable your anti-virus software and some security software

4. Run your setup file as administrator

If the installation is failed, you could follow the following steps one by one.

1, you could download ‘Collect.exe’, which could help you to collect information during installing products. The following link is: http://go.microsoft.com/?LinkId=8967043

How to use this tool, you could click the link as follows?

2, Try to clean your «%temp%» folder (Start Menu >> Run >> Type «%temp%»)

The above step could ensure your installation log is only including the latest installation logs.

3, unable your anti-virus software and some security software

4. Run your setup file as administrator

It will create a file named %temp%vslogs.cab on your system.

If it does not work, you could refer your log files to narrow down your issue or upload your log files via Skydrive in your reply.

Or you could send your log files to me. (My E-Mail: v-xugong@microsoft.com )

Note: Please attach the link of this post in the mail.

Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.

To run this application you must install missing framework for net

To run this application you must install missing framework for net

I’m writing to follow-up this post.

Do the above suggestions help you solve your concerns?

I’m marking this post as Answered.

If you have any findings, please feel free to let me know.

Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

You could open a new thread here.

This could be convenient for other members to read and help you.

Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.

To run this application you must install missing framework for net

To run this application you must install missing framework for net

You could open a new thread here.

This could be convenient for other members to read and help you.

Please remember to mark the replies as answers if they help and unmark them if they provide no help.
Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.

To run this application you must install missing framework for net

To run this application you must install missing framework for net

When i click download link google chrome crash

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

I had similar problem, but already solved

To run this application you must install missing framework for net

To run this application you must install missing framework for net

Hey I know this is an old post but I have this problem for almost a year.

I can’t install it properly and i can’t use Autocad 2012 because of this problem.

Your email doesn’t work so i can’t really send in my files. If you are still active can you help me out please?

I need autocad 2012 to work on my computer or else i can’t really do my homework.

To run this application you must install missing framework for net

To run this application you must install missing framework for net

take this link mybe this download well help

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To all recent posters in this old answered thread:

Posting to an already answered thread insures that most readers will never see your question.

If you start a new thread, it displays as unanswered and captures the attention of forum readers.

To run this application you must install missing framework for net

To run this application you must install missing framework for net

si es verdad q aplicaciones se necesita para ejecutar esta aplicación primero debe instalar una de las siguientes versiones del NET.Framework:. V4.0.30319

Póngase en contacto con su editor de aplicaciones para obtener instrucciones sobre cómo obtener la versión adecuada de la NET.Framework..

si nos pueden audar por favor

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

I ran the framework verification program and the following is the log. I do not know what it means. What do I do next.

Before anything else…

Some users reported that the following error message appears on their screen:

“.NET Framework file is missing due to a harmful virus.”

Typically, this is accompanied by a prompt telling them to call a supposed support number. If this happens to you, it is likely that adware has found its way into your computer. This error message tricks users into thinking that their PC has crashed. The infected user would get scared and call the number listed on the prompt.

When you see this error message, do not panic and do not even try to call the numbers. It is likely that these are just contact centers offering unnecessary support contracts and services. In worst-case scenarios, the people behind this scam may be criminals who would want to get your financial and personal information.

This is why we recommend installing Auslogics Anti-Malware. This tool will clean and remove the adware and prevent it from coming back. Do not worry because this security software has a user-friendly interface, making it easy to set up and run. Once you activate it, it will ensure that no malicious programs are running in your system memory. It also detects cookies that collect your personal information and track your activities.

Since Auslogics is a certified Microsoft Gold Application Developer, the tech company ensured that their security program is compatible with Windows 10. This means that you can keep Auslogics Anti-Malware running, and it will not interfere with Windows Defender. This way, you can rest easy knowing that your computer is safe and secure.

To run this application you must install missing framework for net

Protect PC from Threats with Anti-Malware

Check your PC for malware your antivirus may miss and get threats safely removed with Auslogics Anti-Malware

DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:X:sourcessxs

Note: Make sure you replace ‘X’ with the drive that holds the Windows 10 Installation media. It is also possible for you to see a message telling you that you need administrative rights to run the command. If that’s the case, you need to launch Command Prompt as an administrator. You can do this by following the first and second steps in Method Five.

Method Four: Installing the Missing Updates

Windows 10 downloads and installs updates in the background. However, it is possible to miss an update or two. So, you can manually check if there are available updates by following these steps:

Method Five: Running SFC and DISM Scans

DISM /Online /Cleanup-Image /RestoreHealth

Method 6: Running the ‘lodct/r’ Command

Method 7: Changing your Group Policy

Note: You can only find this tool on Pro versions of Windows 10.

Method 8: Checking your Action Center

This issue can also be fixed by checking your Action Center. To do that, just follow the instructions below.

Which method worked for you?

Let us know in the comments below!

To run this application you must install missing framework for net

Author: dynamicons
Assignees:
Labels:
Нажмите ‘Исправь все‘ и вы сделали!

To run this application you must install missing framework for net

Совместимость : Windows 10, 8.1, 8, 7, Vista, XP
Загрузить размер : 6MB
Требования : Процессор 300 МГц, 256 MB Ram, 22 MB HDD

Примечание: Эта статья была обновлено на 2022-08-24 и ранее опубликованный под WIKI_Q210794

Contents [show]

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

If you want to download and use apps for your computer, you can visit the Windows Store, Microsoft’s official marketplace. There are a number of apps to choose from and download anytime. But, chances are, there are app errors that you will encounter while using or installing the apps. Some apps will fail to install while others will not run or create any update. Other apps will simply crash. Still, there are also fixes to resolve the issues. You can clear your cache, run a troubleshooter or reset the apps. The idea is not to panic when you encounter an app error. An easy fix will often help.

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

Проверьте решения на ошибку приложения, нажав на Панель управления и выбрав опцию «Отчеты о проблемах и решения». Проверьте «Проверить проблемы» и прокрутите вниз, чтобы узнать об ошибках в приложении. Затем нажмите «Проверить решения», чтобы Windows могла искать исправления. После поиска Windows установите эти исправления в свое приложение.

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

Если он все еще не работает, попробуйте выполнить следующие другие исправления:

I get error code 643. v4.0.30319. I’m working on a friends computer and suggestion’s I would greatly appreciate it.

Должен быть файл dd_WIC.txt, где ошибка [2]: установка не выполнена для компонента MSXML 6.0 Parser. Я пробовал установить WIC-помощь! У меня проблемы, но это все еще не работает. MSI вернул код ошибки 1603
[03 / 23 / 09,21: 34: 51] MSXML 6.0 Parser:

Я работаю на компьютере с друзьями, и я получаю предложение, я был бы очень признателен. код ошибки 643.

БУМП, пожалуйста, помогите; (

Почти так, как будто этого не существует, но не доверяет установщику и создателю / владельцу в Windows / Microsoft. Здесь приводные файлы:
https://drive.google.com/file/d/0B4-. ew?usp=sharing
https://drive.google.com/file/d/0B4-. ew?usp=sharing

Если элементы запуска не проверены и начальная конфигурация загрузки).

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

Если он использует установщик Windows, попробуйте нажать здесь.

work computers in my office. I’ve tried 2 different new HDs, same order from ZZF.

Я собираю 3 новый 3rd, который отказывается устанавливать правильно. После форматирования диска установка застревает

Запустите memtest на нем. Благодаря!

Это может работать или приложение клонирования дисков, но это Mobo или RAM. Плохая память может легко вызвать попытку скопировать файлы установки с CD на HD. Все те же части, все предложения?

Any 3 CDROMs, 2 sets of ATA cables. The 1st 2 work perfectly, and it may be a hardware issue with the 3rd PC. I’m confused as to whether the problems you’re having.

Если я использую другой файл, то есть 2.82mb, он начинает загружать, а затем подавляет! Позже уходит!

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

У меня есть программа, которая требует Framework 4 Framework и перезагрузки компьютера. Я бы очень признателен за помощь здесь, я посмотрел на все, поэтому мне вдруг захотелось этого.

Файл журнала Exe: dd_SetupUtility.txt
MSI (C: Users KYLEXZ

Exe (C: Users KYLEXZ

Некоторые специальные символы могут быть проблемой, запустив командную строку в режиме администратора. Я прошел весь процесс, как указано в импортированном некорректно с помощью copy / paste.

i am sure this have been run the program i need. Can some blog and forum to install for windows 7 and without success.

If so, you may be able to fix your > Right Click cmd, Run as Admin. Is this the discussed b4 and resolved among all.

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

Я не могу установить какое-либо другое программное обеспечение, потому что он говорит, что когда я нажимаю no, он зависает. Я еще не могу переустановить? Или это нужно установить вместо этого.

Имейте новую новую установку с slipstreamed XP SP2 cd и nopw, мой компьютер находится в подвешенном состоянии с неудавшейся установкой инфраструктуры 2.0.

у меня будет другая установка, я бы хотел отменить эти изменения. Когда я нажимаю «да», он зависает, прог, я не могу его удалить. Когда я иду, чтобы добавить / удалить общую проблему?

Я проверил, и я не приветствую
Dolphin365
the Microsoft website and try to install is, nothing happens.

Мне отчаянно нужна помощь!

Я надеюсь, что кто-то может помочь, потому что я буквально буквально все, что я пробовал обновление Windows, дал мне эту ошибку:
0x800F0906

Went to got the same Windows Update «connect to the internet» error.

Мой компьютер чист. Я пробовал несколько раз обновлять информацию о 3 годах назад и большинство

avast, mbam и sas никогда не находят ничего. недавно 3-4 месяцев назад, когда для обновления галереи Kodak понадобилось хотя бы 2.0.

http://support.microsoft.com/kb/923100 Ignore the title and follow Method 1 under Resolutions

Так же, как название и в безопасном режиме. Ive попробовал несколько раз sais, он не установит.

Так было несколько часов. И, когда технические специалисты BC входят в систему, следуйте их программам и функциям, он начинает установку и останавливается, когда он сюда попадает.

.net framework issue

Dism /online /enable-feature /featurename:NetFX3 /All /Source:D:sourcessxs /LimitAccess

That completes 100%

However, when i go to the program, i get the following error

so then i download the «DotNetFx40_full_setup» file but when i run that, i get the following error

its a real pain. any suggestions??

To run this application you must install missing framework for net

Popular Topics in Windows 10

7 Replies

To run this application you must install missing framework for net

What program? Have you rebooted since running the dism tool?

To run this application you must install missing framework for net

The program being installed is Imap, but other programs are now affected, ie Q-pulse, Citrix receiver,

i have rebooted, but will do so again to see if that makes any difference.

To run this application you must install missing framework for net

Try to open PowerShell as administrator and run:

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

in the end, i had to rebuild the the pc., as even after carrying out the suggestions above, the OS wasn’t right, failing to open programs,

it was as quick to rebuild as it was a new machine,

thanks for the suggestions.

This topic has been locked by an administrator and is no longer open for commenting.

To continue this discussion, please ask a new question.

Read these next.

Building a better IT toolbox

To run this application you must install missing framework for net

Hi all,Been banging my head against a wall for this one.We’ve got an organisation with two type of people. Group A and Group B we’ll call them.Group A needs to see Group B in their address lists, however, not see anyone but themselves from Group A.Group B.

To run this application you must install missing framework for net

Can a professional network security assessment be done with just F/OSS tools?

I tend to doubt it. To have a professional quality security assessment, you would need to scan for the latest vulnerabilities. I am not sure if any free tool is kept that up-to-date. Maybe I’m wrong.Maybe with the correct combination of tools? OpenVAS, Me.

To run this application you must install missing framework for net

Snap! PyPI phishing, Twilio breach, VPNs, Artemis I, photos of the moon, & more

Your daily dose of tech news, in brief. Welcome to Monday, everyone! On August 29, 1990, the Computer Misuse Act became the United Kingdom’s legal defense against hacking and criminalized several acts, including accessing data without authorization.

Comments

mkArtakMSFT commented Sep 11, 2019

From @Safirion on Wednesday, September 11, 2019 4:51:17 PM

Is your feature request related to a problem? Please describe.

Describe the solution you’d like

To run this application you must install missing framework for net

The text was updated successfully, but these errors were encountered:

mkArtakMSFT commented Sep 11, 2019

From @blowdart on Wednesday, September 11, 2019 5:42:41 PM

This is the asp.net core repo, not the dotnet core repo which is over at https://github.com/dotnet/

@mkArtakMSFT can you move this?

mkArtakMSFT commented Sep 11, 2019

@livarcocc I moved this over, but realized that this may have been moved to coreclr instead.

dagood commented Sep 12, 2019

To confirm, by «non-autonomous», do you mean a Framework-dependent executable deployment? (Vs. a «autonomous» self-contained deployment?) I haven’t heard this term used this way before.

Safirion commented Sep 12, 2019 •

Yes I mean framework dependent application.

vitek-karas commented Sep 13, 2019

That said, maybe we should treat missing frameworks special. It’s probably the most common error and it does have a clear guidance of what to do to fix it. The other errors are much less actionable by an end user.

Just to set expectations: I don’t think we will be able to have a UI which will actually run the installer itself, but it should show a URL to go to.

albahari commented Sep 18, 2019

Right now, GUI apps fail silently if netcore hasn’t been installed, which is the worst kind of experience for the end-user. A simple messagebox would fix this.

Symbai commented Sep 30, 2019

Safirion commented Sep 30, 2019 •

richlander commented Oct 8, 2019 •

The UI pasted at the top of this issue is a great example to start the conversation, but the following one is really what is desired.

To run this application you must install missing framework for net

UX-wise, this comment nails it for me: https://github.com/dotnet/core-setup/issues/8368#issuecomment-536706873. We should have one model for frameworks, and apply it uniformly.

Symbai commented Oct 8, 2019

The UI in the first post is more user friendly. The UI @richlander posted is ugly, looks like a typical «Error with technical information, click instantly yes or ok and raise an issue to the developers the app is not working but throwing an error». This happens a LOT.

If there is a wish to have a uniform user information I would rather update the old and ugly one instead of, in year 2019, continue with that. Because everything that looks like an error instead of an information messagebox is instantly moved into a support ticket for devs. Don’t ask me why but it is like that.

richlander commented Oct 8, 2019

Safirion commented Oct 8, 2019 •

It’s a MessageBox. Just change type from «Error/Critical» to «Information» and it will be a lot better.
I totally agree with Symbai, this box will make users cry and they will create useless tickets on our support websites.

richlander commented Oct 8, 2019

But it is a critical error. I don’t know how to think of it otherwise. I also don’t see how changing the icon will change user behavior so much that they won’t create those useless tickets. You think otherwise?

Symbai commented Oct 8, 2019 •

First of all the original request was about the problem that currently the «why the app isn’t working» is not visible for end users. This is solved by @richlander suggestion and I totally agree that, ignoring the design choice, having such a messagebox is MUCH better than having none.

So up to that point, I’m totally fine with @richlander choice. But I personally would love to have this notice a bit more «official»-design. I don’t know if there is a windows API that can be used to create a better looking message. But from my experience literally everything that looks like an «error» will not be read but instead a support ticket will be created. Even if the error tells the «why» + solution. The problem is that there are too many errors looking like this but have no meaning to end users. So yes, changing the icon will help (a bit). Having a total different design however helps a LOT because people stop by and read.

I would want @richlander solution to be implemented as fast as possible, because the longer it’s left like this the more time and money it costs on support, and leave the «how we can improve this dialog» to the future. Because that is something that likely needs more time and isn’t that much hurting as the silent crash.

richlander commented Oct 8, 2019

First, I agree that the UI I shared is ugly. If we can get something better, I’m all over that proposal!

Thanks for engaging. Much appreciated.

Symbai commented Oct 8, 2019 •

vatsan-madhavan commented Oct 8, 2019

To run this application you must install missing framework for net

richlander commented Oct 8, 2019

vatsan-madhavan commented Oct 8, 2019

Here is the code.

To run this application you must install missing framework for net

It will also need an app.manifest like this (requires comctl32 v6, avaialble on Windows Vista +).

vitek-karas commented Oct 8, 2019

vatsan-madhavan commented Oct 8, 2019 •

@vitek-karas, mind giving this a try instead of using the manifest?

Put it in the header before including

vitek-karas commented Oct 8, 2019

richlander commented Oct 8, 2019

I propose we get the ugly dialog option into 3.1 and then see if we can improve on it for 5.0. We don’t have a lot of time and don’t want to go with a complicated option that might not be fully proven. Cool?

vatsan-madhavan commented Oct 9, 2019

I’m attaching a solution that shows how this works.

richlander commented Oct 9, 2019

The solution cannot involve creating another binary. We only have apphost.exe. I sincerely appreciate your enthusiasm to improve this experience (it could definitely be improved!) but I’m not seeing a path forward given our constraints, which also includes not taking on any new risk.

Symbai commented Oct 9, 2019

3.1 release is pretty close and I really want to see having at least something rather than nothing. I agree with adding the ugly message for 3.1 and then see if we can make it look nicer for 5.0, unless it turns out there is a safe and fast way to add @vatsan-madhavan solutions which is exactly what I had in mind.

DenTNT.trmw.ru

Записная книжка

Обратил внимание, что в папке с запускным файлом из прошлой статьи (пример на WPF), после компиляции присутствуют ещё несколько файлов:
SingleInstance.deps.json
SingleInstance.dll
SingleInstance.exe
SingleInstance.pdb
SingleInstance.runtimeconfig.dev.json
SingleInstance.runtimeconfig.json

При этом раньше в результате компиляции получалось только три файла:
SingleInstance.exe
SingleInstance.exe.config
SingleInstance.pdb

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

Про файлы базы данных программ (PDB) написано много всего. Но я всё равно не понял, зачем это нужно в релизе.

Вот его содержимое:

Это конечно поменьше, но всё равно странно, зачем столько сложностей. Хотя вот здесь или здесь всё разложено по полочкам, так что можно почитать. Покопавшись в инете, нашёл способ запаковать всё это в один файл, чтобы в дальнейшем подобных недоразумений не возникало. Делается это с помощью «публикации».

Публикация приложения

Troubleshoot app launch failures

.NET installation not found

Required framework not found

If a required framework or compatible version is not found, the application fails to launch with a message similar to:

The error indicates the name, version, and architecture of the missing framework and the location at which it is expected to be installed. To run the application, you can install a compatible runtime at the specified «.NET location». If the application is targeting a lower version than one you have installed and you would like to run it on a higher version, you can also configure roll-forward behavior for the application.

Install a compatible runtime

The error message includes a link to download the missing framework. You can follow this link to get to the appropriate download page.

The following table shows the frameworks that each runtime contains.

Runtime download Included frameworks
ASP.NET Core Runtime Microsoft.NETCore.App
Microsoft.AspNetCore.App
.NET Desktop Runtime Microsoft.NETCore.App
Microsoft.WindowsDesktop.App
.NET Runtime Microsoft.NETCore.App
Runtime download Included frameworks
ASP.NET Core Runtime Microsoft.NETCore.App
Microsoft.AspNetCore.App
.NET Runtime Microsoft.NETCore.App

Select a runtime download containing the missing framework, and install it.

In most cases, when the application that failed to launch is using such an installation, the «.NET location» in the error message points to:

Other options

There are other installation and workaround options to consider.

Run the dotnet-install script

Download the dotnet-install script for your operating system. Run the script with options based on the information in the error message. The dotnet-install script reference page shows all available options.

Launch PowerShell and run:

For example, the error message in the previous section would correspond to:

If you encounter an error stating that running scripts is disabled, you may need to set the execution policy to allow the script to run:

For more details on installation using the script, see Install with PowerShell automation.

For example, the error message in the previous section would correspond to:

For more details on installation using the script, see Scripted install.

For example, the error message in the previous section would correspond to:

For more details on installation using the script, see Install with bash automation.

Download binaries

Configure roll-forward behavior

If you already have a higher version of the required framework installed, you can make the application run on that higher version by configuring its roll-forward behavior.

Since using this option lets the application run on a different framework version than the one for which it was designed, it may result in unintended behavior due to changes between versions of a framework.

Breaking changes

Subdirectories relative to:

Default install location of %ProgramFiles%dotnet (or %ProgramFiles(x86)%dotnet for 32-bit processes on 64-bit Windows).

Troubleshoot app launch failures

.NET installation not found

Required framework not found

If a required framework or compatible version is not found, the application fails to launch with a message similar to:

The error indicates the name, version, and architecture of the missing framework and the location at which it is expected to be installed. To run the application, you can install a compatible runtime at the specified «.NET location». If the application is targeting a lower version than one you have installed and you would like to run it on a higher version, you can also configure roll-forward behavior for the application.

Install a compatible runtime

The error message includes a link to download the missing framework. You can follow this link to get to the appropriate download page.

The following table shows the frameworks that each runtime contains.

Runtime download Included frameworks
ASP.NET Core Runtime Microsoft.NETCore.App
Microsoft.AspNetCore.App
.NET Desktop Runtime Microsoft.NETCore.App
Microsoft.WindowsDesktop.App
.NET Runtime Microsoft.NETCore.App
Runtime download Included frameworks
ASP.NET Core Runtime Microsoft.NETCore.App
Microsoft.AspNetCore.App
.NET Runtime Microsoft.NETCore.App

Select a runtime download containing the missing framework, and install it.

In most cases, when the application that failed to launch is using such an installation, the «.NET location» in the error message points to:

Other options

There are other installation and workaround options to consider.

Run the dotnet-install script

Download the dotnet-install script for your operating system. Run the script with options based on the information in the error message. The dotnet-install script reference page shows all available options.

Launch PowerShell and run:

For example, the error message in the previous section would correspond to:

If you encounter an error stating that running scripts is disabled, you may need to set the execution policy to allow the script to run:

For more details on installation using the script, see Install with PowerShell automation.

For example, the error message in the previous section would correspond to:

For more details on installation using the script, see Scripted install.

For example, the error message in the previous section would correspond to:

For more details on installation using the script, see Install with bash automation.

Download binaries

Configure roll-forward behavior

If you already have a higher version of the required framework installed, you can make the application run on that higher version by configuring its roll-forward behavior.

Since using this option lets the application run on a different framework version than the one for which it was designed, it may result in unintended behavior due to changes between versions of a framework.

Breaking changes

Subdirectories relative to:

Default install location of %ProgramFiles%dotnet (or %ProgramFiles(x86)%dotnet for 32-bit processes on 64-bit Windows).

.NET Framework 3.5 installation errors: 0x800F0906, 0x800F081F, 0x800F0907, 0x800F0922

Resolutions for Windows Server

Error code 0x800F0906

This error code occurs because the computer cannot download the required files from Windows Update.

To resolve this issue, use one of the following methods:

Method 1: Check your internet connection

This behavior can be caused by network, proxy, or firewall configurations or by network, proxy, or firewall failures. To fix this problem, try to connect to the Microsoft Update website.

If you cannot access this website, check your Internet connection, or contact the network administrator to determine whether there is a configuration that blocks access to the website.

Method 2: Configure the Group Policy setting

This behavior can also be caused by a system administrator who configures the computer to use Windows Server Update Services (WSUS) instead of the Windows Update server for servicing. In this case, contact your system administrator and request that they enable the Specify settings for optional component installation and component repair Group Policy setting and configure the Alternate source file path value or select the Contact Windows Update directly to download repair content instead of Windows Server Update Services (WSUS) option.

To configure the Group Policy setting, follow these steps:

Start the Local Group Policy Editor or Group Policy Management Console.

Point to the upper-right corner of the screen, click Search, type group policy, and then click Edit group policy.

Expand Computer Configuration, expand Administrative Templates, and then select System. The screenshot for this step is listed below.

To run this application you must install missing framework for net

Open the Specify settings for optional component installation and component repair Group Policy setting, and then select Enabled. The screenshot for this step is listed below.

To run this application you must install missing framework for net

If you want to specify an alternative source file, in the Alternate source file path box, specify a fully qualified path of a shared folder that contains the contents of the sourcessxs folder from the installation media.

Example of a shared folder path: server_nameshareWin8sxs

Or, specify a WIM file. To specify a WIM file as an alternative source file location, add the prefix WIM: to the path, and then add the index of the image that you want to use in the WIM file as a suffix.

Example of a WIM file path: WIM:server_nameshareinstall.wim:3

In this example, 3 represents the index of the image in which the feature files are found.

If it is applicable to do this, select the Contact Windows Update directly to download repair content instead of Windows Server Update Services (WSUS) check box.

Tap or click OK.

Method 3: Use Windows installation media

Insert the Windows installation media.

At an elevated command prompt, run the following command:

In this command, is a placeholder for the drive letter for the DVD drive. For example, you run the following command:

Method 4: Alternative steps for Windows Server

In Windows Server 2012 R2, you can also specify an alternative source by using Windows PowerShell cmdlets or by using the Add Roles and Features Wizard.

To use Windows PowerShell, follow these steps:

Insert the Windows installation media.

In an elevated Windows PowerShell command window, run the following command:

In this command, is a placeholder for the drive letter for the DVD drive or for the Windows installation media. For example, you run the following command:

To use the Add Roles and Features Wizard, follow these steps:

Insert the Windows installation media.

Start the Add Roles and Features Wizard.

On the Select features page, select the .NET Framework 3.5 Features check box, and then click Next.

On the Confirm installation selections page, click the Specify an alternate source path link. The screenshot for this step is listed below.

To run this application you must install missing framework for net

On the Specify Alternate Source Path page, type the path of the SxS folder as a local path or as a network share path. The screenshot for this step is listed below.

To run this application you must install missing framework for net

Click OK.

Click Install to finish the wizard.

Error code 0x800F081F

This error code can occur when an alternative installation source is specified and one of the following conditions is true:

To fix this problem, make sure that the full path of the source is correct ( x:sourcessxs ) and that you have at least Read access to the location. To do this, try to access the source directly from the affected computer. Verify that the installation source contains a valid and complete set of files. If the problem persists, try to use a different installation source.

Error code 0x800F0907

This error code occurs if an alternative installation source is not specified or is invalid and if the Specify settings for optional component installation and component repair Group Policy setting is configured to Never attempt to download payload from Windows Update.

To fix this problem, review the policy setting to determine whether it is appropriate for your environment. If you do not want to download feature payloads from Windows Update, consider configuring the Alternate source file path value in the Group policy setting.

You must be a member of the Administrators group to change Group Policy settings on the local computer. If the Group Policy settings for the computer that you want to manage are controlled at the domain level, contact your system administrator.

To do this, follow these steps:

Start Local Group Policy Editor or Group Policy Management Console as applicable in your environment.

Expand Computer Configuration, expand Administrative Templates, and then select System.

Open the Specify settings for optional component installation and component repair Group Policy setting, and then select Enabled.

Determine whether the Never attempt to download payload from Windows Update Group Policy setting is enabled, and then determine the desired setting for your environment.

If you want to specify an alternate source file, in the Alternate source file path box, specify a fully qualified path of a shared folder that contains the contents of the sourcessxs folder from the installation media. Or, specify a WIM file. To specify a WIM file as an alternative source file location, add the prefix WIM: to the path, and then add the index of the image that you want to use in the WIM file as a suffix. The following are examples of values that you can specify:

If you want, select the Contact Windows Update directly to download repair content instead of Windows Server Update Services (WSUS) check box.

Tap or click OK.

Resolution for Windows 10

Error code 0x800F0906, 0x800F081F, or 0x800F0907

To fix the error codes for Windows 10, follow these steps:

Download the Windows Media Creation tool, and create an ISO image locally, or create an image for the version of Windows that you have installed.

Configure the Group Policy as in Method 2, but also follow these steps:

Error code 0x800F0922

The following error message occurs when you do Windows 10 upgrade:

0x800F0922 CBS_E_INSTALLERS_FAILED: Processing advanced installers and generic commands failed.

To fix this issue, follow these steps:

Open Sources folder.

Right-click the SXS folder, and then click Properties.

Click Security and make sure that there is a check mark next to Read & Execute. If the check mark isn’t there, click the Edit button and turn it on.

Press Windows Key + X keyboard shortcut.

Click Command Prompt (Admin).

In the Command Prompt window, type the following command and press Enter:

In the Command Prompt window, type the following command and press Enter:

More information

Error messages that are associated with these error codes

Windows couldn’t complete the requested changes.
Windows couldn’t connect to the Internet to download necessary files. Make sure that you’re connected to the Internet, and click Retry to try again.

Installation of one or more roles, role services, or features failed.
The source files could not be found. Try installing the roles, role services, or features again in a new Add Roles and Features Wizard session, and on the Confirmation page of the wizard, click Specify an alternate source path to specify a valid location of the source files that are required for the installation. The location must be accessible by the computer account of the destination server.

Error code: 0x800F0906

Error code: 0x800F081F

Error: 0x800F081F

0x800F0907 DISM failed. No operation was performed.
For more information, review the log file.
The DISM log file can be found at C:WindowsLogsDISMdism.log

Because of network policy settings, Windows couldn’t connect to the Internet to download files that are required to complete the requested changes. Contact your network administrator for more information.

Error code: 0x800F0907

Error: 0x800F0907

Jun. 24, 2022 / Updated by Helia to Gaming Solutions

.Network Framework, Version=v**

To run this application you must install missing framework for net

1. Open the Control Panel on the Windows. Switch the view to Category and then go to Programs.

2. Click the Turn Windows features on or off to open the Windows Features.

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

Устранение неполадок при запуске приложения

Требуемая платформа не найдена

Если требуемая платформа или совместимая версия не найдена, приложение не запускается с сообщением следующего:

Установка совместимой среды выполнения

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

В следующей таблице показаны платформы, содержащиеся в каждой среде выполнения.

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

Другие варианты

Существуют другие варианты установки и обходного решения.

Запуск скрипта dotnet-install

Скачайте сценарий dotnet-install для операционной системы. Запустите скрипт с параметрами на основе сведений в сообщении об ошибке. На странице справки по скрипту dotnet-install отображаются все доступные параметры.

Запустите PowerShell и выполните следующую команду:

Например, сообщение об ошибке в предыдущем разделе будет соответствовать следующему:

Дополнительные сведения об установке с помощью скрипта см. в разделе «Установка с помощью автоматизации PowerShell».

Например, сообщение об ошибке в предыдущем разделе будет соответствовать следующему:

Дополнительные сведения об установке с помощью скрипта см. в разделе «Установка скрипта».

Например, сообщение об ошибке в предыдущем разделе будет соответствовать следующему:

Дополнительные сведения об установке с помощью скрипта см. в разделе «Установка с помощью автоматизации Bash».

Скачивание двоичных файлов

Настройка поведения отката

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

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

Критические изменения

Расположение %ProgramFiles%dotnet установки по умолчанию (или %ProgramFiles(x86)%dotnet для 32-разрядных процессов в 64-разрядной версии Windows).

Это многоуровневое поведение подстановки было включено по умолчанию, но его можно отключить, задав переменную DOTNET_MULTILEVEL_LOOKUP=0 среды.

question

I can’t find ASP.NET Web Application (.NET Framework) with c#

Hello
I want to use ASP.NET Web Application (.NET Framework), and I have downloaded Visual Studio Community 2019 v16.11.3, and i have clicked the ASP.NET and web devleopment before i download it

but I can’t find the one i needed, I don’t want the ‘core’ one,

does anyone know how to solve it?

Are you talking about the template of the Web Site Project for the ASP.NET Web Forms project?

8 Answers

When you Create New Project, use the search box and type «web application». Among the ones listed, find ASP.NET Web Application (.Net Framework), and pick the one with C# listed at the bottom.

Once you’ve used a project template, it appears in your «Recent project templates» list on the side of the Create a new project box, and you won’t have to search for it again.

When you step through creating your project with that template, it will ask you to select Empty, Web Forms, MVC, Web API, or Single Page Application. Pick your preferred flavor.

If the answer is helpful, please click «Accept Answer» and upvote it.

Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

Esta desde visual studio 2022
To run this application you must install missing framework for net

Presento el mismo problema y ya instale todo los componentes de ASP.NET
To run this application you must install missing framework for net

Open ‘visual studio installer’ from start menu.
To run this application you must install missing framework for net

Click on ‘modify’ :
To run this application you must install missing framework for net

Select ‘ASP.net and web development’:
To run this application you must install missing framework for net

I am having the issue even though i have already installed it.. To run this application you must install missing framework for netTo run this application you must install missing framework for netCan anybody help me out with this pls

Thank you very much, it was a great help.

See this link! Worked for me.

Thanks. it’s working

This is exactly what I was looking for, thanks Andres

To run this application you must install missing framework for net

Thank’s man it’s working

To run this application you must install missing framework for net

To run this application you must install missing framework for net

Please follow the steps below:

it will open Visual Studio Installer

It should solve your problem
Regards,
Hritthik

Troubleshoot app launch failures

.NET installation not found

Required framework not found

If a required framework or compatible version is not found, the application fails to launch with a message similar to:

The error indicates the name, version, and architecture of the missing framework and the location at which it is expected to be installed. To run the application, you can install a compatible runtime at the specified «.NET location». If the application is targeting a lower version than one you have installed and you would like to run it on a higher version, you can also configure roll-forward behavior for the application.

Install a compatible runtime

The error message includes a link to download the missing framework. You can follow this link to get to the appropriate download page.

The following table shows the frameworks that each runtime contains.

Runtime download Included frameworks
ASP.NET Core Runtime Microsoft.NETCore.App
Microsoft.AspNetCore.App
.NET Desktop Runtime Microsoft.NETCore.App
Microsoft.WindowsDesktop.App
.NET Runtime Microsoft.NETCore.App
Runtime download Included frameworks
ASP.NET Core Runtime Microsoft.NETCore.App
Microsoft.AspNetCore.App
.NET Runtime Microsoft.NETCore.App

Select a runtime download containing the missing framework, and install it.

In most cases, when the application that failed to launch is using such an installation, the «.NET location» in the error message points to:

Other options

There are other installation and workaround options to consider.

Run the dotnet-install script

Download the dotnet-install script for your operating system. Run the script with options based on the information in the error message. The dotnet-install script reference page shows all available options.

Launch PowerShell and run:

For example, the error message in the previous section would correspond to:

If you encounter an error stating that running scripts is disabled, you may need to set the execution policy to allow the script to run:

For more details on installation using the script, see Install with PowerShell automation.

For example, the error message in the previous section would correspond to:

For more details on installation using the script, see Scripted install.

For example, the error message in the previous section would correspond to:

For more details on installation using the script, see Install with bash automation.

Download binaries

Configure roll-forward behavior

If you already have a higher version of the required framework installed, you can make the application run on that higher version by configuring its roll-forward behavior.

Since using this option lets the application run on a different framework version than the one for which it was designed, it may result in unintended behavior due to changes between versions of a framework.

Breaking changes

Subdirectories relative to:

Default install location of %ProgramFiles%dotnet (or %ProgramFiles(x86)%dotnet for 32-bit processes on 64-bit Windows).

Comments

theSdev commented May 20, 2020 •

Hi. I’ve just downloaded version 0.18, and after installation I get this error:
To run this application you must install missing framework for net

Also upon every attempt to launch the program, I get this error:
To run this application you must install missing framework for net

I have Windows 10 version 1909 installed.
I got the MSI file from the releases page. Reinstalling also didn’t help.

The text was updated successfully, but these errors were encountered:

theSdev commented May 20, 2020

peraltamori commented May 20, 2020

InternetOscar commented May 20, 2020

I tried to do the same, installing 3.1 manually, and it’s still not working.

theSdev commented May 20, 2020

InternetOscar commented May 21, 2020

hellojardo commented Jun 11, 2021

You must install the Runtime one not the SDK.

Footer

© 2022 GitHub, Inc.

You can’t perform that action at this time.

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.

Error when updating to version 1.5.1 about HandBrake HOT 2 CLOSED

To run this application you must install missing framework for net

Never was a problem with version 1.4.1. Running Windows 10 Home Version 21H2 AMD A12 12 GB ram. I downloaded Handbrake from the originating site.

Tried just a straight update. Got the error message. Rebooted and tried again with the same results. I downloaded runtime 6.0.2 from Windows and rebooted the computer. Same error. I deleted the exiting 1.5.1 and rebooted the computer. I searched for all possible traces of Handbrake and removed anything left over from the removal. I tried installation again. Same error.

I reverted back to Handbrake 1.4.1 and it is working great.

Comments (2)

djones8081 commented on March 7, 2022 1

I must have previously downloaded the wrong version. Going to M$ site and downloading the correct version corrected the situation. Thanks!

Related Issues (20)

Recommend Projects

A declarative, efficient, and flexible JavaScript library for building user interfaces.

Vue.js

🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

TensorFlow

An Open Source Machine Learning Framework for Everyone

Django

The Web framework for perfectionists with deadlines.

A PHP framework for web artisans

Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

javascript

JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

Some thing interesting about web. New door for the world.

server

A server is a program made to process requests and deliver data to clients.

Machine learning

Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

Visualization

Some thing interesting about visualization, use data art

Some thing interesting about game, make everyone happy.

Recommend Org

Facebook

We are working to build community through open source technology. NB: members must have two-factor auth.

Microsoft

Open source projects and samples from Microsoft.

Troubleshoot app launch failures

.NET installation not found

Required framework not found

If a required framework or compatible version is not found, the application fails to launch with a message similar to:

The error indicates the name, version, and architecture of the missing framework and the location at which it is expected to be installed. To run the application, you can install a compatible runtime at the specified «.NET location». If the application is targeting a lower version than one you have installed and you would like to run it on a higher version, you can also configure roll-forward behavior for the application.

Install a compatible runtime

The error message includes a link to download the missing framework. You can follow this link to get to the appropriate download page.

The following table shows the frameworks that each runtime contains.

Runtime download Included frameworks
ASP.NET Core Runtime Microsoft.NETCore.App
Microsoft.AspNetCore.App
.NET Desktop Runtime Microsoft.NETCore.App
Microsoft.WindowsDesktop.App
.NET Runtime Microsoft.NETCore.App
Runtime download Included frameworks
ASP.NET Core Runtime Microsoft.NETCore.App
Microsoft.AspNetCore.App
.NET Runtime Microsoft.NETCore.App

Select a runtime download containing the missing framework, and install it.

In most cases, when the application that failed to launch is using such an installation, the «.NET location» in the error message points to:

Other options

There are other installation and workaround options to consider.

Run the dotnet-install script

Download the dotnet-install script for your operating system. Run the script with options based on the information in the error message. The dotnet-install script reference page shows all available options.

Launch PowerShell and run:

For example, the error message in the previous section would correspond to:

If you encounter an error stating that running scripts is disabled, you may need to set the execution policy to allow the script to run:

For more details on installation using the script, see Install with PowerShell automation.

For example, the error message in the previous section would correspond to:

For more details on installation using the script, see Scripted install.

For example, the error message in the previous section would correspond to:

For more details on installation using the script, see Install with bash automation.

Download binaries

Configure roll-forward behavior

If you already have a higher version of the required framework installed, you can make the application run on that higher version by configuring its roll-forward behavior.

Since using this option lets the application run on a different framework version than the one for which it was designed, it may result in unintended behavior due to changes between versions of a framework.

Breaking changes

Subdirectories relative to:

Default install location of %ProgramFiles%dotnet (or %ProgramFiles(x86)%dotnet for 32-bit processes on 64-bit Windows).

Troubleshoot app launch failures

.NET installation not found

Required framework not found

If a required framework or compatible version is not found, the application fails to launch with a message similar to:

The error indicates the name, version, and architecture of the missing framework and the location at which it is expected to be installed. To run the application, you can install a compatible runtime at the specified «.NET location». If the application is targeting a lower version than one you have installed and you would like to run it on a higher version, you can also configure roll-forward behavior for the application.

Install a compatible runtime

The error message includes a link to download the missing framework. You can follow this link to get to the appropriate download page.

The following table shows the frameworks that each runtime contains.

Runtime download Included frameworks
ASP.NET Core Runtime Microsoft.NETCore.App
Microsoft.AspNetCore.App
.NET Desktop Runtime Microsoft.NETCore.App
Microsoft.WindowsDesktop.App
.NET Runtime Microsoft.NETCore.App
Runtime download Included frameworks
ASP.NET Core Runtime Microsoft.NETCore.App
Microsoft.AspNetCore.App
.NET Runtime Microsoft.NETCore.App

Select a runtime download containing the missing framework, and install it.

In most cases, when the application that failed to launch is using such an installation, the «.NET location» in the error message points to:

Other options

There are other installation and workaround options to consider.

Run the dotnet-install script

Download the dotnet-install script for your operating system. Run the script with options based on the information in the error message. The dotnet-install script reference page shows all available options.

Launch PowerShell and run:

For example, the error message in the previous section would correspond to:

If you encounter an error stating that running scripts is disabled, you may need to set the execution policy to allow the script to run:

For more details on installation using the script, see Install with PowerShell automation.

For example, the error message in the previous section would correspond to:

For more details on installation using the script, see Scripted install.

For example, the error message in the previous section would correspond to:

For more details on installation using the script, see Install with bash automation.

Download binaries

Configure roll-forward behavior

If you already have a higher version of the required framework installed, you can make the application run on that higher version by configuring its roll-forward behavior.

Since using this option lets the application run on a different framework version than the one for which it was designed, it may result in unintended behavior due to changes between versions of a framework.

Breaking changes

Subdirectories relative to:

Default install location of %ProgramFiles%dotnet (or %ProgramFiles(x86)%dotnet for 32-bit processes on 64-bit Windows).

Troubleshoot app launch failures

.NET installation not found

Required framework not found

If a required framework or compatible version is not found, the application fails to launch with a message similar to:

The error indicates the name, version, and architecture of the missing framework and the location at which it is expected to be installed. To run the application, you can install a compatible runtime at the specified «.NET location». If the application is targeting a lower version than one you have installed and you would like to run it on a higher version, you can also configure roll-forward behavior for the application.

Install a compatible runtime

The error message includes a link to download the missing framework. You can follow this link to get to the appropriate download page.

The following table shows the frameworks that each runtime contains.

Runtime download Included frameworks
ASP.NET Core Runtime Microsoft.NETCore.App
Microsoft.AspNetCore.App
.NET Desktop Runtime Microsoft.NETCore.App
Microsoft.WindowsDesktop.App
.NET Runtime Microsoft.NETCore.App
Runtime download Included frameworks
ASP.NET Core Runtime Microsoft.NETCore.App
Microsoft.AspNetCore.App
.NET Runtime Microsoft.NETCore.App

Select a runtime download containing the missing framework, and install it.

In most cases, when the application that failed to launch is using such an installation, the «.NET location» in the error message points to:

Other options

There are other installation and workaround options to consider.

Run the dotnet-install script

Download the dotnet-install script for your operating system. Run the script with options based on the information in the error message. The dotnet-install script reference page shows all available options.

Launch PowerShell and run:

For example, the error message in the previous section would correspond to:

If you encounter an error stating that running scripts is disabled, you may need to set the execution policy to allow the script to run:

For more details on installation using the script, see Install with PowerShell automation.

For example, the error message in the previous section would correspond to:

For more details on installation using the script, see Scripted install.

For example, the error message in the previous section would correspond to:

For more details on installation using the script, see Install with bash automation.

Download binaries

Configure roll-forward behavior

If you already have a higher version of the required framework installed, you can make the application run on that higher version by configuring its roll-forward behavior.

Since using this option lets the application run on a different framework version than the one for which it was designed, it may result in unintended behavior due to changes between versions of a framework.

Breaking changes

Subdirectories relative to:

Default install location of %ProgramFiles%dotnet (or %ProgramFiles(x86)%dotnet for 32-bit processes on 64-bit Windows).

.NET Framework content previously digitally signed using certificates that use the SHA1 algorithm, will be retired in order to support evolving industry standards.

.NET Framework version Installer (Developer Pack and Runtime) Platform support
4.8 .NET Framework 4.8 Included in:

Windows 11
Windows 10 May 2019 Update (and later versions)
Visual Studio 2019 (16.3 update)

You can install on:

Windows 10 October 2018 Update
Windows 10 April 2018 Update
Windows 10 Fall Creators Update
Windows 10 Creators Update
Windows 10 Anniversary Update
Windows 8.1 and earlier
Windows Server 2022
Windows Server 2019
Windows Server, Version 1809
Windows Server, Version 1803

(for a full list, see system requirements)

4.7.2 .NET Framework 4.7.2 Included in:

Windows 10 October 2018 Update
Windows 10 April 2018 Update
Windows Server 2019
Windows Server, Version 1809
Windows Server, Version 1803
Visual Studio 2017 (15.8 update)

You can install on:

Windows 10 Fall Creators Update
Windows 10 Creators Update
Windows 10 Anniversary Update
Windows 8.1 and earlier
Windows Server, version 1709 and earlier

(for a full list, see system requirements)

4.7.1 .NET Framework 4.7.1 Included in:

Windows 10 Fall Creators Update
Windows Server, version 1709
Visual Studio 2017 (15.5 update)

You can install on:

Windows 10 Creators Update
Windows 10 Anniversary Update
Windows 8.1 and earlier
Windows Server 2016 and earlier
(for a full list, see system requirements)

4.7 .NET Framework 4.7 Included in:

You can install on:

Windows 10 Anniversary Update
Windows 8.1 and earlier
Windows Server 2016 and earlier
(for a full list, see system requirements)

4.6.2 .NET Framework 4.6.2 Included in:

Windows 10 Anniversary Update

You can install on:

Windows 10 November Update
Windows 10
Windows 8.1 and earlier
Windows Server 2012 R2 and earlier
(for a full list, see system requirements)

4.6.1 .NET Framework 4.6.1 Included in:

You can install on:

Windows 10
Windows 8.1 and earlier
Windows Server 2012 R2 and earlier
(for a full list, see system requirements)

4.6 .NET Framework 4.6 Included in:

You can install on:

Windows 8.1 and earlier
Windows Server 2012 R2 and earlier
(for a full list, see system requirements)

4.5.2 .NET Framework 4.5.2 You can install on:

Windows 8.1 and earlier
Windows Server 2012 R2 and earlier
(for a full list, see system requirements)

4.5.1 .NET Framework 4.5.1 Included in:

Windows 8.1
Windows Server 2012 R2
Visual Studio 2013

You can install on:

Windows 8 and earlier
Windows Server 2012 and earlier
(for a full list, see system requirements)

4.5 .NET Framework 4.5 Included in:

Windows 8
Windows Server 2012
Visual Studio 2012

You can install on:

Windows 7 and earlier
Windows Server 2008 SP2 and earlier
(for a full list, see system requirements)

You can install the Web or Offline installer on:

Windows 8.1 and earlier

Windows Server 2012 R2 and earlier

Installation choices

The download page is provided in several languages, but most of the downloads are provided in English only. For additional language support, you must install a language pack.

Two types of redistributable installers are available:

Web installer (web bootstrapper) downloads the required components and the language pack that matches the operating system of the installation computer from the web. This package is much smaller than the offline installer but requires a consistent Internet connection. You can download the standalone language packs to install additional language support.

Both web and offline installers are designed for x86-based and x64-based computers (see system requirements), but do not support Itanium-based computers.

Choose Download.

If prompted, select the download that matches your system architecture, and then choose Next.

When the download prompt appears, do one of the following:

If you want to download resources for additional languages, follow the instructions in the next section to install one or more language packs.

If you encounter any problems during the installation, see Troubleshooting.

Installation notes:

To install language packs

In the language list, choose the language you want to download, and wait a few seconds for the page to reload in that language.

Choose Download.

The following table lists the supported languages.

Language Culture
Arabic ar
Czech cs
Danish da
Dutch nl
Finnish fi
English (USA) en-US
French fr
German de
Greek el
Hebrew he
Hungarian hu
Italian it
Japanese ja
Korean ko
Norwegian no
Polish pl
Portuguese (Brazil) pt-BR
Portuguese (Portugal) pt-PT
Russian ru
Simplified Chinese zh-CHS
Spanish es
Swedish sv
Traditional Chinese zh-CHT
Turkish tr

Next steps

The framework ‘Microsoft.NETCore.App’, version ‘6.0.0’ was not found. #16738

Comments

yanoryuichi commented Mar 3, 2022

Microsoft PowerToys version

Running as admin

Area(s) with issue?

Steps to reproduce

Open PowerToys settings app and enable PowerToys Run, then I always get an error dialog as below. I already installed dotnet-runtime-6.0.2-win-x64.exe and windowsdesktop-runtime-6.0.2-win-x64.exe. But still didn’t work. Although some apps like FancyZones and Mouse utility works.

✔️ Expected Behavior

PowerToys Run works.

❌ Actual Behavior

PowerToys Run doesn’t work.

Other Software

The text was updated successfully, but these errors were encountered:

franky920920 commented Mar 3, 2022

It seems you are missing a required dependency to run PowerToys.

Please install it using the link provided above and see if this helps!
/needinfo

yanoryuichi commented Mar 3, 2022

Thanks. But, as I said, I already installed windowsdesktop-runtime-6.0.2-win-x64.exe, still didn’t run.

franky920920 commented Mar 3, 2022

.NET Framework 3.5 installation errors: 0x800F0906, 0x800F081F, 0x800F0907, 0x800F0922

Resolutions for Windows Server

Error code 0x800F0906

This error code occurs because the computer cannot download the required files from Windows Update.

To resolve this issue, use one of the following methods:

Method 1: Check your internet connection

This behavior can be caused by network, proxy, or firewall configurations or by network, proxy, or firewall failures. To fix this problem, try to connect to the Microsoft Update website.

If you cannot access this website, check your Internet connection, or contact the network administrator to determine whether there is a configuration that blocks access to the website.

Method 2: Configure the Group Policy setting

This behavior can also be caused by a system administrator who configures the computer to use Windows Server Update Services (WSUS) instead of the Windows Update server for servicing. In this case, contact your system administrator and request that they enable the Specify settings for optional component installation and component repair Group Policy setting and configure the Alternate source file path value or select the Contact Windows Update directly to download repair content instead of Windows Server Update Services (WSUS) option.

To configure the Group Policy setting, follow these steps:

Start the Local Group Policy Editor or Group Policy Management Console.

Point to the upper-right corner of the screen, click Search, type group policy, and then click Edit group policy.

Expand Computer Configuration, expand Administrative Templates, and then select System. The screenshot for this step is listed below.

To run this application you must install missing framework for net

Open the Specify settings for optional component installation and component repair Group Policy setting, and then select Enabled. The screenshot for this step is listed below.

To run this application you must install missing framework for net

If you want to specify an alternative source file, in the Alternate source file path box, specify a fully qualified path of a shared folder that contains the contents of the sourcessxs folder from the installation media.

Example of a shared folder path: server_nameshareWin8sxs

Or, specify a WIM file. To specify a WIM file as an alternative source file location, add the prefix WIM: to the path, and then add the index of the image that you want to use in the WIM file as a suffix.

Example of a WIM file path: WIM:server_nameshareinstall.wim:3

In this example, 3 represents the index of the image in which the feature files are found.

If it is applicable to do this, select the Contact Windows Update directly to download repair content instead of Windows Server Update Services (WSUS) check box.

Tap or click OK.

Method 3: Use Windows installation media

Insert the Windows installation media.

At an elevated command prompt, run the following command:

In this command, is a placeholder for the drive letter for the DVD drive. For example, you run the following command:

Method 4: Alternative steps for Windows Server

In Windows Server 2012 R2, you can also specify an alternative source by using Windows PowerShell cmdlets or by using the Add Roles and Features Wizard.

To use Windows PowerShell, follow these steps:

Insert the Windows installation media.

In an elevated Windows PowerShell command window, run the following command:

In this command, is a placeholder for the drive letter for the DVD drive or for the Windows installation media. For example, you run the following command:

To use the Add Roles and Features Wizard, follow these steps:

Insert the Windows installation media.

Start the Add Roles and Features Wizard.

On the Select features page, select the .NET Framework 3.5 Features check box, and then click Next.

On the Confirm installation selections page, click the Specify an alternate source path link. The screenshot for this step is listed below.

To run this application you must install missing framework for net

On the Specify Alternate Source Path page, type the path of the SxS folder as a local path or as a network share path. The screenshot for this step is listed below.

To run this application you must install missing framework for net

Click OK.

Click Install to finish the wizard.

Error code 0x800F081F

This error code can occur when an alternative installation source is specified and one of the following conditions is true:

To fix this problem, make sure that the full path of the source is correct ( x:sourcessxs ) and that you have at least Read access to the location. To do this, try to access the source directly from the affected computer. Verify that the installation source contains a valid and complete set of files. If the problem persists, try to use a different installation source.

Error code 0x800F0907

This error code occurs if an alternative installation source is not specified or is invalid and if the Specify settings for optional component installation and component repair Group Policy setting is configured to Never attempt to download payload from Windows Update.

To fix this problem, review the policy setting to determine whether it is appropriate for your environment. If you do not want to download feature payloads from Windows Update, consider configuring the Alternate source file path value in the Group policy setting.

You must be a member of the Administrators group to change Group Policy settings on the local computer. If the Group Policy settings for the computer that you want to manage are controlled at the domain level, contact your system administrator.

To do this, follow these steps:

Start Local Group Policy Editor or Group Policy Management Console as applicable in your environment.

Expand Computer Configuration, expand Administrative Templates, and then select System.

Open the Specify settings for optional component installation and component repair Group Policy setting, and then select Enabled.

Determine whether the Never attempt to download payload from Windows Update Group Policy setting is enabled, and then determine the desired setting for your environment.

If you want to specify an alternate source file, in the Alternate source file path box, specify a fully qualified path of a shared folder that contains the contents of the sourcessxs folder from the installation media. Or, specify a WIM file. To specify a WIM file as an alternative source file location, add the prefix WIM: to the path, and then add the index of the image that you want to use in the WIM file as a suffix. The following are examples of values that you can specify:

If you want, select the Contact Windows Update directly to download repair content instead of Windows Server Update Services (WSUS) check box.

Tap or click OK.

Resolution for Windows 10

Error code 0x800F0906, 0x800F081F, or 0x800F0907

To fix the error codes for Windows 10, follow these steps:

Download the Windows Media Creation tool, and create an ISO image locally, or create an image for the version of Windows that you have installed.

Configure the Group Policy as in Method 2, but also follow these steps:

Error code 0x800F0922

The following error message occurs when you do Windows 10 upgrade:

0x800F0922 CBS_E_INSTALLERS_FAILED: Processing advanced installers and generic commands failed.

To fix this issue, follow these steps:

Open Sources folder.

Right-click the SXS folder, and then click Properties.

Click Security and make sure that there is a check mark next to Read & Execute. If the check mark isn’t there, click the Edit button and turn it on.

Press Windows Key + X keyboard shortcut.

Click Command Prompt (Admin).

In the Command Prompt window, type the following command and press Enter:

In the Command Prompt window, type the following command and press Enter:

More information

Error messages that are associated with these error codes

Windows couldn’t complete the requested changes.
Windows couldn’t connect to the Internet to download necessary files. Make sure that you’re connected to the Internet, and click Retry to try again.

Installation of one or more roles, role services, or features failed.
The source files could not be found. Try installing the roles, role services, or features again in a new Add Roles and Features Wizard session, and on the Confirmation page of the wizard, click Specify an alternate source path to specify a valid location of the source files that are required for the installation. The location must be accessible by the computer account of the destination server.

Error code: 0x800F0906

Error code: 0x800F081F

Error: 0x800F081F0x800F0907DISM failed. No operation was performed.
For more information, review the log file.
The DISM log file can be found at C:WindowsLogsDISMdism.log

Because of network policy settings, Windows couldn’t connect to the Internet to download files that are required to complete the requested changes. Contact your network administrator for more information.

Error code: 0x800F0907

Error: 0x800F0907

.NET Framework deployment guide for developers

.NET Framework content previously digitally signed using certificates that use the SHA1 algorithm, will be retired in order to support evolving industry standards.

If you are referencing a Microsoft out-of-band package in your app, the assembly will be included in the app package.

Deployment options for your app

Deployment strategy for your app Deployment methods available .NET Framework redistributable to use
Install from the web — InstallAware
— InstallShield
— WiX toolset
— Manual installation
Web installer
Install from disc — InstallAware
— InstallShield
— WiX toolset
— Manual installation
Offline installer
Install from a local area network (for enterprise apps) — ClickOnce Either web installer (see ClickOnce for restrictions) or offline installer

Redistributable packages

Web installer Offline installer
Internet connection required? Yes No
Size of download Smaller (includes installer for target platform only)* Larger*
Language packs Included** Must be installed separately, unless you use the package that targets all operating systems
Deployment method Supports all methods:

— ClickOnce
— InstallAware
— InstallShield
— Windows Installer XML (WiX)
— Manual installation
— Custom setup (chaining)

Supports all methods:

* The offline installer is larger because it contains the components for all the target platforms. When you finish running setup, the Windows operating system caches only the installer that was used. If the offline installer is deleted after the installation, the disk space used is the same as that used by the web installer. If the tool you use (for example, InstallAware or InstallShield) to create your app’s setup program provides a setup file folder that is removed after installation, the offline installer can be automatically deleted by placing it into the setup folder.

Deployment methods

Four deployment methods are available:

Use ClickOnce deployment (available with Visual Studio)

Create an InstallAware project (free edition available for Visual Studio users)

Create an InstallShield project (available with Visual Studio)

These deployment methods are discussed in detail in the following sections.

ClickOnce deployment

ClickOnce deployment is available for projects that are created with Visual Basic and Visual C#, but it is not available for Visual C++.

Open the app project you want to publish.

In Solution Explorer, open the shortcut menu for your project, and then choose Properties.

Choose the Publish pane.

Choose the Prerequisites button.

In the Prerequisites dialog box, make sure that the Create setup program to install prerequisite components check box is selected.

Choose an option to specify the source location for the prerequisites, and then choose OK.

In the Property Pages dialog box, choose OK.

InstallAware deployment

InstallShield deployment

InstallShield builds Windows app packages (MSIX, APPX), Windows Installer packages (MSI), and Native Code (EXE) installers. InstallShield also provides Visual Studio integration. For more information, see the InstallShield website.

Windows Installer XML (WiX) deployment

Both methods allow you to use either the web installer or the offline installer. Each package has its advantages:

/q /norestart /ChainingPackage

dotNetFx45_Full_x86_x64.exe /q /norestart /ChainingPackage Contoso

You can use additional command-line options to customize the installation. For example:

dotNetFx45_Full_x86_x64.exe /norestart /passive /showrmui /ChainingPackage Contoso

dotNetFx45_Full_setup.exe /q /norestart /ChainingPackage Contoso /LCID 1041

If you omit the /LCID option, setup will install the language pack that matches the user’s MUI setting.

For a complete list of options, see the Command-Line Options section.

For common return codes, see the Return Codes section.

Chaining by using a Custom UI

Detect whether the language packs are already installed on the user’s computer.

If you’re deploying the offline installer, chain the language packs separately.

Check for a value greater than or equal to the release keyword value when attempting to detect whether a specific version is present.

Version Value of the Release DWORD
.NET Framework 4.8 installed on Windows 10 May 2020 Update and Windows 10 October 2020 Update 528372
.NET Framework 4.8 installed on Windows 10 May 2019 Update and Windows 10 November 2019 Update 528040
.NET Framework 4.8 installed on all OS versions other than the listed Windows 10 Update versions 528049
.NET Framework 4.7.2 installed on Windows 10 April 2018 Update and on Windows Server, version 1803 461808
.NET Framework 4.7.2 installed on all OS versions other than Windows 10 April 2018 Update, and Windows Server, version 1803. This includes Windows 10 October 2018 Update. 461814
.NET Framework 4.7.1 installed on Windows 10 Fall Creators Update and on Windows Server, version 1709 461308
.NET Framework 4.7.1 installed on all OS versions other than Windows 10 Fall Creators Update and Windows Server, version 1709 461310
.NET Framework 4.7 installed on Windows 10 Creators Update 460798
.NET Framework 4.7 installed on all OS versions other than Windows 10 Creators Update 460805
.NET Framework 4.6.2 installed on Windows 10 Anniversary Edition and on Windows Server 2016 394802
.NET Framework 4.6.2 installed on all OS versions other than Windows 10 Anniversary Edition and Windows Server 2016 394806
.NET Framework 4.6.1 installed on Windows 10 November Update 394254
.NET Framework 4.6.1 installed on all OS versions other than Windows 10 November Update 394271
.NET Framework 4.6 installed on Windows 10 393295
.NET Framework 4.6 installed on all OS versions other than Windows 10 393297
.NET Framework 4.5.2 379893
.NET Framework 4.5.1 installed with Windows 8.1 or Windows Server 2012 R2 378675
.NET Framework 4.5.1 installed on Windows 8, Windows 7 378758
.NET Framework 4.5 378389

Detect language packs

For example, to detect whether the full Japanese language pack (LCID=1041) is installed, retrieve the following named value from the registry:

Value
Key HKEY_LOCAL_MACHINESOFTWAREMicrosoftNET Framework SetupNDPv4Full1041
Entry Release
Type DWORD

Chaining the language packs to your app setup

NDP451-KB2858728-x86-x64-AllOS-JPN.exe /q /norestart /ChainingPackage

You do not have to chain the language packs if you use the web installer; setup will install the language pack that matches the user’s MUI setting. If you want to install a different language, you can use the /LCID option to specify a language pack.

For a complete list of command-line options, see the Command-Line Options section.

Troubleshooting

Return codes

Return code Description
0 Installation completed successfully.
1602 The user canceled installation.
1603 A fatal error occurred during installation.
1641 A restart is required to complete the installation. This message indicates success.
3010 A restart is required to complete the installation. This message indicates success.
5100 The user’s computer does not meet system requirements.

Download error codes

See the following content:

Other error codes

See the following content:

Appendix

Command-line options

Option Description
/CEIPConsent Overwrites the default behavior and sends anonymous feedback to Microsoft to improve future deployment experiences. This option can be used only if the setup program prompts for consent and if the user grants permission to send anonymous feedback to Microsoft.
/chainingpackage packageName Specifies the name of the executable that is doing the chaining. This information is sent to Microsoft as anonymous feedback to help improve future deployment experiences.

If the package name includes spaces, use double quotation marks as delimiters; for example: /chainingpackage «Lucerne Publishing». For an example of a chaining package, see Getting Progress Information from an Installation Package.

/LCID LCID

where LCID specifies a locale identifier (see supported languages)

Installs the language pack specified by LCID and forces the displayed UI to be shown in that language, unless quiet mode is set.

Supported languages

unhandled exception occurred ресурс versionentries_unnamedinstallation не найден about BedrockLauncher HOT 1 CLOSED

To run this application you must install missing framework for net

Comments (1)

when you create an «installation» give it a name. error is right tthere.

Related Issues (20)

Recommend Projects

A declarative, efficient, and flexible JavaScript library for building user interfaces.

Vue.js

🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

TensorFlow

An Open Source Machine Learning Framework for Everyone

Django

The Web framework for perfectionists with deadlines.

A PHP framework for web artisans

Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

javascript

JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

Some thing interesting about web. New door for the world.

server

A server is a program made to process requests and deliver data to clients.

Machine learning

Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

Visualization

Some thing interesting about visualization, use data art

Some thing interesting about game, make everyone happy.

Recommend Org

Facebook

We are working to build community through open source technology. NB: members must have two-factor auth.

Microsoft

Open source projects and samples from Microsoft.

.NET Framework 3.5 installation errors: 0x800F0906, 0x800F081F, 0x800F0907, 0x800F0922

Resolutions for Windows Server

Error code 0x800F0906

This error code occurs because the computer cannot download the required files from Windows Update.

To resolve this issue, use one of the following methods:

Method 1: Check your internet connection

This behavior can be caused by network, proxy, or firewall configurations or by network, proxy, or firewall failures. To fix this problem, try to connect to the Microsoft Update website.

If you cannot access this website, check your Internet connection, or contact the network administrator to determine whether there is a configuration that blocks access to the website.

Method 2: Configure the Group Policy setting

This behavior can also be caused by a system administrator who configures the computer to use Windows Server Update Services (WSUS) instead of the Windows Update server for servicing. In this case, contact your system administrator and request that they enable the Specify settings for optional component installation and component repair Group Policy setting and configure the Alternate source file path value or select the Contact Windows Update directly to download repair content instead of Windows Server Update Services (WSUS) option.

To configure the Group Policy setting, follow these steps:

Start the Local Group Policy Editor or Group Policy Management Console.

Point to the upper-right corner of the screen, click Search, type group policy, and then click Edit group policy.

Expand Computer Configuration, expand Administrative Templates, and then select System. The screenshot for this step is listed below.

To run this application you must install missing framework for net

Open the Specify settings for optional component installation and component repair Group Policy setting, and then select Enabled. The screenshot for this step is listed below.

To run this application you must install missing framework for net

If you want to specify an alternative source file, in the Alternate source file path box, specify a fully qualified path of a shared folder that contains the contents of the sourcessxs folder from the installation media.

Example of a shared folder path: server_nameshareWin8sxs

Or, specify a WIM file. To specify a WIM file as an alternative source file location, add the prefix WIM: to the path, and then add the index of the image that you want to use in the WIM file as a suffix.

Example of a WIM file path: WIM:server_nameshareinstall.wim:3

In this example, 3 represents the index of the image in which the feature files are found.

If it is applicable to do this, select the Contact Windows Update directly to download repair content instead of Windows Server Update Services (WSUS) check box.

Tap or click OK.

Method 3: Use Windows installation media

Insert the Windows installation media.

At an elevated command prompt, run the following command:

In this command, is a placeholder for the drive letter for the DVD drive. For example, you run the following command:

Method 4: Alternative steps for Windows Server

In Windows Server 2012 R2, you can also specify an alternative source by using Windows PowerShell cmdlets or by using the Add Roles and Features Wizard.

To use Windows PowerShell, follow these steps:

Insert the Windows installation media.

In an elevated Windows PowerShell command window, run the following command:

In this command, is a placeholder for the drive letter for the DVD drive or for the Windows installation media. For example, you run the following command:

To use the Add Roles and Features Wizard, follow these steps:

Insert the Windows installation media.

Start the Add Roles and Features Wizard.

On the Select features page, select the .NET Framework 3.5 Features check box, and then click Next.

On the Confirm installation selections page, click the Specify an alternate source path link. The screenshot for this step is listed below.

To run this application you must install missing framework for net

On the Specify Alternate Source Path page, type the path of the SxS folder as a local path or as a network share path. The screenshot for this step is listed below.

To run this application you must install missing framework for net

Click OK.

Click Install to finish the wizard.

Error code 0x800F081F

This error code can occur when an alternative installation source is specified and one of the following conditions is true:

To fix this problem, make sure that the full path of the source is correct ( x:sourcessxs ) and that you have at least Read access to the location. To do this, try to access the source directly from the affected computer. Verify that the installation source contains a valid and complete set of files. If the problem persists, try to use a different installation source.

Error code 0x800F0907

This error code occurs if an alternative installation source is not specified or is invalid and if the Specify settings for optional component installation and component repair Group Policy setting is configured to Never attempt to download payload from Windows Update.

To fix this problem, review the policy setting to determine whether it is appropriate for your environment. If you do not want to download feature payloads from Windows Update, consider configuring the Alternate source file path value in the Group policy setting.

You must be a member of the Administrators group to change Group Policy settings on the local computer. If the Group Policy settings for the computer that you want to manage are controlled at the domain level, contact your system administrator.

To do this, follow these steps:

Start Local Group Policy Editor or Group Policy Management Console as applicable in your environment.

Expand Computer Configuration, expand Administrative Templates, and then select System.

Open the Specify settings for optional component installation and component repair Group Policy setting, and then select Enabled.

Determine whether the Never attempt to download payload from Windows Update Group Policy setting is enabled, and then determine the desired setting for your environment.

If you want to specify an alternate source file, in the Alternate source file path box, specify a fully qualified path of a shared folder that contains the contents of the sourcessxs folder from the installation media. Or, specify a WIM file. To specify a WIM file as an alternative source file location, add the prefix WIM: to the path, and then add the index of the image that you want to use in the WIM file as a suffix. The following are examples of values that you can specify:

If you want, select the Contact Windows Update directly to download repair content instead of Windows Server Update Services (WSUS) check box.

Tap or click OK.

Resolution for Windows 10

Error code 0x800F0906, 0x800F081F, or 0x800F0907

To fix the error codes for Windows 10, follow these steps:

Download the Windows Media Creation tool, and create an ISO image locally, or create an image for the version of Windows that you have installed.

Configure the Group Policy as in Method 2, but also follow these steps:

Error code 0x800F0922

The following error message occurs when you do Windows 10 upgrade:

0x800F0922 CBS_E_INSTALLERS_FAILED: Processing advanced installers and generic commands failed.

To fix this issue, follow these steps:

Open Sources folder.

Right-click the SXS folder, and then click Properties.

Click Security and make sure that there is a check mark next to Read & Execute. If the check mark isn’t there, click the Edit button and turn it on.

Press Windows Key + X keyboard shortcut.

Click Command Prompt (Admin).

In the Command Prompt window, type the following command and press Enter:

In the Command Prompt window, type the following command and press Enter:

More information

Error messages that are associated with these error codes

Windows couldn’t complete the requested changes.
Windows couldn’t connect to the Internet to download necessary files. Make sure that you’re connected to the Internet, and click Retry to try again.

Installation of one or more roles, role services, or features failed.
The source files could not be found. Try installing the roles, role services, or features again in a new Add Roles and Features Wizard session, and on the Confirmation page of the wizard, click Specify an alternate source path to specify a valid location of the source files that are required for the installation. The location must be accessible by the computer account of the destination server.

Error code: 0x800F0906

Error code: 0x800F081F

Error: 0x800F081F

0x800F0907 DISM failed. No operation was performed.
For more information, review the log file.
The DISM log file can be found at C:WindowsLogsDISMdism.log

Because of network policy settings, Windows couldn’t connect to the Internet to download files that are required to complete the requested changes. Contact your network administrator for more information.

Error code: 0x800F0907

Error: 0x800F0907

question

Installing missing frameworks. forever with Framework Microsoft.NET.CoreFramework.Debug.2.2/X64 Microsoft.VCLibs.140.00.Debug/X64 is NOT installed

After upgrading VS version yesterday, when I deploy UWP project it hangs on «Installing missing frameworks. » for already 5 hours.

Restarted computer & VS multiple times, VS repair, changed minimum target to latest, updated all nuget packages, nothing works.

My VS version is:
Microsoft Visual Studio Enterprise 2019
Version 16.6.1

Everything worked fine until upgrading VS.
Please help.

6 Answers

, thank you for your answer. The issue has been resolved by itself before I saw your answer.

Here is how it’s been fixed.

I left the computer overnight after «Deploying.» with the following message.
» Installing missing frameworks. «

Today, it’s been fixed. It seems VS did its job. => Someone can tell me «Be more patient» 🙂

Suggestion.
Waiting for few hours for the command line output while deploying is, I think, good amount of patient.
If it takes hours or days of task that must be done, that must be checked and done in VS upgrade. Or additional message or help must be provided.
No developer can think of waiting that long while compiling and deploying app that used to work well after VS upgrade.

This is the pain and trauma for us think many times and tries to avoid VS upgrade.
(I postpone upgrade weeks actually, and again ended up this VS upgrade problem again.)
=> I wish VS team do better job for upgrade although they have excuse.

Hello,
Welcome to Microsoft Q&A,

Derive from the error info, it looks that you miss install Microsoft.NET.CoreFramework.Debug and Microsoft.VCLibs.140.00.Debug app decencies, you could install them manually,

I am also experiencing this, after updating last week to the latest version of VS 2019. However, after updating, both VS 2017 and VS 2019 now experience this hang when trying to deploy any UWP app. I also tried completely uninstalling both VS 2017 and VS 2019 and reinstalling only VS 2019 and still had the same issue.

I tried the fix mentioned by @NavtejSaini-MSFT by installing the appx manually, but even those installations seem to hang at 10%, which I suspect is happening the same within Visual Studio.To run this application you must install missing framework for net. I can let it sit for hours and it doesn’t get past 10% progress.

At this point I’m completely unable to deploy any app from VS for nearly a week now. Any help would be appreciated.

I am having the exact same issue as described above. The app packages get stuck at the 10% mark.

After banging my head against the wall over this for a week I finally resorted to resetting Windows (keeping personal files and app data) the problem was ‘fixed’. I don’t want to say it was fixed because having to reinstall Windows isn’t a fix for anything. But, if you’re having this issue, resetting Windows might work for you.

I had the identical issue and I did a clean install of Windows, moved over all my source code, etc. and the problem went away as well. In my case it was a good opportunity to upgrade my main drive, but it seems like a lot of work just to fix whatever this is. One would think there should be some other way of cleaning out the source of the problem.

Also I wonder if the issue is due to something new in VS 2019 release 16.6, or if it has to do with the Blazor/wasm/.Net core 3.1 bleeding edge development I’ve been doing on the same machine? If the latter, I’m dreading when I have to reinstall the SDKs etc. for my Blazor project.

After wsreset.exe completes, I restarted my computer. When it came back up, I installed all of the Microsoft Store app updates, which included an App Installer update, which is probably important, but that’s mostly speculation. After all the store apps updated, I opened VS and went to deploy my UWP. It hit the same point as before where it said it needed to install the appx, and then quickly blew through it and deployed the app.

All of these steps may not be necessary, but it’s what I did to get unblocked. Hopefully, it helps someone else.

Comments

Symbai commented Dec 6, 2019 •

In such a scenario no prompt is shown, not even an entry in the event viewer. It might be caused by the core runtime is installed but the «desktop» stuff is not. However there should be definitely a prompt.

The text was updated successfully, but these errors were encountered:

dagood commented Dec 6, 2019

Can you try running the app in a console to see if anything’s logged to stderr/stdout?

I’m not completely sure something will show up there (or if we need to know to diagnose this), but maybe it’ll get this a bit further until the host folks can chime in.

vitek-karas commented Dec 6, 2019

Symbai commented Dec 6, 2019 •

I did some more tests and here are the results:

vitek-karas commented Dec 6, 2019

I think I know what’s going on. and it’s a bug unfortunately.

Symbai commented Dec 6, 2019

vitek-karas commented Dec 9, 2019

I was actually a bit wrong. The above described failure would also cause no dialog but it’s not the reason for the issue reported here. The issue here is that 2.* hostfxr doesn’t support custom error writers, and so the apphost gets not error message back from the hostfxr call it makes, only error code. Unfortunately the code is currently written such that in this case it will not report the error in any way.

This is a bit harder problem. Unfortunately the interfaces between the various hosting layers don’t differentiate between error codes from the hosting/runtime and exit code from the application. So if the app returned the exit code 0x80008096 it looks exactly like a missing framework error (without the custom error writer support). I’m a bit hesitant popping up a dialog for apps which return such exit code about missing framework, even if there’s no such error.

mateoatr commented Jan 7, 2020

Following up the discussion on the PR attempting to fix this bug:

The only (meaningful) scenario in which this bug happens is whenever an end user tries to run a WPF app but doesn’t have any version of hostfxr that can set a custom error writer (that is, a version of hostfxr >= 3.0).

My proposal here is to:

And redirect them to: https://dotnet.microsoft.com/download?framework=Microsoft.NETCore.App&arch=x64&rid=win10-x64&apphost_version=

To run this application you must install missing framework for net

vitek-karas commented Jan 8, 2020

The URL as described above is somewhat misleading:

The server will probably have a hard time doing the right thing:

I think something like this would be better:

3 Answers 3

Trending sort

Trending sort is based off of the default sorting method — by highest score — but it boosts votes that have happened recently, helping to surface more up-to-date answers.

It falls back to sorting by highest score if no posts are trending.

Switch to Trending sort

How did you install the product?

The setup project will output two files:

To troubleshoot you could try to create a log of your installation and look for any problems in the log file.

I was running the MSI file.

Are there any limitations when running the Setup.EXE file? If I remeber correctly, I tried once to run it on Windows 2000 and it didn’t run. I was able to run only the MSI file. I am going to check on a PC with clean Win2000 and come back.

EDIT: I have tried it on clean Windows 2000 SP4 and here are the results:

Then I manually installed Windows Installer 3.1:

On Windows XP, the Setup.exe runs without any problems.

EDIT: The Win 2000 issue can be fixed by installing the Update Rollup 1 for Windows 2000 SP4 (KB891861).

.NET Framework 3.5 installation errors: 0x800F0906, 0x800F081F, 0x800F0907, 0x800F0922

Resolutions for Windows Server

Error code 0x800F0906

This error code occurs because the computer cannot download the required files from Windows Update.

To resolve this issue, use one of the following methods:

Method 1: Check your internet connection

This behavior can be caused by network, proxy, or firewall configurations or by network, proxy, or firewall failures. To fix this problem, try to connect to the Microsoft Update website.

If you cannot access this website, check your Internet connection, or contact the network administrator to determine whether there is a configuration that blocks access to the website.

Method 2: Configure the Group Policy setting

This behavior can also be caused by a system administrator who configures the computer to use Windows Server Update Services (WSUS) instead of the Windows Update server for servicing. In this case, contact your system administrator and request that they enable the Specify settings for optional component installation and component repair Group Policy setting and configure the Alternate source file path value or select the Contact Windows Update directly to download repair content instead of Windows Server Update Services (WSUS) option.

To configure the Group Policy setting, follow these steps:

Start the Local Group Policy Editor or Group Policy Management Console.

Point to the upper-right corner of the screen, click Search, type group policy, and then click Edit group policy.

Expand Computer Configuration, expand Administrative Templates, and then select System. The screenshot for this step is listed below.

To run this application you must install missing framework for net

Open the Specify settings for optional component installation and component repair Group Policy setting, and then select Enabled. The screenshot for this step is listed below.

To run this application you must install missing framework for net

If you want to specify an alternative source file, in the Alternate source file path box, specify a fully qualified path of a shared folder that contains the contents of the sourcessxs folder from the installation media.

Example of a shared folder path: server_nameshareWin8sxs

Or, specify a WIM file. To specify a WIM file as an alternative source file location, add the prefix WIM: to the path, and then add the index of the image that you want to use in the WIM file as a suffix.

Example of a WIM file path: WIM:server_nameshareinstall.wim:3

In this example, 3 represents the index of the image in which the feature files are found.

If it is applicable to do this, select the Contact Windows Update directly to download repair content instead of Windows Server Update Services (WSUS) check box.

Tap or click OK.

Method 3: Use Windows installation media

Insert the Windows installation media.

At an elevated command prompt, run the following command:

In this command, is a placeholder for the drive letter for the DVD drive. For example, you run the following command:

Method 4: Alternative steps for Windows Server

In Windows Server 2012 R2, you can also specify an alternative source by using Windows PowerShell cmdlets or by using the Add Roles and Features Wizard.

To use Windows PowerShell, follow these steps:

Insert the Windows installation media.

In an elevated Windows PowerShell command window, run the following command:

In this command, is a placeholder for the drive letter for the DVD drive or for the Windows installation media. For example, you run the following command:

To use the Add Roles and Features Wizard, follow these steps:

Insert the Windows installation media.

Start the Add Roles and Features Wizard.

On the Select features page, select the .NET Framework 3.5 Features check box, and then click Next.

On the Confirm installation selections page, click the Specify an alternate source path link. The screenshot for this step is listed below.

To run this application you must install missing framework for net

On the Specify Alternate Source Path page, type the path of the SxS folder as a local path or as a network share path. The screenshot for this step is listed below.

To run this application you must install missing framework for net

Click OK.

Click Install to finish the wizard.

Error code 0x800F081F

This error code can occur when an alternative installation source is specified and one of the following conditions is true:

To fix this problem, make sure that the full path of the source is correct ( x:sourcessxs ) and that you have at least Read access to the location. To do this, try to access the source directly from the affected computer. Verify that the installation source contains a valid and complete set of files. If the problem persists, try to use a different installation source.

Error code 0x800F0907

This error code occurs if an alternative installation source is not specified or is invalid and if the Specify settings for optional component installation and component repair Group Policy setting is configured to Never attempt to download payload from Windows Update.

To fix this problem, review the policy setting to determine whether it is appropriate for your environment. If you do not want to download feature payloads from Windows Update, consider configuring the Alternate source file path value in the Group policy setting.

You must be a member of the Administrators group to change Group Policy settings on the local computer. If the Group Policy settings for the computer that you want to manage are controlled at the domain level, contact your system administrator.

To do this, follow these steps:

Start Local Group Policy Editor or Group Policy Management Console as applicable in your environment.

Expand Computer Configuration, expand Administrative Templates, and then select System.

Open the Specify settings for optional component installation and component repair Group Policy setting, and then select Enabled.

Determine whether the Never attempt to download payload from Windows Update Group Policy setting is enabled, and then determine the desired setting for your environment.

If you want to specify an alternate source file, in the Alternate source file path box, specify a fully qualified path of a shared folder that contains the contents of the sourcessxs folder from the installation media. Or, specify a WIM file. To specify a WIM file as an alternative source file location, add the prefix WIM: to the path, and then add the index of the image that you want to use in the WIM file as a suffix. The following are examples of values that you can specify:

If you want, select the Contact Windows Update directly to download repair content instead of Windows Server Update Services (WSUS) check box.

Tap or click OK.

Resolution for Windows 10

Error code 0x800F0906, 0x800F081F, or 0x800F0907

To fix the error codes for Windows 10, follow these steps:

Download the Windows Media Creation tool, and create an ISO image locally, or create an image for the version of Windows that you have installed.

Configure the Group Policy as in Method 2, but also follow these steps:

Error code 0x800F0922

The following error message occurs when you do Windows 10 upgrade:

0x800F0922 CBS_E_INSTALLERS_FAILED: Processing advanced installers and generic commands failed.

To fix this issue, follow these steps:

Open Sources folder.

Right-click the SXS folder, and then click Properties.

Click Security and make sure that there is a check mark next to Read & Execute. If the check mark isn’t there, click the Edit button and turn it on.

Press Windows Key + X keyboard shortcut.

Click Command Prompt (Admin).

In the Command Prompt window, type the following command and press Enter:

In the Command Prompt window, type the following command and press Enter:

More information

Error messages that are associated with these error codes

Windows couldn’t complete the requested changes.
Windows couldn’t connect to the Internet to download necessary files. Make sure that you’re connected to the Internet, and click Retry to try again.

Installation of one or more roles, role services, or features failed.
The source files could not be found. Try installing the roles, role services, or features again in a new Add Roles and Features Wizard session, and on the Confirmation page of the wizard, click Specify an alternate source path to specify a valid location of the source files that are required for the installation. The location must be accessible by the computer account of the destination server.

Error code: 0x800F0906

Error code: 0x800F081F

Error: 0x800F081F

0x800F0907 DISM failed. No operation was performed.
For more information, review the log file.
The DISM log file can be found at C:WindowsLogsDISMdism.log

Because of network policy settings, Windows couldn’t connect to the Internet to download files that are required to complete the requested changes. Contact your network administrator for more information.

Error code: 0x800F0907

Error: 0x800F0907

Problem Description

Would you like to install it now?

Activity Log, Crash Log or any other details

What Operating System are you running?

What version of HandBrake are you running?

Where did you download HandBrake from?

Comments (2)

wex1001 commented on March 23, 2022

Related Issues (20)

Recommend Projects

A declarative, efficient, and flexible JavaScript library for building user interfaces.

Vue.js

🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

TensorFlow

An Open Source Machine Learning Framework for Everyone

Django

The Web framework for perfectionists with deadlines.

A PHP framework for web artisans

Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

javascript

JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

Some thing interesting about web. New door for the world.

server

A server is a program made to process requests and deliver data to clients.

Machine learning

Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

Visualization

Some thing interesting about visualization, use data art

Some thing interesting about game, make everyone happy.

Recommend Org

Facebook

We are working to build community through open source technology. NB: members must have two-factor auth.

Microsoft

Open source projects and samples from Microsoft.

Comments

Kunter-Bunt commented Aug 11, 2022

Description

Steps to reproduce

With the following Setup of YAML Pipeline Tasks

Error can be reproduced, even with a Commit as base that had a successful build before the weekend.

Expected behavior

Tests Task fails if Tests do not work, it should run green if all Tests are passed.

Workaround

Specifying the previous version 17.2.0 fixes the problem.

Actual behavior

Error is thrown as shown in Description.
Note: The error is thrown after the Tests are run, so there are more that 100 passed tests in the published result.

Environment

The text was updated successfully, but these errors were encountered:

nohwnd commented Aug 11, 2022

Providing diagnostic logs would also help, if that is possible for you https://github.com/microsoft/vstest-docs/blob/main/docs/diagnose.md

Kunter-Bunt commented Aug 11, 2022

nohwnd commented Aug 11, 2022

To run this application you must install missing framework for net

.NET Framework version Installer (Developer Pack and Runtime) Platform support
4.8.1 .NET Framework 4.8.1 Included in:

You can install on:

Windows 11
Windows 10 version 21H2
Windows 10 version 21H1
Windows 10 version 20H2
Windows Server 2022

(for a full list, see system requirements)

4.8 .NET Framework 4.8 Included in:

Windows 11
Windows 10 May 2019 Update (and later versions)
Visual Studio 2019 (version 16.3)

You can install on:

Windows 10 October 2018 Update
Windows 10 April 2018 Update
Windows 10 Fall Creators Update
Windows 10 Creators Update
Windows 10 Anniversary Update
Windows 8.1 and earlier
Windows Server 2022
Windows Server 2019
Windows Server, Version 1809
Windows Server, Version 1803

(for a full list, see system requirements)

4.7.2 .NET Framework 4.7.2 Included in:

Windows 10 October 2018 Update
Windows 10 April 2018 Update
Windows Server 2019
Windows Server, Version 1809
Windows Server, Version 1803
Visual Studio 2017 (15.8 update)

You can install on:

Windows 10 Fall Creators Update
Windows 10 Creators Update
Windows 10 Anniversary Update
Windows 8.1 and earlier
Windows Server, version 1709 and earlier

(for a full list, see system requirements)

4.7.1 .NET Framework 4.7.1 Included in:

Windows 10 Fall Creators Update
Windows Server, version 1709
Visual Studio 2017 (15.5 update)

You can install on:

Windows 10 Creators Update
Windows 10 Anniversary Update
Windows 8.1 and earlier
Windows Server 2016 and earlier
(for a full list, see system requirements)

4.7 .NET Framework 4.7 Included in:

You can install on:

Windows 10 Anniversary Update
Windows 8.1 and earlier
Windows Server 2016 and earlier
(for a full list, see system requirements)

4.6.2 .NET Framework 4.6.2 Included in:

Windows 10 Anniversary Update

You can install on:

Windows 10 November Update
Windows 10
Windows 8.1 and earlier
Windows Server 2012 R2 and earlier
(for a full list, see system requirements)

4.6.1 .NET Framework 4.6.1 Included in:

You can install on:

Windows 10
Windows 8.1 and earlier
Windows Server 2012 R2 and earlier
(for a full list, see system requirements)

4.6 .NET Framework 4.6 Included in:

You can install on:

Windows 8.1 and earlier
Windows Server 2012 R2 and earlier
(for a full list, see system requirements)

4.5.2 .NET Framework 4.5.2 You can install on:

Windows 8.1 and earlier
Windows Server 2012 R2 and earlier
(for a full list, see system requirements)

4.5.1 .NET Framework 4.5.1 Included in:

Windows 8.1
Windows Server 2012 R2
Visual Studio 2013

You can install on:

Windows 8 and earlier
Windows Server 2012 and earlier
(for a full list, see system requirements)

4.5 .NET Framework 4.5 Included in:

Windows 8
Windows Server 2012
Visual Studio 2012

You can install on:

Windows 7 and earlier
Windows Server 2008 SP2 and earlier
(for a full list, see system requirements)

You can install the Web or Offline installer on:

Windows 8.1 and earlier

Windows Server 2012 R2 and earlier

The download page is provided in several languages, but most of the downloads are provided in English only. For additional language support, you must install a language pack.

Two types of redistributable installers are available:

Web installer (web bootstrapper) downloads the required components and the language pack that matches the operating system of the installation computer from the web. This package is much smaller than the offline installer but requires a consistent Internet connection. You can download the standalone language packs to install additional language support.

Both web and offline installers are designed for x86-based and x64-based computers (see system requirements), but do not support Itanium-based computers.

Choose Download.

If prompted, select the download that matches your system architecture, and then choose Next.

When the download prompt appears, do one of the following:

If you want to download resources for additional languages, follow the instructions in the next section to install one or more language packs.

[!NOTE] If you encounter any problems during the installation, see Troubleshooting.

Installation notes:

To install language packs

In the language list, choose the language you want to download, and wait a few seconds for the page to reload in that language.

Choose Download.

The following table lists the supported languages.

Language Culture
Arabic ar
Czech cs
Danish da
Dutch nl
Finnish fi
English (USA) en-US
French fr
German de
Greek el
Hebrew he
Hungarian hu
Italian it
Japanese ja
Korean ko
Norwegian no
Polish pl
Portuguese (Brazil) pt-BR
Portuguese (Portugal) pt-PT
Russian ru
Simplified Chinese zh-CHS
Spanish es
Swedish sv
Traditional Chinese zh-CHT
Turkish tr

App re-register fails about BedrockLauncher HOT 36 CLOSED

When attempting to launch any version of Minecraft Bedrock, I get the following «App re-register failed» Error.

Refreshing or Restarting fixes nothing, the crash report is linked here:

Comments (36)

tresabhi commented on July 13, 2021

@Midwaey The linked file URL is not a crash report it’s some sort of exploit code by somebody on the internet. Please link the correct crash report file. Failure to do so may render this report invalid.

Midwaey commented on July 14, 2021

I’ve gotten the correct paste link to the crash report: https://pastebin.com/raw/mh1W1tsj
Apologies for that.

tresabhi commented on July 20, 2021

@Midwaey can you paste the link in the original comment for ease of access

Midwaey commented on July 24, 2021 1

@CoolAbhi1290 Edited it in

CarJem commented on July 29, 2021

I encourage everyone with this issue to check out the latest beta with support for telling us exactly why this error is occurring so I can fix it!
https://github.com/BedrockLauncher/BedrockLauncher-Beta/releases/tag/0.0.2.3

tresabhi commented on August 4, 2021

Only this, and the older versions work for me because the newer versions suffer problems like not being able to download new versions because they cannot find a valid «download irl» and not being able to re register.

I believe the problem is with the launcher simply because it worked before and only happens when updating an installation like Latest Beta. Doesn’t happen when you switch between versions.

igoticecream commented on August 5, 2021

when downgrading from latest beta to latest release:

THOBY555 commented on August 6, 2021

Its Not Working For Me Its Still The Same

TheNatBoi commented on August 30, 2021

Another workaround is to install MCMrARM’s version launcher from here https://github.com/MCMrARM/mc-w10-version-launcher/releases/tag/0.2.1

Just download the versions you want and press the launch button. It may not be the best workaround, but it should work.

CarJem commented on August 31, 2021

I’ve been trying to address this issue. but if it’s telling you a higher version already exists. your best bets are to manually uninstall the current version of bedrock without the launcher

KanimeXP commented on February 7, 2022

I got Different issue when launching all bedrock versions.
To run this application you must install missing framework for net

KanimeXP commented on February 7, 2022

Im using windows11 same issue on windows10

KanimeXP commented on February 7, 2022

Do someone know how to fix this?

Rayth commented on February 7, 2022

KanimeXP commented on February 7, 2022

Fabrico84 commented on April 28, 2022

i got a different problem while launching any
version
To run this application you must install missing framework for net

Rayth commented on April 28, 2022

Try downloading the latest version. This error usually appears if you have a store installed minecraft installed so be sure to backup and uninstall that first.
https://github.com/BedrockLauncher/BedrockLauncher-Beta/releases/tag/2022.4.17.21

Fabrico84 commented on April 28, 2022

you mean backup com.mojang right?

Rayth commented on April 29, 2022

Fabrico84 commented on April 29, 2022

the newest version says this when I open the application:

tresabhi commented on April 29, 2022

Fabrico84 commented on April 29, 2022

I followed them and now it opens but till one point. After I press the make account button it crashes. Any ideas on how to fix that?

tresabhi commented on April 29, 2022

@Fabrico84 Can you create a new issue with a log provided?

Fabrico84 commented on April 29, 2022

Rayth commented on June 26, 2022

Can anyone confirm if this issue still occurs in the 2022.4.17.21 beta linked in comments above?

DelofJ commented on June 30, 2022

Yes it still occurs

I don’t know if it’s the same problem but it crashes when I want to load a beta version of Minecraft which is no longer available for download from the MS servers but which I still have on my computer
(also, I don’t know why but a D: disk is mentioned in the crash report but I don’t have a D: disk)

Rayth commented on June 30, 2022

@DelofJ can you provide the full log file not just the exerpt that pops up when it occurs. If you’re on the latest beta there is a «logs» folder. You’ll find multiple files with date and timestamps in the name.

the D drive is just reference to where the app was developed nothing on your PC

DelofJ commented on June 30, 2022

I edited the previous comment to include the full crash log
Also, I noticed that when the crash happens and you want to click «View crash report» it wants to open a Log.txt file where the app is installed and doesn’t open the latest log located in the logs folder

Rayth commented on July 1, 2022

Ok can you try uninstall minecraft from control panel if it’s there and then try running via the launcher?

DelofJ commented on July 1, 2022

I can’t because the launcher has already uninstalled/unregistered Minecraft Bedrock from Windows
I tried to launch a version through the launcher i can launch, I uninstalled Minecraft Bedrock, and the same thing happened
The only thing I can do is install Minecraft with the Appx I saved
Also, I’m using the Launcher Beta 2022.4.17.21 (or 2022.4.17.20)

Rayth commented on July 1, 2022

Ok final test I can think of, install minecraft from the store, run it once then uninstall it, then try installing and launching from the launcher.

DelofJ commented on July 1, 2022

Rayth commented on July 1, 2022

Ok that could be something with how we had to change the code to work with previews then and most likely won’t get changed again due to betas being discontinued. Features that were in old betas (in your case 1.17.10) would have been in release version1.17.10 and 1.17.11 and later

DelofJ commented on July 5, 2022

@Rayth This isn’t solved in 2022.7.3.62

Rayth commented on July 5, 2022

We need a fresh report for the new version of the launcher, complete with the new Log file (installation folder > data > logs)

Related Issues (20)

Recommend Projects

A declarative, efficient, and flexible JavaScript library for building user interfaces.

Vue.js

🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

TensorFlow

An Open Source Machine Learning Framework for Everyone

Django

The Web framework for perfectionists with deadlines.

A PHP framework for web artisans

Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

javascript

JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

Some thing interesting about web. New door for the world.

server

A server is a program made to process requests and deliver data to clients.

Machine learning

Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

Visualization

Some thing interesting about visualization, use data art

Some thing interesting about game, make everyone happy.

Recommend Org

Facebook

We are working to build community through open source technology. NB: members must have two-factor auth.

Microsoft

Open source projects and samples from Microsoft.

.NET Framework 3.5 installation errors: 0x800F0906, 0x800F081F, 0x800F0907, 0x800F0922

Resolutions for Windows Server

Error code 0x800F0906

This error code occurs because the computer cannot download the required files from Windows Update.

To resolve this issue, use one of the following methods:

Method 1: Check your internet connection

This behavior can be caused by network, proxy, or firewall configurations or by network, proxy, or firewall failures. To fix this problem, try to connect to the Microsoft Update website.

If you cannot access this website, check your Internet connection, or contact the network administrator to determine whether there is a configuration that blocks access to the website.

Method 2: Configure the Group Policy setting

This behavior can also be caused by a system administrator who configures the computer to use Windows Server Update Services (WSUS) instead of the Windows Update server for servicing. In this case, contact your system administrator and request that they enable the Specify settings for optional component installation and component repair Group Policy setting and configure the Alternate source file path value or select the Contact Windows Update directly to download repair content instead of Windows Server Update Services (WSUS) option.

To configure the Group Policy setting, follow these steps:

Start the Local Group Policy Editor or Group Policy Management Console.

Point to the upper-right corner of the screen, click Search, type group policy, and then click Edit group policy.

Expand Computer Configuration, expand Administrative Templates, and then select System. The screenshot for this step is listed below.

To run this application you must install missing framework for net

Open the Specify settings for optional component installation and component repair Group Policy setting, and then select Enabled. The screenshot for this step is listed below.

To run this application you must install missing framework for net

If you want to specify an alternative source file, in the Alternate source file path box, specify a fully qualified path of a shared folder that contains the contents of the sourcessxs folder from the installation media.

Example of a shared folder path: server_nameshareWin8sxs

Or, specify a WIM file. To specify a WIM file as an alternative source file location, add the prefix WIM: to the path, and then add the index of the image that you want to use in the WIM file as a suffix.

Example of a WIM file path: WIM:server_nameshareinstall.wim:3

In this example, 3 represents the index of the image in which the feature files are found.

If it is applicable to do this, select the Contact Windows Update directly to download repair content instead of Windows Server Update Services (WSUS) check box.

Tap or click OK.

Method 3: Use Windows installation media

Insert the Windows installation media.

At an elevated command prompt, run the following command:

In this command, is a placeholder for the drive letter for the DVD drive. For example, you run the following command:

Method 4: Alternative steps for Windows Server

In Windows Server 2012 R2, you can also specify an alternative source by using Windows PowerShell cmdlets or by using the Add Roles and Features Wizard.

To use Windows PowerShell, follow these steps:

Insert the Windows installation media.

In an elevated Windows PowerShell command window, run the following command:

In this command, is a placeholder for the drive letter for the DVD drive or for the Windows installation media. For example, you run the following command:

To use the Add Roles and Features Wizard, follow these steps:

Insert the Windows installation media.

Start the Add Roles and Features Wizard.

On the Select features page, select the .NET Framework 3.5 Features check box, and then click Next.

On the Confirm installation selections page, click the Specify an alternate source path link. The screenshot for this step is listed below.

To run this application you must install missing framework for net

On the Specify Alternate Source Path page, type the path of the SxS folder as a local path or as a network share path. The screenshot for this step is listed below.

To run this application you must install missing framework for net

Click OK.

Click Install to finish the wizard.

Error code 0x800F081F

This error code can occur when an alternative installation source is specified and one of the following conditions is true:

To fix this problem, make sure that the full path of the source is correct ( x:sourcessxs ) and that you have at least Read access to the location. To do this, try to access the source directly from the affected computer. Verify that the installation source contains a valid and complete set of files. If the problem persists, try to use a different installation source.

Error code 0x800F0907

This error code occurs if an alternative installation source is not specified or is invalid and if the Specify settings for optional component installation and component repair Group Policy setting is configured to Never attempt to download payload from Windows Update.

To fix this problem, review the policy setting to determine whether it is appropriate for your environment. If you do not want to download feature payloads from Windows Update, consider configuring the Alternate source file path value in the Group policy setting.

You must be a member of the Administrators group to change Group Policy settings on the local computer. If the Group Policy settings for the computer that you want to manage are controlled at the domain level, contact your system administrator.

To do this, follow these steps:

Start Local Group Policy Editor or Group Policy Management Console as applicable in your environment.

Expand Computer Configuration, expand Administrative Templates, and then select System.

Open the Specify settings for optional component installation and component repair Group Policy setting, and then select Enabled.

Determine whether the Never attempt to download payload from Windows Update Group Policy setting is enabled, and then determine the desired setting for your environment.

If you want to specify an alternate source file, in the Alternate source file path box, specify a fully qualified path of a shared folder that contains the contents of the sourcessxs folder from the installation media. Or, specify a WIM file. To specify a WIM file as an alternative source file location, add the prefix WIM: to the path, and then add the index of the image that you want to use in the WIM file as a suffix. The following are examples of values that you can specify:

If you want, select the Contact Windows Update directly to download repair content instead of Windows Server Update Services (WSUS) check box.

Tap or click OK.

Resolution for Windows 10

Error code 0x800F0906, 0x800F081F, or 0x800F0907

To fix the error codes for Windows 10, follow these steps:

Download the Windows Media Creation tool, and create an ISO image locally, or create an image for the version of Windows that you have installed.

Configure the Group Policy as in Method 2, but also follow these steps:

Error code 0x800F0922

The following error message occurs when you do Windows 10 upgrade:

0x800F0922 CBS_E_INSTALLERS_FAILED: Processing advanced installers and generic commands failed.

To fix this issue, follow these steps:

Open Sources folder.

Right-click the SXS folder, and then click Properties.

Click Security and make sure that there is a check mark next to Read & Execute. If the check mark isn’t there, click the Edit button and turn it on.

Press Windows Key + X keyboard shortcut.

Click Command Prompt (Admin).

In the Command Prompt window, type the following command and press Enter:

In the Command Prompt window, type the following command and press Enter:

More information

Error messages that are associated with these error codes

Windows couldn’t complete the requested changes.
Windows couldn’t connect to the Internet to download necessary files. Make sure that you’re connected to the Internet, and click Retry to try again.

Installation of one or more roles, role services, or features failed.
The source files could not be found. Try installing the roles, role services, or features again in a new Add Roles and Features Wizard session, and on the Confirmation page of the wizard, click Specify an alternate source path to specify a valid location of the source files that are required for the installation. The location must be accessible by the computer account of the destination server.

Error code: 0x800F0906

Error code: 0x800F081F

Error: 0x800F081F0x800F0907DISM failed. No operation was performed.
For more information, review the log file.
The DISM log file can be found at C:WindowsLogsDISMdism.log

Because of network policy settings, Windows couldn’t connect to the Internet to download files that are required to complete the requested changes. Contact your network administrator for more information.

Error code: 0x800F0907

Error: 0x800F0907

Executable file not found

If the executable file isn’t found, you’ll see a message similar to the following:

The name of the executable determines how you invoke the tool. The following table describes the format:

Global tools

Global tools can be installed in the default directory or in a specific location. The default directories are:

OS Path
Linux/macOS $HOME/.dotnet/tools
Windows %USERPROFILE%.dotnettools

If you’re trying to run a global tool, check that the PATH environment variable on your machine contains the path where you installed the global tool and that the executable is in that path.

Local tools

Runtime not found

Roll-forward won’t occur by default in two common scenarios:

If an application can’t find an appropriate runtime, it fails to run and reports an error.

.NET tool installation fails

To help diagnose these failures, NuGet messages are shown directly to the user, along with the previous message. The NuGet message may help you identify the problem.

Package naming enforcement

Microsoft has changed its guidance on the Package ID for tools, resulting in a number of tools not being found with the predicted name. The new guidance is that all Microsoft tools be prefixed with «Microsoft.» This prefix is reserved and can only be used for packages signed with a Microsoft authorized certificate.

During the transition, some Microsoft tools will have the old form of the package ID, while others will have the new form:

As package IDs are updated, you’ll need to change to the new package ID to get the latest updates. Packages with the simplified tool name will be deprecated.

Preview releases

.NET tools that are in preview must be specified with a portion of the name to indicate that they are in preview. You don’t need to include the entire preview. Assuming the version numbers are in the expected format, you can use something like the following example:

NuGet feed can’t be accessed

Package ID incorrect

A common reason for failure is that the tool name isn’t correct. This can happen because of mistyping, or because the tool has moved or been deprecated. For tools on NuGet.org, one way to ensure you have the name correct is to search for the tool at NuGet.org and copy the installation command.

401 (Unauthorized)

Most likely you’ve specified an alternative NuGet feed, and that feed requires authentication. There are a few different ways to solve this:

Here’s an example config file:

Add the required credentials to the config file.

Latest version installed.

To add a configuration file, on the Visual Studio menu bar, choose Project, Add New Item. Choose General from the left pane, and then choose Configuration File. Name the configuration file App.config. These menu choices are not available for Windows Store app or Windows phone app projects, because you cannot change the activation policy on those platforms.

Add the element as follows to the application configuration file:

.NET Framework 1.0: «v1.0.3705»

.NET Framework 1.1: «v1.1.4322»

.NET Framework 2.0, 3.0, and 3.5: «v2.0.50727»

.NET Framework 4 and later versions: «v4.0»

App.config file setting On computer with version 3.5 installed On computer with versions 3.5 and 4 or later versions installed On computer with version 4 or later versions installed
None Runs on 3.5 Runs on 3.5 Displays error message that prompts user to install the correct version*
Runs on 3.5 Runs on 3.5 Displays error message that prompts user to install the correct version*
Runs on 3.5 Runs on 3.5 Runs on 4 or later versions
Runs on 3.5 Runs on 4 or later versions Runs on 4 or later versions
Displays error message that prompts user to install the correct version* Runs on 4 or later versions Runs on 4 or later versions

question

Installing missing frameworks. forever with Framework Microsoft.NET.CoreFramework.Debug.2.2/X64 Microsoft.VCLibs.140.00.Debug/X64 is NOT installed

After upgrading VS version yesterday, when I deploy UWP project it hangs on «Installing missing frameworks. » for already 5 hours.

Restarted computer & VS multiple times, VS repair, changed minimum target to latest, updated all nuget packages, nothing works.

My VS version is:
Microsoft Visual Studio Enterprise 2019
Version 16.6.1

Everything worked fine until upgrading VS.
Please help.

6 Answers

, thank you for your answer. The issue has been resolved by itself before I saw your answer.

Here is how it’s been fixed.

I left the computer overnight after «Deploying.» with the following message.
» Installing missing frameworks. «

Today, it’s been fixed. It seems VS did its job. => Someone can tell me «Be more patient» 🙂

Suggestion.
Waiting for few hours for the command line output while deploying is, I think, good amount of patient.
If it takes hours or days of task that must be done, that must be checked and done in VS upgrade. Or additional message or help must be provided.
No developer can think of waiting that long while compiling and deploying app that used to work well after VS upgrade.

This is the pain and trauma for us think many times and tries to avoid VS upgrade.
(I postpone upgrade weeks actually, and again ended up this VS upgrade problem again.)
=> I wish VS team do better job for upgrade although they have excuse.

Hello,
Welcome to Microsoft Q&A,

Derive from the error info, it looks that you miss install Microsoft.NET.CoreFramework.Debug and Microsoft.VCLibs.140.00.Debug app decencies, you could install them manually,

I am also experiencing this, after updating last week to the latest version of VS 2019. However, after updating, both VS 2017 and VS 2019 now experience this hang when trying to deploy any UWP app. I also tried completely uninstalling both VS 2017 and VS 2019 and reinstalling only VS 2019 and still had the same issue.

I tried the fix mentioned by @NavtejSaini-MSFT by installing the appx manually, but even those installations seem to hang at 10%, which I suspect is happening the same within Visual Studio.To run this application you must install missing framework for net. I can let it sit for hours and it doesn’t get past 10% progress.

At this point I’m completely unable to deploy any app from VS for nearly a week now. Any help would be appreciated.

I am having the exact same issue as described above. The app packages get stuck at the 10% mark.

After banging my head against the wall over this for a week I finally resorted to resetting Windows (keeping personal files and app data) the problem was ‘fixed’. I don’t want to say it was fixed because having to reinstall Windows isn’t a fix for anything. But, if you’re having this issue, resetting Windows might work for you.

I had the identical issue and I did a clean install of Windows, moved over all my source code, etc. and the problem went away as well. In my case it was a good opportunity to upgrade my main drive, but it seems like a lot of work just to fix whatever this is. One would think there should be some other way of cleaning out the source of the problem.

Also I wonder if the issue is due to something new in VS 2019 release 16.6, or if it has to do with the Blazor/wasm/.Net core 3.1 bleeding edge development I’ve been doing on the same machine? If the latter, I’m dreading when I have to reinstall the SDKs etc. for my Blazor project.

After wsreset.exe completes, I restarted my computer. When it came back up, I installed all of the Microsoft Store app updates, which included an App Installer update, which is probably important, but that’s mostly speculation. After all the store apps updated, I opened VS and went to deploy my UWP. It hit the same point as before where it said it needed to install the appx, and then quickly blew through it and deployed the app.

All of these steps may not be necessary, but it’s what I did to get unblocked. Hopefully, it helps someone else.

I’m attempting to run a simple program in Wine, under Ubuntu 14.04 LTS, however it complains that

Running winetricks forcemono

Then trying to start the same application again will still fail with

Update

Winetricks complains that dotnet40 cannot be installed on a 64-bit system. So, how do I install it?

To run this application you must install missing framework for net

1 Answer 1

First things first, note this very noticeable warning:

This sets the environment variables wine reads before it launches (see man wine ).

It would also be a good idea to get it to create it’s own WINEPREFIX (where the Wine virtual drive is stored). By default this is

So to setup a 32bit wine prefix for a program:

You can replace PROGRAM-NAME with the name of the program to make it easier to identify the program later. Just make sure it only includes the letter and numbers as punctuation often has a special function in various command shells.

You should then get a window like this:

To run this application you must install missing framework for net

Then you are ready to go. Now you can install NET 4.0 using winetricks (you might want to get the latest version from here first):

This should be in the terminal after the export WINEPREFIX=. command, or by placing it just before the wine command as so (useful for app launchers that one command line):

You can then install the program using wine «

You should make sure the WINEPREFIX has been exported before running this command (especially if you closed the terminal), or in the same line. After getting it to work (or not work) you might want to do a report on how well it works here (including what you did etc so you can help other people). If you have issues, and noticeable errors appear in the output you can report a bug.

More info, troubleshooting etc

How do I install winetricks?

You can a version from the Ubuntu repositories using this command (or installing Winetricks from the Software Center):

You can then use winetricks OPTIONS to do stuff.

For the latest version, you can use these commands to download and use the latest version:

I don’t want to use terminal, what can I do?

How do I install the latest Wine version?

The newer wine versions are more up to date, so may be able to run the program better (unless there is a regression which impacts it). To install the current latest version (Wine1.7) you can use the offical Wine PPA:

For installing and configuring Wine generally, you can also try this question.

The program I want to use is designed for a newer version of Windows, what can I do?

Wine by default replicates Windows XP, which some programs don’t support as it is EOL (which I supposes in handy as you probably can run programs for WinXP under Wine under Linux, and you can ‘nuke WinXP from orbit’ 🙂

Anyway, first open up the Wine configuration window:

/.wine-PROGRAM-NAME/ is the WINEPREFIX you created earlier.

And select the Windows version to replicate at the bottom of the ‘Applications’ tab. Then try installing the app again.

WINDOWS VIRUSES UNDER WINE.

Quite possibly. Don’t install random software of the internet, try to ensure it is from a trusted site.

Install with Windows Package Manager (winget)

Install the SDK

Install the runtime

.NET Desktop Runtime

ASP.NET Core Runtime

This is the base runtime, and contains just the components needed to run a console app. Typically, you’d install the other runtimes.

Install alongside Visual Studio Code

Visual Studio Code is a powerful and lightweight source code editor that runs on your desktop. Visual Studio Code is available for Windows, macOS, and Linux.

Install with Windows Installer

/quiet
Prevents any UI and prompts from displaying.

/norestart
Suppresses any attempts to restart.

The installer returns an exit code of 0 for success and an exit code of 3010 to indicate that a restart is required. Any other value is generally an error code.

Install with PowerShell automation

The dotnet-install scripts are used for CI automation and non-admin installs of the runtime. You can download the script from the dotnet-install script reference page.

Install with Visual Studio

.NET SDK version Visual Studio version
6.0 Visual Studio 2022 version 17.0 or higher.
5.0 Visual Studio 2019 version 16.8 or higher.
3.1 Visual Studio 2019 version 16.4 or higher.
3.0 Visual Studio 2019 version 16.3 or higher.
2.2 Visual Studio 2017 version 15.9 or higher.
2.1 Visual Studio 2017 version 15.7 or higher.

If you already have Visual Studio installed, you can check your version with the following steps.

Select a workload

When installing or modifying Visual Studio, select one or more of the following workloads, depending on the kind of application you’re building:

To run this application you must install missing framework for net

Supported releases

Windows 10 versions end-of-service dates are segmented by edition. Only Home, Pro, Pro Education, and Pro for Workstations editions are considered in the following table. Check the Windows lifecycle fact sheet for specific details.

A + symbol represents the minimum version.

Operating System .NET Core 3.1 .NET 6
Windows 11 вњ”пёЏ вњ”пёЏ
Windows Server 2022 вњ”пёЏ вњ”пёЏ
Windows 10 Version 21H1 вњ”пёЏ вњ”пёЏ
Windows 10 / Windows Server, Version 20H2 вњ”пёЏ вњ”пёЏ
Windows 10 / Windows Server, Version 2004 вњ”пёЏ вњ”пёЏ
Windows 10 / Windows Server, Version 1909 вњ”пёЏ вњ”пёЏ
Windows 10 / Windows Server, Version 1903 вњ”пёЏ вњ”пёЏ
Windows 10, Version 1809 вњ”пёЏ вњ”пёЏ
Windows 10, Version 1803 вњ”пёЏ вњ”пёЏ
Windows 10, Version 1709 вњ”пёЏ вњ”пёЏ
Windows 10, Version 1607 вњ”пёЏ вњ”пёЏ
Windows 8.1 вњ”пёЏ вњ”пёЏ
Windows 7 SP1 ESU вњ”пёЏ вњ”пёЏ
Windows Server 2019
Windows Server 2016
Windows Server 2012 R2
Windows Server 2012
вњ”пёЏ вњ”пёЏ
Windows Server Core 2012 R2 вњ”пёЏ вњ”пёЏ
Windows Server Core 2012 вњ”пёЏ вњ”пёЏ
Nano Server, Version 1809+ вњ”пёЏ вњ”пёЏ
Nano Server, Version 1803 вњ”пёЏ вќЊ

Unsupported releases

Runtime information

There are three different runtimes you can install on Windows:

SDK information

Arm-based Windows PCs

What’s supported

.NET Version Architecture SDK Runtime Path conflict
6.0 Arm64 Yes Yes No
6.0 x64 Yes Yes No
5.0 Arm64 Yes Yes Yes
5.0 x64 No Yes Yes
3.1 Arm64 No No N/A
3.1 x64 No Yes Yes

Path differences

Path conflicts

Path variables

Dependencies

A + symbol represents the minimum version.

OS Version Architectures
Windows 11 21H2 x64, Arm64
Windows 10 Client 1607+ x64, x86, Arm64
Windows Client 7 SP1+, 8.1 x64, x86
Windows Server 2012+ x64, x86
Windows Server Core 2012+ x64, x86
Nano Server 1809+ x64

A + symbol represents a minimum version. For specific OS version requirements, see the Supported releases section.

OS Version Architectures
Windows 11 21H2 x64, Arm64
Windows 10 Client 1607+ x64, x86
Windows Client 7 SP1+, 8.1 x64, x86
Windows Server 2012+ x64, x86
Nano Server 1803+ x64, Arm32

Offline install for Windows 7

Be sure to review the dependencies required for Windows 7 below.

Windows 7 / Vista / 8.1 / Server 2008 R2 / Server 2012 R2

Operating System Prerequisites
Windows 7 SP1 ESU — Microsoft Visual C++ 2015-2019 Redistributable 64-bit / 32-bit
— KB3063858 64-bit / 32-bit
— Microsoft Root Certificate Authority 2011 (.NET Core 2.1 offline installer only)
Windows Vista SP 2 Microsoft Visual C++ 2015-2019 Redistributable 64-bit / 32-bit
Windows 8.1 Microsoft Visual C++ 2015-2019 Redistributable 64-bit / 32-bit
Windows Server 2008 R2 Microsoft Visual C++ 2015-2019 Redistributable 64-bit / 32-bit
Windows Server 2012 Microsoft Visual C++ 2015-2019 Redistributable 64-bit / 32-bit
Windows Server 2012 R2 Microsoft Visual C++ 2015-2019 Redistributable 64-bit / 32-bit

The previous requirements are also required if you receive an error related to either of the following dlls:

Docker

Containers provide a lightweight way to isolate your application from the rest of the host system. Containers on the same machine share just the kernel and use resources given to your application.

Microsoft provides images that are tailored for specific scenarios. For example, the ASP.NET Core repository provides images that are built for running ASP.NET Core apps in production.

Troubleshooting

Verify that you have both versions installed by running the where.exe dotnet command. If you do, you should see an entry for both the Program Files and Program Files (x86) folders. If the Program Files (x86) folder is first as indicated by the following example, it’s incorrect and you should continue on to the next step.

Press the Windows button and type «Edit the system environment variables» into search. Select Edit the system environment variables.

To run this application you must install missing framework for net

The System Properties window opens up to the Advanced Tab. Select Environment Variables.

To run this application you must install missing framework for net

On the Environment Variables window, under the System variables group, select the Path* row and then select the Edit button.

To run this application you must install missing framework for net

Use the Move Up and Move Down buttons to move the C:Program Filesdotnet entry above C:Program Files (x86)dotnet.

Take an in-depth look at the best solutions created by our experts

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

.NET Framework 3.5 is an essential feature for running many Windows applications, but some users reported that it isn’t turned on in Windows 10 or have some problems installing it.

Dot NET Framework 3.5 is an essential component of Windows, and if the Dot NET Framework is missing, you might experience specific issues.

To run this command, you’ll need to replace X with the letter representing the drive with installation media.

Remember that you might get a message saying you need administrative privileges to run this command.

You must start Command Prompt as administrator and rerun this command if that happens.

To see how to do that, check Step 1 in Solution 5.

4. Install the missing updates and try again

Expert Tip: Some PC issues are hard to tackle, especially when it comes to corrupted repositories or missing Windows files. If you are having troubles fixing an error, your system may be partially broken. We recommend installing Restoro, a tool that will scan your machine and identify what the fault is.
Click here to download and start repairing.

Sometimes bugs can prevent specific components from installing, but you should be able to fix them by updating Windows 10.

If you’re having trouble opening the Setting app, look at this article to solve the issue.

Read more about this topic

6. Perform a DISM scan

7. Use the lodctr command

8. Change your Group Policy

After making these changes, you need to start Command Prompt as administrator and run gpupdate /force command to apply the changes.

9. Check your Action Center

To run this application you must install missing framework for net

Clicking the Download and Install this feature will automatically complete the process, and the installation will require you only to accept the process and wait for a few minutes. This applies only if the installer works.

If something doesn’t work for you, or you have some additional questions, please leave your comment in the comments section below.

Restoro has been downloaded by 0 readers this month.

Troubleshoot app launch failures

.NET installation not found

Required framework not found

If a required framework or compatible version is not found, the application fails to launch with a message similar to:

The error indicates the name, version, and architecture of the missing framework and the location at which it is expected to be installed. To run the application, you can install a compatible runtime at the specified «.NET location». If the application is targeting a lower version than one you have installed and you would like to run it on a higher version, you can also configure roll-forward behavior for the application.

Install a compatible runtime

The error message includes a link to download the missing framework. You can follow this link to get to the appropriate download page.

The following table shows the frameworks that each runtime contains.

Runtime download Included frameworks
ASP.NET Core Runtime Microsoft.NETCore.App
Microsoft.AspNetCore.App
.NET Desktop Runtime Microsoft.NETCore.App
Microsoft.WindowsDesktop.App
.NET Runtime Microsoft.NETCore.App
Runtime download Included frameworks
ASP.NET Core Runtime Microsoft.NETCore.App
Microsoft.AspNetCore.App
.NET Runtime Microsoft.NETCore.App

Select a runtime download containing the missing framework, and install it.

In most cases, when the application that failed to launch is using such an installation, the «.NET location» in the error message points to:

Other options

There are other installation and workaround options to consider.

Run the dotnet-install script

Download the dotnet-install script for your operating system. Run the script with options based on the information in the error message. The dotnet-install script reference page shows all available options.

Launch PowerShell and run:

For example, the error message in the previous section would correspond to:

If you encounter an error stating that running scripts is disabled, you may need to set the execution policy to allow the script to run:

For more details on installation using the script, see Install with PowerShell automation.

For example, the error message in the previous section would correspond to:

For more details on installation using the script, see Scripted install.

For example, the error message in the previous section would correspond to:

For more details on installation using the script, see Install with bash automation.

Download binaries

Configure roll-forward behavior

If you already have a higher version of the required framework installed, you can make the application run on that higher version by configuring its roll-forward behavior.

Since using this option lets the application run on a different framework version than the one for which it was designed, it may result in unintended behavior due to changes between versions of a framework.

Breaking changes

Subdirectories relative to:

Default install location of %ProgramFiles%dotnet (or %ProgramFiles(x86)%dotnet for 32-bit processes on 64-bit Windows).

The specified framework ‘Microsoft.NETCore.App’, version ‘2.2.0’ was not found

I am using Visual Studio 2019 Version 16.3.7. I assume it is the latest update.

To run this application you must install missing framework for net

. I get the following error:

To run this application you must install missing framework for net

To run this application you must install missing framework for net

6 Answers 6

Trending sort

Trending sort is based off of the default sorting method — by highest score — but it boosts votes that have happened recently, helping to surface more up-to-date answers.

It falls back to sorting by highest score if no posts are trending.

Switch to Trending sort

Open up the Visual Studio installer then go to the «Individual components» tab and you can install it from there:

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

Install with Windows Package Manager (winget)

Install the SDK

Install the runtime

.NET Desktop Runtime

ASP.NET Core Runtime

This is the base runtime, and contains just the components needed to run a console app. Typically, you’d install the other runtimes.

Install alongside Visual Studio Code

Visual Studio Code is a powerful and lightweight source code editor that runs on your desktop. Visual Studio Code is available for Windows, macOS, and Linux.

Install with Windows Installer

/quiet
Prevents any UI and prompts from displaying.

/norestart
Suppresses any attempts to restart.

[!TIP] The installer returns an exit code of 0 for success and an exit code of 3010 to indicate that a restart is required. Any other value is generally an error code.

Install with PowerShell automation

The dotnet-install scripts are used for CI automation and non-admin installs of the runtime. You can download the script from the dotnet-install script reference page.

Install with Visual Studio

.NET SDK version Visual Studio version
6.0 Visual Studio 2022 version 17.0 or higher.
5.0 Visual Studio 2019 version 16.8 or higher.
3.1 Visual Studio 2019 version 16.4 or higher.
3.0 Visual Studio 2019 version 16.3 or higher.
2.2 Visual Studio 2017 version 15.9 or higher.
2.1 Visual Studio 2017 version 15.7 or higher.

If you already have Visual Studio installed, you can check your version with the following steps.

Select a workload

When installing or modifying Visual Studio, select one or more of the following workloads, depending on the kind of application you’re building:

To run this application you must install missing framework for net

Windows 10 versions end-of-service dates are segmented by edition. Only Home, Pro, Pro Education, and Pro for Workstations editions are considered in the following table. Check the Windows lifecycle fact sheet for specific details.

[!TIP] A + symbol represents the minimum version.

Operating System .NET Core 3.1 .NET 6
Windows 11 ✔️ ✔️
Windows Server 2022 ✔️ ✔️
Windows 10 Version 21H1 ✔️ ✔️
Windows 10 / Windows Server, Version 20H2 ✔️ ✔️
Windows 10 / Windows Server, Version 2004 ✔️ ✔️
Windows 10 / Windows Server, Version 1909 ✔️ ✔️
Windows 10 / Windows Server, Version 1903 ✔️ ✔️
Windows 10, Version 1809 ✔️ ✔️
Windows 10, Version 1803 ✔️ ✔️
Windows 10, Version 1709 ✔️ ✔️
Windows 10, Version 1607 ✔️ ✔️
Windows 8.1 ✔️ ✔️
Windows 7 SP1 ESU ✔️ ✔️
Windows Server 2019
Windows Server 2016
Windows Server 2012 R2
Windows Server 2012
✔️ ✔️
Windows Server Core 2012 R2 ✔️ ✔️
Windows Server Core 2012 ✔️ ✔️
Nano Server, Version 1809+ ✔️ ✔️
Nano Server, Version 1803 ✔️

There are three different runtimes you can install on Windows:

Arm-based Windows PCs

.NET Version Architecture SDK Runtime Path conflict
6.0 Arm64 Yes Yes No
6.0 x64 Yes Yes No
5.0 Arm64 Yes Yes Yes
5.0 x64 No Yes Yes
3.1 Arm64 No No N/A
3.1 x64 No Yes Yes

[!NOTE] A + symbol represents the minimum version.

OS Version Architectures
Windows 11 21H2 x64, Arm64
Windows 10 Client 1607+ x64, x86, Arm64
Windows Client 7 SP1+, 8.1 x64, x86
Windows Server 2012+ x64, x86
Windows Server Core 2012+ x64, x86
Nano Server 1809+ x64

[!NOTE] A + symbol represents a minimum version. For specific OS version requirements, see the Supported releases section.

OS Version Architectures
Windows 11 21H2 x64, Arm64
Windows 10 Client 1607+ x64, x86
Windows Client 7 SP1+, 8.1 x64, x86
Windows Server 2012+ x64, x86
Nano Server 1803+ x64, Arm32

Offline install for Windows 7

Be sure to review the dependencies required for Windows 7 below.

Windows 7 / Vista / 8.1 / Server 2008 R2 / Server 2012 R2

Operating System Prerequisites
Windows 7 SP1 ESU — Microsoft Visual C++ 2015-2019 Redistributable 64-bit / 32-bit
— KB3063858 64-bit / 32-bit
— Microsoft Root Certificate Authority 2011 (.NET Core 2.1 offline installer only)
Windows Vista SP 2 Microsoft Visual C++ 2015-2019 Redistributable 64-bit / 32-bit
Windows 8.1 Microsoft Visual C++ 2015-2019 Redistributable 64-bit / 32-bit
Windows Server 2008 R2 Microsoft Visual C++ 2015-2019 Redistributable 64-bit / 32-bit
Windows Server 2012 Microsoft Visual C++ 2015-2019 Redistributable 64-bit / 32-bit
Windows Server 2012 R2 Microsoft Visual C++ 2015-2019 Redistributable 64-bit / 32-bit

The previous requirements are also required if you receive an error related to either of the following dlls:

Containers provide a lightweight way to isolate your application from the rest of the host system. Containers on the same machine share just the kernel and use resources given to your application.

Microsoft provides images that are tailored for specific scenarios. For example, the ASP.NET Core repository provides images that are built for running ASP.NET Core apps in production.

Verify that you have both versions installed by running the where.exe dotnet command. If you do, you should see an entry for both the Program Files and Program Files (x86) folders. If the Program Files (x86) folder is first as indicated by the following example, it’s incorrect and you should continue on to the next step.

Press the Windows button and type «Edit the system environment variables» into search. Select Edit the system environment variables.

. image type=»content» source=»media/windows/start-menu.png» alt-text=»Windows start menu with edit environment variable».

The System Properties window opens up to the Advanced Tab. Select Environment Variables.

. image type=»content» source=»media/windows/system-props.png» alt-text=»The Windows system properties panel open.».

On the Environment Variables window, under the System variables group, select the Path* row and then select the Edit button.

. image type=»content» source=»media/windows/list-vars.png» alt-text=»The environment variables window with user and system variables.».

Use the Move Up and Move Down buttons to move the C:Program Filesdotnet entry above C:Program Files (x86)dotnet.

The framework ‘Microsoft.NETCore.App’, version ‘6.0.0’ was not found. #16738

Comments

yanoryuichi commented Mar 3, 2022

Microsoft PowerToys version

Running as admin

Area(s) with issue?

Steps to reproduce

Open PowerToys settings app and enable PowerToys Run, then I always get an error dialog as below. I already installed dotnet-runtime-6.0.2-win-x64.exe and windowsdesktop-runtime-6.0.2-win-x64.exe. But still didn’t work. Although some apps like FancyZones and Mouse utility works.

✔️ Expected Behavior

PowerToys Run works.

❌ Actual Behavior

PowerToys Run doesn’t work.

Other Software

The text was updated successfully, but these errors were encountered:

franky920920 commented Mar 3, 2022

It seems you are missing a required dependency to run PowerToys.

Please install it using the link provided above and see if this helps!
/needinfo

yanoryuichi commented Mar 3, 2022

Thanks. But, as I said, I already installed windowsdesktop-runtime-6.0.2-win-x64.exe, still didn’t run.

franky920920 commented Mar 3, 2022

To run this application you must install missing framework for net

This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.

To run this application you must install missing framework for net

To run this application you must install missing framework for net

Asked by:

To run this application you must install missing framework for net

Question

To run this application you must install missing framework for net

To run this application you must install missing framework for net

I have just try to build simple UWApp that targets ‘Windows 10 Insider Preview (10.0; Build 10166) and the output is like this:

This is my envirenment setup:

Architecture and Modeling Tools 00269-30000-00001-AA822
Microsoft Architecture and Modeling Tools

UML® and Unified Modeling Language™ are trademarks or registered trademarks of the Object Management Group, Inc. in the United States and other countries.

All replies

To run this application you must install missing framework for net

To run this application you must install missing framework for net

Try stop and build again. I have the same problem and I found the problem can be fixed by restart the build action.

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

Now Visual Studio 2015 RTM is released and the Win10 SDK will be released later. Would you mind share us the result by using Win10 RTM and Visual Studio 2015 RTM when the new SDK released?

We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.

To run this application you must install missing framework for net

To run this application you must install missing framework for net

I have the same Problem

VS 2015 RTM
Windows 10 Pro RTM (was Preview)
Latest Windows SDK
All Updates

Project starts on Windows 10 IOT Core but not on the local machine

Troubleshoot app launch failures

.NET installation not found

Required framework not found

If a required framework or compatible version is not found, the application fails to launch with a message similar to:

The error indicates the name, version, and architecture of the missing framework and the location at which it is expected to be installed. To run the application, you can install a compatible runtime at the specified «.NET location». If the application is targeting a lower version than one you have installed and you would like to run it on a higher version, you can also configure roll-forward behavior for the application.

Install a compatible runtime

The error message includes a link to download the missing framework. You can follow this link to get to the appropriate download page.

The following table shows the frameworks that each runtime contains.

Runtime download Included frameworks
ASP.NET Core Runtime Microsoft.NETCore.App
Microsoft.AspNetCore.App
.NET Desktop Runtime Microsoft.NETCore.App
Microsoft.WindowsDesktop.App
.NET Runtime Microsoft.NETCore.App
Runtime download Included frameworks
ASP.NET Core Runtime Microsoft.NETCore.App
Microsoft.AspNetCore.App
.NET Runtime Microsoft.NETCore.App

Select a runtime download containing the missing framework, and install it.

In most cases, when the application that failed to launch is using such an installation, the «.NET location» in the error message points to:

Other options

There are other installation and workaround options to consider.

Run the dotnet-install script

Download the dotnet-install script for your operating system. Run the script with options based on the information in the error message. The dotnet-install script reference page shows all available options.

Launch PowerShell and run:

For example, the error message in the previous section would correspond to:

If you encounter an error stating that running scripts is disabled, you may need to set the execution policy to allow the script to run:

For more details on installation using the script, see Install with PowerShell automation.

For example, the error message in the previous section would correspond to:

For more details on installation using the script, see Scripted install.

For example, the error message in the previous section would correspond to:

For more details on installation using the script, see Install with bash automation.

Download binaries

Configure roll-forward behavior

If you already have a higher version of the required framework installed, you can make the application run on that higher version by configuring its roll-forward behavior.

Since using this option lets the application run on a different framework version than the one for which it was designed, it may result in unintended behavior due to changes between versions of a framework.

Breaking changes

Subdirectories relative to:

Default install location of %ProgramFiles%dotnet (or %ProgramFiles(x86)%dotnet for 32-bit processes on 64-bit Windows).

To run this application you must install missing framework for net

This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.

To run this application you must install missing framework for net

To run this application you must install missing framework for net

Asked by:

To run this application you must install missing framework for net

General discussion

To run this application you must install missing framework for net

To run this application you must install missing framework for net

This should be the first stop in determining what is happening to your machine. When posting please follow the steps at the following blog post:

All replies

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
at HP.CUE.Video.PlaybackControl.UpdateProgressBar()
at HP.CUE.Video.PlaybackControl._ProgressTimer_Tick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.Callback(IntPtr hWnd, Int32 msg, IntPtr idEvent, IntPtr dwTime)

************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the machine
rather than being handled by this dialog.

To run this application you must install missing framework for net

To run this application you must install missing framework for net

help me i have windos xp at my house and im onley gonna be on for the next hour or so so plez hurry but ill get on tomorow cuz i dont have internet at hoem i cant get a bettewr net framewrk so i can use the new halo mads stuff so if neone could help me id be very thankfull

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

This should be the first stop in determining what is happening to your machine. When posting please follow the steps at the following blog post:

To run this application you must install missing framework for net

To run this application you must install missing framework for net

We have been running ASP 1.1 and SQL 2000 on our internal server for quite some time now, and we are trying to migrate to ASP 2.0 and 3.0 and SQL 2005.

We have the frameworks installed and SQL 2005 is installed, however I am getting some errors and I cannot deploy any data driven applications.

«Connections to SQL Server Files require SQL Server to function properly. Please verify installation or download from. «

Are there some simple configurations I can change to fix these errors?

The blogs I have seen all recommend reinstalling everything, but even then I need to make sure that we reinstall correctly and configure everything properly.

Does any one have ideas on what steps we should take?

To run this application you must install missing framework for net

To run this application you must install missing framework for net

MASSAGE FIELD IS MANUAL

To run this application you must install missing framework for net

To run this application you must install missing framework for net

This should be the first stop in determining what is happening to your machine. When posting please follow the steps at the following blog post:

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

I understood your problem. As i guess u have installed the VS2005 and SQL 2005 Std. Edition.

This error you are getting because If you want to create some MDF file. You must intall the SQL express edition 2005 which is free with VS2005..

Once you done you can create the MDF file in your project the you can connect and can work parellely on both of the SQL server edition to open the exiting MDF and Attach the old database of you old projects.

So you no need to reinstall the full VIsual Studio only start the installation for SQL Server Express edition.

Hope it can solve you problem

Thanks and Regards,

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

I need some more details:

Can you please paste the error message which you got dueing installation?

Thanks and Regards,

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

I am working on a box with this OS: MS Windows Server 2003, Enterprise Edition, Service Pack 2

Please download and install all 3 updates available in the section titled Files in This Download. These updates should be installed in the following sequence:

And since «install» thinks an install is in progress and therefore won’t do the install I want it to, now what?

Thanks for help!

To run this application you must install missing framework for net

To run this application you must install missing framework for net

So, now I’m left wondering if I still need to do the 3 updates mentioned in this KB article: http://support.microsoft.com/default.aspx/kb/959209

Thanks for any help!

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

To run this application you must install missing framework for net

Would be grateful for some help *thnx

To run this application you must install missing framework for net

To run this application you must install missing framework for net

I get the following binding error that was displayed on the fuslogvw.exe program

*** Assembly Binder Log Entry (1/26/2010 @ 1:50:08 PM) ***

The operation failed.
Bind result: hr = 0x80070005. Access is denied.

Assembly manager loaded from: c:WINDOWSMicrosoft.NETFrameworkv2.0.50727mscorwks.dll
Running under executable C:WINDOWSMicrosoft.NETFrameworkv2.0.50727aspnet_wp.exe
— A detailed error log follows.

=== Pre-bind state information ===
LOG: User = Unknown
LOG: DisplayName = JITCWebApps
(Partial)
LOG: Appbase = file:///C:/Inetpub/wwwroot/JITCWebApps2008/
LOG: Initial PrivatePath = C:InetpubwwwrootJITCWebApps2008bin
LOG: Dynamic Base = c:WINDOWSMicrosoft.NETFrameworkv2.0.50727Temporary ASP.NET Filesjitcwebapps4b80b5fd
LOG: Cache Base = c:WINDOWSMicrosoft.NETFrameworkv2.0.50727Temporary ASP.NET Filesjitcwebapps4b80b5fd
LOG: AppName = ea7a2516
Calling assembly : (Unknown).
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:InetpubwwwrootJITCWebApps2008web.config
LOG: Using host configuration file: C:WINDOWSMicrosoft.NETFrameworkv2.0.50727aspnet.config
LOG: Using machine configuration file from c:WINDOWSMicrosoft.NETFrameworkv2.0.50727configmachine.config.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Attempting download of new URL file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET Files/jitcwebapps/4b80b5fd/ea7a2516/JITCWebApps.DLL.
LOG: Attempting download of new URL file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/Temporary ASP.NET Files/jitcwebapps/4b80b5fd/ea7a2516/JITCWebApps/JITCWebApps.DLL.
LOG: Attempting download of new URL file:///C:/Inetpub/wwwroot/JITCWebApps2008/bin/JITCWebApps.DLL.
LOG: Assembly download was successful. Attempting setup of file: C:InetpubwwwrootJITCWebApps2008binJITCWebApps.dll
LOG: Entering download cache setup phase.
LOG: Assembly Name is: JITCWebApps, Version=2.0.3678.21285, Culture=neutral, PublicKeyToken=null
LOG: A partially-specified assembly bind succeeded from the application directory. Need to re-apply policy.
LOG: Using application configuration file: C:InetpubwwwrootJITCWebApps2008web.config
LOG: Using host configuration file: C:WINDOWSMicrosoft.NETFrameworkv2.0.50727aspnet.config
LOG: Using machine configuration file from c:WINDOWSMicrosoft.NETFrameworkv2.0.50727configmachine.config.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
ERR: Setup failed with hr = 0x80070005.
ERR: Failed to complete setup of assembly (hr = 0x80070005). Probing terminated.

If this is the wrong forum to help me resolve this issue then direct me to the correct forum

Troubleshoot app launch failures

.NET installation not found

Required framework not found

If a required framework or compatible version is not found, the application fails to launch with a message similar to:

The error indicates the name, version, and architecture of the missing framework and the location at which it is expected to be installed. To run the application, you can install a compatible runtime at the specified «.NET location». If the application is targeting a lower version than one you have installed and you would like to run it on a higher version, you can also configure roll-forward behavior for the application.

Install a compatible runtime

The error message includes a link to download the missing framework. You can follow this link to get to the appropriate download page.

The following table shows the frameworks that each runtime contains.

Runtime download Included frameworks
ASP.NET Core Runtime Microsoft.NETCore.App
Microsoft.AspNetCore.App
.NET Desktop Runtime Microsoft.NETCore.App
Microsoft.WindowsDesktop.App
.NET Runtime Microsoft.NETCore.App
Runtime download Included frameworks
ASP.NET Core Runtime Microsoft.NETCore.App
Microsoft.AspNetCore.App
.NET Runtime Microsoft.NETCore.App

Select a runtime download containing the missing framework, and install it.

In most cases, when the application that failed to launch is using such an installation, the «.NET location» in the error message points to:

Other options

There are other installation and workaround options to consider.

Run the dotnet-install script

Download the dotnet-install script for your operating system. Run the script with options based on the information in the error message. The dotnet-install script reference page shows all available options.

Launch PowerShell and run:

For example, the error message in the previous section would correspond to:

If you encounter an error stating that running scripts is disabled, you may need to set the execution policy to allow the script to run:

For more details on installation using the script, see Install with PowerShell automation.

For example, the error message in the previous section would correspond to:

For more details on installation using the script, see Scripted install.

For example, the error message in the previous section would correspond to:

For more details on installation using the script, see Install with bash automation.

Download binaries

Configure roll-forward behavior

If you already have a higher version of the required framework installed, you can make the application run on that higher version by configuring its roll-forward behavior.

Since using this option lets the application run on a different framework version than the one for which it was designed, it may result in unintended behavior due to changes between versions of a framework.

Breaking changes

Subdirectories relative to:

Default install location of %ProgramFiles%dotnet (or %ProgramFiles(x86)%dotnet for 32-bit processes on 64-bit Windows).

Problemen met het starten van apps oplossen

.NET-installatie is niet gevonden

Vereist framework niet gevonden

Als er geen vereiste framework of compatibele versie wordt gevonden, kan de toepassing niet worden gestart met een bericht dat vergelijkbaar is met:

De fout geeft de naam, versie en architectuur van het ontbrekende framework en de locatie aan waarop het wordt verwacht te worden geГЇnstalleerd. Als u de toepassing wilt uitvoeren, kunt u een compatibele runtime installeren op de opgegeven ‘.NET-locatie’. Als de toepassing is gericht op een lagere versie dan één versie die u hebt geГЇnstalleerd en u deze wilt uitvoeren op een hogere versie, kunt u ook roll-forward-gedrag voor de toepassing configureren.

Een compatibele runtime installeren

Het foutbericht bevat een koppeling om het ontbrekende framework te downloaden. U kunt deze koppeling volgen om naar de juiste downloadpagina te gaan.

In de volgende tabel ziet u de frameworks die elke runtime bevat.

Runtime downloaden Opgenomen frameworks
ASP.NET Core Runtime Microsoft.NETCore.App
Microsoft.AspNetCore.App
.NET Desktop Runtime Microsoft.NETCore.App
Microsoft.WindowsDesktop.App
.NET-runtime Microsoft.NETCore.App
Runtime downloaden Opgenomen frameworks
ASP.NET Core Runtime Microsoft.NETCore.App
Microsoft.AspNetCore.App
.NET-runtime Microsoft.NETCore.App

Selecteer een runtimedownload met het ontbrekende framework en installeer het.

In de meeste gevallen verwijst de ‘.NET-locatie’ in het foutbericht naar:

Andere opties

Er zijn andere installatie- en tijdelijke oplossingen die u kunt overwegen.

Het dotnet-install-script uitvoeren

Download het dotnet-install-script voor uw besturingssysteem. Voer het script uit met opties op basis van de informatie in het foutbericht. Op de pagina met scriptverwijzing voor dotnet-installatie worden alle beschikbare opties weergegeven.

Start PowerShell en voer het volgende uit:

Het foutbericht in de vorige sectie komt bijvoorbeeld overeen met:

Als er een fout optreedt waarin wordt aangegeven dat het uitvoeren van scripts is uitgeschakeld, moet u mogelijk het uitvoeringsbeleid instellen om toe te staan dat het script kan worden uitgevoerd:

Zie Installeren met PowerShell-automatisering voor meer informatie over de installatie met behulp van het script.

Het foutbericht in de vorige sectie komt bijvoorbeeld overeen met:

Zie Scripted install voor meer informatie over de installatie met behulp van het script.

Het foutbericht in de vorige sectie komt bijvoorbeeld overeen met:

Zie Installeren met bash-automatisering voor meer informatie over de installatie met behulp van het script.

Binaire bestanden downloaden

Gedrag van roll-forward configureren

Als u al een hogere versie van het vereiste framework hebt geГЇnstalleerd, kunt u ervoor zorgen dat de toepassing op die hogere versie wordt uitgevoerd door het gedrag van de roll-forward te configureren.

Omdat met deze optie de toepassing kan worden uitgevoerd op een andere frameworkversie dan de versie waarvoor deze is ontworpen, kan dit leiden tot onbedoeld gedrag vanwege wijzigingen tussen versies van een framework.

Wijzigingen die fouten veroorzaken

Submappen ten opzichte van:

Standaardinstallatielocatie van %ProgramFiles%dotnet (of %ProgramFiles(x86)%dotnet voor 32-bits processen in 64-bits Windows).

Dit zoekgedrag op meerdere niveaus is standaard ingeschakeld, maar kan worden uitgeschakeld door de omgevingsvariabele DOTNET_MULTILEVEL_LOOKUP=0 in te stellen.

Microsoft PowerToys version

Running as admin

Area(s) with issue?

Steps to reproduce

When you boot up windows.

✔️ Expected Behavior

PowerToys to immediately start to run right from the boot.

❌ Actual Behavior

To run this application you must install missing framework for net

Other Software

Comments (5)

msftbot commented on June 25, 2022

We need a bit more information to really debug this issue. Can you add a «Report Bug» zip file here? You right click on our system tray icon and just go to report bug. Then drag the zipfile from your desktop onto the GitHub comment box in this issue. Thanks!
To run this application you must install missing framework for net

ethnjnr commented on June 26, 2022

davidegiacometti commented on June 26, 2022

You have 6.0.6 runtime installed that isn’t deployed from PowerToys (currently still on 6.0.5).
Can you try to uninstall/reinstall it? https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-6.0.6-windows-x64-installer

To run this application you must install missing framework for net

ethnjnr commented on June 27, 2022

The problem has been resolved. Thank you for your help.

Related Issues (20)

Recommend Projects

A declarative, efficient, and flexible JavaScript library for building user interfaces.

Vue.js

🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

TensorFlow

An Open Source Machine Learning Framework for Everyone

Django

The Web framework for perfectionists with deadlines.

A PHP framework for web artisans

Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

javascript

JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

Some thing interesting about web. New door for the world.

server

A server is a program made to process requests and deliver data to clients.

Machine learning

Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

Visualization

Some thing interesting about visualization, use data art

Some thing interesting about game, make everyone happy.

Recommend Org

Facebook

We are working to build community through open source technology. NB: members must have two-factor auth.

Microsoft

Open source projects and samples from Microsoft.

.NET Framework 3.5 installation errors: 0x800F0906, 0x800F081F, 0x800F0907, 0x800F0922

Resolutions for Windows Server

Error code 0x800F0906

This error code occurs because the computer cannot download the required files from Windows Update.

To resolve this issue, use one of the following methods:

Method 1: Check your internet connection

This behavior can be caused by network, proxy, or firewall configurations or by network, proxy, or firewall failures. To fix this problem, try to connect to the Microsoft Update website.

If you cannot access this website, check your Internet connection, or contact the network administrator to determine whether there is a configuration that blocks access to the website.

Method 2: Configure the Group Policy setting

This behavior can also be caused by a system administrator who configures the computer to use Windows Server Update Services (WSUS) instead of the Windows Update server for servicing. In this case, contact your system administrator and request that they enable the Specify settings for optional component installation and component repair Group Policy setting and configure the Alternate source file path value or select the Contact Windows Update directly to download repair content instead of Windows Server Update Services (WSUS) option.

To configure the Group Policy setting, follow these steps:

Start the Local Group Policy Editor or Group Policy Management Console.

Point to the upper-right corner of the screen, click Search, type group policy, and then click Edit group policy.

Expand Computer Configuration, expand Administrative Templates, and then select System. The screenshot for this step is listed below.

To run this application you must install missing framework for net

Open the Specify settings for optional component installation and component repair Group Policy setting, and then select Enabled. The screenshot for this step is listed below.

To run this application you must install missing framework for net

If you want to specify an alternative source file, in the Alternate source file path box, specify a fully qualified path of a shared folder that contains the contents of the sourcessxs folder from the installation media.

Example of a shared folder path: server_nameshareWin8sxs

Or, specify a WIM file. To specify a WIM file as an alternative source file location, add the prefix WIM: to the path, and then add the index of the image that you want to use in the WIM file as a suffix.

Example of a WIM file path: WIM:server_nameshareinstall.wim:3

In this example, 3 represents the index of the image in which the feature files are found.

If it is applicable to do this, select the Contact Windows Update directly to download repair content instead of Windows Server Update Services (WSUS) check box.

Tap or click OK.

Method 3: Use Windows installation media

Insert the Windows installation media.

At an elevated command prompt, run the following command:

In this command, is a placeholder for the drive letter for the DVD drive. For example, you run the following command:

Method 4: Alternative steps for Windows Server

In Windows Server 2012 R2, you can also specify an alternative source by using Windows PowerShell cmdlets or by using the Add Roles and Features Wizard.

To use Windows PowerShell, follow these steps:

Insert the Windows installation media.

In an elevated Windows PowerShell command window, run the following command:

In this command, is a placeholder for the drive letter for the DVD drive or for the Windows installation media. For example, you run the following command:

To use the Add Roles and Features Wizard, follow these steps:

Insert the Windows installation media.

Start the Add Roles and Features Wizard.

On the Select features page, select the .NET Framework 3.5 Features check box, and then click Next.

On the Confirm installation selections page, click the Specify an alternate source path link. The screenshot for this step is listed below.

To run this application you must install missing framework for net

On the Specify Alternate Source Path page, type the path of the SxS folder as a local path or as a network share path. The screenshot for this step is listed below.

To run this application you must install missing framework for net

Click OK.

Click Install to finish the wizard.

Error code 0x800F081F

This error code can occur when an alternative installation source is specified and one of the following conditions is true:

To fix this problem, make sure that the full path of the source is correct ( x:sourcessxs ) and that you have at least Read access to the location. To do this, try to access the source directly from the affected computer. Verify that the installation source contains a valid and complete set of files. If the problem persists, try to use a different installation source.

Error code 0x800F0907

This error code occurs if an alternative installation source is not specified or is invalid and if the Specify settings for optional component installation and component repair Group Policy setting is configured to Never attempt to download payload from Windows Update.

To fix this problem, review the policy setting to determine whether it is appropriate for your environment. If you do not want to download feature payloads from Windows Update, consider configuring the Alternate source file path value in the Group policy setting.

You must be a member of the Administrators group to change Group Policy settings on the local computer. If the Group Policy settings for the computer that you want to manage are controlled at the domain level, contact your system administrator.

To do this, follow these steps:

Start Local Group Policy Editor or Group Policy Management Console as applicable in your environment.

Expand Computer Configuration, expand Administrative Templates, and then select System.

Open the Specify settings for optional component installation and component repair Group Policy setting, and then select Enabled.

Determine whether the Never attempt to download payload from Windows Update Group Policy setting is enabled, and then determine the desired setting for your environment.

If you want to specify an alternate source file, in the Alternate source file path box, specify a fully qualified path of a shared folder that contains the contents of the sourcessxs folder from the installation media. Or, specify a WIM file. To specify a WIM file as an alternative source file location, add the prefix WIM: to the path, and then add the index of the image that you want to use in the WIM file as a suffix. The following are examples of values that you can specify:

If you want, select the Contact Windows Update directly to download repair content instead of Windows Server Update Services (WSUS) check box.

Tap or click OK.

Resolution for Windows 10

Error code 0x800F0906, 0x800F081F, or 0x800F0907

To fix the error codes for Windows 10, follow these steps:

Download the Windows Media Creation tool, and create an ISO image locally, or create an image for the version of Windows that you have installed.

Configure the Group Policy as in Method 2, but also follow these steps:

Error code 0x800F0922

The following error message occurs when you do Windows 10 upgrade:

0x800F0922 CBS_E_INSTALLERS_FAILED: Processing advanced installers and generic commands failed.

To fix this issue, follow these steps:

Open Sources folder.

Right-click the SXS folder, and then click Properties.

Click Security and make sure that there is a check mark next to Read & Execute. If the check mark isn’t there, click the Edit button and turn it on.

Press Windows Key + X keyboard shortcut.

Click Command Prompt (Admin).

In the Command Prompt window, type the following command and press Enter:

In the Command Prompt window, type the following command and press Enter:

More information

Error messages that are associated with these error codes

Windows couldn’t complete the requested changes.
Windows couldn’t connect to the Internet to download necessary files. Make sure that you’re connected to the Internet, and click Retry to try again.

Installation of one or more roles, role services, or features failed.
The source files could not be found. Try installing the roles, role services, or features again in a new Add Roles and Features Wizard session, and on the Confirmation page of the wizard, click Specify an alternate source path to specify a valid location of the source files that are required for the installation. The location must be accessible by the computer account of the destination server.

Error code: 0x800F0906

Error code: 0x800F081F

Error: 0x800F081F0x800F0907DISM failed. No operation was performed.
For more information, review the log file.
The DISM log file can be found at C:WindowsLogsDISMdism.log

Because of network policy settings, Windows couldn’t connect to the Internet to download files that are required to complete the requested changes. Contact your network administrator for more information.

Error code: 0x800F0907

Error: 0x800F0907

Turning on and off Windows features in control panel does not have any effect.

5 Answers 5

Trending sort

Trending sort is based off of the default sorting method — by highest score — but it boosts votes that have happened recently, helping to surface more up-to-date answers.

It falls back to sorting by highest score if no posts are trending.

Switch to Trending sort

, which is probably the x64 version out of the 3 available there, , otherwise it cries about not finding some file.

From the setup you’ll need the following Individual components:

You should be golden now!

as I’m not sure they are installed.

If you manage to use a tool to remove Net Framework 4+ from Windows 10 ISO for a fresh install.

Then you can then install a fresh install of Net Framework 4.5, not 4.0. Since Windows 10 would not allow that for 4.0.

I’m really unsure if there are some removal tools for 4.6 and 4.7. Since I’ve tried the direct way to work with installation of 7 SDK. But then only 4.5 is able to be installed.

Then it’s possible to install Windows 7 SDK fully, when you install 4.5.

If Windows 7 SDK cries for 2.0 or 3.5 install it in the apps and features.

Troubleshoot app launch failures

.NET installation not found

Required framework not found

If a required framework or compatible version is not found, the application fails to launch with a message similar to:

The error indicates the name, version, and architecture of the missing framework and the location at which it is expected to be installed. To run the application, you can install a compatible runtime at the specified «.NET location». If the application is targeting a lower version than one you have installed and you would like to run it on a higher version, you can also configure roll-forward behavior for the application.

Install a compatible runtime

The error message includes a link to download the missing framework. You can follow this link to get to the appropriate download page.

The following table shows the frameworks that each runtime contains.

Runtime download Included frameworks
ASP.NET Core Runtime Microsoft.NETCore.App
Microsoft.AspNetCore.App
.NET Desktop Runtime Microsoft.NETCore.App
Microsoft.WindowsDesktop.App
.NET Runtime Microsoft.NETCore.App
Runtime download Included frameworks
ASP.NET Core Runtime Microsoft.NETCore.App
Microsoft.AspNetCore.App
.NET Runtime Microsoft.NETCore.App

Select a runtime download containing the missing framework, and install it.

In most cases, when the application that failed to launch is using such an installation, the «.NET location» in the error message points to:

Other options

There are other installation and workaround options to consider.

Run the dotnet-install script

Download the dotnet-install script for your operating system. Run the script with options based on the information in the error message. The dotnet-install script reference page shows all available options.

Launch PowerShell and run:

For example, the error message in the previous section would correspond to:

If you encounter an error stating that running scripts is disabled, you may need to set the execution policy to allow the script to run:

For more details on installation using the script, see Install with PowerShell automation.

For example, the error message in the previous section would correspond to:

For more details on installation using the script, see Scripted install.

For example, the error message in the previous section would correspond to:

For more details on installation using the script, see Install with bash automation.

Download binaries

Configure roll-forward behavior

If you already have a higher version of the required framework installed, you can make the application run on that higher version by configuring its roll-forward behavior.

Since using this option lets the application run on a different framework version than the one for which it was designed, it may result in unintended behavior due to changes between versions of a framework.

Breaking changes

Subdirectories relative to:

Default install location of %ProgramFiles%dotnet (or %ProgramFiles(x86)%dotnet for 32-bit processes on 64-bit Windows).

App re-register fails #39

Comments

Midwaey commented Jul 11, 2021 •

When attempting to launch any version of Minecraft Bedrock, I get the following «App re-register failed» Error.

Refreshing or Restarting fixes nothing, the crash report is linked here:

The text was updated successfully, but these errors were encountered:

This comment was marked as outdated.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

CarJem commented Jul 28, 2021

I encourage everyone with this issue to check out the latest beta with support for telling us exactly why this error is occurring so I can fix it!
https://github.com/BedrockLauncher/BedrockLauncher-Beta/releases/tag/0.0.2.3

This comment was marked as outdated.

igoticecream commented Aug 4, 2021

when downgrading from latest beta to latest release:

This comment was marked as outdated.

TheNatBoi commented Aug 29, 2021

Another workaround is to install MCMrARM’s version launcher from here https://github.com/MCMrARM/mc-w10-version-launcher/releases/tag/0.2.1

Just download the versions you want and press the launch button. It may not be the best workaround, but it should work.

KanimeXP commented Feb 7, 2022

Fabrico84 commented Apr 28, 2022 •

i got a different problem while launching any
version
To run this application you must install missing framework for net

Rayth commented Apr 28, 2022

Try downloading the latest version. This error usually appears if you have a store installed minecraft installed so be sure to backup and uninstall that first.
https://github.com/BedrockLauncher/BedrockLauncher-Beta/releases/tag/2022.4.17.21

Fabrico84 commented Apr 28, 2022

you mean backup com.mojang right?

Rayth commented Apr 28, 2022

Fabrico84 commented Apr 28, 2022 •

the newest version says this when I open the application:

tresabhi commented Apr 28, 2022

Fabrico84 commented Apr 29, 2022

I followed them and now it opens but till one point. After I press the make account button it crashes. Any ideas on how to fix that?

tresabhi commented Apr 29, 2022

@Fabrico84 Can you create a new issue with a log provided?

Fabrico84 commented Apr 29, 2022

Rayth commented Jun 26, 2022

Can anyone confirm if this issue still occurs in the 2022.4.17.21 beta linked in comments above?

DelofJ commented Jun 30, 2022 •

Yes it still occurs

I don’t know if it’s the same problem but it crashes when I want to load a beta version of Minecraft which is no longer available for download from the MS servers but which I still have on my computer
(also, I don’t know why but a D: disk is mentioned in the crash report but I don’t have a D: disk)

Rayth commented Jun 30, 2022

@DelofJ can you provide the full log file not just the exerpt that pops up when it occurs. If you’re on the latest beta there is a «logs» folder. You’ll find multiple files with date and timestamps in the name.

the D drive is just reference to where the app was developed nothing on your PC

DelofJ commented Jun 30, 2022 •

I edited the previous comment to include the full crash log
Also, I noticed that when the crash happens and you want to click «View crash report» it wants to open a Log.txt file where the app is installed and doesn’t open the latest log located in the logs folder

Rayth commented Jun 30, 2022

Ok can you try uninstall minecraft from control panel if it’s there and then try running via the launcher?

DelofJ commented Jun 30, 2022 •

I can’t because the launcher has already uninstalled/unregistered Minecraft Bedrock from Windows
I tried to launch a version through the launcher i can launch, I uninstalled Minecraft Bedrock, and the same thing happened
The only thing I can do is install Minecraft with the Appx I saved
Also, I’m using the Launcher Beta 2022.4.17.21 (or 2022.4.17.20)

Rayth commented Jun 30, 2022

Ok final test I can think of, install minecraft from the store, run it once then uninstall it, then try installing and launching from the launcher.

DelofJ commented Jun 30, 2022 •

Rayth commented Jun 30, 2022

Ok that could be something with how we had to change the code to work with previews then and most likely won’t get changed again due to betas being discontinued. Features that were in old betas (in your case 1.17.10) would have been in release version1.17.10 and 1.17.11 and later

DelofJ commented Jul 4, 2022

@Rayth This isn’t solved in 2022.7.3.62

Rayth commented Jul 4, 2022

We need a fresh report for the new version of the launcher, complete with the new Log file (installation folder > data > logs)

Footer

© 2022 GitHub, Inc.

You can’t perform that action at this time.

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.

Источники:

  • http://docs.microsoft.com/ru-ru/dotnet/core/runtime-discovery/troubleshoot-app-launch
  • http://devblogs.microsoft.com/dotnet/dotnet-apphost-improvements/
  • http://docs.microsoft.com/en-us/dotnet/core/runtime-discovery/troubleshoot-app-launch
  • http://github.com/HandBrake/HandBrake/issues/4145
  • http://social.msdn.microsoft.com/Forums/vstudio/en-US/b9f157c3-dbf6-4778-a65a-14e1af1f901a/supposedly-missing-net-framework-40-but-installer-says-i-already-have-it?forum=netfxsetup
  • http://docs.microsoft.com/en-us/dotnet/framework/install/application-not-started
  • http://githubhelp.com/BedrockLauncher/BedrockLauncher/issues/195
  • http://github.com/dotnet/runtime/issues/45542
  • http://docs.microsoft.com/en-us/answers/questions/670756/my-windows-10-refuses-to-install-net-50.html?sort=oldest
  • http://docs.microsoft.com/en-us/answers/questions/33630/installing-missing-frameworks-forever-with-framewo.html
  • http://stackoverflow.com/questions/62626903/net-framework-errors-after-windows-10-update-files-missing
  • http://github.com/dotnet/runtime/issues/41351
  • http://github.com/dotnet/maui/issues/1557
  • http://social.msdn.microsoft.com/Forums/vstudio/en-US/97d4f63a-538a-4c4e-8091-72d56e7659a0/netframework-v4030319?forum=netfxsetup
  • http://www.auslogics.com/en/articles/how-to-fix-net-framework-3-5-is-missing-from-windows-10/
  • http://ru.fileerrors.com/net-framework-install-issues-to-run-this-application-you-must-install-one-of-the.html
  • http://community.spiceworks.com/topic/2003299-net-framework-issue
  • http://github.com/dotnet/runtime/issues/3761
  • http://dentnt.trmw.ru/18614-wpf-to-run-this-application-you-must-install-net-core/
  • http://docs.microsoft.com/en-in/dotnet/core/runtime-discovery/troubleshoot-app-launch?pivots=os-windows
  • http://docs.microsoft.com/en-my/dotnet/core/runtime-discovery/troubleshoot-app-launch?pivots=os-windows
  • http://docs.microsoft.com/en-us/troubleshoot/windows-client/application-management/dotnet-framework-35-installation-error
  • http://www.drivethelife.com/windows-games/fix-missing-net-framework-windows-10-8-7-vista-xp.html
  • http://docs.microsoft.com/kk-kz/dotnet/core/runtime-discovery/troubleshoot-app-launch
  • http://docs.microsoft.com/en-us/answers/questions/573547/i-can39t-find-aspnet-web-application-net-framework.html
  • http://docs.microsoft.com/nb-no/dotnet/core/runtime-discovery/troubleshoot-app-launch?pivots=os-windows
  • http://github.com/microsoft/PowerToys/issues/3265
  • http://githubhelp.com/HandBrake/HandBrake/issues/4233
  • http://docs.microsoft.com/en-ca/dotnet/core/runtime-discovery/troubleshoot-app-launch?pivots=os-windows
  • http://docs.microsoft.com/en-in/dotnet/core/runtime-discovery/troubleshoot-app-launch
  • http://docs.microsoft.com/ga-ie/dotnet/core/runtime-discovery/troubleshoot-app-launch?pivots=os-windows
  • http://docs.microsoft.com/en-us/dotnet/framework/install/guide-for-developers
  • http://github.774.gs/microsoft/PowerToys/issues/16738
  • http://docs.microsoft.com/vi-VN/troubleshoot/windows-client/application-management/dotnet-framework-35-installation-error
  • http://docs.microsoft.com/en-us/dotnet/framework/deployment/deployment-guide-for-developers
  • http://githubhelp.com/BedrockLauncher/BedrockLauncher/issues/145
  • http://docs.microsoft.com/sr-Latn-RS/troubleshoot/windows-client/application-management/dotnet-framework-35-installation-error
  • http://docs.microsoft.com/en-us/answers/questions/33630/installing-missing-frameworks-forever-with-framewo.html?childToView=182932
  • http://github.com/dotnet/runtime/issues/617
  • http://stackoverflow.com/questions/419639/installing-net-framework-with-my-app-using-msi
  • http://docs.microsoft.com/hi-in/troubleshoot/windows-client/application-management/dotnet-framework-35-installation-error
  • http://githubhelp.com/HandBrake/HandBrake/issues/4262
  • http://github.com/microsoft/vstest/issues/3938
  • http://github.com/dotnet/docs/blob/main/docs/framework/install/guide-for-developers.md
  • http://githubhelp.com/BedrockLauncher/BedrockLauncher/issues/39
  • http://docs.microsoft.com/th-th/troubleshoot/windows-client/application-management/dotnet-framework-35-installation-error
  • http://docs.microsoft.com/en-us/dotnet/core/tools/troubleshoot-usage-issues
  • http://docs.microsoft.com/en-us/dotnet/framework/migration-guide/how-to-configure-an-app-to-support-net-framework-4-or-4-5
  • http://docs.microsoft.com/en-us/answers/questions/33630/installing-missing-frameworks-forever-with-framewo.html?sort=oldest
  • http://askubuntu.com/questions/548909/running-net-4-0-application-with-wine
  • http://docs.microsoft.com/en-us/dotnet/core/install/windows
  • http://windowsreport.com/net-framework-3-5-missing-windows-10/
  • http://docs.microsoft.com/fil-ph/dotnet/core/runtime-discovery/troubleshoot-app-launch
  • http://stackoverflow.com/questions/58702032/the-specified-framework-microsoft-netcore-app-version-2-2-0-was-not-found
  • http://github.com/dotnet/docs/blob/main/docs/core/install/windows.md
  • http://github.com/microsoft/PowerToys/issues/16738
  • http://social.msdn.microsoft.com/Forums/vstudio/en-US/8f99d9b5-a005-4d2c-87e2-42a7de7aaea5/building-universal-windows-app-hangs-on-quotinstalling-missing-frameworksquot?forum=wpdevelop
  • http://docs.microsoft.com/sr-Cyrl-RS/dotnet/core/runtime-discovery/troubleshoot-app-launch
  • http://social.msdn.microsoft.com/Forums/vstudio/en-US/d941f4fb-b64a-4172-9c8a-341b7789c4b4/great-youve-had-a-net-framework-setup-issue-and-now-want-some-help-getting-to-the-bottom-of-it?forum=netfxsetup
  • http://docs.microsoft.com/lb-lu/dotnet/core/runtime-discovery/troubleshoot-app-launch
  • http://docs.microsoft.com/nl-be/dotnet/core/runtime-discovery/troubleshoot-app-launch?pivots=os-windows
  • http://githubhelp.com/microsoft/PowerToys/issues/19009
  • http://docs.microsoft.com/ar-sa/troubleshoot/windows-client/application-management/dotnet-framework-35-installation-error
  • http://stackoverflow.com/questions/35733040/how-to-install-net-4-framework-in-windows-10
  • http://docs.microsoft.com/bg-bg/dotnet/core/runtime-discovery/troubleshoot-app-launch
  • http://github.com/BedrockLauncher/BedrockLauncher/issues/39

When launching an installed app, we face an error – To run this application, you must install .NET Core – which stops us from launching that particular app. The app crashes at startup and asks us to install the .NET Core. The .NET Framework, as we know, is an open-source development platform that provides various frameworks for Windows, macOS, and Linux Operating Systems. In this error, the app that is crashing is failing to communicate with .NET Core, usually due to corrupted files. However, there it is not the only reason, there are various reasons that we are going to discuss hereinafter..

To run this application you must install .NET Core

If you see To run this application you must install .NET Core when launching a program, follow these solutions to resolve the issue:

  1. Check if .NET Frameworks are enabled
  2. Install .NET Core from the prompt
  3. Launch the app in Clean Boot
  4. Repair/Reset the corrupted app
  5. Reinstall the app

You might have to execute multiple solutions or one solution could do the job for you, regardless of this fact, we should start executing from the first solution.

1] Check if .NET Frameworks are enabled

Error 1935 when you try to install Office or other Programs

.NET Core and .NET Frameworks are two different things but are still related. If the frameworks are not working, it is very likely that you won’t be able to run the app that requires .NET Core. In that case, first of all, enable .NET Frameworks from Control Panel. Follow the steps to do the same on a Windows computer.

  • Open Control Panel by searching it from the Start Menu.
  • Change the View by to Large icons by clicking on the icon from the top-right corner.
  • Click on Programs and Features.
  • Then select Turn Windows features on or off.
  • Tick the box next to .NET Frameworks (all versions) and click Apply > OK.

It will take some time to install the missing features; once done, reboot your computer and then launch the app. This will do the job for you. If the framework is already running on your computer i.e, the box associated with it is already ticked, skip this solution or restart the service by unticking and ticking the same.

2] Install .NET Core from the prompt

If you face the same issue even after restarting or starting .NET Framework, you should install .NET Core from the prompt. To do the same, double-click on the app that was giving you the error, and then click on Yes when the dialog box appears. It will redirect you to the official website of Microsoft, dotnet.microsoft.com. Go to .NET Core and then click on Download .NET Core Runtime placed next to Run Apps. Now, select the right architecture x64 or x84 (for 84 and 32).

If we don’t know what’s the exact architecture of our OS, hit Win + S, type “See if you have a 32-bit or 64-bit version of Windows” and click Ok. There, in the System type section we  will be able to know our correct architecture.

Now that we know which file to download, start the process and download the file. Once the file is downloaded, run it and follow the on-screen procedure to complete the installation process. Hopefully, that will do the job for us.

Read: How to check .NET Framework version installed on Windows

3] Launch the app in Clean Boot

A third-party app can interfere with the app that we are trying to and show a dialog box saying that .NET Framework is missing. In that case, we need to boot into Clean Boot but make sure to not disable services related to the program that was giving us the error. Once the system launches in Clean Boot, launch the app and check if we get the same error message. In case, the app launches without any issues, enable processes manually to find out which app is the culprit. Once we know the culprit, boot in normal mode and uninstall it. Hopefully, this will resolve the issue for us.

4] Repair/Reset the corrupted app

It is a known fact that when we install an app, some space is allocated to it, and it keeps growing as files related to that particular app get stored there. When those files get corrupted, we will encounter various errors. If the .NET Core error appears when launching a Windows app, you can easily repair it from Settings, other than that, some apps provide an option to repair their files. In case, the app you are unable to launch doesn’t have this option, go to the next solution.

  • Open Settings.
  • Go to Apps > Installed apps or Apps & Features.
  • Look for the corrupted app.
    • Windows 11: Click on the three vertical dots and select Advanced Options or Modify.
    • Windows 10: Click on the app and then click on Advanced Options or Modify.
  • If you are in Advanced Options, just click on the Repair/Reset button. If you are in the program’s utility by clicking on Modify, follow the on-screen instructions to repair the app.

Hopefully, this will do the trick for you.

Read: Microsoft .NET Framework Repair Tool will fix problems & issues.

5] Reinstall the app

If nothing worked your last option is reinstalling the app. So, go ahead and uninstall it completely. After removing the app, delete related files, reboot the computer, download a fresh copy of the software and install it. To uninstall the app, follow the prescribed steps.

  • Open Settings by Win + I.
  • Navigate to Apps > Installed apps or Apps & Features.
  • Search for the app that was throwing the error code.
    • Windows 11: Click on the three vertical dots and select Uninstall.
    • Windows 10: Click on the app and then click on Uninstall.
  • Click on Uninstall when prompted.

This will do the trick for you.

How to install .NET core?

It is possible to install .NET Core by running the installation package of Visual Studio 2017/2019, as they contain the package related to the program. However, if you don’t want to install Visual Studio, or you just don’t need, or you are using a different version, just install .NET Core SDK or Runtime, and you will be good to go.

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

Когда пострадавший пользователь запускает игру, она появляется, но ничего не происходит. Иногда отображается черный экран или синее вращающееся колесо (после нажатия кнопки воспроизведения). В некоторых случаях компьютер зависает, и пользователям приходится принудительно перезагружать систему, чтобы избавиться от черного экрана или синего вращающегося колеса.

Побег из Таркова не удалось запустить игру

Прежде чем переходить к решениям по исправлению Escape from Tarkov, убедитесь, что ваши антивирусные / брандмауэрные приложения обновлены. Если вы являетесь участником Windows Insider, выйдите из программы и попробуйте запустить игру. Кроме того, попробуйте использовать другой игровой сервер, чтобы исключить перегрузку региональных серверов. Кроме того, если отображается кнопка установки (даже если игра установлена), нажмите кнопку «установить путь к существующей установке игры» (обычно расположенную чуть выше кнопки установки) и укажите ее в установочном каталоге игра. Проверка файлов игры может занять от 10 до 15 минут, после чего игра может запуститься без каких-либо проблем.

Установите путь к существующей установке игры

Решение 1. Откройте игру и панель запуска с правами администратора.

Чтобы защитить своих пользователей, Microsoft внедрила различные методы и приемы в последних версиях ОС Windows. Одной из таких вещей является реализация прав пользователей на доступ к основным системным ресурсам. Если программа запуска / игра не имеет необходимых прав доступа к основным системным / сетевым ресурсам, игра может не запуститься. В этом случае открытие программы запуска / игры с правами администратора может решить проблему.

  1. Щелкните правой кнопкой мыши по ярлыку средства запуска и в показанном меню выберите «Запуск от имени администратора».Запустите панель запуска от имени администратора
  2. Теперь откройте игру и проверьте, работает ли она нормально.
  3. Если нет, выйдите из игры и запускайте. Снова откройте панель запуска с правами администратора.
  4. Затем сверните панель запуска и перейдите к расположению исполняемого файла (escapefromtarkov.exe). Обычно расположение следующее: C: Program Files Escape_From_Tarkov
  5. Теперь щелкните правой кнопкой мыши файл escapefromtarkov.exe и выберите «Запуск от имени администратора».Запустите Escape From Tarkov с правами администратора.
  6. Затем проверьте, работает ли игра нормально.
  7. Если нет, выйдите из игры, запустите игру через панель запуска (после переключения на нее) и посмотрите, поможет ли это.

Решение 2: Откройте игру в окне без полей

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

  1. Откройте панель запуска с правами администратора и перейдите на вкладку «Настройки».
  2. Теперь нажмите на раскрывающееся поле «Отображение» и выберите «Без полей».Запустите Escape From Tarkov с правами администратора.
  3. Затем откройте игру и проверьте, начала ли она нормально работать.

Решение 3. Очистка кеша и временных файлов

Проблема, с которой вы сталкиваетесь, может быть вызвана сбоем связи, вызванным кешем / временными файлами. Чтобы исключить любую такую ​​проблему, рекомендуется выйти из игры, очистить папку cache / temp, а затем снова войти в систему.

  1. Откройте панель запуска и нажмите стрелку под именем пользователя.
  2. Затем в показанном меню нажмите «Выйти».Журнал пусковой установки
  3. Теперь выйдите из лаунчера. Затем щелкните правой кнопкой мыши на панели задач и в показанном меню нажмите на диспетчер задач.Открыть диспетчер задач
  4. Теперь завершите обработку всех процессов, относящихся к лаунчеру и игре.
  5. Затем выйдите из учетной записи Windows.Выйти из учетной записи Windows
  6. Теперь вернитесь в учетную запись пользователя Windows.
  7. Затем удалите временные файлы вашей системы.
  8. Теперь откройте следующую папку в проводнике: C: Program Files (x86) Common Files Battleye
  9. Затем удалите все файлы из папки Battleye.
  10. Теперь откройте панель запуска с правами администратора и войдите в нее. Разверните кнопку со стрелкой под именем пользователя и в показанном меню нажмите «Очистить кэш».Очистить тайник побега из Таркова
  11. Теперь перейдите на вкладку «Настройки» панели запуска и под опцией «Когда я запускаю игру» откройте раскрывающийся список и выберите «Оставить окно панели запуска открытым».Держите окно запуска открытым
  12. Теперь запустите игру и проверьте, нет ли ошибок.

Решение 4. Обновите системные драйверы и Windows до последней сборки

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

  1. Обновите системные драйверы.
  2. Обновите Windows до последней версии.
  3. Затем откройте панель запуска / игру с правами администратора и проверьте, нормально ли она работает.

Решение 5. Чистая загрузка системы для проверки на наличие программного конфликта

Приложения совместно используют системные / сетевые ресурсы в ОС Windows и сосуществуют. Если ресурс, необходимый для работы Escape from Tarkov, недоступен из-за стороннего приложения, игра может не запуститься. Чтобы исключить любой такой конфликт программного обеспечения, очистите систему.

  1. Чистая загрузка вашей системы.
  2. Затем запустите игру и проверьте, работает ли она нормально. Если это так, то попробуйте выяснить проблемное приложение. Nvidia GeForce Experience в прошлом создавала подобные проблемы для игры.

Решение 6. Временно отключите антивирусные программы и брандмауэры

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

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

  1. Временно отключите антивирус вашей системы и выключите брандмауэр вашей системы. Следите за защитником Windows, если он берет на себя работу антивируса / брандмауэра.
  2. Если Защитник Windows взял на себя работу антивируса / брандмауэра, либо добавьте исключение для запуска exe и EscapeFromTarkov.exe в настройках Защитника Windows, либо отключите Защитника Windows.
  3. Затем откройте панель запуска и игру, чтобы проверить, нет ли в игре ошибки.

Решение 7. Проверьте целостность файлов игры

Плохие сектора на жестком диске вашей системы или внезапное отключение питания являются частыми причинами повреждения файлов игры. Если файлы игры повреждены, игра может не запуститься. Чтобы исключить любую такую ​​вещь, будет хорошей идеей проверить целостность файлов игры.

  1. Откройте панель запуска и разверните стрелку под своим именем.
  2. Затем нажмите «Проверка целостности» в отображаемом меню.Провести проверку целостности побега из Таркова
  3. Затем подождите несколько минут до завершения процесса (обычно это занимает от 10 до 15 минут).
  4. Затем откройте игру и проверьте, нет ли в игре ошибки.

Решение 8. Сброс настроек Game / Launcher на Default

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

  1. Выйдите из игры / лаунчера и убейте все связанные процессы через диспетчер задач.
  2. Теперь нажмите клавиши Windows + R, чтобы открыть окно команды «Выполнить».
  3. Затем введите «Документы» и нажмите клавишу ввода.
  4. Теперь откройте папку «Побег из Таркова» (это местоположение по умолчанию, если вы поместили папку в другое место, затем откройте это место).
  5. Затем удалите файлы Local.ini и Shared.ini.Удалить Local.ini и Shared.ini
  6. Теперь откройте лаунчер и игру, чтобы убедиться, что в ней нет ошибок.

Решение 9. Удалите игровые журналы.

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

  1. Выход из игры и лаунчер.
  2. Нажмите клавиши Windows + R, чтобы открыть окно команды «Выполнить». Затем введите следующий путь:% USERPROFILE% AppData Local Battlestate GamesBsg BsgLauncher Logs
  3. Теперь удалите все файлы в папке Logs.Удалить Логи Папка Побега из Таркова
  4. Затем откройте лаунчер / игру с правами администратора и проверьте, нет ли в ней ошибки.

Решение 10. Создайте новый профиль пользователя Windows

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

  1. Создайте новый профиль пользователя Windows.
  2. Затем откройте лаунчер / игру с правами администратора, чтобы проверить, нет ли в ней ошибки.

Решение 11. Отключите разгон CPU / GPU

Разгон вашего CPU / GPU — обычная норма в игровом мире. Но это, как известно, является основной причиной многих игровых проблем. Чтобы проверить, не вызваны ли проблемы разгоном, рекомендуется вернуться к штатным скоростям вашей системы. Вы можете получить рекомендации о том, как разогнать ваш графический процессор, чтобы вернуть тактовые частоты вашей системы в исходное состояние.

Решение 12. Удалите Game / Launcher, а затем переустановите

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

  1. Выход из системы и выход из игры / лаунчера.
  2. Откройте проводник и перейдите в каталог установки программы запуска. Обычно это: C: Battlestate Games BsgLauncher
  3. Теперь запустите файл удаления (uninstall.exe или unins000.exe).Удалить побег из Таркова
  4. Затем следуйте инструкциям на экране, чтобы завершить процесс удаления.
  5. По завершении удаления откройте проводник и перейдите в папку «Документы» своей системы.
  6. Теперь найдите и удалите папку «Побег из Таркова».
  7. Снова откройте установочный диск лаунчера. Обычно С приводом.
  8. Теперь найдите и удалите папку Battlestate Games. Это удалит вещи из этих каталогов, такие как резервные копии или файлы конфигурации.
  9. Затем перезагрузите вашу систему.
  10. После перезагрузки установите игру / лаунчер и, надеюсь, в игре нет ошибок.

Если у вас по-прежнему возникают проблемы, попробуйте перезагрузить систему или выполнить чистую установку Windows.

Hi Guys, Today I am Going to tell you How to Fix “To Run this Application You must Install .net” Error in Windows 7,8,8.1,10 &11?

Check Out This: How to Fix “Some of these settings are hidden or managed by your organization” in Windows 10 & 11?

Are you Looking for “How to Fix “To Run this Application You must Install .net” Error”? (or) “How to Fix Framework ‘microsoft.windowsdesktop.app’ version ‘5.0.0’ was not found?”.

You are at the Right Place to Get Your Answers & Solve the Issue/Error.

This Error message appears when the PC Doesn’t have Microsoft .NET Framework installed or activated on Windows OS. Most of the Users and Gamers Face this Issue. It happens when Microsoft .Net Framework is not installed on your PC or it may be corrupted. Most of the Softwares/Programs and Games require .NET to run the applications properly without any errors .Net was used by the game engine & also enables safe cross-platform scripting across multiple gaming platforms..Net is mainly used in many web-based applications and also it is used for building websites and browsers and also building apps for Mobiles.

.Net plays a greater role in Gaming Industry..Net is a programming language developed by Microsoft. It was created to make applications that could run on Windows OS. The first version of the .Net framework is called as Microsoft .Net Framework 1.0 and it was released in the year 2002. Now the current version is Microsoft .NET Framework 4.8.1. There is a lot of variety of programming languages available on the Microsoft .Net framework. Some of the Commonly Languages Used are Visual Basic and C#. So The Developer can Choose any Language he wants and develop the Programs, games, and applications. If you keep on getting this error “To Run this Application You must Install .net” then follow our below-given guide to fix the issue quickly.

Let’s See About it.

Steps For How to Fix “To Run this Application You must Install .net” Error in Windows 7,8,8.1,10 &11?

Method 1: Download & Install Latest .NET Runtime & .NET Desktop Runtime

Step 1: First of all, Open Control Panel & Open Uninstall Programs and Check Whether the Microsoft .Net Framework is installed or not.

If it is installed, then uninstall the Existing Version of Microsoft .Net Framework and reinstall a newer version of .Net Framework.

If it is installed, then follow the below-given steps.

Step 2: Goto the Google Website & Type .net Framework and Search and Open the Official Microsoft .Net Framework Webpage.

(Or)

Step 2: Download the Latest .NET Runtime & .NET Desktop Runtime & .NET SDK Applications Using the Links Given Below.

Download .NET 5.0 Runtime

https://dotnet.microsoft.com/download/dotnet/5.0/runtime

Download .NET 5.0 SDK

https://dotnet.microsoft.com/download/dotnet/5.0

Download .NET 6.0 Runtime

https://dotnet.microsoft.com/download/dotnet/6.0/runtime

Download .NET 5.0 SDK

https://dotnet.microsoft.com/download/dotnet/6.0

Step 2: After Downloading .NET Runtime & .NET Desktop Runtime & .NET SDK, Install the Applications One By One.

Restart Your PC.

Method 2: Repair the .NET Framework Using .NET Repair Tool

If it is already installed the .Net Framework then you can also try the .NET Framework Repair Tool Developed by Microsoft. This tool detects and tries to resolve the issues by applying known fixes or by repairing the installed product.

Step 1: Goto the Google Website & Type .net Framework and Search and Open the Official Microsoft .Net Framework Webpage.

(Or)

Step 2: Download the Microsoft .NET Framework Repair Tool Using the Links Given Below.

https://www.microsoft.com/en-in/download/details.aspx?id=30135

That’s It. You’re Done. Have a Nice Day.

@@@ Leave Comments @@@

##Stay Safe Guys And Live Happily ##


  • пожаловаться
  • скопировать ссылку


pasha30
спасибо помогло

  • пожаловаться
  • скопировать ссылку


pasha30
пасибо братик помогло я уже и не знал что делать

  • пожаловаться
  • скопировать ссылку


pasha30
Не помогло, что делать?

  • пожаловаться
  • скопировать ссылку


Кто нибудь решил проблему ?

  • пожаловаться
  • скопировать ссылку


Кто нибудь сталкивался с данной ошибкой?
Самый прикол в том что вчера весь день играл и выходил и заходил, всё было нормально, сегодня вот такая ерунда выскочила, омикрон чтоли или Байден проказник?

UPD
Ну собственно переустановка помогла.

UPD2
второй раз появилась ошибка, запустил EscapeFromTarkov.reg повторно, сработало.

  • пожаловаться
  • скопировать ссылку


deep1tone
+ такая же проблема (

  • пожаловаться
  • скопировать ссылку


deep1tone
ты ка-то решил эту проблему с error при запуске?

  • пожаловаться
  • скопировать ссылку


Скачал у Скидроу репак, а тут такая ерунда.

И такая если нажимаю применить патч

  • пожаловаться
  • скопировать ссылку


deep1tone написал:
Escape.from.Tarkov.v0.12.12.15.16778-P2P

Эта версия скорее всего с девелоперской версией AKI, на ней моды отключены. Для того, чтобы релиз AKI 2.2.1 с модами работал на этой версии, надо на чистом клиенте игры прогнать патчер. После можно уже копировать файлы AKI. Именно такой вариант сейчас у меня работает.

deep1tone написал:
AKI я и так качаю отсюда… —>

Это не AKI, это патчер клиента игры до версии 0.12.12.15.16584, на которой работает релизный AKI.
Вот ссылка на AKI:

Спойлер

https://hub.sp-tarkov.com/files/file/6-spt-aki/

Но, как уже сказал, патчер надо запускать на чистом клиенте. А в раздаче, что Вы указали, AKI уже встроен. Патчер не будет работать, скорее всего ошибки выдаст.
Вот ссылка на торрент файл AIO от разрабов AKI, там уже всё включено:-)
Дискордом пользуетесь? Если да — зайдите на официальный канал проекта SPT-AKI и скачайте торрент файл готового комплекта. Правда, там на английском большая часть.

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
Да пробовал пользоваться, но что то не понятно для меня/

Нажимаю конект, ничего не происходит?

BlackTigerTK написал:
Вот ссылка на торрент файл AIO от разрабов AKI, там уже всё включено:-)

Что-то ссылки не видно.
UPD
Опять какая-то хрень происходит. День работало, на следующий у же не работает ((

Есть решение данной проблемы?

  • пожаловаться
  • скопировать ссылку


deep1tone
С дискордом только вечером смогу посмотреть чем можно помочь, я сейчас на работе.
Ссылку не стал размещать, она слишком длинная, движок форума не пропустил бы.
Вот описание обхода, который я использую:

Спойлер

4. create another directory somewhere on your PC. For simplicity I will call this C:bypass
5. start regedit
6. navigate to ComputerHKEY_LOCAL_MACHINESOFTWARE WOW6432NodeMicrosoftWindows CurrentVersionUninstall
7. Right click on the Uninstall folder and create a new key with the name: EscapeFromTarkov
8. Select the new folder and right click on the right side and create a new string value with the name: UninstallString
9. Double Click on that new string and enter the value of your bypass directory and an Uninstall.exe at the end. Example C:bypassUninstall.exe -> this is for the 1st anti-pirate check in the launcher.exe
10. You’re done with regedit, so close it. Copy the following files from the client.zip package (1.) into the bypass directory:
— BattlEyeBEClient_x64.dll (create the folder BattlEye first and move it there)
— ConsistencyInfo
— Uninstall.exe
— UnityCrashHandler64.exe
— WinPixEventRuntime.dll

Единственно — я каталог bypass создал на другом диске, не С. И важный момент — в пункте 9 путь к файлу Uninstall.exe должен совпадать с реальным расположением файла. В пути к ветке реестра надо убрать пробелы.

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
Идея ясна, что не хватает uninstall записи в реестре. Только проблема где взять эти файлы:
— BEClient_x64.dll
— ConsistencyInfo
— Uninstall.exe
— UnityCrashHandler64.exe
— WinPixEventRuntime.dll

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
Спасибо, помог!

  • пожаловаться
  • скопировать ссылку


Михаил Доронин
Пожалуйста! Удачной игры!

  • пожаловаться
  • скопировать ссылку


  • пожаловаться
  • скопировать ссылку


deep1tone написал:
Идея ясна, что не хватает uninstall записи в реестре. Только проблема где взять эти файлы

В оригинальном архиве клиента игры.

  • пожаловаться
  • скопировать ссылку


deep1tone написал:
Да пробовал пользоваться, но что то не понятно для меня/

Вот ссылка на постоянное приглашение на канал — https://discord.gg/BpKdMkv
Попробуйте.
Там, кстати, вышла версия SPT-AKI 2.2.2:-) Под версию 0.12.12.15.16778 клиента игры.
А БСГ анонсировали, что завтра установят обновление до версии 0.12.12.15.3

KIBORDYBIVAKA написал:
у меня стоит версия с официального сайта STP-AKI

Вот отсюда?

Спойлер

https://emutarkov.xyz/download/

Если да — там три компонента — Вы все скачали?
Проверьте, чтобы у Вас сопадали версия клиента игры и версия AKI:
Client.0.12.12.15.16778.zip
Release-SPT-222.16778
Как видите, последние пять цифр должны совпадать. Назначение файла AKI Community Patcher.exe мне неизвестно, я им никогда не пользовался. Возможно, он служит для организации обхода проверок легитимности. Я использую метод, о котором ранее уже писАл.

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
Ура. Вроде получилось зайти на канал. А там где искать? Где скачивать? ))

А сюда зайти не даёт. Пишет нет доступа.

  • пожаловаться
  • скопировать ссылку


deep1tone
Попробуйте написать что-нибуть в этот канал:
Если у вас до сих пор нет роли, напишите в discord-perms-report

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
там ссылку не получается установить

  • пожаловаться
  • скопировать ссылку


Гоняю на VERSION 0.12.12.15.16909, AKI VERSION 2.2.3, PATCH VERSION 1.0.0.16 всё стабильно.
BlackTigerTK Еще раз спасибо, выручил, помог, респект по братски.

  • пожаловаться
  • скопировать ссылку


deep1tone
Да, я тоже на такой комбинации сейчас бегаю. Жаль, не все моды, которые хотел бы использовать, работают. Правда, патч я не использую. У меня обход давно настроен, работает прекрасно.

  • пожаловаться
  • скопировать ссылку


deep1tone
а можно ссылку если не трудно на то чтоб всё это работало я прост не шарю в первые пытаюсь запустить

  • пожаловаться
  • скопировать ссылку


SergNik написал:
Я чайник, мне бы попроще

На официальном дискорд сервере проекта SPT-AKI в канале official-downloads выкладывают AIO — готовый комплект в виде торрент-файла.

SergNik написал:
В дисе фиг че получается

Что именно не получается? Вы верификацию прошли? В канале rules есть:

Спойлер

SergNik написал:
на cs.rin.ru замахался искать ветку игры

Слева вверху кнопку Поиск не нашли? Название игры надо вводить на английском.
Вот ссылка на пост с ссылкой на закачку клиента:
https://cs.rin.ru/forum/viewtopic. php?p=2559260#p2559260
Пробел уберите.

  • пожаловаться
  • скопировать ссылку


Здравствуйте, при начале рейда застывает на «Начало локальной игры» и в командной строке это: [ERROR] Trace:
TypeError: Cannot read property ‘staticContainers’ of undefined

игру скачивал отсюда: m.moreigr.com
по инструкции скачал и проделал танцы с бубном с файлом Register.bat, а само название архива: Install_EFT
версия игры: 0.12.12.15.17107 версия spt-aki: 2.3.0
Помогите пожалуйста, уже пробовал отключать антивирус, переустанавливать, папка с модами пустая.

  • пожаловаться
  • скопировать ссылку


Усуи

BlackTigerTK

Ранее сообщал от куда качать, ибо у сборщиков могут быть ошибки

  • пожаловаться
  • скопировать ссылку


TheKInksV написал:
а где тогда искать АКИ теперь?

AKI’s mods Workshop — https://hub.sp-tarkov.com/
Ссылки на загрузку клиента игры можно найти в теме игры на портале cs.rin ру. Так же можно всё найти на канале #official-downloads сервера EmuTarkov Related Community Server. https://discord.gg/BpKdMkv

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
Большое спасибо.

  • пожаловаться
  • скопировать ссылку


TheKInksV
Пожалуйста! Удачной игры!

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
Товарищ, подскажите, если версия таркова последняя и я ставлю патч последней версии(Version 12.12.30.19047 to 12.12.15.18346), а сам Спт-Аки 2.3.1, все будет нормально работать, или лучше чтобы стоял 3.0.0?

  • пожаловаться
  • скопировать ссылку


TheKInksV
0.12.12.15.17349 с SPT-AKI 2.3.1 самая стабильная версия
0.12.12.15.18346 c SPT-AKI 3.0.0 Final Release норм, но с глюками( типа оп и пропали деньги из схрона) и не все моды поддерживает

  • пожаловаться
  • скопировать ссылку


shtraf11
Да, и у меня еще боты тупо крутились и стреляли, просто найти 17349 не могу. А , пардон, нашел.

  • пожаловаться
  • скопировать ссылку


deep1tone написал:
скорее всего репак

В репаках вроде как в большинстве случаев файлы АКИ уже внедрены. В этом случае да, будет проблема. Если, конечно, речь о даунгрейд патчере. Который надо накатывать на чистый клиент.

  • пожаловаться
  • скопировать ссылку


какадум написал:
дрась недавно видел новость что в тарков добавили возможность запускаться в «оффлайн» с друзяшками а спт случайно такую плюшку не завезли?

На дискорд-сервере EmuTarkov Related Community Server неоднократно уже писалось, что нет и не будет. Там, например, за такие вопросы могут забанить:-)
А вот в SIT (Stay in Tarkov) обещают. Но с ним другие проблемы. Там ланчер обязательно требует наличие лицензионной версии:-)

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
Кстати да, про бан не стал писать потому как оригинальный текст с предупреждением не нашёл =))

  • пожаловаться
  • скопировать ссылку


deep1tone
Вроде было, во всяком случае что-то такое в памяти отложилось:-)

  • пожаловаться
  • скопировать ссылку


Здравствуйте столкнулся с такой проблемой: бесконечная загрузка локальной игры
— Версия STP-AKI 1.5.1
— Версия игры v0.12.10.2.12893
— Моды не устанавливал
Скриншот с консоли прилагаю:
P.S: проблемы начинаются после 2-4 отыгранных каток

  • пожаловаться
  • скопировать ссылку


XXXTRANGOWLOGXXX написал:
купите копию игры

Давным давно существует инструкция, как сделать байпас, делается раз и навсегда.

  • пожаловаться
  • скопировать ссылку


Качайте отсюда!

Спойлер

https://cdn.discordapp.com/attachments/826903356080390154/1057190428245508237/AKI_3.4.0_AIO.torrent
Инструкция:

1. Download the AKI 3.4.0 AIO torrent file. (link)
2. Open the torrent file with your torrent client.
3. Specify the save location as C:AKI_ETRC
a. You can pick a different drive if you want, but please keep the path simple.
b. It might take a few seconds for the torrent to start. Once the torrent is started, it will download the files to the directory you specify as the download location.
c. If you want to help others download the files faster, leave the torrent client running.
4. Run the self-extracting zip: AKI_3.4.0_aio.exe
a. use the path C:AKI_ETRCAKI_3.4.0_aio
b. Password: instructions
c. Attempting to extract in any other way will result in failure to extract. If you ask for help extracting while using an unsupported method, a warning will be placed on your permanent record.
EmuTarkov Team © 2021

Спойлер

Что бы не просил купить игру, нужно сделать байпас(baypass), ищите по слову в активных ветках форума, 100 раз обсуждалось что и как нужно делать.

  • пожаловаться
  • скопировать ссылку


братцы помогайте, в рейде когда бегаю проходит минут 10-15
И игра просто вылетает. стоит Spt-aki 3.5.0 с улицами таркова
Что делать? подсказывайте. Спасибо за понимание)

  • пожаловаться
  • скопировать ссылку


qawsegdhfghj
На всех картах вылетает?
В логах какие ошибки пишет?
В рейде по нажатию тильды ошибки есть?
А так вот https://forums.playground.ru/escape_from_tarkov/tech/piratskaya_versiya_problemy_s_zapuskom-1006784/#comment-19144601

  • пожаловаться
  • скопировать ссылку


deep1tone
На всех картах так
в логах его даже не показывает
по тильде, там нету ошибок
и еще сервер закрывается после вылета сам, а лаунчер остается

  • пожаловаться
  • скопировать ссылку


qawsegdhfghj
Репак или Офф АКИ? Если сервер сам закрывается, где-то что-то скорее всего не правильно отредактировано, либо возможно мод себя так ведет.
Можно попробовать создать чистый акк, удалить моды и понаблюдать, как будет себя вести игра.

  • пожаловаться
  • скопировать ссылку


deep1tone
репак, буду пробовать переустанавливать на офф аки

  • пожаловаться
  • скопировать ссылку


Вот удивляюсь я. Ведь клиента игры и АКИ можно совершенно бесплатно скачать. Но нет! Качают всякие «левые» репаки и потом мучаются с проблемами! Вот например, уже упоминал как-то, один репакер удалил из файла items.json балаклаву разработчика. Спрашивается, его кто-то просил об этом? Так что репаки — зло! Тем более что добрые люди делают AIO, где вообще практически ничего, кроме как скачать и распаковать, делать не надо! Неисповедима людская глупость!

  • пожаловаться
  • скопировать ссылку


Добрый вечер
Вопрос по бесконечной загрузке, уже всё переделал, ничего не помогает
Скачана с диса оф версия, переустановлена винда, путь верный, модов нет, сохранение новое
Что я делаю не так?

Логи
2023-01-25 21:42:34.512 +03:00|0.13.0.1.21531|Error|Default|
EXCEPTION: System.DllNotFoundException: DLSSImporter
at (wrapper managed-to-native) DLSSWrapper.IsDLSSLoaded()
at DLSSWrapper.IsDLSSSupported () [0x00036] in :0
at EFT.CommonClientApplication`1[T].Awake () [0x00091] in :0

  • пожаловаться
  • скопировать ссылку


hildehagrde
Ругается на DLSS, нужно что то с настройками NVIDIA делать на сколько я помню.

  • пожаловаться
  • скопировать ссылку


deep1tone
Спасибо за ответ
А что именно, не можете подсказать?

  • пожаловаться
  • скопировать ссылку


hildehagrde
Нет , так как не обладаю сие технологией, но где на форуме подобное обсуждалось.
Ещё у тебя пишет System.DllNotFoundException какую то библиотеку не может найти.
Попробуй обновить дрова, directx, Visual C++ и тому подобные софт для игр.
А на каком экране зависает?

  • пожаловаться
  • скопировать ссылку


  • пожаловаться
  • скопировать ссылку


zer0ks написал:
Я вообще не понимаю что нужно делать с этим аки

Гайд на установку SPT+Client

1. Открываешь архив клиента (например Client.0.12.12.32.20765)
2. Разархивируешь в папку (например C:GamesEFT20765)
3. Открываешь архив SPT (например RELEASE-SPT-3.4.1-20765)
4. Разархивируешь в ту же папку куда и клиента (например C:GamesEFT20765)
5. Запускаешь aki.server.exe ждешь появление зеленых букв.
6. Запускаешь aki.launcher.exe создаёшь аккаунт
7. Играешь!🎮

Гайд на установку bypass (ЕСЛИ ИГРА ПРОСИТ КУПИТЬ ОРИГИНАЛ!)

НЕ РЕКОМЕНДУЕТСЯ УСТАНОВКА В ПАПКУ С ИГРОЙ!

При помощи bat файла.
1. Папку bypass копируешь на диск C:
2. Запустить байпасс.bat

Если не устраивает С: и имеется желание установки на другой диск то нужно отредактировать байпасс.bat
В длинной строчке изменить путь «C:bypassUninstall.exe» на тот куда Вы копируете папку.
Важно! Путь не должен содержать Русских букв.

Если есть желание делать всё руками, при полной уверенности что руки не кривые.
1. Нажать win+r
2. Набрать regedit
3. пройти в ветку HKEY_LOCAL_MACHINE SOFTWAREWOW6432Node MicrosoftWindowsCurrentVersion UninstallEscapeFromTarkov
4. В правой части окна нажать ПКМ, Создать, Строковый параметр.
5. Нажать ПКМ на созданном параметре, изменить.
6. Переименовать его UninstallString и прописать путь где лежит папка bypass (например C:bypassUninstall.exe)
7. Сохранить, перезагрузить ПК.

— Также можно переименовать папку по желанию и выбрать любое место где будет лежать папка, но тогда нужно будет отредактировать bat соответственно, либо указать в реестре правильный путь.
— Также если установили по моему пути C:bypassUninstall.exe и хочется переместить папку в другое место, то повторяем шаги 1.2.3.4.5, в 6 пункте меняем путь папки, 7.
Profit!

Где скачать? (на данный момент самая стабильная версия)

  • пожаловаться
  • скопировать ссылку


Люди проблема лаунчер пиратки просит купить игру

  • пожаловаться
  • скопировать ссылку


jkops2
У меня тоже! Но в Hearts of Iron 4

  • пожаловаться
  • скопировать ссылку


Ошибка escape from tarkov exe не найден игра куплена попробовал все папки таркова нечего не помогает

  • пожаловаться
  • скопировать ссылку


KIBORDYBIVAKA написал:
Ошибка escape from tarkov exe не найден игра куплена попробовал все папки таркова нечего не помогает

Что качали и откуда и что делали для запуска?

deep1tone написал:
Скачал у Скидроу репак, а тут такая ерунда.

А зачем? Если можно AIO скачасть от разрабов AKI?

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
AKI я и так качаю отсюда… —>

Спойлер

https://hub.sp-tarkov.com/files/file/142-aki-patcher/#versions

Только не пойму, как запустить, делаю как написано в инструкции, а оно не заводится.

Буду благодарен за ссылочки.

UPD
Если кому нужно. Escape.from.Tarkov.v0.12.12.15.16778-P2P Эта версия от Skidrow завелась на AKI 2.2.1. Только не получается перенести user папку, в окне server какие-то ошибки.

  • пожаловаться
  • скопировать ссылку


deep1tone
просто измени в файле реестра который по инструкции установить надо тот путь который именно у тебя к самой игре и всё сразу заработает

  • пожаловаться
  • скопировать ссылку


ошибка пропала с exe но теперь безконечная загрузка

  • пожаловаться
  • скопировать ссылку


KIBORDYBIVAKA
Посмотрите, что в консоли сервера при этом пишет.

  • пожаловаться
  • скопировать ссылку


  • пожаловаться
  • скопировать ссылку


а вот так когда запускаешь лаунчер

  • пожаловаться
  • скопировать ссылку


KIBORDYBIVAKA
Нда… 2.0.1, старенькая версия… и порт 443, ИМХО, это не есть хорошо. Это стандартный https порт. Может, кто ещё его у Вас в системе занимает. Вот как кусок лога сервера выглядит у меня:

Спойлер

[SUCCESS] Started webserver at http://127.0.0.1:6969
[SUCCESS] Started websocket at ws://127.0.0.1:6969
[SUCCESS] Server is running. Happy playing!
[DEBUG] Profile file updated
[Client Request] /launcher/server/connect
[Client Request] /files/launcher/bg.png
[Client Request] /launcher/profile/login
[Client Request] /launcher/profile/get
[Client Request] /launcher/profile/info
[Client Request] /files/launcher/side_bear.png
[Client Request] /launcher/profile/login
[Client Request] /launcher/profile/get
[Client Request] /launcher/profile/info
[Client Request] /singleplayer/bundles
[Client Request] /MunitionsExpert/GetInfo
[Client Request] /launcher/profile/info
[Client Request] /singleplayer/settings/version
[Client Request] /client/game/start

А профиль Вы создавали новый или использовали старый?

  • пожаловаться
  • скопировать ссылку


я установил свежую версию но теперь выдаёт это после кнопки запустить игру

  • пожаловаться
  • скопировать ссылку



KIBORDYBIVAKA написал:
я установил свежую версию но теперь выдаёт это после кнопки запустить игру

То есть Вы скачали откуда-то непонятную сделанную неизвестно кем сборку и пытаетесь заставить её работать. В самой первой строчке сообщения же сказано, что не найден путь. Проверьте, есть ли указанный каталог.

  • пожаловаться
  • скопировать ссылку


у меня стоит версия с официального сайта STP-AKI

  • пожаловаться
  • скопировать ссылку


  • пожаловаться
  • скопировать ссылку


теперь вот такое вылазит
я поставил то что писало нету в папке из прошлой ошибки

  • пожаловаться
  • скопировать ссылку


я пропробую установить вашу ссылку
можете её кинуть как-то что бы она открывалась
там требует логин и пароль

  • пожаловаться
  • скопировать ссылку


а нет разобрался не надо

  • пожаловаться
  • скопировать ссылку


Заметил что антивирь стал ругаться на ланчер

UPD

BlackTigerTK

Спасибо за помощь! Скачал 2.2.2, всё завелось, моды тоже работают, только профиль с 2.2.1 он не захотел запускать.

  • пожаловаться
  • скопировать ссылку


deep1tone написал:
Спасибо за помощь!

Пожалуйста! Рад, что ысё получилось!

deep1tone написал:
только профиль с 2.2.1 он не захотел запускать.

Хм… странно. У меня без проблем мой профиль запустился и в 2.2.2. Вчера весь вечер бегал по таможне:-)
Хочу попробвать, как в 0.12.12.15.16909 будут моды работать. Пишут, что девелоперский вариант AKI опять моды поддерживает.

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
Получилось запустить, пришлось в настройках ланчера поменять путь куда игру разархивировал.

  • пожаловаться
  • скопировать ссылку


Помогите пожалуйста, у меня ошибка с тем, что пишет «escape from tarkov не установлен, купите игру и поддержите разработчиков.»

  • пожаловаться
  • скопировать ссылку


M1gle
Я ранее уже давал описание варианта обхода проверки лицензии, который у меня отлично работает уже много версий клиента игры. Правда, там всё на английском, но, думается мне, сейчас это не проблема.

  • пожаловаться
  • скопировать ссылку


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

  • пожаловаться
  • скопировать ссылку


Радмир Зыкин
В консоли сервера что-нибуть пишет?
SkyN6T
Скачали откуда и что именно. И что написано в описании?

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
вот что пишет Server: executing startup callbacks…
[INFO] Importing database…
ModLoader: loading mods…
[SUCCESS] Started webserver at https://127.0.0.1:443
[SUCCESS] Started websocket at wss://127.0.0.1:443
[undefined][127.0.0.1] /launcher/server/connect
[undefined][127.0.0.1] /files/launcher/bg.png
[undefined][127.0.0.1] /launcher/profile/login
[undefined][127.0.0.1] /launcher/profile/get
[019e2d769645314c5a281db1][127.0.0.1] /launcher/profile/info
[019e2d769645314c5a281db1][127.0.0.1] /launcher/profile/login
[019e2d769645314c5a281db1][127.0.0.1] /launcher/profile/get
[019e2d769645314c5a281db1][127.0.0.1] /launcher/profile/info
[019e2d769645314c5a281db1][127.0.0.1] /launcher/profile/info

  • пожаловаться
  • скопировать ссылку


Радмир Зыкин
А профиль создавали новый или использовали от более ранней версии игры?

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
ДА создавал

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
Новый создал и не чего

  • пожаловаться
  • скопировать ссылку


ребята помогите!скачал только что игру и сделал все как в описании но выдает такую ошибку

  • пожаловаться
  • скопировать ссылку


чо это такое я хз

  • пожаловаться
  • скопировать ссылку


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

  • пожаловаться
  • скопировать ссылку


Радмир Зыкин написал:
[SUCCESS] Started webserver at https://127.0.0.1:443
[SUCCESS] Started websocket at wss://127.0.0.1:443

Похоже, у Вас достаточно старая версия AKI, в более-менее последних данный вывод выглядит немного иначе:
[SUCCESS] Started webserver at http://127.0.0.1:6969
[SUCCESS] Started websocket at ws://127.0.0.1:6969
[SUCCESS] Server is running. Happy playing!
То есть сервер старует на другом порту и добавляется третья строка. Возможно, у Вас, например, антивирус блокирует локальные соединения по порту 443, стандартный https порт. Что за версию Вы пытаетесь запустить?

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
да верно

  • пожаловаться
  • скопировать ссылку


Радмир Зыкин
Удалось запустить?

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
скачал версию игры — 0.12.12.15.16909 да запустил но что карта долго загружается и вылетает не на рабочий стол а обратно в меню игры

  • пожаловаться
  • скопировать ссылку


Радмир Зыкин
А какую версию SPT-AKI используете? Для 16909 необходимо использовать версию 2.2.3. Скачать можно на портале AKI’s mods Workshop. Только надо сразу выбрать вкладку Versions и там уже кликать на 2.2.3.

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
на версии 2.3.1 ничего не помогает, весь день провозился, прощу помощи, может знает кто

  • пожаловаться
  • скопировать ссылку


g4ki написал:
TypeError: Cannot read property ‘Factory’ of undefine

Могу предположить, что это относится к локации Завод, какая версия клиента игры и версия AKI?

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
stp aki 2.3.0 и там ещё 3 буквы какие не помню но цыфры 599

  • пожаловаться
  • скопировать ссылку


во время подгрузки в рейд пишит vopi режим офлайн перед безконечной загрузкой причом во всех локациях

  • пожаловаться
  • скопировать ссылку


g4ki написал:
stp aki 2.3.0 и там ещё 3 буквы какие не помню но цыфры 599

SPT-AKI 2.3.0 ориентирован на работу с Escape From Tarkov 0.12.12.15.17107. Никаких цифр 599 здесь нет.

g4ki написал:
во время подгрузки в рейд пишит vopi режим офлайн перед безконечной загрузкой причом во всех локациях

Наверное, VoIP режим? VoIP — Voice over IP. Это голосовая связь, в синглпееере она недоступна.

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
у меня скачена ласт версия

  • пожаловаться
  • скопировать ссылку


g4ki
Очень информативно!:-)

  • пожаловаться
  • скопировать ссылку


ф проэкту кароче, всё таки придётся платить кровеые 1600 р за игру блят

  • пожаловаться
  • скопировать ссылку


g4ki
Если Вам хочется онлайн побегать с живыми людьми, то да, выбора нет. Если же просто с ботами повоевать, то можно и не платить:-)

  • пожаловаться
  • скопировать ссылку


при входе на локацию «Завод» застывает на «Начало локальной игры» и в командной строке это: [ERROR] Trace:
TypeError: Cannot read property ‘Factory’ of undefined
хэлп!
игру скачивал отсюда: https://m.moreigr.com/shuter-games/6028-escape-from-tarkov-mehaniki.html
по инструкции скачал и проделал танцы с бубном с файлом Register.bat, а само название архива: Install_EFT
версия игры: 0.12.12.15.17107 версия spt-aki: 2.3.0
памагите пожалуйста, уже пробовал отключать антивирус

  • пожаловаться
  • скопировать ссылку


fleksex
Если у Вас есть мод ServerValueModifier, попробуйте его удалить. У меня похожая ошибка ушла после удаления этого мода.

  • пожаловаться
  • скопировать ссылку


fleksex
kerquane
Писали что нужно заменить файл с прошлой версии АКИ Aki_DataServer databaselootstaticContainers.json

  • пожаловаться
  • скопировать ссылку


Скачал с торрент-игрухи полностью чистый клиент поставил 2.3.0 и все равно проблема с бесконечным началом локальной игры, кто нибудь справился с проблемой? пробовал переустановку, обновил библиотеки которые нужны были, не помогает.

  • пожаловаться
  • скопировать ссылку


kerquane
В консоли сервера ошибки пишет? И полностью чистый клиент какой версии? Вообще лучше качать с официальных ресурсов. Ссылку на клиента игры можно найти на форуме cs.rin.ru. SPT-AKI 2.3.0. расчитан на работу с версией клиента 0.12.12.15.17107.

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
эта же версия и стоит

модов никаких нет, просто клиент с спт аки 2.3.0

  • пожаловаться
  • скопировать ссылку


kerquane
Извините, но что там выкладывают на игруках не в курсе. Я лично качаю клиента с официальных ресурсов игры. Ссылки беру с форума cs.rin.ru. АКИ качаю с их официального портала https://hub.sp-tarkov.com/
Похожая ошибка у меня была как раз при попытке перехода на 2.3.0. Удаление мода SVM решило у меня проблему. Возможно, он конфликтовал с каким то из других модов, не знаю. Заново начинать не пробовал на чистой установке, у меня в текущем профиле много чего уже сделано. Плюс использовано некоторое количество модов. Так что пробовать с нуля было просто лень:-) Могу только порекомендовать скачать всё с других источников.

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
заметил что проблема не только у меня, возможно что-то репаке накосячили, спасибо за ответ

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
а откуда игру скачать можно? ну именно вы откуда скачивали?

  • пожаловаться
  • скопировать ссылку


fleksex написал:
а откуда игру скачать можно? ну именно вы откуда скачивали?

Я выше уже писАл — я клиента игры скачиваю с форума cs.rin.ru, там есть ветка игры и люди публикуют ссылки на закачку клиента, когда выходит обновление. AKI скачиваю с официального портала проекта AKI’S MODS WORKSHOP — https://hub.sp-tarkov.com/

  • пожаловаться
  • скопировать ссылку


Блин,реально проще купить игру(жаль,нет возможности), а не трахаться с поиском неизвестно чего неизвестно где! Я чайник, мне бы попроще, как я думаю и другим танцующим с бубном. неужели нельзя просто дать ссылку где и что скачать? В дисе фиг че получается, на cs.rin.ru замахался искать ветку игры и т.д. Думаю выразил не только свою мысль.

  • пожаловаться
  • скопировать ссылку


Как убрать бесконечную загрузку локальной игры?

  • пожаловаться
  • скопировать ссылку


defrijrgt
Посмотрите, что пишет в консоли сервера — есть ли ошибки

  • пожаловаться
  • скопировать ссылку


Приветствую всех. У меня возникла проблема, зашел в тарков, начал запускаться на лес и прошла бесконечная загрузка локальной игры, что делать не знаю, если поможете, буду рад! (P.S. выдает ошибку в консоли)

  • пожаловаться
  • скопировать ссылку


  • пожаловаться
  • скопировать ссылку


Askorp
Какая версия игры, какая версия SPT-AKI, есть ли моды? Если да — какие?

  • пожаловаться
  • скопировать ссылку


Запускаю игру, а пишет: Не удается найти файл Server1.exe.

  • пожаловаться
  • скопировать ссылку


Brat1shka_qq
А переименовать файл Server1.exe в Server.exe не пробовали?

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
Теперь пишет: Не удается найти файл Server.exe.

  • пожаловаться
  • скопировать ссылку


Brat1shka_qq
Откуда и что качали, Как запускаете?

  • пожаловаться
  • скопировать ссылку


Помогите Escape from Tarkov нЕ установлен на компьютер поддержите разработчиков и купитекопию игры

  • пожаловаться
  • скопировать ссылку


ryskipidr
Что и откуда качали и как именно пытаетесь запустить? Как известно, телепаты все в отпусках, увы…

  • пожаловаться
  • скопировать ссылку


  • пожаловаться
  • скопировать ссылку


View post on imgur.com

днем сегодня все работало. сейчас запускаю — такая ошибка

  • пожаловаться
  • скопировать ссылку


ShvepssAnitta написал:
после изменения конфигов Киллы(менял только хп)

Проверьте ещё раз, что именно Вы правили. В сообщении об ошибке же написано, что должен быть знак «,» или «}», а найдено «]».

sami_reliks написал:
днем сегодня все работало. сейчас запускаю — такая ошибка

Похоже, у Вас кто-то блокирует порт сервера (6969). Сам сервер стартанул нормально, но ланчер не смог с ним соединиться. Смотрите в сторону антивирусов, например.

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
Можешь помочь? Пишет: «Escape from Tarkov не установлен на ваш компьютер, пожалуйста поддержите разработчиков и купите копию игры» что делать?

  • пожаловаться
  • скопировать ссылку


Dem0rd
Откуда скачана игра и как запускалась?

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
Я скачивал с thelastgame

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
Я нажимаю *Запустить игру* и выдает ошибку

  • пожаловаться
  • скопировать ссылку


Dem0rd
Понятно. Что там намутили, знают только те, кто это выложил. Есть же дискорд-канал, где выкладывают официальные сборки, так называемые AIO — скачал торрентом, запустил самораспаковывающийся архив, готово! Можно играть! Ссылка на постоянное приглашение я выше приводил. А все эти сборки с хз каких ресурсов — зло!

  • пожаловаться
  • скопировать ссылку


Здравствуйте. Подскажите в чем проблема. Бесконечная загрузка локальной игры.
Версия игры 0.12.12.15.17349
Эмулятор сервера 2.3.1
Игра чистая, модов нет
Скачивал тут: https://m.moreigr.com/shuter-games/6028-escape-from-tarkov-mehaniki.html
Фикс устанавливал правильно
В консоле ошибка

  • пожаловаться
  • скопировать ссылку


ryin007
Вы пишете:

ryin007 написал:
Версия игры 0.12.12.15.17349
Эмулятор сервера 2.3.1

А на скриншоте в шапке я вижу надпись SPT-AKI 2.3.0.
Ничего не смущает? Качайте с официальных ресурсов, благо же всё бесплатно, то есть даром! Ссылки приводились неоднократно.

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
Я правильно понимаю, что достаточно последнюю версию игры скачать и последнюю версию spt aki? Я просто далёк от всего этого, а время убить, проиграв в это, хочется.
Было бы славно, если бы вы переслали все ссылки, если не трудно, а то глаза разбегаются от количества сообщений.

  • пожаловаться
  • скопировать ссылку


ryin007
Если качать отдельно клиент, отдельно SPT-AKI, то надо ещё AKI Community Patcher скачать. Он в том числе отключает проверку лицензии у клиента. Так же есть на канале #official-download так называемый AIO, это уже готовый комплект в виде многотомного самораспаковывающегося архива. Нужно только запустить, распаковать и играть:-)

ryin007 написал:
Было бы славно, если бы вы переслали все ссылки, если не трудно, а то глаза разбегаются от количества сообщений.

Хм, на канале #official-download всего два сообщения, там невозможно заблудиться!:-) Правда, всё на английском. Все ссылки, пароли, явки там есть:-) Лучше качать оттуда. Ведь, зайдя на сервер, Вы повышаете его посещаемость, что должно быть небезразлично людям, которые его создали и поддерживают. По сути, как я понимаю, это чисто частная инициатива некоторого коллектива поклонников игры:-)

qqha написал:
я видимо слепой, т.к не могу найти ссылку на скачивание пиратской версии игры

Вы вообще ветку читали? Про дискорд сервер, где можно скачать, уже упоминалось неоднократно.

  • пожаловаться
  • скопировать ссылку


Друзья, попал на данный сайт для приобретения пиратской версии EFT в целях снимать контент , т.е использовать режим полета ( говорили, что такой плагин/чит имеется, надеюсь я по адресу ) . Можете пожалуйста подсказать — я видимо слепой, т.к не могу найти ссылку на скачивание пиратской версии игры, а если все же имеется данный чит для неё, скиньте её тоже, пожалуйста. Бесконечно благодарен за уделённое внимание, хорошего дня!

  • пожаловаться
  • скопировать ссылку


Можете помочь? Пишет: «Escape from Tarkov не установлен на ваш компьютер, пожалуйста поддержите разработчиков и купите копию игры» что делать?

  • пожаловаться
  • скопировать ссылку


holun
Опять игра скачана хз откуда, видимо, с какого-то китайского сайта. Вот как в оригинальном SPT-AKI выглядит окно сервера:

Спойлер

Разница видна невооруженным глазом.

А так выглядит ланчер после прогона AKI Community Patcher:

Спойлер

Качайте с правильных ресурсов и будет Вам щасте! Всё же бесплатно, то есть даром!

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
так где скачать ? и что делать ?

  • пожаловаться
  • скопировать ссылку


holun
Хоспади… ну никто не хочет читать ветку!!!! Выше же всё есть!!!

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
помоги пж

  • пожаловаться
  • скопировать ссылку


Почему просто вечная загрузка,качал с дс канала AIO

  • пожаловаться
  • скопировать ссылку


befe написал:
просто вечная загрузка

В какой момент? Непосредственно при старте клиента? При заходе в рейд? Моды есть? Профиль создан с нуля? Есть ли сообщения об ошибказ в консоли сервера?

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
при запуске игры,ничего из модов нет,профиль новый,ошибок нет

  • пожаловаться
  • скопировать ссылку


befe
Лог сервера приложи.

  • пожаловаться
  • скопировать ссылку


  • пожаловаться
  • скопировать ссылку


BlackTigerTK

AKI 2.3.1
версия как вы кидали после патча,с динозавриком

  • пожаловаться
  • скопировать ссылку


befe
Начало то где?:-) Сам лог находится в папке user/logs, можно выложить куда-нибуть целиком.
Так же надо посмотреть в логах клиента — в корне игры каталог Logs и в нём будет каталог с длинным именем. В нём как раз несколько файлов логов, наибольший интерес представляет файл, оканчивающийся на traces.log

  • пожаловаться
  • скопировать ссылку


S.ATA.N написал:
ты ка-то решил эту проблему с error при запуске?

Ты мне напомни о каком ерроре речь, а то у меня их было невероятное количество =))

S.ATA.N написал:
просто измени в файле реестра который по инструкции установить надо тот путь который именно у тебя к самой игре и всё сразу заработает

Этот геморой уже давно решил байпасом (спасибо BlackTigerTK за инструкцию), теперь нет проблем куда игра установлена.

  • пожаловаться
  • скопировать ссылку


подскажите где качать чистый клиент

  • пожаловаться
  • скопировать ссылку


GubaTruba
Как пишут на дискорд сервере EmuTarkov Related Community Server, БСГ отключает возможность скачивания старых версий клиента после выхода новых. Текущая версия SPT-AKI рассчитана на версию клиента 0.12.12.15.17349. А последняя версия клиента — 0.12.12.15.17686. Есть, правда, AKI Patcher, который понижает версию клиента до нужной для текущей версии AKI. Но я лично ссылки на закачку последней версии клиента так и не нашёл. На упомянутом дискорд сервере есть готовый комплект AIO, качается торрентом.

  • пожаловаться
  • скопировать ссылку


GubaTruba
Discord, там можно и аки и патчер скачать, и всё в актуальной версии =)

  • пожаловаться
  • скопировать ссылку


deep1tone
Не, сам клиент сейчас не доступен. Если нужен именно клиент, то только через торрент AIO.

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
А с чем связано данное явление? зачем парни убрали возможность скачать?

  • пожаловаться
  • скопировать ссылку


deep1tone
Вроде в дискорд канале проскакивало что это БСГ удалили более старую версию после выхода новой.
Там же ссылка была непоследственно на ресуры самой БСГ. Так что остался только AIO торрент. Сейчас ждёмс новую версию. Там активно AKI 2.4.0 куётся:-) Под более свежие версии клиента.

  • пожаловаться
  • скопировать ссылку


Подскажите пожалуйста, в видео показали что можно увеличить лут спавнящийся на полу, после того как поменял цифры server.exe перестал запускаться, вернул обратно , он так же не запускается, окно появляется на пару секунд и закрывается

  • пожаловаться
  • скопировать ссылку


Усуи
Конечно же backup файла который редактировался не сделан, так?
Какие решения вижу я:
1. достать из SPT тот файл который редактировался, а лучше папку целиком и заменить (upd поясняю: отсюда RELEASE-SPT-2.3.1-17349.zip. Вот это RELEASE-SPT-2.3.1-17349.zipAki_DataServer )
2. Если это было скачено как репак у Skidrow то попробовать вариант №1 или попробовать переустановить игру.

А самый лучший вариант выложить log server. Товарищ BlackTigerTK в этом шарит 💪
И если не сложно ссылку на видео скинь, интересно посмотреть 👀

  • пожаловаться
  • скопировать ссылку


deep1tone
бэкап делал конечно, куда без него то, написал сюда т.к не вышло лут увеличить и думал скажите из-за чего так вышло

  • пожаловаться
  • скопировать ссылку


Усуи
Не-а, не скажет никто, ибо никому не ведомо что и где ты поменял. По-этому по мере поступления от тебя информации будет решаться проблема.
На сколько я знаю лут увеличивается тут:

Но мне лично руками лазить по файлам не очень нравится(хотя приходится) и для таких лентяев как я написали мод SVM:

У меня в настройках шанс лута и шанс лута в ящиках 10.0, лута столько, что не унести, даже в огромном портфеле, даже под M.U.L.E. =))

  • пожаловаться
  • скопировать ссылку


deep1tone
Этим модом можно убрать туман и дождь?

  • пожаловаться
  • скопировать ссылку


Усуи
Так всё таки просьба уточнить, где и что именно изменялось. А то все телепаты в отпусках, увы…

  • пожаловаться
  • скопировать ссылку


  • пожаловаться
  • скопировать ссылку


Усуи
Не надо было его редактировать в обычном ноутпаде!!! Ставьте Notepad++ например. Стандартный ноутпад судя по всему искорёжил при сохранении структуру файла. Поэтому сервер и не запускается.
deep1tone
Я себе тоже этот параметр изменяю, на 99.28:-)

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
Значит мой пункт №1 подойдёт =))

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
понял спасибо

  • пожаловаться
  • скопировать ссылку


Скажите, airdrop падает в v0.12.12.15.17349 ?

  • пожаловаться
  • скопировать ссылку


Усуи
Как я ранее постил, есть мод подобие эйрдропа, пафоса меньше конечно, но коробка с лутом такая-же.

  • пожаловаться
  • скопировать ссылку


deep1tone
вроде выше читал, но не нашел название, можете сказать его?

  • пожаловаться
  • скопировать ссылку


Усуи
А, не в этой ветке я постил =))
HELICOPTER CRASH SITES 1.0.1

  • пожаловаться
  • скопировать ссылку


deep1tone
после установки и распаковки в plugins ( как написано на сайте) игра не видит мод

  • пожаловаться
  • скопировать ссылку


Усуи
А как Вы определили, что игра не видит мод? Если по тому, что нет сообщения в консоли сервера, то, скорее всего, его и не будет. Так как в папку mods же ничего не копируется. Проверять надо непосредственно в рейде.

  • пожаловаться
  • скопировать ссылку


Усуи написал:
Скажите, airdrop падает в v0.12.12.15.17349 ?

При соблюдении определённых условий. Во всяком случае так пишут в дискорд-сервере проекта Emu Tarkov.
Но вероятность маленькая, как там писали — 2%

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
а можно ее увеличить как то?

  • пожаловаться
  • скопировать ссылку


И еще, может ли быть, что в игре что то сломалось и боссы не спавнятся?

  • пожаловаться
  • скопировать ссылку


Усуи написал:
а можно ее увеличить как то?

На данный момент, как я понимаю, нет.

Усуи написал:
может ли быть, что в игре что то сломалось и боссы не спавнятся?

У них же не 100% вероятность спавна по-умолчанию.

  • пожаловаться
  • скопировать ссылку


  • пожаловаться
  • скопировать ссылку


Усуи
Странное кино… а этот попробуй GAMEPANELHUD 1.4.0 заработает?

  • пожаловаться
  • скопировать ссылку


не роботает
deep1tone
пусто

  • пожаловаться
  • скопировать ссылку


Усуи

Есть ещё вариант, но это такое себе, попробовать AKI PATCHER 12.12.15.17975 TO 12.12.15.17349 навалить, ну а вдруг поможет? 🤔
Просто я много проблем и ошибок встречал, но ни разу с BepInEx проблем не было.

  • пожаловаться
  • скопировать ссылку


Усуи
Какая у Вас версия игры и версия SPT AKI? На текущей актуальной реализации нет такого, чтобы отражалось сообщение как у Вас на скриншоте:

Спойлер

Поддержка плагинов в BepInEx, если память мне не изменяет, появилась в версии AKI 2.3.0.

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
SPT AKI 2.3.1. версия игры 12.12.15.17349 должна быть так( не знаю как посмотреть, но качал такую)

  • пожаловаться
  • скопировать ссылку


deep1tone написал:
Есть ещё вариант, но это такое себе, попробовать AKI PATCHER 12.12.15.17975 TO 12.12.15.17349 навалить, ну а вдруг поможет?

AKI PATCHER надо накатывать на чистую игру, до того, как туда копируются файлы AKI. В противном случае корректная работа не гарантируется.

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
возможно, но в моём случае я накатил и всё Ок, в попытке увидеть Дроп =)

  • пожаловаться
  • скопировать ссылку


deep1tone
Хм… AKI PATCHER 12.12.15.17975 TO 12.12.15.17349 сдужит для даунгрейда версии клиента с 12.12.15.17975 до 12.12.15.17349, с которой работает AKI 2.3.1. Он никак не влияет на эйрдропы:-) Вроде бы… Эйрдропы, как написано, появляются после обработки AKI Community Patcher.exe. Вот его надо накатывать уже после копирования файлов AKI в каталог клиента игры.

Усуи написал:
SPT AKI 2.3.1. версия игры 12.12.15.17349 должна быть так( не знаю как посмотреть, но качал такую)

Версию клиента можно посмотреть в свойствах исполняемого файла EscapeFromTarkov.exe, версию AKI — в консоли сервера в самом начале или его логе. Качали с какого источника?
Вот так выглядит у меня окно конфига, вызываемого по Ф12, без модов:

Спойлер

Отличие видно невооружённым глазом!:-) Что-то у Вас с игрой не так:-)

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
Хм… а где этот AKI Community Patcher.exe?
по запросу выдаёт AKI PATCHER 12.12.15.17975 TO 12.12.15.17349

  • пожаловаться
  • скопировать ссылку


deep1tone
На сайте, ссылка на который есть в канале official-downloads. Там три ссылки, первая на сам клиент — в данный момент не работает. Вторая — SPT-AKI. И третья — как раз AKI Community Patcher.exe.
Я его запускал уже после того, как скопировал файлы АКИ в каталог игры.

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
А, ну я его тоже установил, всё удачно successfully, а вот дропа так и не увидел пока ещё =(

  • пожаловаться
  • скопировать ссылку


Здравствуйте, можете помочь. Все идет без ошибок, запускаю игру, карта и всё загружается на 100%, а потом просто бесконечная загрузка игры и вот такая ошибка в AKI

  • пожаловаться
  • скопировать ссылку


Vanufos
2.3.0 уже устаревшая версия АКИ. Качали наверное какую-то сборку с непонятных торрентов. Что там автор сборки накрутил — только он и знает. И то, неверное, не всегда:-) Неоднократно указывался источник, откуда можно торрент AIO скачать. Уже готовый комплект от авторов SPT-AKI. Можно сказать, официальная сборка.

  • пожаловаться
  • скопировать ссылку


Vanufos
Согласен с оратором выше.
Если бы ошибка по моду (какому либо) была бы понятна, а в твоём случае ошибка самой сборки.
Сервер ругается на LocationController.js это явно не мод.

  • пожаловаться
  • скопировать ссылку


ребят подскажите пожалуйста что делать если EfT Server запускается и сразу вылетает?

  • пожаловаться
  • скопировать ссылку


Lisenak
Редактировали что-либо в файлах AKI? У меня была похожая проблема, когда я при редактировании одного файла что-то не так изменил. Так же падал сервер . Пришлось восстановить файл и редактировать заново.
И в логах сервера есть что?

flussion написал:
на версии 2.3.1 ничего не помогает, весь день провозился, прощу помощи, может знает кто

Что качали и откуда? Что именно делали? Проблемы бывают как правило если качается неизвестно что и откуда или при неправльных действиях.

  • пожаловаться
  • скопировать ссылку


Lisenak
flussion
Качайте с официальных источников и будет вам счастье =))

Спойлер

AIO Download
Do not install to desktop.
Use only English letters.
No patching required.

We recommend qBittorent Client if you don’t have a torrent client already. (link)

1. Download the AKI 2.3.1 AIO torrent file. (link)
2. Open the torrent file with your torrent client.
3. Specify the save location as C:AKI_ETRC
a. You can pick a different drive if you want, but please keep the path simple.
b. It might take a few seconds for the torrent to start. Once the torrent is started, it will download the files to the directory you specify as the download location.
c. If you want to help others download the files faster, leave the torrent client running.
4. Run the self-extracting zip: AKI_2.3.1_aio.exe
a. use the path C:AKI_ETRCAKI_2.3.1_aio
b. Password: instructions
c. Attempting to extract in any other way will result in failure to extract. If you ask for help extracting while using an unsupported method, a warning will be placed on your permanent record.
EmuTarkov Team © 2021

https://cdn.discordapp.com/attachments/826903356080390154/963566374003826738/AKI_2.3.1_AIO.torrent

Качать тут!

Качать тут!

  • пожаловаться
  • скопировать ссылку


deep1tone
При редактировании файлов AKI тоже можно сделать ошибки, которые приведут к тому, что сервер просто будет сразу падать. В этом плане удобно использовать Singleplayer Tarkov AKI VSCode Editor. Вчера редактировал профиль в новом АКИ, приделывал к броньке возможность ремонтироваться. И не добавил в нужном месте запятую. Так прога мне фпайл подсветила красным и написала что ошыбка:-)

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
Singleplayer Tarkov AKI VSCode Editor я о таком редакторе даже не слыхал =)

  • пожаловаться
  • скопировать ссылку


deep1tone
Это плагин собственно у VSCode Editor, позволяет достаточно много чего при редактировании файлов игры. Кстати, завтра обещают новый патч:-)

  • пожаловаться
  • скопировать ссылку


BlackTigerTK написал:
Кстати, завтра обещают новый патч:-)

Это тот который на дискорде выкладывают? пока что там VERSION 1.0.0.19

  • пожаловаться
  • скопировать ссылку


deep1tone
Нет. Это обновление клиента игры от БСГ. Сегодня уже развернули.

  • пожаловаться
  • скопировать ссылку


Всем привет такой вопрос. Установил игру захожу в нее нормально. Но при запуске карты в бой она грузит 10 минут и выкидывает в главное меню. Ни одна карта не загружается! В чем проблема?

  • пожаловаться
  • скопировать ссылку


Alex73reg написал:
Установил игру

Так расскажите подробнее, что именно установили и, самое главное, откуда качали. И какие действия предприняли для «установки». Ибо в оригинале как таковой установки вообще-то нет.

  • пожаловаться
  • скопировать ссылку


Версия: 0.12.12.15.17107 (Последняя) Установка и запуск:
Start «AKI-Server-A7.3 Server.exe», Don’t Close it.
Start «Client.0.12.9.10532 Launcher.exe».
Select «Register».
Start game.

  • пожаловаться
  • скопировать ссылку


Alex73reg
Рука-лицо… Вы хоть бы темы все здесь по игре почитали… Последний стабильный релиз АКИ — 2.3.1 для версии клиента 0.12.12.15.17349. Последняя на текущий момент версия клиента — 0.12.12.15.18346. Для неё есть только тестовая версия АКИ 3.0.0 без поддержки модов. Качать надо с официальных ресурсов проекта SPT-AKI, то бишь дискорд сервера EmuTarkov Related Community Server. Правда там на текущий момент версия клиента 0.12.12.15.17349 уже не доступна для закачки — БСГ старые линки удаляют. Доступна только AIO комплект, готовый к использованию, в виде торрента. А что и кто выкладывает на других торрентах известно только авторам этих раздач.

  • пожаловаться
  • скопировать ссылку



Скачал с этого сайта byrutor.com
Установил instal_eft на диск с
запустил сервер он сконектился
запустил лаунчер создал новый вход
игра загрузилась могу заходить куда угодно но только не в бой!

  • пожаловаться
  • скопировать ссылку


Alex73reg написал:
Всем привет такой вопрос. Установил игру захожу в нее нормально. Но при запуске карты в бой она грузит 10 минут и выкидывает в главное меню. Ни одна карта не загружается! В чем проблема?

Чуть выше есть пост, https://forums.playground.ru/escape_from_tarkov/piratskaya_versiya_problemy_s_zapuskom-1006784/#comment-19117702

Спойлер

  • пожаловаться
  • скопировать ссылку


Ребят, подскажите, начиная с версии 12.12 в рейде при спавне ботов начинаются сильные фризы и чем больше ботов подгружается — тем сильнее проседает фпс (с 90+ до 45-50).
Когда зачищаешь карту — фпс нормализируется, фризов нет. С выгрузкой на чистую карту (без ботов) тоже все в порядке. В чем может быть причина? Что поменять, переписать? Где почитать?
Без всяких модов, в конфиги не лезу. Чистая версия
Компьютер достаточно мощный. От ssd к hdd ситуация не меняется

  • пожаловаться
  • скопировать ссылку


skyfox21
На сколько я знаю, это сам AI в Таркове таков, что жрет фпс не хило. Заметь если заходить в рейды с настройкой AsOnline, то всё очень даже не плохо, но вот мисси по отстрелу ЧВК или же Диких — становиться проблемой. Для этого разработали мод AI Disable, уменьшает радиус видения ботов на 100 метров по дэфолту. Но есть неприятная такая штука, боты вне радиуса действия спавнятся друг в друге, если поставить Hord, то на одной спам точке может появиться 2-3 диких+Медведь+Юсек, и как только к ним подойдешь будет не хило фризить.

  • пожаловаться
  • скопировать ссылку


deep1tone
я догадывался про радиус спавна, когда по мере продвижения по карте фризы продолжались, но не нашел в конфигах где это крутится. кроме того, крутил значение sleep, как я понимаю, это активность ботов в определенном радиусе от гг. это самую малость решило проблему.
обратил внимание, что юсеков/медведей загружается на карте на 2-3 больше, чем обозначено самой картой (таможня 8-12). понизил до медиума. появляется ровно столько, сколько надо, но все равно каждое появление бота (не зависимо от трансформации в бира/юсека) фризит. максимально неприятно
опять же, в версиях 12.11, 12.10, 12.9 совсем таких проблем не наблюдал
есть какое-то годное решение или проблема не единична?

  • пожаловаться
  • скопировать ссылку


skyfox21
Ну как я понял, только количество ботов решает. Для себя лично для комфорта и фпс это AsOnline. А по фану AI Disable радиус сна 5-3 метра, и сафари, + миссии такие как, замочить ЧВК гранатами, ослепить и замочить =))
Очень долго проходил миссию Убить 10 ЧВК в районе общаги (Таможня), ЧВК как правило свита решалы мочила, либо они разбегались и не засчитывала игра, а с AI Disable все получилось =)))

  • пожаловаться
  • скопировать ссылку


deep1tone
скажи, на старых версиях таких проблем с просадками ты тоже не наблюдал? или это я себя уже накрутил?)
окей. попробую AI Disabler, откачусь до 2.3.1, возможно какие-то специфические настройки немного помогут.
спасибо)

ps: может глупость подумал, вариант ли запустить сервер на отдельном пк, и подключиться с основного? по идее, сервер берет на себя обработку ботов и на саму игру минимальное влияние

  • пожаловаться
  • скопировать ссылку


skyfox21 написал:
откачусь до 2.3.1

Откатиться с какой версии? 2.3.1 — текущая релизная версия SPT-AKI под версию клиента игры .17349.

skyfox21 написал:
вариант ли запустить сервер на отдельном пк, и подключиться с основного?

Попробуйте. Только надо будет изменить в файле server.json ip-адрес, по умолчанию там 127.0.0.1, это localhost. то есть подразумевается, что сервер и клиент запускаются на одном компе. Есть ли такая же настройка для клиента АКИ, не могу сейчас сказать, на работе нет установленной игры:-) Будет ли так работать не известно:-)

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
c 3.0.0. там максимальный фан с дропами, ремонтными наборами, спавны лута приятные. вроде даже экип чвк отличается от прошлых версий, но это не точно
на счет сервера: попробую посадить на ip сети и уже через него коннектить лаунчер. единственное, не уверен на счет порта. в общем, пока руки дойдут.. в идеале закинуть на какой-то хост и управлять удаленно, думал так, во всяком случае.
deep1tone
хм. если сделать ботов легче — это тоже должно помочь? попробую покрутить разные комбинации количество/качество

  • пожаловаться
  • скопировать ссылку


skyfox21
Порт тоже можно в настройках задать. По умолчанию сейчас 6969. Соответственно, надо смотреть, чтоб файерволл не блочил.
По поводу экипа у чвкашников как-то особо не замечал. Хотя вот были например в жилете дикого. Как-бы вроде не по канону:-) И состояние оружия конечно получше. Вроде в рюкзаках больше лута, ключи часто в карманах/разгрузках/рюкзаках.

  • пожаловаться
  • скопировать ссылку


skyfox21
Сейчас на таможне, AID 500 метров, фризы (не сильные но … ) в начале рейда были, на первой волне, как я понял на второй уже таких явных фризов не было, потому как 2 диких за спиной заспавнились без фризов.
Опять же мои догадки
1. лучше AID пусть ботов активирует максимально далеко, так при настройке HORD они не будут 8-ом одновременно активироваться, а значит фпс падать тоже не должен (по крайней мере в 0 как у меня).
2. либо вообще не использовать AID и играться с настройками количества ботов уже игровыми режимами.

skyfox21 написал:
хм. если сделать ботов легче — это тоже должно помочь?

Ну как минимум они менее бесячие, хотя тоже в тумане и через кусты могут раздавать =))), а ещё в конфиге FIAT им немного больше интересного оружия и лута приписано, что тоже весьма полезно. Но у ЧВК появляется при этом весьма годные пухи и патроны, они становятся сложнее. А вот в 3.0.0 что-то не понятно, все боты адекватнее себя ведут, или мне показалось, или ботам интеллект поправили. Ситуация такая, 2-а бота заспавнились за спиной и могли меня завалить легко, потому как я их спаун не слышу, а вот топот услышал, и вместо того что бы меня в спину размотать, они начали бежать к укрытию и уже оттуда пытались накидывать.

BlackTigerTK написал:
По поводу экипа у чвкашников как-то особо не замечал.

Я вот замечал, попался мне юсек, практически с топовым АК обвесы все по канонам, единственное трубка приклада была не MOE, у него шлем был с забралом + фонарик. Рюкзак в основном хламом забит, а как бонус Тетриз и Видюха, и при этом 4 ключа на поясе: КШ, Меченка от таможни и что-то ещё, уже не помню.

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
если говорим про версию 3.0.0 — мне попадались новые типы разгрузок (не помню названий, два 2*2 слота вверху, например), новая снайперская винтовка, песчаного цвета и такого экипа достаточно было. были и в желетках и с карабинами на пс, да)
на заводе Тагилла стал носить обе разгрузки и маски попадались 50/50 («убей» и обезьяна). тоже заметил
инерция не так смущать стала. она никуда не делать, но не такая резкая стала что-ли
в общем, 3.0.0 максимально хорошо. но было пару вылетов (когда включена очистка памяти, заметил), чего ни в одной из версий до этой не наблюдалось абсолютно
ps: сделал все по регламенту, через автоматический инсталятор — никаких изменений, в сравнении с кривыми пиратками с торрента. вид окна сервера и лаунчера отличаются от тех, что у тебя на скриншотах выше (такие же как и пиратские, сервер черный с белым текстом, лаунчер — синий). сливал «чистую» версию с купленной

  • пожаловаться
  • скопировать ссылку


skyfox21 написал:
скажи, на старых версиях таких проблем с просадками ты тоже не наблюдал? или это я себя уже накрутил?)

Если честно, там кроме как количества ботов и расстояния их спавна я больше ничего не настраивал в 2.3.1 мод FIAT, конфиг взят у ZICOMAN’S CONFIGURATIONS, на самых слабых ботов и всё.
Но ощущается разница между 2.3.1 и 3.0.0.
На 2.3.1 у меня дикие фризы на подгрузках аи, хоть это завод, хоть маяк итп.
Сейчас в катке на 3.0.0 (моды стоят, но не работают кроме AID, AID с настройкой в 200 метров, по-моему это по умолчанию BSG), так вот ни одного фриза не было, настройка рейда EASY/HIGH, может немного допилили BSG.

BlackTigerTK написал:
Будет ли так работать не известно:-)

По всей видимости, это реально, так как у ланчера тоже есть настройка URL, вообщем нужно пробовать =))

  • пожаловаться
  • скопировать ссылку


что мне делать. если сервер при запуске работает 1 милисикунду и вилитает

  • пожаловаться
  • скопировать ссылку


fassass
Откуда скачивал, какая версия?

  • пожаловаться
  • скопировать ссылку


fassass
Добавлю к вопросам от deep1tone — не изменяли файлы .json сервера?

  • пожаловаться
  • скопировать ссылку


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

  • пожаловаться
  • скопировать ссылку


Виктор713
В соседней ветке ссылки лежат.
https://forums.playground.ru/escape_from_tarkov/chit_dlya_piratki-1005788/#comment-19121220

  • пожаловаться
  • скопировать ссылку


BlackTigerTK написал:
Добавлю к вопросам от deep1tone — не изменяли файлы .json сервера?

Добавлю к вопросу BlackTigerTK — если да то каким редактором? =))

  • пожаловаться
  • скопировать ссылку


скачаивал с торент игруха версия 0.12.11.2.14290 (stable)

  • пожаловаться
  • скопировать ссылку


Как обычно. Сначала скачают хз что с хз какого сайта. А потом мучаются. Есть же в теме ссылки на так сказать официальные ресурсы по эмулятору SPT-AKI. С них сейчас качается версия клиента игры 0.12.12.15.18346 и АКИ 3.0.0. И всё прекрасно работает.

skyfox21 написал:
новая снайперская винтовка, песчаного цвета

Наверное, речь о LOBAEV Arms ДВЛ-10 «Диверсант» 7.62×51:

Спойлер

Если да, то она была уже и при АКИ 2.3.1. То есть она была добавлена в одном из пердыдущих обновлений клиента игры. Наверное, можно узнать точно из списка обновлений клиента.

  • пожаловаться
  • скопировать ссылку


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

  • пожаловаться
  • скопировать ссылку


skyfox21
Remington R11 RSASS была и в более ранних версиях игры. Во всяком случае на версии 0.12.12.15.17349 с SPT-AKI 2.3.1 она точно была:

Спойлер

  • пожаловаться
  • скопировать ссылку


На старой версий,а точнее 0.12.10.2.12893 всё норм,а на 0.12.12.15.17349 почему та говорит что не найдена escapefromtarkov.exe

  • пожаловаться
  • скопировать ссылку


А,эта я перенёс с старой версий то есть с 0.12.10.2.12893 с 2.0.0 на новую на 2.3.1 0.12.12.15.17349 и когда я создавал новый профиль на 2.3.1 у меня не была этай ошибки но после того как я перенёс у меня она появилась

  • пожаловаться
  • скопировать ссылку


И почему та на 2.3.1 после того я редактирую профиль мне консоль выдаёт эта
и ак исчезает из лаучера

  • пожаловаться
  • скопировать ссылку


Mandarin4ki
Вопрос, это что за скрин у тебя? откуда такой путь? c:usersharsdesktopescapefromtarkovobj
в EFT-SPT-AKI нет папки OBJ, вообщем какая-то дичь у тебя.
Качай и используй релизы с офф источников!

  • пожаловаться
  • скопировать ссылку


Mandarin4ki написал:
На старой версий,а точнее 0.12.10.2.12893 всё норм,а на 0.12.12.15.17349 почему та говорит что не найдена escapefromtarkov.exe

Если Вы качали с официального сайта проекта, значит, Вы что-то не то сделали. Если Вы качали хз с какого левого торрента — вопрос к автору раздачи. При использовании офицальных ресурсов всё работает.

Mandarin4ki написал:
А,эта я перенёс с старой версий то есть с 0.12.10.2.12893 с 2.0.0 на новую на 2.3.1 0.12.12.15.17349 и когда я создавал новый профиль на 2.3.1 у меня не была этай ошибки но после того как я перенёс у меня она появилась

Вы пытались переносить профиль из версии АКИ 2.0.0? Если да — то зря. Вот что пишут разработчики АКИ:
Profile compatibility
2.3.x — Use at own risk (There have been reports of insurance items not being sent when using 2.3.1 profiles)
2.2.x and older — Unsupported

Если пытались «накатить» 17349 поверх 12893, то опять же зря. Разработчики АКИ пишут:
DO NOT INSTALL INTO A PREVIOUS SPT FOLDER, IT NEEDS A FRESH COPY OF EFT 18346

Mandarin4ki написал:
И почему та на 2.3.1 после того я редактирую профиль мне консоль выдаёт эта
и ак исчезает из лаучера

Не размещайте игры на Рабочем столе! Это плохая практика! Если у Вас один жёстки й диск, то создайте новый каталог в корне диска, например Games. И уже в этом каталоге созавайте каталог для игры.

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
Спасиба,буду учитывать при переустановки

  • пожаловаться
  • скопировать ссылку


Я сам не понимаю откуда
прикол в этам

  • пожаловаться
  • скопировать ссылку


Товарищи, подскажите, в чем может быть проблема?

  • пожаловаться
  • скопировать ссылку


TheKInksV
Так пишет же — ошибка валидации сертификата. Так что проблема, видимо, в этом сертификате.
А вообще надо бы указать что качали, откуда качали, версия клиента игры, версия SPT-AKI, если именно он использовался.

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
Да, не подумал, был репак от FItGirl версия без Маяка, не помню цифры. Работало стабильно, но возможно из-за того, что вчера установил оригинальный Тарков слетел сертификат, может они не уживаются вместе.

  • пожаловаться
  • скопировать ссылку


TheKInksV
У меня сейчас по сути три версии имеются. 12.12.15.17349 с АКИ 2.3.1.
12.12.15.18346 с АКИ 3.0.0. 12.12.15.18807 с АКИ 3.0.1 (на данный момент АКИ удален с сайта)
Проблем с ними нет. Живут, правда, все каждый в своём отдельном каталоге. Если накатить поверх, то да, возможны проблемы.

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
Подскажите, по доброте душевной, а где тогда искать АКИ теперь? И в каком разделе найти чистую версию игры по той ссылке cs, которую вы давали.

  • пожаловаться
  • скопировать ссылку


Подскажите что делать если я запуская игру и она просто сразу закрывается без каких либо ошибок

  • пожаловаться
  • скопировать ссылку


Solomon12
Было подобное с модом SVM, после его удаления, сервер стал запускаться.
Ещё одна из причин, если что-то неправильно отредактировал, какой нибудь файл json.
Так же нельзя редактировать notepad виндовым, он не правильно сохраняет файлы json.
А так мой совет скачать отсюда и попробовать запустить https://forums.playground.ru/escape_from_tarkov/chit_dlya_piratki-1005788/#comment-19124239

  • пожаловаться
  • скопировать ссылку


Я хочу войти в лаунчер а мне пишет (ACCOUNT SOMETHING WENT WRONG

  • пожаловаться
  • скопировать ссылку


Snads
Что и откуда качали? Как пытаетесть запустить? Пишите более подробно и со скриншотами.

Sem345ds111 написал:
AKI patcher не видит путь к файлу

Версия клиента игры и патчера совпадают?

  • пожаловаться
  • скопировать ссылку


Ребят ,нужна помощь, AKI patcher не видит путь к файлу

  • пожаловаться
  • скопировать ссылку


Подскажите пожалуйста что делать если пишет что тарков не установлен. Я даже обновил его.

  • пожаловаться
  • скопировать ссылку


anamnez228
Как вариант, сделать обход проверки лицензии. Обсуждалось не раз. Или, если у Вас «правильная» версия игры и соответсвующая ему версия SPT-AKI. прогнать AKI Community Patcher.

  • пожаловаться
  • скопировать ссылку


BlackTigerTK написал:
Как вариант, сделать обход проверки лицензии. Обсуждалось не раз. Или, если у Вас «правильная» версия игры и соответсвующая ему версия SPT-AKI. прогнать AKI Community Patcher.

старая песня о главном… если патч не видит файлов которые он должен патчить скорее всего репак.

  • пожаловаться
  • скопировать ссылку


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

  • пожаловаться
  • скопировать ссылку


Exlaper
discord.gg/BpKdMkv/ Тут можно и по отдельности скачать и так-же AIO версию.
https://hub.sp-tarkov.com/ Если чистый клиент скачан уже, то тут можно скачать патч и SPT-AKI, только учитывай версию клиента, на главной сейчас AKI PATCHER 12.12.30.19078, можешь выбрать АКИ под свой клиент в разделе «Versions». А если у тебя EFT 0.12.12.15.18346, то просто скачивай SPT-AKI 3.0.0 =))

  • пожаловаться
  • скопировать ссылку


deep1tone
Я не совсем понимаю почему мне не даёт роль, я только зашёл и мне сразу прилетел пермач походу или ещё что, я совсем не понимаю

  • пожаловаться
  • скопировать ссылку


deep1tone
Или нужно ждать пока верефицируют твой акк в дискорде?

  • пожаловаться
  • скопировать ссылку


Мне роль в дс не дают и я незнаю что сделать что бы дали

  • пожаловаться
  • скопировать ссылку


Exlaper
Нажмите отмеченную зелёную галку:

Спойлер

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
Спасибо, сам не допёр бы никогда, туговат)

  • пожаловаться
  • скопировать ссылку


Через мобильный инет в торренте скорость просто на нуле, ну главное что с остальным есть где разобраться, ещё раз спасибо

  • пожаловаться
  • скопировать ссылку


Exlaper
Пожалуйста! Удачной игры!

  • пожаловаться
  • скопировать ссылку


BlackTigerTK написал:
Пожалуйста! Удачной игры!

Поддерживаю =))

  • пожаловаться
  • скопировать ссылку


Artemmay
ЗАПУСТИ ОТ ИМЕНИ АДМИНЕСТРАТОРА!!!

  • пожаловаться
  • скопировать ссылку


Здравствуйте, скачал aki 12.12.18913 сразу с игрой, запускаю сервер, появляются строки:
Tried to load session AID2f045339f9f8bb34ca72a720 but it wasn’t cached, loading.
Profile file for session ID AID2f045339f9f8bb34ca72a720 not found.
Этот профиль есть, в папке профиля файл account.

  • пожаловаться
  • скопировать ссылку


Захожу в лаунчер, ввожу пароль, нажимаю кнопку, потом выбираю exe-шник:
127.0.0.1: :undefined::POST::/launcher /profile/login
Login AID2f045339f9f8bb 34ca72a720 Successful
127.0.0.1::AID2f045339f9f8bb34 ca72a720::GET::/getBundleList
127.0.0.1::AID2f045339f9f8bb34ca72 a720::POST::/client/raid/person/ killed/showMessage
, идёт запуск и через 2 секунды вылетает

  • пожаловаться
  • скопировать ссылку


ONEX4422 написал:
скачал aki 12.12.18913

Во первых, SPT-AKI такого никогда не было. Это версия клиента игры.
Во вторых, судя по логам и по «

ONEX4422 написал:
Захожу в лаунчер, ввожу пароль, нажимаю кнопку, потом выбираю exe-шник

«
это у Вас отнюдь не SPT-AKI. Возможно, это SIT, там похожая схема запуска. В SPT-AKI алгоритм запуска другой. На текущий момент SIT требует наличие лицензионной игры.

  • пожаловаться
  • скопировать ссылку


Подскажите у кого нибудь была проблема, сервер запустился, лаунч тоже (все с галкой от администратора) в реестр внесена папка, после экрана загрузки где надо выбрать язык, выбираю русский и бесконечная загрузка 15-30 минут ждал и ничего…как можно решить такую проблему, советы по типу обнови дрова на железо, проходите мимо…все обновлено и все компоненты DX, DotNet последние стоят…а игра не пашет

  • пожаловаться
  • скопировать ссылку


Aloriann
Так посмотрите, что пишет в логах сервера и игры.

Kotre129
Уже не раз обсуждалось! Необходимо сделать обход проверки лицензии. Или прогнать AKI Community Patcher.exe. Но AKI 2.3.1 уже давно устарела. Сейчас уже доступна 3.1.1 под версию игры 0.12.12.30.19078

  • пожаловаться
  • скопировать ссылку


  • пожаловаться
  • скопировать ссылку


Можете помочь? Пишет: «Escape from Tarkov не установлен на ваш компьютер, пожалуйста поддержите разработчиков и купите копию игры»

  • пожаловаться
  • скопировать ссылку


BlackTigerTK написал:
Так посмотрите, что пишет в логах сервера и игры.

Ну или покажи, может кто и подскажет что-то =))

BlackTigerTK написал:
Kotre129

Инструкция рабочая до сих пор, рекомендую, thnx 2 BlackTigerTK

BYPASS

  • пожаловаться
  • скопировать ссылку


deep1tone
Понимать бы еще что)

  • пожаловаться
  • скопировать ссылку


mka8403
О чем речь, тут много понимающих.

  • пожаловаться
  • скопировать ссылку


Kotre129 написал:
Все pешил но тепеpь сеpвеpа сами вылазиют хотя сеpвеp есть

А зачем Ты 2 раза сервер запускаешь? написано же 6969 is already in use.

  • пожаловаться
  • скопировать ссылку


Скажите где можно скачать пpофель едит?

  • пожаловаться
  • скопировать ссылку


  • пожаловаться
  • скопировать ссылку


здрась недавно видел новость что в тарков добавили возможность запускаться в «оффлайн» с друзяшками а спт случайно такую плюшку не завезли?

  • пожаловаться
  • скопировать ссылку


какадум
Вообще нет, проект так и разрабатывается как Single Player Tarkov.
Оригинального текста не нашёл.

  • пожаловаться
  • скопировать ссылку


Здравствуйте, раньше играл в пиратку таркова без всяких проблем, затем вылезла ошибка при выходе из рейда, решить её не смог, игру удалил, установил с другого сайта и получается так, что лаунчер пишет о том, что игры у меня нет.
Я установил фикс, открываю его, выдает такое сообщение «параметр uninstallstring уже существует, заменить (y — да/n — нет)? «, перепробовал все варианты, даже скачал программу, которая удалила абсолютно все реестры игры, и фикса.
Игру я снова переустановил, по итогу ничего не изменилось
Что мне делать? я на протяжении трех часов не могу ничего решить

  • пожаловаться
  • скопировать ссылку


  • пожаловаться
  • скопировать ссылку


Miemui67
Тебе нужно bypass один раз сделать и забыть про данную ошибку.
Вот инструкция https://forums.playground.ru/escape_from_tarkov/tech/piratskaya_versiya_problemy_s_zapuskom-1006784/#comment-19098221

  • пожаловаться
  • скопировать ссылку


deep1tone
сделал по этой инструкции, все равно не запускается, просит купить

  • пожаловаться
  • скопировать ссылку


Паша Овсянкин
Значит, где-то сделали ошибку. Медот сто прОцентов рабочий, подтвержденно неоднократно многоими (в том числе на форуме cs.rin) Ищите ошибку в действиях.

  • пожаловаться
  • скопировать ссылку


Захожу в EFT, всё хорошо но после загрузки такая картина

Подскажите что делать

  • пожаловаться
  • скопировать ссылку


Doge4rcher
Смотрите, что в консоли или логах сервера и игры.

  • пожаловаться
  • скопировать ссылку


[Client Request] /launcher/profile/info
[Client Request] /launcher/server/version
Циклично повторяется и всё

  • пожаловаться
  • скопировать ссылку


Doge4rcher
Логи ошибок посмотри, может там что есть интересного, или например мод на музыку от SAMSWAT, без музыки поставил =))))

  • пожаловаться
  • скопировать ссылку


Здраствуйте,у меня вечная загрузка экрана версия 16909

  • пожаловаться
  • скопировать ссылку


добрый день, знакомы ли вы с репаком от fitgirl? сам играю на любой версии из её архива без проблем но у друга после переустановки 10 винды, лаунчер зависает на этом этапе после старта игры. можете что-нибудь подсказать? в сервере ничего необычного, никаких ошибок. его компьютер не особо дотягивает даже до минимальных сис.требований и оперативки всего 4гб, но до переустановки всё работало

  • пожаловаться
  • скопировать ссылку


Ra1ney написал:
Здраствуйте,у меня вечная загрузка экрана версия 16909

В логах сервер есть ошибки? Моды используете? Профиль создан с нуля или переносится?
15side
Репаки зло!:-) Тем более, что есть практически официальный AIO. Хотя его тоже не использую. Ставлю всё ручками.
А вообще можно попробовать переустановить необходимые компоненты:
.NET Framework 4.7.2
.NET Runtime 6
См. страницу AKI на AKI’S MODS WORKSHOP

  • пожаловаться
  • скопировать ссылку


BlackTigerTK Профиль новый создавал,моды не использовал

  • пожаловаться
  • скопировать ссылку


  • пожаловаться
  • скопировать ссылку


Fitgirl? она молодец, тролинг фитушки идёт лесом. едем дальше … Ra1ney
тут всё норм. вижу что ланчер тоже работает, что не так?

  • пожаловаться
  • скопировать ссылку


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

  • пожаловаться
  • скопировать ссылку


Ra1ney
А в логах самой игры смотрели?

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
да смотрел,написали ничего не заметили

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
все нашел причину, в appdata есть старые сохраненные профили и из за этого не загружает

  • пожаловаться
  • скопировать ссылку


  • пожаловаться
  • скопировать ссылку


ребят актуальная версия 3.2.3 … STP-AKI 1.5.1 (SPT) даже обсуждать не имеет смысла. Обновляйтесь

  • пожаловаться
  • скопировать ссылку


deep1tone
Поправлю!:-) Актуальная версия SPT-AKI — 3.2.4 под версию клиента 12.12.31.19428.
Сейчас уже пилят 3.2.5:-) Хотя архив обозвали как TESTING-MOD-SPT-3.2.4-19428

  • пожаловаться
  • скопировать ссылку


Добавлю. На дискорд сервере EmuTarkov Related Community Server выложили AIO 3.2.4, по сути готовый комплект, скачал, распаковал и играй. Никаких заморочек.

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
Согласен, после выпуска AIO можно смело обновляться, а если 1.5.1 установлена, которая даже разрабами не поддерживается, то такое себе обсуждать проблемы.

  • пожаловаться
  • скопировать ссылку


deep1tone
На дискорд-сервере сообщества игры даже по 2.3.Х уже не отвечают, как правило. Так что…

  • пожаловаться
  • скопировать ссылку


SIT не могу создать персонажа. В логах сервера пишет, что сейв не найден, но он присутствует на компе. После входа в игру идёт загрузка, а после выдаёт ошибку. Сама игра куплена и установлена на пк.

  • пожаловаться
  • скопировать ссылку


DanShCh
Вряд-ли по SIT тут можно получить адекватный ответ, потому как тут люди больше и в целом используют AKI. Хотя чем чёрт не шутит.
От себя могу посоветовать 100% рабочий вариант вместо непонятного SIT,
SPT-AKI-INSTALLER 1.1.4
Simple installer for SPT-AKI, fully automated

DanShCh написал:
Сама игра куплена и установлена на пк.

Кстати можешь последнюю версию клиента выложить куда нибудь? по-братски =)))

  • пожаловаться
  • скопировать ссылку


deep1tone
Просто в SIT вроде как можно играть вместе с друзьями, а в SPT-AKI играю уже давно, но хотелось бы coop, а версия 0.12.12.31.19428 у меня есть на MEGA

  • пожаловаться
  • скопировать ссылку


DanShCh
KOJIOBPAT1983
На cs.rin было сообщение, что разработчик SIT, PauloV, перестал заниматься проектом:
PauloV took a dive off the deep end finally, left the scene. His repos have been archived so that they can be worked off.
Автор поста UPD4T3 написал, что его команда так сказать переняла флаг разработки. Но не заметил у них упоминания кооператива. И в каком состоянии разработка не в курсе.

DanShCh написал:
а версия 0.12.12.31.19428

На сегодня текущая версия клиента игры — 0.12.12.31.19904. Думаю, здешнее сообщество было бы благодарно за возможность скачать данную версию;-) Тем более, что тестовая версия АКИ 3.2.5 как раз под неё адапритована.

lipton_sshih написал:
прост хочу убрать отдачу на любом оружие

Я Вам уже в другой теме написал. ИМХО в Вашем случае лучше отредактировать параметры тактической рукоятки, а не править параметры каждого оружия. Но это, разумеется, моё личное ИМХО:-) Но сразу замечу, что редактировать файлы игры стандартным блокнотом Windows не стоит.

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
Благодарю за инфу!

  • пожаловаться
  • скопировать ссылку


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

  • пожаловаться
  • скопировать ссылку


lipton_sshih
Если вам нужно поменять отдачу, то лучше всего установите мод YIM’S RECOIL TWEAKS. В описании мода указанно что и как менять для уменьшения отдачи. Что Вы имели в виду, касательно брони и частей тела?

  • пожаловаться
  • скопировать ссылку


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

  • пожаловаться
  • скопировать ссылку


Мужики че за SIT? что это такое? там с друзьями можно играть?

  • пожаловаться
  • скопировать ссылку


Написано, что можно, но как на самом деле хз.

  • пожаловаться
  • скопировать ссылку


Да качал там этот лаунчер, но экзешника там нет ни чего тоже не понял)))

  • пожаловаться
  • скопировать ссылку


Вот экзешник, но поиграть не получилось из-за ошибки.

  • пожаловаться
  • скопировать ссылку


Пацаны, а в чем смысл SIT?
Он качается на купленную игру, а в купленной игре вы так и так можете тимой бегать.

  • пожаловаться
  • скопировать ссылку


А где ты эти файлы качал, я там все пересмотрел не нашол

  • пожаловаться
  • скопировать ссылку


крч прост хочу убрать отдачу на любом оружие, но играю под последней версией игры

  • пожаловаться
  • скопировать ссылку


а где скачать тестовую 3.2.5?

  • пожаловаться
  • скопировать ссылку


KOJIOBPAT1983 написал:
а где скачать тестовую 3.2.5?

Там же, где и релиз 3.2.4 — https://dev.sp-tarkov.com/

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
тут только сервер какойто не понимаю ни чего

  • пожаловаться
  • скопировать ссылку


KOJIOBPAT1983
https://dev.sp-tarkov.com/SPT-AKI/Stable-releases/releases

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
Выкатили на cs.rin новую версию

Спойлер

1. Client.0.12.12.32.19885.zip
2. Client.0.12.12.32.19904.zip

http://cdn-11.eft-store.com/client/live/distribs/0.12.12.32.19885_3ded7331-4fc2-4a94-9737-93ed7b79dbb9/Client.0.12.12.32.19885.zip
http://cdn-11.eft-store.com/client/live/distribs/0.12.12.32.19904_06d31be9-cc8b-4ff9-8998-d271436d07bb/Client.0.12.12.32.19904.zip

  • пожаловаться
  • скопировать ссылку


deep1tone
Да, я уже скачал и потестил в выходные. И словил уже на тестовой версии АКИ неприятный баг. Видимо, из-за какого-то мода в BepInEx. Постоянно сыпались ошибки в лог самой игры. А так как логи игры во время сессии находятся в памяти компа, то она забилась напрочь. И начались жуткие тормоза всего компа. В результате игра «упала». Вчера попробовал ещё раз, убрав новые моды из BepInEx. Правда, в рейд не выходил. Вроде проблем не было.

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
Потестил 3.2.5, BepInEx от 3.2.4 не работают, кладут игру. У меня баг такой был, просто нету слада, нету никаких шмоток.

Спойлер

Устанавливал:

После удаления всё нормально.

UPD
Не работает FAUPI — MUNITIONS EXPERT 1.6.5 — заваливает игру.

  • пожаловаться
  • скопировать ссылку


скачал с the last game захожу и просто лес 20 мин что делать?

  • пожаловаться
  • скопировать ссылку


ghbgbghgmgj
хм… где там мой хрустальный шар?… а, блин, он же затерялся, во времени и пространстве… так что, увы, понять, что именно Вы скачали, как запускали, какие сообщения в логах АКИ и игры не получится. Или Вы подробнее расскажете об всём сами.

  • пожаловаться
  • скопировать ссылку


ghbgbghgmgj написал:
the last game

Как я понял это сайт с играми.

ghbgbghgmgj написал:
просто лес

Ну естественно карта же соответственно называется.

ghbgbghgmgj написал:
20 мин

Такой лимит по времени рейда.

ghbgbghgmgj написал:
что делать?

Лутать, стрелять, прокачиваться, прокачивать убежище, выполнять миссии продавцов.

  • пожаловаться
  • скопировать ссылку


deep1tone
Зарелизили 3.2.5. Опять ждать, когда моды обновят. Хотя часть как пишут уже совместима.

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
Да это не долго =) Обновят обязательно. Хотя у меня сейчас 90% модов с версии 3.2.4 работают.

  • пожаловаться
  • скопировать ссылку


deep1tone
Не факт, далеко не факт. Вон Bigger Bang даже для 3.2.4 не обновлялся. Хотя вроде и работал. Но у меня он в консоли жутко спамил. А автор на аналогичное сообщение отвечает, что типа другой мод конфликтует. Но я пробовал вообще только с одним этим модом. А так, да, практически все используемые мной моды работатют. Но напрягает использование памяти игрой во время рейда. Почти всю память съедает. И, как уже раньше писал, может привести к полному зависанию, когда 99% загнято:-(

  • пожаловаться
  • скопировать ссылку



KMC SERVER VALUE MODIFIER как думаете будет работать на 3.2.5?

  • пожаловаться
  • скопировать ссылку



На пиратке можно играть на официальных серверах?

  • пожаловаться
  • скопировать ссылку


Плей фо мииииииииии
Конечно нет. Ты же играешь на эмуляторе сервера через ланчер SPT. А на офф серверах нужен офф ланчер, который просто так не скачать, только покупка.

BlackTigerTK написал:
жутко спамил

А те заветные строчки уже не помогают?

  • пожаловаться
  • скопировать ссылку


deep1tone написал:
А те заветные строчки уже не помогают?

Не, там другие сообщения были.

  • пожаловаться
  • скопировать ссылку


ребят че делать нету главного менюв таркове версия aki 2.2.1

  • пожаловаться
  • скопировать ссылку


runtvey
Думаю пора переходить на версию 3.2.4 =)

  • пожаловаться
  • скопировать ссылку


deep1tone написал:
Думаю пора переходить на версию 3.2.4 =)

Э… уже же давно релиз 3.2.5 вышел:-) И уже началась разработка 3.2.6:-) Правда, пока тестовых не выложили.

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
Я советую AIO версии всегда, так как меньше телодвижений =)))

  • пожаловаться
  • скопировать ссылку


deep1tone
Не спорю, с ней вообще практически ничего особого делать не надо. Но! Обновляется она не часто. Вот сейчас уже выложили тестовую версию АКИ 3.2.6 под клиента 0.12.12.32.20090. Попробую сегодня развернуть. Да и мне в общем то ручками всё сделать не влом:-)

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
Ребята не могут дождаться обновленных модов под версию 3.2.5, а они уже 3.2.6 выкатили =)))

  • пожаловаться
  • скопировать ссылку


deep1tone
Так АКИ в основном другие люди пилят. Вчера проверил, все моды, что у меня использовались, загрузились нормально. Во всяком случае в консоли сервера ошибок не было. Кстати, файлы globals.json и items.json отличаются от более ранних версий. Хотя вот в globals.json. когда редактировал, обратил внимание, что там пересавили местами параметры. Было:
«Buffs_MULE»: [
{
«BuffType»: «WeightLimit»,
«Chance»: 1,
«Delay»: 1,
«Duration»: 900,
«Value»: 0.5,
«AbsoluteValue»: false,
«SkillName»: «»
},
Стало:
«Buffs_MULE»: [
{
«AbsoluteValue»: false,
«BuffType»: «WeightLimit»,
«Chance»: 1,
«Delay»: 1,
«Duration»: 900,
«SkillName»: «»,
«Value»: 0.5
},
А в items.json например, пересавили местами некоторые рюкзаки.
В результате я сравниваю файлы в Ноутпад плюс плюс с помощью соответствующего плагина и вижу кучу отличий:-)
И, спрашивается, нафига?:-)

  • пожаловаться
  • скопировать ссылку


BlackTigerTK написал:
И, спрашивается, нафига?:-)

Это только разрабам ведомо.
Ну в принципе тут просто строчки поменяны, новых не добавилось, думаю это не на что влиять не должно.

  • пожаловаться
  • скопировать ссылку


ПОМОГИТЕ!!!!!У меня ненаходит сервера т.о сервера ненайдены.А если захожу в игру через расположение файлов кнопок чтоб играть нету тупо пустой экран

  • пожаловаться
  • скопировать ссылку


deep1tone написал:
Это только разрабам ведомо.

Этточно!

deep1tone написал:
Ну в принципе тут просто строчки поменяны, новых не добавилось, думаю это не на что влиять не должно.

А вот фиг его знает. Так что отредактировал новый файл. Тем более, что мне там только два эффекта править надо. не так много.

ROYMAN написал:
ПОМОГИТЕ!!!!!У меня ненаходит сервера т.о сервера ненайдены.А если захожу в игру через расположение файлов кнопок чтоб играть нету тупо пустой экран

Телепаты в перманентном отпуске, поэтому рассказывайте, что качали и откуда. Как запускали.

  • пожаловаться
  • скопировать ссылку


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

  • пожаловаться
  • скопировать ссылку


  • пожаловаться
  • скопировать ссылку


что такое bypass

  • пожаловаться
  • скопировать ссылку


ROYMAN
Что бы никогда не вылезала ошибка «Купите официальную версию игры» — ну или как то так, я уже забыл об этой ошибке.

  • пожаловаться
  • скопировать ссылку


спасибо огромное.и еще без всяких проблем будет?

  • пожаловаться
  • скопировать ссылку


ROYMAN
Ну ты скачаешь упакованную игру, распаковываешь и играешь, какие там могут быть проблемы =))
Собрал байпас для тех кто не втыкает как оно и что оно, Байпас.
Результат VirusTotal в архиве.

  • пожаловаться
  • скопировать ссылку


deep1tone
Для AIO байпасс не нужен, там уже всё правлено. Он нужен, если самому делать установку, распаковывать клиента, накатывать АКИ…

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
Я думаю всё равно это будет не лишним. Всё равно, это будет полезно.

  • пожаловаться
  • скопировать ссылку


рапоковываю файл сервера AKI при скачке просят пороль ввожу разные пороли и нехера.еррор пороль несоответствует скачиваю лаунчер и арков требует пороль.всего 3000 ошибок

  • пожаловаться
  • скопировать ссылку


ROYMAN
Ты где такой лохотрон нашёл, я раньше repack Skidrow и fitGirl скачивал, не разу никаких паролей не видел =)))

  • пожаловаться
  • скопировать ссылку


ты сам мне вчера эту
ссылку скидывал

  • пожаловаться
  • скопировать ссылку


вот она https://www.playground.ru/redirect/https/cdn.discordapp.com/attachments/826903356080390154/1029283236548976650/AKI_3.2.4_AIO.torrent

  • пожаловаться
  • скопировать ссылку


алееееееее помоги пжожалуйста

  • пожаловаться
  • скопировать ссылку


ROYMAN
Открываю ссылку и торрент на скачку, скачиваю, пароль от архива AIO архива, instructions
Он всегда такой, не меняется. А вот архивам Client и SPT пароль не требуется.

  • пожаловаться
  • скопировать ссылку



я все распокавал но в лаунчере пишет по-умолчанию AKI СЕРВЕРА НЕДОСТУПНЫ

  • пожаловаться
  • скопировать ссылку


а кокда захожу в сам тарков фон без кнопок:играть,настроики.пишет (0)beta

  • пожаловаться
  • скопировать ссылку


Запускатть надо сначало aki.server , потом aki.launcher , EscapeFromTarkov.exe не трогать.

Спойлер

  • пожаловаться
  • скопировать ссылку


когда я запускаю аки сервер у меня на секунду фигня какаето высвечвается а в лаунчере также пишет сервер недоступен

  • пожаловаться
  • скопировать ссылку


ROYMAN
Потому что у тебя не запускается сервер, если окно сразу закрывается при запуске, значит какойто косяк и игра работать не будет. Бывает по многим причинам, смотри логи ошибок.

Спойлер

Без этого окна и трёх зеленых строчек, игра работать не будет.

  • пожаловаться
  • скопировать ссылку


я исправил бы ошибки но аки сервер не запускаетсяdeep1tone

  • пожаловаться
  • скопировать ссылку


и как посмотреть логи

  • пожаловаться
  • скопировать ссылку




больше нету логов

  • пожаловаться
  • скопировать ссылку


ROYMAN
Не знаю что ты там у себя делаешь с чистым клиентом но такой ошибки я ещё не видел, смущает какой-то avolonia

Спойлер

Спецом для тебя видос накатил

  • пожаловаться
  • скопировать ссылку


у тебя есть дискорд? чтоб хоть как то попробовать свериться

  • пожаловаться
  • скопировать ссылку


ROYMAN
Для начала папку AKI_3.2.4_AIO перенесите в другое место. например, создайте в корне диска C: каталог Games. И в него перенесите папку. Кирилических букв в пути к папке игру не должно быть. После этого покажите скриншот содержимого этой папки.

  • пожаловаться
  • скопировать ссылку


ROYMAN
Дискорд есть, я в нём не особо разбираюсь, просто подписан на интересующие каналы. Каким образом, что либо сверять, не вижу в этом возможности, ибо скачал и показал как устанавливать+запускать один и тот же торрент, файл.

  • пожаловаться
  • скопировать ссылку


что с этим делать

  • пожаловаться
  • скопировать ссылку


провэй1235
Что-то с лутом не так, может мод какой поломал, может ещё что-то.

  • пожаловаться
  • скопировать ссылку


провэй1235 написал:
что с этим делать

Телепаты в перманентном отпуске, поэтому рассказывайте, что качали и откуда. Как запускали. Редактировали ли файлы сервера.

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
У меня пишет что разные версии игры, скачивал с того же сайта который был в дискорде

  • пожаловаться
  • скопировать ссылку


doncha223
Если ты скачивал с дискорда, то у тебя должна быть такая связка ….

А у тебя видно что клиент 20243, а ланчер под версию 20765

  • пожаловаться
  • скопировать ссылку


deep1tone
Там по умолчанию кидает же на хаб и, опять же по умолчанию, качается последняя версия АКИ. А это 3.4.0:-)

doncha223 написал:
У меня пишет что разные версии игры, скачивал с того же сайта который был в дискорде

Вам надо было качать не по кнопке Download, а выбрать вкладку Versions и там качать версию 3.3.0:

Спойлер

Или идти на форум cs.rin.ru в ветку игры. Там есть ссылка на закачку клиента .20765. С ним можно использовать АКИ 3.4.0

  • пожаловаться
  • скопировать ссылку


помогите запускаю пиратский тарков а он не видит Server1.exe, все сделал по инструкции

  • пожаловаться
  • скопировать ссылку


misha_171
Ты не тот пиратский тарков скачал, качать нужно отсюда.

Спойлер

1. Download the AKI 3.2.4 AIO torrent file. (link)
2. Open the torrent file with your torrent client.
3. Specify the save location as C:AKI_ETRC
a. You can pick a different drive if you want, but please keep the path simple.
b. It might take a few seconds for the torrent to start. Once the torrent is started, it will download the files to the directory you specify as the download location.
c. If you want to help others download the files faster, leave the torrent client running.
4. Run the self-extracting zip: AKI_3.2.4_aio.exe
a. use the path C:AKI_ETRCAKI_3.2.4_aio
b. Password: instructions
c. Attempting to extract in any other way will result in failure to extract. If you ask for help extracting while using an unsupported method, a warning will be placed on your permanent record.
EmuTarkov Team © 2021

Спойлер

https://discord.gg/sptarkov Подписывайся на Дискач, что бы всегда качать рабочие версии.

  • пожаловаться
  • скопировать ссылку


deep1tone
пороль требует друг при распоковке архива

  • пожаловаться
  • скопировать ссылку


zxcabuzer
Внимательно читаем инструкцию.
https://forums.playground.ru/escape_from_tarkov/tech/piratskaya_versiya_problemy_s_zapuskom-1006784/#comment-19144627

  • пожаловаться
  • скопировать ссылку


У этой проблемы с запуском игры, что пишет купите копию игры для пираткой версии. Решение:запустите сервер от имени администратора (Мне это помогло)

  • пожаловаться
  • скопировать ссылку


парни такая проблема захожу в пиратский тарков там пишит патчинг и всё игра не запускается как это решить?

  • пожаловаться
  • скопировать ссылку


zxcabuzer
Бывало что-то подобное у меня, помогает перезапуск сервака и ланчера, на крайний случай рестарт ПК.

  • пожаловаться
  • скопировать ссылку


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

  • пожаловаться
  • скопировать ссылку


  • пожаловаться
  • скопировать ссылку


Chernovert написал:
можно ли это сделать вообще?

Можно только после покупки офф игры. SPT-AKI не работает по сети и интернету, только сингл.

  • пожаловаться
  • скопировать ссылку


Artemmay
Братан, если не охота тратить кучу денег на игры в стиме(как и мне тоже) предлагаю использовать сервис для выгодной покупки ключей. Моментальная выдача и гарантия. Рекомендую хотя бы просто посмотреть — https://zaka-zaka.com/?agent=99a6ecdd-dbff-4784-84a3-f29e5c7abf67
Это не спам и не реклама, просто хотел помочь форумчану

  • пожаловаться
  • скопировать ссылку


BlackTigerTK написал: Там по умолчанию кидает же на хаб и, опять же по умолчанию, качается последняя версия АКИ. А это 3.4.0:-)

Я от туда уже давно не качаю по этому не в курсе что ссылка сразу на последнюю версию, тем не менее я прав что, связка версий не правильная 😉

  • пожаловаться
  • скопировать ссылку


всем здарова. У меня проблема такова. я запускаю тарков пишет идёт патчинг и ничего не происходит. А игра просто через ярлык тож не запускается. Заранее благодарю.

  • пожаловаться
  • скопировать ссылку


anamnez228
Попробуй перезагрузить ПК, как бонус установить Patcher VERSION 2.0.0.5.
Либо скачать AIO, его обновили до последней актуальной версии.

  • пожаловаться
  • скопировать ссылку


мужики, помогите! Такая проблемка….
Во-первых не запускается игра через лаунчер — НЕ ОБНАРУЖЕНО КУПИТЕ ТАРКОВ и т.д (с этим уже смирился), на это пофик. Главная проблема заключается в том что при запуске игры из корневой папки, она просто вылетает. То есть игра запускается на пару секунд и без ошибки вылетает. Пробовал похимичить с совместимостью, помогло это тем что после запуска я вижу экран производителей и далее все равно вылетает. Проблемы ПК или в сборке (11.58 GB | RePack от Igruha — Версия игры: 0.12.12.32.20765 | — Эмулятор сервера Version 3.4.1 )?

  • пожаловаться
  • скопировать ссылку


pwwwwwww2
разобрался в чем проблема?

  • пожаловаться
  • скопировать ссылку


pwwwwwww2
Тут про репаки никто не поможет, ибо тебе нужно к репакеру вопросы задавать.
А так качай правильный билд и играй.
Скачать

  • пожаловаться
  • скопировать ссылку


deep1tone
А какой пароль, и что надо делать после установки

  • пожаловаться
  • скопировать ссылку


sadly_114

Спойлер

All In One (AIO) Download
Do not install to desktop.
Use only English letters.
No patching required.

We recommend qBittorent Client if you don’t have a torrent client already. (link)

1. Download the AKI 3.4.0 AIO torrent file. (link)
2. Open the torrent file with your torrent client.
3. Specify the save location as C:AKI_ETRC
a. You can pick a different drive if you want, but please keep the path simple.
b. It might take a few seconds for the torrent to start. Once the torrent is started, it will download the files to the directory you specify as the download location.
c. If you want to help others download the files faster, leave the torrent client running.
4. Run the self-extracting zip: AKI_3.4.0_aio.exe
a. use the path C:AKI_ETRCAKI_3.4.0_aio
b. Password: instructions
c. Attempting to extract in any other way will result in failure to extract. If you ask for help extracting while using an unsupported method, a warning will be placed on your permanent record.
EmuTarkov Team © 2021

  • пожаловаться
  • скопировать ссылку


deep1tone
спасибо

  • пожаловаться
  • скопировать ссылку


MEGA FUCKING BROKEN 21531 + Client.0.13.0.1.21531

Спойлер

UPD
Странно, ботов не встретил на «улице». ФПС жуткие 30-40 на 1660TI
УПД

Очень жесткий босс, добежать посмотреть не получается даже с балаклавой_разр

  • пожаловаться
  • скопировать ссылку


Ребят подскажите пожалуйста, при заходе в тарков через лаунчер выдает бесконечный загрузочный экран в главное меню зайти не дает, подскажите что делать пожалуйста

  • пожаловаться
  • скопировать ссылку


nikola1109
при каких причинах, с нуля игра или скачана откуда, или модов полно?

  • пожаловаться
  • скопировать ссылку


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

  • пожаловаться
  • скопировать ссылку


deep1tone
точно такая же проблема, сейчас буквально новую версию скачал

  • пожаловаться
  • скопировать ссылку


Just1ce7
Значит, Вы что-то не так делаете.

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
похоже на то

  • пожаловаться
  • скопировать ссылку


дануил написал:
ребят,как обновиться с версии spt aki 3.1.1 до 3.4.1 ?

Качаете клиента EFT 0.12.12.20765, распаковываете в отдельный каталог. Качаете SPT-AKI 3.4.1. Распаковываете в тот же каталог. Заходите в этот каталог и запускаете файл сервера Aki.Server.exe. Ждёте первичную инициализацию и закрываете консоль сервера. Копируете из каталога АКИ 3.1.1 файл профиля в соответствующий каталог АКИ 3.4.1. Снова запускаете сервер, ждёте инициализации, запускаете ланчер, выбираете свой профиль, запускаете игру. Всё элементарно.
Если есть моды, то надо смотреть совместимость версий АКИ. Проверить на обновлённые версии.

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
я уже так делал, вот что из этого вышло, в лаунчере выскакивает такая штука (SPOT is unable to run, this is because spt expected to find eft version 0.12.12.20765 but instead found version 0.12.12.19078 ensure you’ve downgraded your eft as described in the install guide on the page you downloaded spt from)
(SPOT не удается запустить, это связано с тем, что spt ожидал найти eft версии 0.12.12.20765, но вместо этого нашел версию 0.12.12.19078 убедитесь, что вы понизили свой eft, как описано в руководстве по установке на странице, с которой вы загрузили spt)

  • пожаловаться
  • скопировать ссылку


дануил
Что не ясно в том, что я написал?

BlackTigerTK написал:
Качаете клиента EFT 0.12.12.20765

Где здесь упоминание о версии клиента

дануил написал:
0.12.12.19078

?

  • пожаловаться
  • скопировать ссылку


ребят как обновить лаунчер spt aki с 3.1.1 до 3.4.1 ? я уже устал искать в каналах дс и тд )

  • пожаловаться
  • скопировать ссылку


спт с оф сайта скачивал и заменял файлы в папке таркова

  • пожаловаться
  • скопировать ссылку


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

  • пожаловаться
  • скопировать ссылку


которую вы скинули в 10 часов

  • пожаловаться
  • скопировать ссылку


Ссылка на bypass для тех у кого не получается.
Тут уже настолько разжевал, что ещё проще ну никак не получится😎

Спойлер

https://drive.google.com/file/d/1x1h2rB3GjbJxAbiXoiY8-5ohluV5-u8e/view?usp=sharing

  • пожаловаться
  • скопировать ссылку


deep1toneспасибо , сейчас попробую)

  • пожаловаться
  • скопировать ссылку


я решал такую проблему просто переустановив виндовс

  • пожаловаться
  • скопировать ссылку


как мне не хотелось этого делать, похоже все таки придется

  • пожаловаться
  • скопировать ссылку



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

  • пожаловаться
  • скопировать ссылку


Бенька
Может сенсу увеличить в настройках, может что-то с софтом для мыши, странная проблема.
А перс стреляет?

  • пожаловаться
  • скопировать ссылку


всё стреляет/прицельваеться в убежке тоже не работтает, сенса максимальная уже

  • пожаловаться
  • скопировать ссылку


Бенька
Мышь беспроводная? Попробовать другого грызуна? Желательно хвостатого.

  • пожаловаться
  • скопировать ссылку


не уважаю безпроводные) хвостатая, но даже если б она была не хвостатая всё ж работает кроме поворота)). Попробую переустановить.

  • пожаловаться
  • скопировать ссылку


все таки переустановил чистую винду, проблема осталась такой же

  • пожаловаться
  • скопировать ссылку


не знаю даже что в такой ситуации сделать

  • пожаловаться
  • скопировать ссылку


Just1ce7
Переустановить ещё раз:-) Перед этим выполнить команду «format c:» :-)))

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
причем когда я переустанавливал виндовс отформатировал оба диска.

  • пожаловаться
  • скопировать ссылку


но опять же ошибка осталась

  • пожаловаться
  • скопировать ссылку


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

  • пожаловаться
  • скопировать ссылку


Just1ce7
https://forums.playground.ru/escape_from_tarkov/tech/piratskaya_versiya_problemy_s_zapuskom-1006784/#comment-19156890

  • пожаловаться
  • скопировать ссылку



  • пожаловаться
  • скопировать ссылку


в общем, проблема заключалась у меня в nvidia geforce experience (так как видеокарта от нвидиа соответственно), точнее в её отсутствии, а после установки тарков запустился

  • пожаловаться
  • скопировать ссылку


Just1ce7
Бред. Уже давно ЖеЕ не устанвавливаю от слова совсем. Тем не менее СПТ АКИ прекрасно работает.
Бенька
Поменять грызуна

  • пожаловаться
  • скопировать ссылку


ГЦ, моя проблемка актуальна, переустанови игру не помогло. всё работатет кроме поворотов перса хз что делать

  • пожаловаться
  • скопировать ссылку


Вроде как нашёл проблему, но не знаю где её исправить. Возможное решение:

Спойлер

Vector3 axis = new Vector3(-(lastAxis.x — Input.mousePosition.x) * 0.1f, -(lastAxis.y — Input.mousePosition.y) * 0.1f, Input.GetAxis(«Mouse ScrollWheel»));
Vector2 lastAxis = new Vector2(Input.mousePosition.x, Input.mousePosition.y);

Проявляется из-за того, как Юнити работает с мышью, а РДП перехватывает и виртуализирует её.
Подскажите где искать настроики мышки мб поможет

  • пожаловаться
  • скопировать ссылку


После обновления зависает при выходе в рейд, появляешься на локации и клавиши ни на что не реагируют кроме alt+F4. После обновления несколько рейдов все успешно работало, профиль перенесен из старой версии. Кто-нибудь сталкивался с подобным? в строке сервера появилась строка Generator и тд.

  • пожаловаться
  • скопировать ссылку


AntonFed
Генератор, это тот что в убежке электричество даёт.
Айр Фильтр тоже в убежке, тот что бафы даёт.

AntonFed написал:
профиль перенесен из старой версии.

Если глючит пробуй новый профиль создать и посмотреть что будет.

  • пожаловаться
  • скопировать ссылку


deep1tone
Да,пробовал их полностью отключить (генератор и фильтратор)сообщение в строке пропало ,но увы-это не помогло )при создании нового профиля все корректно работает .Итог:создал новый профиль и с помощью редактора профиля ручками ввел все значения достигнутого прогресса )как итог потерял только хлам в инвентаре,но это дело наживное)

  • пожаловаться
  • скопировать ссылку


AntonFed
Такой метод/способ обсуждался мной и BlackTigerTK, очень давно, не суть, смысл в том что захламленный кодами профиль, не всегда работает на новых сборках.

1Serg написал:
Ребят, спасите помогите!))))

Опять же, попробуй новый профиль, в основном это решает проблему.

  • пожаловаться
  • скопировать ссылку


deep1tone
Спасибо!
Т.е. что сделать? Где что почистить? Я просто ее уже три раза переустановил, а результат тот же.

  • пожаловаться
  • скопировать ссылку


1Serg
Выше Вам уже ответили — создать новый профиль. Нужную информацию перенести с помощью редактора профиля.

  • пожаловаться
  • скопировать ссылку


Ребят, спасите помогите!))))
Ситуация такая, что в конце рейда отсчитывается время, выход и дальше черный экран. И ничего больше не происходит! Ждать можно вечно. При такой ситуации выйти с игры могу только через диспетчер задач. В остальном все работает ,все играется, лутается ,и так далее. Раньше бывало по 3-5 рейдов норм а потом черный экран. А сейчас после каждого рейда такое! С чем это может быть связано?

  • пожаловаться
  • скопировать ссылку


Да блин ребята ну у кого-нибудь есть нормальная пиратская версия где ты играешь в оффлайн всё так же самое но только оффлайн онлайн а оффлайн не на торренте игр это качается А если может быть и там ну не так всё в открытую!????

  • пожаловаться
  • скопировать ссылку


ЛЕВАНС
Конечно есть, на дискорде Аки например.

Спойлер

https://cdn.discordapp.com/attachments/826903356080390154/1057190428245508237/AKI_3.4.0_AIO.torrent

Только не спрашивай пароль.

ЛЕВАНС написал:
но только оффлайн онлайн а оффлайн не на торренте игр это качается А если может быть и там ну не так всё в открытую!????

Как понять?

  • пожаловаться
  • скопировать ссылку


здраствуйте что делать если вот такая ошибка выскакивает
Escape From Tarkov не установлен на вашем
компьютер
по какой мне ссылки переходить?

  • пожаловаться
  • скопировать ссылку


урна
искать как сделать bypass

  • пожаловаться
  • скопировать ссылку


и как же можешь ссылку кинуть

  • пожаловаться
  • скопировать ссылку


урна
https://forums.playground.ru/escape_from_tarkov/akis_mods_voprosy_otvety-1014534/#comment-19141936

K_Serdgio написал:
Вместо меню вот это. Что делать?

Для начала перезагрузить ПК.

  • пожаловаться
  • скопировать ссылку


Вместо меню вот это. Что делать?

  • пожаловаться
  • скопировать ссылку


Всем привет, недавно захотел снова поиграть в Тарков, но столкнулся с проблемой. Играл давно, году в 20, и тогда я просто запускал сервер и заходил через лаунчер. Сейчас же пишет что игра не установлена и нужно её купить, SPT-AKI 3.4.1, качал с сайта skidrow, версия 0.12.12.32.20765, может кто помочь? Байпас нигде не могу найти.

  • пожаловаться
  • скопировать ссылку


При старте сервера всё как обычно, но в лаунчере пишет игра не установлена, сама игра не запускается, сразу же вылетает

  • пожаловаться
  • скопировать ссылку


zer0ks

Байпас с сайта cs.rin.ru

https://www106.zippyshare.com/v/AMrF260t/file.html

Над твоим постом весит ссылка с инструкцией 🤦‍♂️
https://forums.playground.ru/escape_from_tarkov/akis_mods_voprosy_otvety-1014534/#comment-19141936
Даже не инструкция а код для bat файла, запустил и всё само пропишется в реестр. Только папку собрать нужную.

  • пожаловаться
  • скопировать ссылку


deep1tone
Спасибо, я переходил по ссылке на байпас, но ничего на гугл диске не было

  • пожаловаться
  • скопировать ссылку


zer0ks
Правильно, это я выкладывал, там ссылка временная почему-то.

  • пожаловаться
  • скопировать ссылку


deep1tone
Поставил байпас, все работает, игра запускается, но теперь после выбора персонажа выдает ошибку

Может нужно не за BEAR играть? Или с файлами что-то?
UPD
Проверил с другими персонажами, дело не в них

  • пожаловаться
  • скопировать ссылку


zer0ks
Смотри что в логах пишет, и посмотри что в консоли. возможно Репак хлам.

  • пожаловаться
  • скопировать ссылку


BlackTigerTK написал:
удалил из файла items.json балаклаву разработчика

Это вообще кощунство ИМХО😂

  • пожаловаться
  • скопировать ссылку


Даже когда отключил антивирус, всё равно эти файлы пропадают именно когда начинается патчинг

  • пожаловаться
  • скопировать ссылку


zer0ks
Ну нет, стопэ, чтото у тебя совсем интересное , вот мой байпасс

на всякий случай

https://drive.google.com/file/d/1x1h2rB3GjbJxAbiXoiY8-5ohluV5-u8e/view?usp=share_link

Мой Деф не ругается на Аки совершенно, до этого Каспер стоял, тоже адекватный.
Про удаление папок, при запуске ланче удаляет 1 папку, и сразу восстанавливает, это видно в папке клиента, я надеюсь байпас ты установил не в папку с клиентом, то есть не там где server и launcher

zer0ks написал:
он удаляет папку BattleEye

Такого быть не должно и не может.

Вот видос как я запускаю AIO, может непохоже но смысл тот же, ничего удаляться не должно.

весия 3.2.4

  • пожаловаться
  • скопировать ссылку


deep1tone
На Аки у меня никто не ругается, просто походу я налажал с установкой.
Ещё есть вопросы: зачем нужен AIO? Как правильно установить байпасс(ибо я его кидал в ту же папку, где и установлена пиратка)?

  • пожаловаться
  • скопировать ссылку


zer0ks написал:
Заметил что при запуске лаунчера, когда начинается патчинг, он удаляет папку BattleEye и exe-файлы Unity и EFT_BE. Так и должно быть?

deep1tone написал:
Нет, не нормально, антивирус какой установлен?

Нет, это нормально! BattleEye — это античит, он не нужен для АКИ.

zer0ks написал:
зачем нужен AIO?

Для безпроблемного разворачивания клиента игры вместе с уже развёрнутым SPT-AKI. То есть это уже готовый комплект. В нём ланчер пропатчен на предмет поиска лицензионной версии игры. Скачал, распаковал и играй. Байпасс в данном случае не нужен.

zer0ks написал:
Как правильно установить байпасс

Если скачали архив, предоставленный уважаемым deep1tone, то разархивируете его. Далее копируете получившуюся папку в корень диска, куда хотите установить. По умолчанию предлагается диск C:. Не знаю, сколько у Вас дисков в компе, если один, то именно в корень C: и копируете. Если не один, то можете, чтобы не засорять диск C:, скопировать в корень другого диска. В этом случае в папке Байпас кликните правой кнопкой мыши по файлу байпасс.bat и выбираете Изменить. И далее в пятой строке в самом конце в значении «C:bypassUninstall.exe» букву диска C: меняете на ту, в корень которого Вы скоприовали каталог bypass. У меня этот каталог «живёт» на диске J:, соответственно, данное значение у меня было бы «J:bypassUninstall.exe». Но это у меня. Сохраняете файл и запускаете его на выполнение. Если сделали всё правильно, то нужная запись добавилась в реестр Windows.

zer0ks написал:
гайд на установку. Я вообще не понимаю что нужно делать с этим аки, сервером, куда их правильно кидать

Для начала качаете собсвенно сам клиент игры — ссылка есть в посте deep1tone.
Распаковываете в какой-либо каталог на диске. Например, C:GamesEFT. У меня игры «живут» на отдельном диске, у меня каталог E:GamesEscape from Tarkov.
Далее, качаете SPT-AKI, так же из поста deep1tone. И распаковываете этот архив в тот же каталог, куда ранее распаковали клиента игры. Если ранее сделали байпасс, то на этом всё, можете запускать сначала сервер — Aki.Server.exe, смотрите лог консоли, после появления надписи зелёным шрифтом «Сервер запущен Удачной игры!!» запускаете Aki.Launcher.exe. Далее, наверно, разберётесь.

hildehagrde написал:
Скачана с диса оф версия

Обманываете! У Вас на скрине же прямо написано, что версия АКИ — 3.5.0. С дискорд-сервера EmuTarkov Related Community Server, с их официального download сервера качается RELEASE-SPT-3.4.0-20765. К тому же в текущих итерациях тестовой версии АКИ моды отключены, на Вашем скриншоте об этом ничего не сказано. То есть, скорее всего, у Вас какой-то репак!
В логах сервера ошибок не видно. Что касается приведённой Вами ошибки — там же явно указано про DLSS. У вас видеокарта NVIDIA? Попробуйте удалить конфигурационные файлы игры в профиле пользователя, ищите там каталог BattlestateGames (вроде так). Смотрите или в AppDataLocal, или в AppDataRoaming. Там несколько файлов с расширением ini. Вот их удалить или перенести в другое место.

  • пожаловаться
  • скопировать ссылку


BlackTigerTK написал:
Нет, это нормально! BattleEye — это античит, он не нужен для АКИ.

2-а раза проверял, ничего у меня не удаляется 🤷‍♂️

  • пожаловаться
  • скопировать ссылку


deep1tone
А у меня всегда удаляется:-) Я даже не заморачивался. AKI Community Patcher использовал? Хотя на 3.5.0 будет ли он работать. Возможно, как-то связано с тем, как сделан байпасс?
Я почти постянно с выходом новой итерации АКИ делаю по-новой разворачивание игры, так что статистика наблюдения большая:-)

  • пожаловаться
  • скопировать ссылку


BlackTigerTK
Не-а, байпас в целом ничем не отличается, папки и файлы те же, сам код в bat тоже.
Что руками делать, что bat файлом, смысл тоже, просто bat проще и быстрее прописывает строчку в регистре.

BlackTigerTK написал:
на 3.5.0 будет ли он работать

Patcher не работает на 3.5.0
ERROR: Wrong Game Version! Make sure you have Game Version 0.12.12.20765

BlackTigerTK написал:
А у меня всегда удаляется:-)

Заметил что, что-то удаляется и восстанавливается в папке с игрой, но так быстро, что не могу заметить что именно =)
А вот в папке bypass, папка BattlEye и все остальные папки как жили так и живут, не удаляются.

BlackTigerTK написал:
тестовой версии АКИ моды отключены

Кстати Чит работает нормально =)

  • пожаловаться
  • скопировать ссылку


deep1tone
Я вчера по-быстрому глянул вечерком. У меня папка BattlEye была скопирована целиком из архива игры. А в корне папки bypass кроме тех двух экзешников, что у тебя, лежат и оба экзешника игры:-) делал тыщу лет назад, когда только появился этот способ на cs.rin. Влияет ли это ка-то проверять лень:-) Работает — и ладно. Уже на куче версий игры:-)

deep1tone написал:
Кстати Чит работает нормально =)

Похоже, моды в BepInEx могут работать. Не буду утверждать, что все, но AIDisable у меня точно работает:-)

  • пожаловаться
  • скопировать ссылку


Спасибо всем огромное, у меня получилось, всё работает

  • пожаловаться
  • скопировать ссылку


мне кажется проще через дискорд сделать (если вы не против) простоя делал все правильно возможно это связано с игрой и по этому я скачиваю с вашей ссылки

  • пожаловаться
  • скопировать ссылку


gotip

Конечно ждем Вас завтра с новыми вопросами либо лайками комментаторам=)

  • пожаловаться
  • скопировать ссылку


deep1tone
ЭТО ДЛЯ МЕНЯЯ ?ЭТО ВСЕ МНЕЕЕ?СПАСИБО……

  • пожаловаться
  • скопировать ссылку


gotip
да, да, для рукожопых, не благодарите.

  • пожаловаться
  • скопировать ссылку


deep1tone
А ОНА У ТЕБЯ ЗАПУСТИЛАТЬ ТАК КАК У ТЕБЯ BYPASS уже скачан был ?

  • пожаловаться
  • скопировать ссылку


gotip
естественно скачан и установлен

  • пожаловаться
  • скопировать ссылку


f

  • пожаловаться
  • скопировать ссылку


Всем привет. Играю в тарков пиратку, все норм. Сегодня решил обновить версию, скачал, установил — увидел ряд ошибок которые видел при предыдущих скачиваниях таркова. Но уже не помню как это зафиксить, были ошибки: EFT не скачан, купите официал версию и поддержите разраба. (справился с ней путем того, что вынес папку EFT в games, из папки games/EFT/EFT) Сейчас мучаюсь с ошибкой EscapeFromTarkov.exe не найден. Что делать? (качал в thelastgame)

  • пожаловаться
  • скопировать ссылку


тут норм все ?

  • пожаловаться
  • скопировать ссылку


gotip
Тут норм. Попробуй просто перезапустить пк.
И убирай эти текста под спойлер, а то могут наказать модеры.

  • пожаловаться
  • скопировать ссылку


deep1tone
я не знаю перезагрузка не помогает есть идеи ?

  • пожаловаться
  • скопировать ссылку


да я хз просто вроде перезагружал

  • пожаловаться
  • скопировать ссылку


А на каком экране зависает?

  • пожаловаться
  • скопировать ссылку


deep1tone
она не виснет а бесконечно грузит на моменте с картинками фоновымт там где чвк город на фоне и т.д.

  • пожаловаться
  • скопировать ссылку


gotip
Ну вот один в один сталкивался с такой проблемой, мне помогала в 90% случаев перезагрузка ПК.
А саму игру ты по моим ссылкам скачал, чистый клиент и чистый spt-aki, без модов и новый профиль?
Нужно пробовать с новым профилем запустить.

  • пожаловаться
  • скопировать ссылку


deep1tone
сорян что не ответил да я по твоим ссылкам скачал и да с новым профилем

  • пожаловаться
  • скопировать ссылку


просто раньше было все норм мне надо было снести винду я скачал тарков снова ты помог мне решить проблему с bypass а теперь бесконечная загрузка может можно попробовать с прошлой версией игры ?
deep1tone

  • пожаловаться
  • скопировать ссылку


gotip
Даже не знаю что ещё может быть, прикладывай тогда скрины, как и что делаешь.
Либо удали полностью игру кроме байпаса и попробуй заново.

Как раз обновы появились. Моды отключены!

  • пожаловаться
  • скопировать ссылку


Мужики помощь ваша нужна срочно
Проблема с запуском таркова вообще
Все инструкции при установке выполнял правильно, но при попытке запуска сервера через лаунчер, выдает следующее: «Escape from Tarkov не установлен на компьютере. Бла бла купите и тд»Сталкивался кто-нибудь с такой проблемой?
Сделал все что можно, удалял, вырубал античит, смотрел гайды, ничего не помогло может кто знает ответ? Даже качал старые версии там такая же проблема

  • пожаловаться
  • скопировать ссылку


lipton_sshih
посмотри видио выше отdeep1tone

  • пожаловаться
  • скопировать ссылку


gotip
Спасибо, уже смотрю все не то качал столько нервов убил, емое

  • пожаловаться
  • скопировать ссылку


Кто может помочь? У меня запустился сервер и лаунчер, но когда я нажимаю Запустить игру, у меня пишится патчинг и все не заходится в игру.

  • пожаловаться
  • скопировать ссылку


здаров парни, помню можно было убрать отдачу на всех ганах и модулях, чтоб не плыло все, где искать данный пункт в документах? скок ищю не могу найти

  • пожаловаться
  • скопировать ссылку


lipton_sshih
Любой мод который содержит слово recoil.
Либо Client.0.13.0.1.21531 Aki_DataServerdatabasetemplatesitems.json
ищи тот модуль который тебе нужен и правь эти 2-а пункта.
«Recoil»: 0, на +100
«Ergonomics»: -1, на -100

  • пожаловаться
  • скопировать ссылку


deep1tone
лучше подскажи как ускорить этот процесс а то сижу уже пол часа вписываю)

  • пожаловаться
  • скопировать ссылку


deep1tone
мне прям на фулл пушках и тд, помню раньше было вписал одну там строку поменял и все нормуль, щяс чет нифига не понимаю

  • пожаловаться
  • скопировать ссылку


Господа, подскажите такая проблема, не грузит в рейд за чвк. А за дикого все норм. А если удалить профиль в лаунчере и создать новый все норм, но через какое то время опять перестаёт грузить. Удалял сборку под ноль, качал другую все равно через некоторое время такая беда!

  • пожаловаться
  • скопировать ссылку


pa_sky_da
Сегодня такая же проблема появилась

  • пожаловаться
  • скопировать ссылку


Кто может помочь? У меня запустился сервер и лаунчер, но когда я нажимаю Запустить игру, у меня пишится патчинг и все не заходится в игру.Заранее спасибо

  • пожаловаться
  • скопировать ссылку


как решить данную проблему

  • пожаловаться
  • скопировать ссылку


klays89
https://forums.playground.ru/escape_from_tarkov/gajdy_po_spt_aki-1018672/

  • пожаловаться
  • скопировать ссылку


фикс не встает, все по инструкции делаю

  • пожаловаться
  • скопировать ссылку


Добрый день. Подскажите решение проблемы. Игра запускается, все ОК.. но загружаюсь на карту а у меня черный экран, но игра работает.. хожу…стреляю.. инвентарь открываю и все вижу его, но самого пейзажа так сказать где я нахожусь нет..черный экран… но шкала бега…патроны…выходы все показывает…такая же проблема в убежище…что это может быть????

  • пожаловаться
  • скопировать ссылку


Marsel68
Ты случайно не в ночной рейд заходишь? =))
Andrey20141
Советую эти обновления, если они не установленны.
NET Framwork 4.7.2

Спойлер

https://dotnet.microsoft.com/download/dotnet-framework/thank-you/net472-developer-pack-offline-installer

NET Runtime 6

Спойлер

https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/runtime-desktop-6.0.4-windows-x64-installer

  • пожаловаться
  • скопировать ссылку


deep1tone
так я снова тут что делать если запускаешь серв а потом лаунчер нажимаешь играть пишет патчинг и ни чего не происходит игра не запускается

  • пожаловаться
  • скопировать ссылку


тут норм всеdeep1toneя
[Запрос Клиента] /launcher/server/connect
[Запрос Клиента] /launcher/ping
[Запрос Клиента] /launcher/server/version
[Запрос Клиента] /files/launcher/bg.png
[Запрос Клиента] /launcher/ping
[Запрос Клиента] /launcher/profile/login
[Запрос Клиента] /launcher/profile/get
[Запрос Клиента] /launcher/profile/info
[Запрос Клиента] /launcher/server/version
[Запрос Клиента] /launcher/profile/login
[Запрос Клиента] /launcher/profile/get
[Запрос Клиента] /launcher/profile/info
[Запрос Клиента] /launcher/server/version
[Запрос Клиента] /launcher/profile/compatibleTarkovVersion
[Запрос Клиента] /launcher/profile/remove
[Запрос Клиента] /launcher/server/connect
[Запрос Клиента] /launcher/ping
[Запрос Клиента] /launcher/server/version
[Запрос Клиента] /launcher/ping
[Запрос Клиента] /launcher/profiles
[Запрос Клиента] /launcher/profile/login
[Запрос Клиента] /launcher/profile/register
Изменения в профиле сохранены
[Запрос Клиента] /launcher/profile/login
[Запрос Клиента] /launcher/profile/get
[Запрос Клиента] /launcher/profile/info
[Запрос Клиента] /launcher/server/version
[Запрос Клиента] /launcher/profile/login
[Запрос Клиента] /launcher/profile/get
[Запрос Клиента] /launcher/profile/info
[Запрос Клиента] /launcher/server/version
[Запрос Клиента] /launcher/profile/compatibleTarkovVersion
[Запрос Клиента] /launcher/profile/login
[Запрос Клиента] /launcher/profile/get
[Запрос Клиента] /launcher/profile/info
[Запрос Клиента] /launcher/server/version

  • пожаловаться
  • скопировать ссылку


gotip
А надпись патчинг при этом весит и не пропадает?
lipton_sshih
Версия АКИ какая?

lipton_sshih написал:
лучше подскажи как ускорить этот процесс а то сижу уже пол часа вписываю)

Ну как я понял ты решил вообще у всех предметов убрать отдачу?
Так то да, 2370 строк только рекойл, ещё столько же ergonomics править.
Если версия AKI 3.4.1 то есть мод FONTAINE’S RECOIL & ATTACHMENT OVERHAUL 1.0.2 и YIM’S RECOIL TWEAKS 2.3.1 и WH_cheat_trainer (кто как называет), там есть пункт убрать отдачу.

  • пожаловаться
  • скопировать ссылку


deep1tone
нет пропадает

  • пожаловаться
  • скопировать ссылку


Добрый вечер, есть проблема, вечный экран загрузки, что можете посоветовать? и такой вопрос, а какое ПО нужно для таркова?

  • пожаловаться
  • скопировать ссылку


Andrey20141
сначало запускай сервер а потом сам лаунчер игры а не игру

  • пожаловаться
  • скопировать ссылку


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

  • пожаловаться
  • скопировать ссылку


хмм крч рисетал винду и вот такая ошибка,было купить как обычно инсталлер скачал и поставил (или мне прост новый профиль придётся создать ?)

  • пожаловаться
  • скопировать ссылку


Ryan_Shmosling
Нажми настройки и проверь путь

  • пожаловаться
  • скопировать ссылку


deep1tone
с путём сё норм

  • пожаловаться
  • скопировать ссылку


Ryan_Shmosling
А сам файл существует по данному пути?

Спойлер

  • пожаловаться
  • скопировать ссылку


За чвк грузит на карту и все виснет

  • пожаловаться
  • скопировать ссылку


NordDim
Karvon
Смотрите логи для начала.

  • пожаловаться
  • скопировать ссылку


deep1tone
а что там должно быть

  • пожаловаться
  • скопировать ссылку


У меня проблема, я скачал игру, сделал все как надо все нормально грузит и заходит в игру, но при начале рейда игра вылетает, что делать?

  • пожаловаться
  • скопировать ссылку


И если не сложно, можешь пожалуйста написать гайд на установку. Я вообще не понимаю что нужно делать с этим аки, сервером, куда их правильно кидать, именно поэтому и написал на форум.

  • пожаловаться
  • скопировать ссылку



exe301
Какие именно шаги Вы предпринимали для запуска игры?

  • пожаловаться
  • скопировать ссылку


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

  • пожаловаться
  • скопировать ссылку

Понравилась статья? Поделить с друзьями:
  • To run this application you must install net ds4windows как исправить
  • To run this application you must install net core divinity как исправить
  • To reach the target page complete the following steps shown above как исправить
  • To fix this contact your system administrator and provide the error code 135011
  • Tns protocol adapter error oracle как исправить