SLADE 3 crashes on kubuntu linux

Archive of the old editing forum
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. This forum is archived - please use this set of forums to ask new questions.
Locked
User avatar
Lisac_the_fox
Posts: 137
Joined: Fri Oct 18, 2013 7:22 am
Location: In front of hell, looking down into the deep red abyss.

SLADE 3 crashes on kubuntu linux

Post by Lisac_the_fox »

I compiled latest slade from github with no errors. The lump editing works as far as i can see but when i enter to map editor it instantly crashes.
Console output:

Code: Select all

Version: 3.1.0.1
No current action

Stack Trace:
0: [unknown location] [unknown:-1229564893]
1: [unknown location] [unknown:-1217113088]
Slade3.log

Code: Select all

19:40:10: SLADE - It's a Doom Editor
19:40:10: Version 3.1.0.1
19:40:10: Written by Simon Judd, 2008-2014
19:40:10: Compiled with wxWidgets 3.0.0
19:40:10: --------------------------------
19:40:10: Loading configuration
19:40:10: Loading resources
19:40:11: Loading icons
19:40:11: Loading entry types
19:40:12: Loading text languages
19:40:12: Warning: Language decorate inherits from undefined language cstyle
19:40:12: Warning: Language acs inherits from undefined language cstyle
19:40:12: Warning: Language fragglescript inherits from undefined language cstyle
19:40:12: Warning: Language usdf inherits from undefined language cstyle
19:40:12: Loading text style sets
19:40:12: Loading colour configuration
19:40:13: Loading base resource
19:40:13: Base resource loaded
19:40:13: SLADE Initialisation OK
19:40:13: Checking for updates...
19:40:13: Latest stable release: v3100 "3.1.0"
19:40:13: Latest beta release: v3100_b6 "3.1.0 Beta 6"
19:40:13: Already up-to-date
19:40:29: Error: Could not find a suitable video sink (error 0: Success)
19:40:33: Initialising OpenGL...
19:40:33: OpenGL Version: 1,0
19:40:33: Max Texture Size: 2048x2048
19:40:33: Checking extensions...
19:40:33: Vertex Buffer Objects supported
19:40:33: Point Sprites supported
19:40:33: Framebuffer Objects supported
19:40:42: Read game configuration "doom2" + "zdoom"
19:40:45: Read game configuration "doom2" + "zdoom"
19:40:46: Error: can't open file '/home/lisacvuk/.slade3/mapwindow.layout' (error 2: No such file or directory)
19:40:46: Tokenizer::openFile: Unable to open file /home/lisacvuk/.slade3/mapwindow.layout
Any solutions?
User avatar
sirjuddington
Posts: 1030
Joined: Wed Jul 16, 2003 4:47 am
Location: Australia
Contact:

Re: SLADE 3 crashes on kubuntu linux

Post by sirjuddington »

19:40:33: OpenGL Version: 1,0

That is most likely the culprit, I'm not sure it'll work with drivers/hardware that old. Try setting gl_vbo to 0, if that doesn't work, see if you can get some newer video drivers.
User avatar
Lisac_the_fox
Posts: 137
Joined: Fri Oct 18, 2013 7:22 am
Location: In front of hell, looking down into the deep red abyss.

Re: SLADE 3 crashes on kubuntu linux

Post by Lisac_the_fox »

When i enter:
glxinfo | grep "OpenGL version"
I get: OpenGL version string: 1.4 Mesa 10.1.3
So I dont know why slade says i have opengl 1.0.
EDIT: It works with gl_vbo 0 but 3d mode behaves very strange.
User avatar
wildweasel
Posts: 21706
Joined: Tue Jul 15, 2003 7:33 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): A lot of them
Graphics Processor: Not Listed
Contact:

Re: SLADE 3 crashes on kubuntu linux

Post by wildweasel »

sirjuddington wrote:if that doesn't work, see if you can get some newer video drivers.
Depending on his video hardware, there might not be anything more recent. If Linux is using the Mesa driver, then he might be stuck on Intel Graphics or similar.
User avatar
sirjuddington
Posts: 1030
Joined: Wed Jul 16, 2003 4:47 am
Location: Australia
Contact:

Re: SLADE 3 crashes on kubuntu linux

Post by sirjuddington »

Yeah, mesa drivers aren't going to work so well. If you can, get some proper drivers, if not, it's not really going to work.
Endless123
Posts: 1560
Joined: Wed Aug 28, 2013 1:36 pm

Re: SLADE 3 crashes on kubuntu linux

Post by Endless123 »

sirjuddington wrote:Yeah, mesa drivers aren't going to work so well. If you can, get some proper drivers, if not, it's not really going to work.
yeah, not to mention having any visual desktop effects enabled tends to mess with programs using OpenGL features. Kwin(the default window manager of Kubuntu that have some visual effects using OpenGL) has a long list of such bugs. There is a few alternative though. Using Xrenderer instead than OpenGL can solve the problem but since Mesa drivers and Xrenderer don't work well together there is a high possibility this won't work.

@ Lisac_the_fox : Installing "Propriety Drivers" to replace the Mesa drivers could solve the problem. If you have an ATI video card you can have some additional problems because ATI don't provide an open-source version of their drivers anymore. nVidia on the other hand has a pretty potent "Propriety Driver" that works well on most nVidia cards. Also you problem could be a missing dependency or lib that cause the crash.

So what i'd do after updating Kubuntu to have all libs up-to-date is :

1 - I'd be sure to disable all desktop effects of Kwin(If Compiz is used instead of Kwin I'd disable Compiz and return to Kwin and be sure to check if all the desktop effects are off)

2 - I'd check if there is a "Propriety Driver" for my video card and if there is one i'd install it

3 - I'd check if there is any driver update(no mater if it's Mesa or Propriety Drivers)

4 - I'd check if SLADE has all the dependencies it needs to work well. (you can install and run the good old Synaptic to see if your SLADE version has everything it needs to run. Why that antic instead of the new Muon? Well Muon doesn't always download the dependencies for an apps even if it's supposed to.

If all the above fails maybe upgrading your Kubuntu distribution to the a newer one(For now 14.10 is on its Beta 1 stage and may have some bugs but it has a more up-to-date package list than 14.04)
User avatar
Lisac_the_fox
Posts: 137
Joined: Fri Oct 18, 2013 7:22 am
Location: In front of hell, looking down into the deep red abyss.

Re: SLADE 3 crashes on kubuntu linux

Post by Lisac_the_fox »

where can i find intel integrated graphics driver?
User avatar
wildweasel
Posts: 21706
Joined: Tue Jul 15, 2003 7:33 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): A lot of them
Graphics Processor: Not Listed
Contact:

Re: SLADE 3 crashes on kubuntu linux

Post by wildweasel »

Lisac_the_fox wrote:where can i find intel integrated graphics driver?
If your flavor of Linux hasn't already given it to you by default (if it's Ubuntu-based, it probably has), then you're probably out of luck, depending on your chipset. What type of chip is the computer using? Is it an Intel Graphics Media Accelerator, an HD Graphics, something of that type?
User avatar
Lisac_the_fox
Posts: 137
Joined: Fri Oct 18, 2013 7:22 am
Location: In front of hell, looking down into the deep red abyss.

Re: SLADE 3 crashes on kubuntu linux

Post by Lisac_the_fox »

No, its some long name, but anyway, i found drivers(took me 1.5 months!) and now have gl 2.1. Tried setting gl_vbo to 0 but 3d mode still strange. To be more specific, i need to right-click in order to refresh it after every action(even camera move).
User avatar
Lisac_the_fox
Posts: 137
Joined: Fri Oct 18, 2013 7:22 am
Location: In front of hell, looking down into the deep red abyss.

Re: SLADE 3 crashes on kubuntu linux

Post by Lisac_the_fox »

Update: I installed latest slade from drd team's ubuntu respository using synaptic. Still same problem.
User avatar
Lisac_the_fox
Posts: 137
Joined: Fri Oct 18, 2013 7:22 am
Location: In front of hell, looking down into the deep red abyss.

Re: SLADE 3 crashes on kubuntu linux

Post by Lisac_the_fox »

some help?
User avatar
wildweasel
Posts: 21706
Joined: Tue Jul 15, 2003 7:33 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): A lot of them
Graphics Processor: Not Listed
Contact:

Re: SLADE 3 crashes on kubuntu linux

Post by wildweasel »

Lisac_the_fox wrote:No, its some long name
You never did tell us exactly what video hardware you're using.
User avatar
Lisac_the_fox
Posts: 137
Joined: Fri Oct 18, 2013 7:22 am
Location: In front of hell, looking down into the deep red abyss.

Re: SLADE 3 crashes on kubuntu linux

Post by Lisac_the_fox »

Intel i915 integrated graphics. Solutions?
Locked

Return to “Editing (Archive)”