
SLADE Discussion - Latest: v3.2.7 (25/Dec/2024)
Forum rules
The Projects forums are ONLY for YOUR PROJECTS! If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.
Please read the full rules for more details.
The Projects forums are ONLY for YOUR PROJECTS! If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.
Please read the full rules for more details.
Re: SLADE v3.0.2 final Released
Okay, so next time someone reports this issue, I'll be able to tell them to just sleep it off. 

- sirjuddington
- Posts: 1030
- Joined: Wed Jul 16, 2003 4:47 am
- Location: Australia
- Contact:
Re: SLADE v3.0.2 final Released
I wonder, did you restart the computer after installing the drivers? Or did you only 'restart' it when you gave up and went to bed... 

- Sgt Dopey
- Posts: 558
- Joined: Thu Jan 13, 2011 8:44 pm
- Graphics Processor: nVidia (Modern GZDoom)
- Location: Australia
Re: SLADE v3.0.2 final Released
I seem to be having trouble with the latest SVN:
I transferred the folder with the files in it from an other computer to my laptop and it won't startup at all it doesnt even appear in the task manager? Any help?
EDIT: I re-downloaded it on to my laptop still dosent work
EDIT: Restarted the laptop still dosent work
I transferred the folder with the files in it from an other computer to my laptop and it won't startup at all it doesnt even appear in the task manager? Any help?
EDIT: I re-downloaded it on to my laptop still dosent work
EDIT: Restarted the laptop still dosent work
-
- Posts: 1774
- Joined: Sat Oct 17, 2009 9:40 am
Re: SLADE v3.0.2 final Released
Sorry for nitpicking about the SLADE code, but I see a lot of inefficient checkings for emptiness of containers:
Spoiler:the efficient way is to use 'container.empty()' member function directly (well, it seems 'empty()' is used inside the code sometimes).
- sirjuddington
- Posts: 1030
- Joined: Wed Jul 16, 2003 4:47 am
- Location: Australia
- Contact:
Re: SLADE v3.0.2 final Released
Hmm, well I'll check them out properly, but at a glance none of those are in places that would matter much, performance wise.
Re: SLADE v3.0.2 final Released
I notice that development of the map editor has moved back to trunk.
Is building via CMake supported in the trunk? I got an error on last run. Just wondering if I should keep using CodeLite to build in Linux.
Good to see development is moving along again!
Is building via CMake supported in the trunk? I got an error on last run. Just wondering if I should keep using CodeLite to build in Linux.
Good to see development is moving along again!
- sirjuddington
- Posts: 1030
- Joined: Wed Jul 16, 2003 4:47 am
- Location: Australia
- Contact:
Re: SLADE v3.0.2 final Released
CMake should still work, although a recent change means that wxWidgets now has to be compiled with wxMediaCtrl support. To do this add --enable-mediactrl to the wx configure line and rebuild/reinstall it. I think you need a couple extra gstreamer packages for it too (on ubuntu/mint at least): libgstreamer0.10-dev, libgstreamer-plugins-base0.10-dev and libgconf2-dev.chmmr wrote:I notice that development of the map editor has moved back to trunk.
Is building via CMake supported in the trunk? I got an error on last run. Just wondering if I should keep using CodeLite to build in Linux.
Good to see development is moving along again!
I should update the wiki/README with this stuff I guess
- TerminusEst13
- Posts: 1625
- Joined: Mon Nov 09, 2009 3:08 pm
- Contact:
Re: SLADE v3.0.2 final Released
I restarted after installing the drivers. It wasn't that, trust me.I wonder, did you restart the computer after installing the drivers? Or did you only 'restart' it when you gave up and went to bed...

It's mysterious, yeah, but I'm just happy that it's working.
-
- Posts: 168
- Joined: Tue Mar 08, 2011 1:25 pm
Re: SLADE v3.0.2 final Released
Any new build's?
Re: SLADE v3.0.2 final Released
I have a little problem. It's not an especially important one, though; but it annoys me.
-
- Posts: 5043
- Joined: Sun Nov 14, 2010 12:59 am
Re: SLADE v3.0.2 final Released
The "Close All" command closes all but one of the archives opened at the time.
That happens in r1152 and presumably all the way to the recent build available on the DRD Team SVN Builds site (r1198), which has been tested and, yes, it happens there as well.
I'm running Windows XP, by the way.
That happens in r1152 and presumably all the way to the recent build available on the DRD Team SVN Builds site (r1198), which has been tested and, yes, it happens there as well.
I'm running Windows XP, by the way.
Re: SLADE v3.0.2 final Released
Cool to see all the recent development on the map editor!
I get this non-fatal error when I make from the command line:
I get this non-fatal error when I make from the command line:
Spoiler:(Using Ubuntu 11.10 32-bit.)
- sirjuddington
- Posts: 1030
- Joined: Wed Jul 16, 2003 4:47 am
- Location: Australia
- Contact:
Re: SLADE v3.0.2 final Released
Yeah not sure what that's about, still works fine either way.
- MartinHowe
- Posts: 2067
- Joined: Mon Aug 11, 2003 1:50 pm
- Preferred Pronouns: He/Him
- Location: East Suffolk (UK)
Re: SLADE v3.0.2 final Released
Well I have updated drivers, intel chipset and graphics, restarted, still no go. SLADE3 refuses to show images or shows bits of the windows desktop, etc. Same for the latest SVN version of SLADE3. Some of us are stuck with 945gmexpress for the forseeable future, so in my case, it's back to SLumpEd. Strangely, on the same computer, with 32-bit Windows 7, it worked OK
Why the 64-bit Windows 7 from the same retail pack should have this problem, I don't know...

Re: SLADE v3.0.2 final Released
The difference is the drivers. And apparently, the OpenGL side of the 64-bit driver has been neglected.
In any case, that's nothing that can be solved on SLADE's side.
In any case, that's nothing that can be solved on SLADE's side.