Old 27th January 2006, 07:52   #1
Barney G
Junior Member
 
Join Date: Jan 2006
Posts: 2
Installer freezes

I've been using NSIS for years and have never had a problem till now. Recently I added several bitmaps each with a radio button beneath it to select a theme during install, however, after doing this, the installer will go in to an infinite loop as it tries to load the dialog containing these bitmaps and radio buttons. This only happens to some users, not all and unfortunately it doesn't happen to me. I used the Logging version of NSIS (v2.14) to try and diagnose the problem and it fails while trying to write the InstallOptions.dll to disk, here's the log exerpt:

Call: 767
File: overwriteflag=1, allowskipfilesflag=0, name="C:\DOCUME~1\bob\LOCALS~1\Temp\nsk20.tmp\InstallOptions.dll"
File: skipped: "C:\DOCUME~1\bob\LOCALS~1\Temp\nsk20.tmp\InstallOptions.dll" (overwriteflag=1)

after that the log file ends, any ideas ?
Barney G is offline   Reply With Quote
Old 27th January 2006, 13:55   #2
kichik
M.I.A.
[NSIS Dev, Mod]
 
kichik's Avatar
 
Join Date: Oct 2001
Location: Israel
Posts: 11,343
It only says it's skipped, not failed. It's skipped because the DLL is probably already there from a previous page. You should attach the entire script and the entire log so the problem can be found.

NSIS FAQ | NSIS Home Page | Donate $
"I hear and I forget. I see and I remember. I do and I understand." -- Confucius
kichik is offline   Reply With Quote
Old 29th January 2006, 00:13   #3
Barney G
Junior Member
 
Join Date: Jan 2006
Posts: 2
well, after a bit of experimenting I resolved the issue by reducing the # of controls on the dialog. Originally I had 30 (1 checkbox, 1 groupbox, 14 bitmaps and 14 radio buttons) so I made the 14 bitmaps 1 large bitmap, 256 colors so I could use transparency and that resolved the issue. Thanks for your time anyway kichik
Barney G is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump