![]() |
#1 |
Junior Member
Join Date: Mar 2014
Posts: 3
|
![]()
Hi all!
I'm just finished working on my first NSIS installer and I have one annoying issue: sometimes installer crashed while it's performing install. This is looks like it just disappear without any message boxes or any other notification. It's happening only while testing on Windows XP once per 20-50 installs. Using NSIS Special Builds I can see execution log and last log entry is copying nsExec.dll to temp directory. code: Here is code snippet that executed at this log position code: This is first use of this library in installer, so I guess that crash happened in nsExec.dll. Few times I got the same with nsJSON.dll. Provided info is exceedingly vague to make some conclusion, but I don't know any other way to get debug info. You can ask me test something. P.S. Concrete program names was replaced due to customer's NDA P.S.S. English isn't my native, so sorry if my post isn't clear enough. |
![]() |
![]() |
![]() |
#2 |
Junior Member
Join Date: Mar 2014
Posts: 3
|
Verson of NSIS - 3.0a2
|
![]() |
![]() |
![]() |
#3 |
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,180
|
Are you compiling with "Unicode True"?
Does NSIS v2.46 have the same problem? IntOp $PostCount $PostCount + 1 |
![]() |
![]() |
![]() |
#4 |
Junior Member
Join Date: Mar 2014
Posts: 3
|
No, should I check it?
Yes, I also got this crash with NSIS v2.46, but it's not the same: it's happens on third nsExec.dll use. Here is the log: code: and code for this log code: |
![]() |
![]() |
![]() |
#5 |
Major Dude
|
Is installer running as administrator?
There is probably some issue with the service (performing operation times-out) and nsExec cannot handle it correctly. I am sure NSIS is working fine ![]() Cool looking installer with custom design: www.graphical-installer.com I offer NSIS scripting, C/C++/C#/Delphi programming: www.unsigned.sk Develop NSIS projects in Visual Studio 2005-2019: www.visual-installer.com or RAD Studio 2009, 2010, XE-10.3 Rio: www.rad-installer.com |
![]() |
![]() |
![]() |
|
Tags |
crash, disappear, dll, nsexec |
Thread Tools | Search this Thread |
Display Modes | |
|
|