Adobe brackets installer error code 2755 - out-of-memory

when i want to install brackets on my win 10, it shown me this error message:
please help me

first, you need to make sure the directory 'c://Windows/Installer' is existed,
if the directory is not existed, create it and try reinstall. If this problem still occurs, please run the command "msiexec /i your_bracket.msi /L*V 1.log",then you can find error message in '1.log'.

Related

Error: "Windows can't find 'C:/PROGRA~1/'. Check the spelling and try again."

I am getting an error in R in Windows 10 about finding a directory while trying to install a package from GitHub*. Trying to troubleshoot this error led me to a few observations.
For example, both Windows Explorer and my browser can find C:/PROGRA~1, but only my browser can find C:/PROGRA~1/R, where R is installed. The specific Windows Explorer error is:
Windows can't find 'C:/PROGRA~1/R'. Check the spelling and try again.
Yet, Windows Explorer can find C:/Program Files/R no problem. And the error above is the same with C:/PROGRA~1/Adobe, C:/PROGRA~1/Google, or any other. Even more interesting, Windows Explorer can't even find the raw program files path as long as we add a simple slash at the end! So C:/PROGRA~1/ will output a similar error.
So can anyone explain to me why Windows Explorer is not able to find C:/PROGRA~1/R or C:/PROGRA~1/? Is this normal/expected? If I solve this, I can probably resolve my R error too. Thanks.
*Here is the full original error in R:
Error: Failed to install 'package' from GitHub:
create process 'C:/PROGRA~1/R/R-40~1.3/bin/x64/Rcmd.exe' (system error 267, The directory name is invalid.
) #win/processx.c:1040 (processx_exec)
Edit: My investigation revealed that it might be related to the direction of slashes... So for instance, C:/PROGRA~1\R (or even C:/PROGRA~1\) works in Windows Explorer, but only as long as the second slash is a backslash... Can this be of any help in resolving this issue? Doesn't seem like R wants to put that second slash as backslash...

Error installing Oracle on windows - inverted path bars

I know nothing at all about ORACLE.
I'm trying to install Oracle database 11 on windows 7 64 bit.
After following this tutorial
http://o7planning.org/en/10211/installing-and-configuring-oracle-database-11g
I get this error message
Having absolutely no clue about what is going on, I added ORACLE_UNQNAME=orcl to the environment variable in "system properties>environment variable" graphic interface.
I also ran this command on a command line window:
c:\> set ORACLE_UNQNAME=orcl
then I ran the command asked in the first error window:
emctl status dbconsole
and I got this answer:
C:\app\THIS-PC\product\11.2.0\dbhome_1\BIN>emctl status dbconsole
OC4J Configuration issue. C:\app\THIS-PC\product\11.2.0\dbhome_1/oc4j/j2ee/OC4J_D
BConsole_THIS-PC_orcl not found.
Notice that the path in the last error has linux bars "/", which are inverted with respect to windows path bars: "\".
Off course it will not find anything on that path.
I'm absolutely clueless on how to fix this. Can you help me?

Atom-Editor Error - how to solve?

As soon as I start Atom and try to write Python Code, i get this warning message with every entry:
Provided path doesn't exist.
pylama
Please fix pylama path or install latest version
Uninstall / reinstall of pylama (also Atom) does not help... what can I do?
if you want to the error information disappear,you just open the aom settings,find the installed linter package,cancel the option as follow
lint on change ,don't select this option.

HBASE_HOME is null and cause “Could not locate executable null\bin\winutils.exe in the Hadoop binaries” error

I try to run HBase in windows. And got this error
I search and find some answer
a)download winutils and paste it to the bin directory but error still be there.
b)set HADOOP_HOME , but I don’t know how I must set HADOOP_HOME or HBASE_HOME.
How I can fix this error?
i solve the problem by set an environment variable as HADOOP_HOME and add path of hadoop root as it's path.
and use hbase-094.27 instead hbase-2.6 and it run without any error.

Building PhantomJS 2.0 on Windows results in a strange error

I am trying to build PhantomJS 2.0 on Windows from the c:\fastio\phantomjs\phantomjs directory. For some reason, the build process fails after a while, with 2 errors (see error message below):
1) It tries to access "C:fastiophantomjsphantomjssrcqtqtbasebinmoc.exe". Obviously, the backslash characters between directory names are somehow getting stripped away deep in the build process - possibly a mismatch between Windows-style "\" and Linux-style "/" (but this is only a guess).
2) There's another error, "Failed to read names from file: C:/fastio/phantomjs/phantomjs/src/qt/qtwebkit/Source/WebCore/mathml/mathtags.in".
If I remove sh.exe from the PATH, the build still gets to this point, and only error #2 appears, leading me to think that error #2 is the real problem here.
Here is the full error message (as far as I can tell this is happening while building WebKit):
sh: C:fastiophantomjsphantomjssrcqtqtbasebinmoc.exe: command not found
Failed to read names from file: C:/fastio/phantomjs/phantomjs/src/qt/qtwebkit/Source/WebCore/mathml/mathtags.in at C:/fastio/phantomjs/phantomjs/src/qt/qtwebkit/Source/WebCore/dom/make_names.pl line 315.
NMAKE : fatal error U1077: 'C:\Users\Eugene\AppData\Local\GitHub\PortableGit_c2ba306e536fdf878271f7fe636a147ff37326ad\bin\perl.EXE' : return code '0x7f'
Stop.
(By the way, I saw this question but I'm already past the issues described there, my error is happening later in the build process.)
How can I make this work?
Full logs below:
Console output:
http://pastebin.com/btMeNPz4
QT build log file build_qt_4-285-20-0859.log:
http://pastebin.com/LUEJz7E0
WebKit build log file build_webkit_4-285-20_0859.log:
http://pastebin.com/494TivXF
PhantomJS build log file build_phantomjs_4-285-20_0859.log:
Empty
Looks like I found the solution myself, here were my steps:
Remove as much as possible from the PATH leaving only the entries critical to the build process
Most importantly, remove all GitHub's git directories from the PATH
Install GIT separately (not from GitHub but from git-scm.com), add its cmd directory only (not its bin directory) to the PATH
Install ActivePerl separately, add it to the PATH
It's moving past the error I asked about with the steps above (still not sure if it will finish the build successfully, it's taking a while).

Resources