October 30, 200619 yr Also, it could be related to the fact that I had checked the "Include LastSession.ini on CD" option.Nope, did it again. I have no idea why.exceptionText.txt Edited October 30, 200619 yr by jcarle
October 30, 200619 yr i have same problem...but only seems to happen when i remove components, i can integrate hotfix and driver without prolem
October 30, 200619 yr ok, i found what is wrong....if you dont check the "classic" option under "setup look" it works fine. must just be some small typo or soemthing.
October 30, 200619 yr Author ok, i found what is wrong....if you dont check the "classic" option under "setup look" it works fine. must just be some small typo or soemthing.Negative, still crashes even if you leave that to disabled.
October 30, 200619 yr Author Found the reason for the crash!nuhi, if you read this!On the options page, the "Clean MUI Languages support entries", "Black background" and "Classic" options are marked as "No" originally, but when you modify the options, the choices are True/False. Somewhere, something goes wrong and the cast to a boolean is failing from that.You could try using something like: string optionVal = string.ToUpper().Replace("ENABLED", "TRUE").Replace("DISABLED", "FALSE").Replace("YES", "TRUE").Replace("NO", "FALSE");if (optionVal.Length == 0) optionVal = "FALSE";bool optionResult = Convert.ToBoolean(optionVal);
October 30, 200619 yr Here too. (* sorry, couldn't resist *)edit : if you don't change any of these options, nlite won't crash. Edited October 30, 200619 yr by Camarade_Tux
October 30, 200619 yr when i choose the hide pages/prompt repair the TCP/IP patch and the USB Polling is disabled. Is that correct. In the previous nlite version i used to use the option default unattended.. and these options were avaialble..what am i doig wrong ???
October 30, 200619 yr Also experienced this crash Plus Nlite chocked when trying to apply java and dotnet switchless installers Edited October 30, 200619 yr by -.-PhanTom-.-
October 30, 200619 yr Here too. (* sorry, couldn't resist *)edit : if you don't change any of these options, nlite won't crash.Excatly the same here...Hope there will be a silent fix out for this problem...
October 30, 200619 yr same crash here, I will see if the above will fix it.its been about 10 tries now, thankfully I found this.nice, its making my cd now Edited October 30, 200619 yr by gdogg
October 30, 200619 yr Author Hope there will be a silent fix out for this problem...nuhi will surely fix it when he visits the board next and sees this thread.
October 30, 200619 yr Only problem when I change the value it's yes/no, never true/false...edit: **** when i try the installed version it's true! Gonna rebuild it, it may be some compiling mistakeedit2: 1.2.1 available
Create an account or sign in to comment