-
Notifications
You must be signed in to change notification settings - Fork 9
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 TypeError: Cannot read property 'copyCellsFrom' of undefined #145
Comments
In my experience the error is garbage and meaningless, If I were you, I would remove x-terminal by hand from Next time you have upgrades for x-terminal, make sure that you have x-terminal not in use (check the task manager processes and kill all terminals, powershell, bash etc)), because if x-terminal is active, the upgrade is botched by APM and you likely will see this error and other errors as a consequence if not actually a totally broken install which errors out saying it failed to load the package (the install dir will be half empty or mostly empty). In any case, unrelated a bit, electron 6.x Atom will be making its way out the doors soon which should take care of a few electron bugs that cause further instability. I also cannot duplicate this. |
on another unrelated note, I dislike the fact that Atom stack traces such as this prompt users to open an issue that doesn't contain half of the needed information, like OS version/type for one. It be great if packages could bypass this. |
It seems that WebGL Renderer has a bug in it If I disable it, the error doesn't show anymore |
AH webgl, have it disabled will try with it enabled. However my previous reply applies, stacktrace errors like this are a dime a dozen and none point to the right direction. |
I have WebGL enabled in my gif. The error looks like it is coming from https://github.com/xtermjs/xterm.js/blob/106d74caa270bcee61e87895b3c2a6536b04a803/src/common/buffer/Buffer.ts#L370 after x-terminal calls |
WebGL is still listed as an experimental addon. Maybe we should put a note in the settings about this? |
Something in Line 258 in 71fb8ab
Just added experimental word, its already disabled by default so tbh thers not much else to add here, ppl generally dont read docs or what settings say, so adding more verbose description wont do much for anything. |
I created #149 to add the note |
I'm going to close this as it is not reproducible and disabling WebGL seemed to fix it. |
[Enter steps to reproduce:]
Atom: 1.50.0 x64
Electron: 5.0.13
OS: Windows 10
Thrown From: x-terminal package 9.1.1
Stack Trace
Uncaught TypeError: Cannot read property 'copyCellsFrom' of undefined
Commands
Non-Core Packages
The text was updated successfully, but these errors were encountered: