Jump to content

1.2 Final - Crash: "Last Session"


jcarle

Recommended Posts


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.

Link to comment
Share on other sites

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);

Link to comment
Share on other sites

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 ???

Link to comment
Share on other sites

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 mistake

edit2: 1.2.1 available

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...