brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] Launching Issue #11413

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by MandarSant Sunday Jul 09, 2017 at 03:41 GMT Originally opened as https://github.com/adobe/brackets/issues/13541


Description

[Editor is not opening]

Steps to Reproduce

  1. [Open Editor by double clicking or any another way]

Expected behavior: [Should open editor]

Actual behavior: [Not opening editor gives error]

capture

Versions

OS:-Win 8.1 WMC Brackets:-1.10

core-ai-bot commented 3 years ago

Comment by saurabh95 Sunday Jul 09, 2017 at 04:17 GMT


You have to download Visual C++ Redistributable for Visual Studio 2015 as mentioned in this comment https://github.com/adobe/brackets/issues/13534#issuecomment-313835199

core-ai-bot commented 3 years ago

Comment by MandarSant Sunday Jul 09, 2017 at 05:49 GMT


@saurabh95 still not resolved

core-ai-bot commented 3 years ago

Comment by saurabh95 Sunday Jul 09, 2017 at 05:51 GMT


@MandarSant Did you download the x86 version or x64?

core-ai-bot commented 3 years ago

Comment by MandarSant Sunday Jul 09, 2017 at 05:52 GMT


x64

core-ai-bot commented 3 years ago

Comment by saurabh95 Sunday Jul 09, 2017 at 05:52 GMT


You have to download x86 since Brackets is 32 bit.

core-ai-bot commented 3 years ago

Comment by MandarSant Sunday Jul 09, 2017 at 05:53 GMT


should i uninstall x64?

core-ai-bot commented 3 years ago

Comment by saurabh95 Sunday Jul 09, 2017 at 05:55 GMT


I think you can have both, there shouldn't be any issue

core-ai-bot commented 3 years ago

Comment by abose Sunday Jul 09, 2017 at 06:15 GMT


image I too am getting the same issue. It is not present in previous releases. The installer needs to be fixed adding the required DLLs.

core-ai-bot commented 3 years ago

Comment by abose Sunday Jul 09, 2017 at 06:17 GMT


VC++ redistributable will not be present in most consumer machines. Marking this as high priority. Tested with brackets 1.9 installers, it does not have this requirement.

core-ai-bot commented 3 years ago

Comment by saurabh95 Sunday Jul 09, 2017 at 06:21 GMT


This issue is seen because of migration to Visual Studio 2015 which requires this dll. AFAIK this issue is not there in Windows 10 update, it is seen only in prior versions. https://forums.adobe.com/thread/2170648

core-ai-bot commented 3 years ago

Comment by abose Sunday Jul 09, 2017 at 06:26 GMT


Yes, but in the case where the DLL is not present, which seems to be the case in Windows 8+ machines, the required dependencies need to be shipped as part of the installer.

The release engineering team would be able to help with this. It is not a good install experience if the user has to go ahead and fix the dependencies(remembering linux deps resolutions 📦 ). Mostly the required DLLs just needs to be shipped with the installer. That should fix this issue.

core-ai-bot commented 3 years ago

Comment by saurabh95 Sunday Jul 09, 2017 at 06:27 GMT


yeah we will do that and change the release builds

core-ai-bot commented 3 years ago

Comment by MandarSant Sunday Jul 09, 2017 at 07:22 GMT


@saurabh95 thanks it worked

core-ai-bot commented 3 years ago

Comment by abose Sunday Jul 09, 2017 at 07:24 GMT


Reopening as the installer issue is not resolved yet.

core-ai-bot commented 3 years ago

Comment by MandarSant Sunday Jul 09, 2017 at 08:21 GMT


@abose I didnt got what u say

core-ai-bot commented 3 years ago

Comment by abose Sunday Jul 09, 2017 at 08:26 GMT


Closing in favor of https://github.com/adobe/brackets/issues/13534 . @MandarSant we do not expect users to install other software to be able to run brackets. Ideally, brackets installer should install all its requirements by itself. That fix is being tracked in the linked issue. Closing this as a duplicate.