What do I make of this error dialog in mac? [closed] - macos

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I get this error dialog while opening a ".app" file. This .app file has same contents as another copy of ".app", at least comparing the .app files using FileMerge. Why does this dialog supposed to come up.
Attaching the apps here:
App with error:
https://hightailspaces.com/space/6KRLl
App which works:
https://hightailspaces.com/space/9TNiO

In the one with the error, the executable file does not have its executable bit set.
There are also problems with the Info.plist in both files, such as CFBundleExecutable not being specified.

Related

Installing SublimeText 4 [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
this is such a beginners question but nevertheless wanted some of your input.
I tried installing SublimeText4 and noticed that there is no .dmg file associated with it, all i get .zip - is this normal? Usually with SBT3 and Pycharm I was used to at least some 'install' procedures.
Kind of new to Mac OS, so thanks for the help.
The DMG approach is common, but in this case, the ZIP file has the application. Often the browser will automatically unzip it for you, but if not, just double click on the ZIP file and the application will be extracted for you. Then you can just drag the app extracted from the ZIP file to your “Applications” folder and you are done.

Change Default Program for a specific folder [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 4 years ago.
Improve this question
I do not know if this is possible (I suspect that it isn't), but can you change the default program for a file type for only a specific folder and the folder's sub-folders in Windows 7?
What I am trying to do is set the html files in a specific folder to open in Notepad++ by default, and everywhere else, open in Chrome (which is the current default).
I do know how to change the global default program for a file extension, but that is not what I am trying to do in this case.
Thank you in advance.
In a word: Impossible
The registry cant be customised for an individual folder it is all or nothing.

Why do I not have a C:\Users\Username\AppData\Local\Apps folder? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I am trying to install a ClickOnce application and it is not working. I am told to delete the C:\Users\Username\AppData\Local\Apps\2.0 folder. However I do not even have a C:\Users\Username\AppData\Local\Apps folder. I have tried just creating a folder named 'Apps' there and then starting the application but I still get the same error.
Why does my computer not have a C:\Users\Username\AppData\Local\Apps folder?
You probably need to check "C:\Users\Nate\AppData\Roaming" and not "Local". You can see your appdata folder by typing "%appdata% in start -> run.
This is a hidden folder. Make sure that you have set your folder options to show all hidden folders, otherwise you will not see it.

How configure windows to execute .bat file automatically [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
All my .bat files are opening automatically in notepad. Anyone know what kind of file I need to associate it? I tried to associate to "Windows command processor", but it only opened the "command-prompt", and didn't execute it.
Try removing the .bat file association in the registry. See this link for more details.
You should just be able to remove the "UserChoice" sub-folder.

Find out what file does a program attempt to read [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I've got third party Winamp plug-in in windows, that should be able to load its datafile.
The datafile is located in same folder as the plug-in, but can not be found. My idea is that plug-in searches in some pre-defined path. So I need somehow to find out what file read attempt is done to place file in the appropriate place.
Best way to do this is to use Process Monitor from Sysinternals suite (http://technet.microsoft.com/sysinternals/bb896645)
Set up filters to watch only the examined program and look for 'CreateFile' operations, which are also read attempts.

Resources