You are here

[Resolved] PortableApps.com Launcher Generator files not found

2 posts / 0 new
Last post
JMC_78
Offline
Last seen: 13 years 3 months ago
Joined: 2011-01-05 14:35
[Resolved] PortableApps.com Launcher Generator files not found

Hello

I have downloaded this PortableApps.comLauncher and this nsisUnicode thing
and i have a app which i am trying to make it portable
i have downloaded a template and did follow the help as far as possible

now i had some problems
some are more or less solved and some not and maybe more problems will come :)) (who knows?)

first there was a problem between the PortableApps.comLauncherGenerator and the NSIS thing
i placed the PortableApps.comLauncherGenerator in a folder and the portableNSISunicode in the same folder
now PortableApps.comLauncherGenerator was not able to find NSIS because it was searching in a wrong folder so i had to rename the downloaded "NSISPortable" into "unicodeNSISPortable" ... this did fix that problem

then i did run the PortableApps.comLauncherGenerator on a specific folder
something did happen and it did look like magic Biggrin
but then when i launched the generated launcher it did tell some thing about integrity problem and some url to the NSIS site Sad
in the log file i also got the error

Internal compiler error #12345: deflateInit() failed(initialization failed [-2]).
Error - aborting creation process

some where in the forum i did read about that problem and some guy said that restarting the computer did help to get over that problem
and the same did work to me Smile
later i did try it again ... and i got again this error Sad
after wasting a lot of time i did realize that it works well if i use internetExplorer and the PortableApps.comLauncherGenerator at the same time
but not if i run google chrome 10.0.628.0.dev and PortableApps.comLauncherGenerator at the same time
some how google chrome is disturbing the PortableApps.comLauncherGenerator at my side
if chrome is open i get Internal compiler error #12345: deflateInit() failed(initialization failed [-2]).
if chrome is closed this error is gone Biggrin
i also had the same problem with kvIRC and PortableApps.comLauncherGenerator :/
so i dont know if chrome and kvIRC use the same trick to crash the LauncherGenerator process or if it is maybe because my laptop has not 7giga ram :S
but maybe some one can use such a info Smile

so after closing near to all apps and runing the PortableApps.comLauncherGenerator i got my first more or less working portable app
Biggrin Biggrin
but there is one thing in the log...

2 warnings:
!include: could not find: "C:\AppPortable\Other\Source\PortableApps.comLauncherCustom.nsh" (Segments.nsh:122)
!include: could not find: "C:\AppPortable\Other\Source\PortableApps.comLauncherDebug.nsh" (Debug.nsh:87)

... i have no plan about this nsh thing, what is this telling me?
what should i do now against such warnings?
is this maybe important? :))
i would like a log with no errors or warnings and a working AppPortableLauncher.exe at the end Wink

can please some one give me a little hint how?

thanks in advance Wink

[Title updated - mod Chris]

Aluísio A. S. G.
Offline
Last seen: 8 years 5 months ago
DeveloperTranslator
Joined: 2010-11-09 17:43
Ignore warnings

You can safely ignore those two warnings. Unfortunately NSIS has not file checking at compile-time.

Previously known as kAlug.

Log in or register to post comments