Page 3 of 6

Re: build 1996 - new UI, part V

Posted: Fri Feb 03, 2017 9:05 pm
by JayB
Another crash, this time after searching for a string in $HOME, when selecting "Go To" for one of the results.

Code: Select all

Crashed Thread:        10  Dispatch queue: com.apple.root.default-qos

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Application Specific Information:
Assertion failed: (dispatch_is_main_queue()), function -[InternalViewerController dealloc], file /Users/migun/Documents/NimbleCommander/source/NimbleCommander/Viewer/InternalViewerController.mm, line 103.

Re: build 1996 - new UI, part V

Posted: Fri Feb 03, 2017 9:22 pm
by JayB
A second crash, this time when opening an mkv file with SHIFT-RETURN.

Code: Select all

Crashed Thread:        0  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x00000000002b8ba0
Exception Note:        EXC_CORPSE_NOTIFY

VM Regions Near 0x2b8ba0:
--> 
    __TEXT                 000000010fa38000-00000001105ed000 [ 11.7M] r-x/rwx SM=COW  /Applications/Nimble Commander.app/Contents/MacOS/Nimble Commander

Application Specific Information:
objc_msgSend() selector name: numberOfItemsInComboBox:

Re: build 1996 - new UI, part V

Posted: Fri Feb 03, 2017 9:51 pm
by moonrak
Hi,
I can open local and networked mkv files with Shift-Enter, no crashes at all.
Running NC in Mac mini late 2012, with macOS Sierra.
:)
moonrak.

Re: build 1996 - new UI, part V

Posted: Sat Feb 04, 2017 3:19 am
by mike
JayB wrote:
Fri Feb 03, 2017 9:05 pm
Another crash, this time after searching for a string in $HOME, when selecting "Go To" for one of the results.
Fixed, I suppose it was "View", not "Go To".
There was a quirky case in situation when file couldn't be opened by viewer.

Re: build 1996 - new UI, part V

Posted: Sat Feb 04, 2017 3:22 am
by mike
JayB wrote:
Fri Feb 03, 2017 9:22 pm
A second crash, this time when opening an mkv file with SHIFT-RETURN.
This one is very strange, log doesn't make any sense...
It looks like a movie player does something with resolution or does some fiddling with screens, perhaps?

Re: build 1996 - new UI, part V

Posted: Sat Feb 04, 2017 3:27 am
by mike
moonrak wrote:
Fri Feb 03, 2017 9:51 pm
Running NC in Mac mini late 2012, with macOS Sierra.
Oh, I use exactly the same machine! :)
2012 Mac Minis, especially server models, were absolutely amazing machines.
Too sad they've downgraded it into some kind of Raspberry Pi running macOS.

Re: build 1996 - new UI, part V

Posted: Sat Feb 04, 2017 9:55 am
by JayB
Well, I have a mid-2010 MBP, and that might be the reason for that second crash. You say that there's some video/screen/GPU stuff going on? The mid-2010 MBP is a Mac with flawed hardware, namely (I believe) that capacitor next to the discrete GPU, which results in kernel panics in situations where the system is set to "dynamic switching", and the GPU switches from integrated to discrete (or vice versa), and from GStates 2 to 0 (max). So I'm blocking any app from activating the discrete NVIDIA using an app called gfxCardStatus. Several apps (like VLC) want to use (power on) the discrete GPU, because they see it's there, but I'm forcing them to use the integrated GPU. And maybe that's messing things up a bit from time to time. But I haven't noticed anything out of the ordinary with other software, and why it would affect Nimble Commander is beyond my understanding. So it might be something else after all

Re: build 1996 - new UI, part V

Posted: Sat Feb 04, 2017 10:55 am
by JayB
Another crash; happened when navigating to a directory via quick search, then hitting RETURN to enter the directory.

Re: build 1996 - new UI, part V

Posted: Sat Feb 04, 2017 1:51 pm
by moonrak
mike wrote:
Sat Feb 04, 2017 3:27 am
moonrak wrote:
Fri Feb 03, 2017 9:51 pm
Running NC in Mac mini late 2012, with macOS Sierra.
Oh, I use exactly the same machine! :)
2012 Mac Minis, especially server models, were absolutely amazing machines.
Too sad they've downgraded it into some kind of Raspberry Pi running macOS.
And easy to upgrade too. I dumped the original mechanical hard disk and replaced it with a Samnsung 840 Pro SSD some years ago. And bumped up the memory to 16 gigs. The quad core Intel i7 runs happily in that environment.
:)
moonrak

Re: build 1996 - new UI, part V

Posted: Sat Feb 04, 2017 6:42 pm
by hugo187
I am experiencing a random crash when entering a folder with build 2006. Steps to reproduce:

- Delete /Users/hugo/Library/Application Support/Nimble Commander
- Open NC
- Hit ENTER several times on the .. to go to parent folder and back
- I can reproduce it every time when I simply hold ENTER key until it crashes

Attaching changing_folder.crash