Crash: open in opposite tab & on subsequent relaunches [CLOSED]

Questions, glitches, bugs and crashes
Locked
JayB
Posts: 192
Joined: Sun Jan 08, 2017 4:38 pm

Crash: open in opposite tab & on subsequent relaunches [CLOSED]

Post by JayB » Sun Jan 08, 2017 7:59 pm

EDIT: also migrated to GitHub

Crash reports appended; when relaunching the app after a crash, it crashes again, and cannot be opened unless I remove saved state, plist etc. The latter also happens when crashes occurred while using the lates prerelease build.
Attachments
Archive.zip
(35.57 KiB) Downloaded 400 times

User avatar
mike
Posts: 1060
Joined: Thu Jul 16, 2015 5:35 am
Location: Exeter, UK

Re: Crash: open in opposite tab & on subsequent relaunches

Post by mike » Mon Jan 09, 2017 3:34 pm

Bug in build 1812 confirmed, thanks for info.
It appears I already got this bug reported just few days ago, so will copy an explanation here:

The crash was caused by “icons mode” options changed in Preferences, and apparently nobody touched it for a very long time.
You can revert it easily with textual config:
Proceed to ~/Library/Application Support/Nimble Commander/Config/Config.json

It’s an editable configuration file for Nimble Commander, containing differences with default config shipped with app (/Applications/Nimble Commander.app/Contents/Resources/Config.json).
You can remove anything from ~/Library/Application Support/Nimble Commander/ to revert settings in pristine state, or just edit config with any text editor, simply locate a place like this:
"modern": {
...
"iconsMode": 1
...
},
and remove “iconsMode” mentioning:
"modern": {
...
},

The defected code is contained in “old” UI, so it gets fixed anyway with a transition to “new” UI.

JayB
Posts: 192
Joined: Sun Jan 08, 2017 4:38 pm

Re: Crash: open in opposite tab & on subsequent relaunches [CLOSED]

Post by JayB » Mon Jan 09, 2017 3:42 pm

Thank you! Worked!

Locked