jcarle Posted October 30, 2006 Posted October 30, 2006 (edited) 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, 2006 by jcarle
mximus Posted October 30, 2006 Posted October 30, 2006 i have same problem...but only seems to happen when i remove components, i can integrate hotfix and driver without prolem
mximus Posted October 30, 2006 Posted October 30, 2006 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.
jcarle Posted October 30, 2006 Author Posted October 30, 2006 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.
jcarle Posted October 30, 2006 Author Posted October 30, 2006 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);
canglan Posted October 30, 2006 Posted October 30, 2006 Found the reason for the crash!You're a legend!
Camarade_Tux Posted October 30, 2006 Posted October 30, 2006 (edited) Here too. (* sorry, couldn't resist *)edit : if you don't change any of these options, nlite won't crash. Edited October 30, 2006 by Camarade_Tux
Avneet Posted October 30, 2006 Posted October 30, 2006 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 ???
-.-PhanTom-.- Posted October 30, 2006 Posted October 30, 2006 (edited) Also experienced this crash Plus Nlite chocked when trying to apply java and dotnet switchless installers Edited October 30, 2006 by -.-PhanTom-.-
MarkCoolio Posted October 30, 2006 Posted October 30, 2006 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...
gdogg Posted October 30, 2006 Posted October 30, 2006 (edited) 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, 2006 by gdogg
jcarle Posted October 30, 2006 Author Posted October 30, 2006 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.
nuhi Posted October 30, 2006 Posted October 30, 2006 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now