Skip to content
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

EoG crashes when moving from a panorama picture to the next. #14

Open
Biep opened this issue Mar 2, 2020 · 1 comment
Open

EoG crashes when moving from a panorama picture to the next. #14

Biep opened this issue Mar 2, 2020 · 1 comment

Comments

@Biep
Copy link

Biep commented Mar 2, 2020

Ubuntu 19.10

Go to a folder with pictures, click on the first one, and then on can see them all by clicking ">". However if the current picture is a panorama picture, this crashes EoG instead.

WebView warn: THREE.WebGLRenderer: WEBGL_depth_texture extension not supported.
(eog:12653): Gdk-CRITICAL **: 18:53:49.512: gdk_window_create_similar_surface: assertion 'GDK_IS_WINDOW (window)' failed
Segmentatiefout (geheugendump gemaakt)

@smrt28
Copy link

smrt28 commented Apr 16, 2021

Uncommenting line 66 in eog_panorama.py helped to me. Not sure how much memory it takes...

 58     def do_activate(self):
 59         """The plugin has been activated (on app start or through checkbox in preferences), set it up."""
 60         # For tracking selected image.
 61         self.thumb_view = self.window.get_thumb_view()
 62         self.selection_change_handler = self.thumb_view.connect('selection-changed', self.on_selection_changed)
 63         # Initialization of panorama viewer:
 64         #    Since it takes significant amount of memory, we load it only 
 65         #    once we encounter a panorama image (see on_selection_changed).
 66         self.load_panorama_viewer()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants