Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

1.2 Final - Crash: "Last Session"

Featured Replies

post-27580-1162172329_thumb.png

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 by jcarle

i have same problem...but only seems to happen when i remove components, i can integrate hotfix and driver without prolem

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.

  • 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.

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

Here too.

(* sorry, couldn't resist :D *)

edit : if you don't change any of these options, nlite won't crash.

Edited by Camarade_Tux

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

Also experienced this crash :(

Plus Nlite chocked when trying to apply java and dotnet switchless installers

Edited by -.-PhanTom-.-

Here too.

(* sorry, couldn't resist :D *)

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

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 :D

Edited by gdogg

  • 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.

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

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.