-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught Error: This TextEditor has been destroyed #477
Comments
Make workey. (please) Atom 1.7.2 |
Same thing happens to me when I close files. Atom Version: 1.7.2 Stack TraceUncaught Error: This TextEditor has been destroyed
Commands
Config{
"core": {
"themes": [
"one-dark-ui",
"atom-dark-syntax"
]
},
"minimap": {
"absoluteMode": true,
"adjustAbsoluteModeHeight": true,
"plugins": {
"git-diff": true,
"git-diffDecorationsZIndex": 0
}
}
} Installed Packages# User
atom-beautify, vundefined
autocomplete-glsl, v0.2.3
autocomplete-love, v0.3.0
git-diff-details, v1.3.0
hyperclick, v0.0.36
hyperclick-love, v0.3.0
language-glsl, v2.0.1
language-lua, v0.9.4
linter, v1.11.4
linter-luaparse, v0.2.0
love-ide, v0.10.0
minimap, v4.23.1
minimap-git-diff, v4.3.0
ruby-block, v0.3.5
tool-bar, v0.4.0
# Dev
No dev packages |
Im having the same Issue. It only happens with some files but i cannot find a pattern. EDIT: Disable the package "minimap-git-diff" and doesn't happen anymore, i think that the new update doesn't work well with this package |
package minimap-linter also cause problem |
Hi there, thanks for the report, I'm also reproducing it with |
[Enter steps to reproduce below:]
Atom Version: 1.7.2 Stack TraceUncaught Error: This TextEditor has been destroyed
Commands
Config{
"core": {
"disabledPackages": [
"atom-terminal-panel",
"symbols-view",
"atom-beautify",
"editorconfig"
],
"themes": [
"atom-material-ui",
"atom-material-syntax"
]
},
"minimap": {
"plugins": {
"git-diff": true,
"git-diffDecorationsZIndex": 0,
"highlight-selected": true,
"highlight-selectedDecorationsZIndex": 0,
"pigments": true,
"pigmentsDecorationsZIndex": 0
}
}
} Installed Packages# User
atom-material-syntax, v0.4.6
atom-material-ui, v1.2.10
atom-ternjs, v0.14.1
atom-typescript, v8.9.1
auto-update-packages, v1.0.1
autoclose-html, v0.23.0
autocomplete-modules, v1.4.1
ava, v0.3.1
color-picker, v2.1.1
csslint, v1.1.4
docblockr, v0.7.3
file-icons, v1.7.7
git-log, v0.4.1
highlight-selected, v0.11.2
hyperclick, v0.0.36
js-hyperclick, v1.4.2
language-babel, v2.18.2
language-dots, v0.0.4
language-javascript-jsx, v0.3.7
linter, v1.11.4
linter-eslint, v7.2.1
linter-tslint, v0.9.2
merge-conflicts, v1.4.2
minimap, v4.23.1
minimap-git-diff, v4.3.0
minimap-highlight-selected, v4.4.0
minimap-pigments, v0.2.0
open-recent, v5.0.0
pigments, v0.26.0
project-manager, v2.9.7
rest-client, v1.1.0
simplified-chinese-menu, v3.4.11
terminal-plus, v0.14.5
tool-bar, v0.4.0
tool-bar-config, v0.0.2
# Dev
No dev packages |
I'm still getting this everytime I close a tab. I'm running 1.8.0-beta2 of Atom, don't know if that has anything to do with it, but thought you'd want to know either way. Atom Version: 1.8.0-beta2 Stack TraceUncaught Error: This TextEditor has been destroyed
Commands
Config{
"core": {
"audioBeep": false,
"closeEmptyWindows": false,
"disabledPackages": [
"language-hyperlink",
"link"
],
"openEmptyEditorOnStart": false,
"themes": [
"nucleus-dark-ui",
"oceanic-next"
]
},
"minimap": {
"plugins": {
"git-diff": true,
"git-diffDecorationsZIndex": 0,
"highlight-selected": true,
"highlight-selectedDecorationsZIndex": 0
}
}
} Installed Packages# User
atom-ternjs, v0.14.1
autocomplete-java, v1.2.1
build, v0.60.0
build-gradle, v0.6.0
build-gulp, v0.8.0
build-npm-apm, v0.10.0
editorconfig, v1.4.0
ex-mode, v0.8.0
file-icons, v1.7.7
highlight-selected, v0.11.2
language-docker, v1.1.6
language-gradle, v0.0.3
language-groovy, v0.6.0
linter, v1.11.4
linter-docker, v0.1.2
linter-eslint, v7.2.1
linter-javac, v1.9.1
minimap, v4.23.2
minimap-git-diff, v4.3.0
minimap-highlight-selected, v4.4.0
nucleus-dark-ui, v0.7.20
oceanic-next, v0.1.2
react, v0.15.0
rest-client, v1.1.0
sync-settings, v0.7.2
trailing-spaces, v0.3.2
vim-mode, v0.65.0
# Dev
No dev packages |
@noseglid Did you update the minimap from within Atom? It might be because the new code was not reloaded.
I'm running on master so I don't think it has to do with changes in Atom itself. |
@abe33 I'm still getting this error sometimes, when I close a tab. Atom Version: 1.7.1 Stack TraceUncaught Error: This TextEditor has been destroyed
Commands
Config{
"core": {
"autoHideMenuBar": true,
"disabledPackages": [
"autocomplete-html",
"language-gfm"
]
},
"minimap": {
"plugins": {
"codeglance": true,
"codeglanceDecorationsZIndex": 0,
"linter": true,
"linterDecorationsZIndex": 0
},
"scrollAnimation": true
}
} Installed Packages# User
activate-power-mode, v1.0.2
file-icons, v1.7.22
highlight-selected, v0.11.2
language-markdown, v0.17.0
linter, v1.11.18
linter-bootlint, v1.0.2
linter-eslint, v7.2.3
linter-flake8, v1.13.4
minimap, v4.25.5
minimap-codeglance, v0.4.5
minimap-linter, v1.6.0
pigments, v0.37.0
# Dev
No dev packages |
Also still getting it. In my case it only started a couple of days ago. Atom Version: 1.8.0-beta3 Stack TraceUncaught Error: This TextEditor has been destroyed
Commands
Config{
"core": {
"audioBeep": false,
"disabledPackages": [
"language-django",
"emmet",
"hyperclick",
"linter-pep8",
"emmet-snippets-compatibility"
],
"ignoredNames": [
".git",
".hg",
".svn",
".DS_Store",
"._*",
"Thumbs.db",
"*.pyc"
],
"packagesWithKeymapsDisabled": [
"autocomplete-plus"
],
"themes": [
"one-dark-ui",
"monokai"
]
},
"minimap": {
"plugins": {
"linter": true,
"linterDecorationsZIndex": 0
}
}
} Installed Packages# User
atom-beautify, v0.29.13
atom-cli-diff, v1.3.0
atom-django, v0.3.2
autocomplete-python, v1.8.11
data-atom, v0.24.0
git-plus, v5.23.2
indent-guide-improved, v1.4.10
language-nginx, v0.6.2
linter, v1.11.18
linter-pylint, v1.2.2
merge-conflicts, v1.4.4
minimap, v4.25.6
minimap-linter, v1.6.0
monokai, v0.18.0
project-manager, v3.3.3
python-tools, v0.6.8
selection-highlight, v0.1.5
symbols-tree-view, v0.13.2
tag, v0.4.0
terminal-plus, v0.14.5
# Dev
No dev packages |
Disabling |
Hi there, looks like many of you are using somehow old versions of Atom, maybe you could try after an update to make sure that the issue hadn't already been fixed. |
[Enter steps to reproduce below:]
Atom Version: 1.7.2 Stack TraceUncaught Error: This TextEditor has been destroyed
Commands
Config{
"core": {
"themes": [
"atom-dark-ui",
"monokai"
]
},
"minimap": {
"absoluteMode": true,
"plugins": {
"git-diff": true,
"git-diffDecorationsZIndex": 0,
"linter": true,
"linterDecorationsZIndex": 0
}
}
} Installed Packages# User
atom-beautify, v0.29.13
fonts, v1.7.0
js-hyperclick, v1.9.0
language-docker, v1.1.7
language-perl, v0.37.0
language-perl-template-toolkit, v0.1.0
letter-spacing, v0.3.1
line-diff-details, v1.4.0
linter, v1.11.18
linter-eslint, v7.2.3
linter-perl, v0.8.0
linter-perlcritic, v1.2.3
linter-stylelint, v3.6.0
minimap, v4.25.6
minimap-git-diff, v4.3.1
minimap-highlight-selected, v4.4.0
minimap-linter, v1.6.0
monokai, v0.18.0
perltidy, v3.0.0
pretty-json, v1.6.1
react, v0.16.0
# Dev
No dev packages |
This is still happening. It seems to be happening when a file is opened in two different tabs, and then one tab is closed. |
+gruppler: version(s), os, preferably steps to reproduce, ...? Without that, there's not much for the developers to work off of. For all they know, it could still be happening to you because you didn't bother upgrading to a version where this bug is fixed. |
Atom Version: 1.7.2
System: elementaryOS Freya 64-bit (Ubuntu 14.04)
Thrown From: minimap package, v4.23.1
Stacktrace:
The text was updated successfully, but these errors were encountered: