atom / tabs

Tabs in Atom
MIT License
111 stars 115 forks source link

Uncaught Error: Adding a pane item with URI '~/Desktop\Dotinstall\Sample_universe' that has alrea... #497

Closed yoshikisuzu closed 6 years ago

yoshikisuzu commented 6 years ago

[Enter steps to reproduce:]

  1. ...
  2. ...

Atom: 1.18.0 x64 Electron: 1.3.15 OS: Unknown Windows version Thrown From: tabs package 0.106.2

Stack Trace

Uncaught Error: Adding a pane item with URI 'C:\Users\Suzuki Yoshiki\Desktop\Dotinstall\Sample_universe' that has already been destroyed

At C:\Users\Suzuki Yoshiki\AppData\Local\atom\app-1.18.0\resources\app\src\pane.js:493

Error: Adding a pane item with URI 'C:\Users\Suzuki Yoshiki\Desktop\Dotinstall\Sample_universe' that has already been destroyed
    at Pane.module.exports.Pane.addItem (~/AppData/Local/atom/app-1.18.0/resources/app/src/pane.js:493:21)
    at Pane.module.exports.Pane.activateItem (~/AppData/Local/atom/app-1.18.0/resources/app/src/pane.js:468:20)
    at Immediate.<anonymous> (~/AppData/Local/atom/app-1.18.0/resources/app/node_modules/tabs/lib/tab-bar-view.js:702:30)
    at runCallback (timers.js:574:20)
    at tryOnImmediate (timers.js:554:5)
    at processImmediate [as _immediateCallback] (timers.js:533:5)

Commands

Non-Core Packages

advanced-open-file 0.16.6 
atom-beautify 0.30.4 
autocomplete-paths 1.0.5 
close-tags 0.6.0 
color-picker 2.2.5 
double-tag 0.9.0 
language-markdown 0.25.1 
markdown-table-formatter 2.9.0 
maximize-panes 0.2.0 
minimap 4.29.0 
project-manager 3.3.5 
split-diff 1.4.3 
tag 0.5.0 
rsese commented 6 years ago

Thanks for taking the time to contribute!

We noticed that this is a duplicate of https://github.com/atom/tabs/issues/444. You may want to subscribe there for updates - if you have consistent steps to reproduce in safe mode, please let us know in the issue.

Because we treat our issues list as the Atom team's backlog, we close duplicates to focus our work and not have to touch the same chunk of code for the same reason multiple times. This is also why we may mark something as duplicate that isn't an exact duplicate but is closely related.

For information on how to use GitHub's search feature to find out if something is a duplicate before filing, see the How Can I Contribute? section of the Atom CONTRIBUTING guide.

yoshikisuzu commented 5 years ago

Thanks for taking the time to comment!