I opened up my task manager and looked the processes tab while doing this. It seems that it does try to open but then quickly closes itself. Is there something I might be missing needed to run slade?sirjuddington wrote: No idea what that is about. I compiled it with VS2005, same as the svn builds were.
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.
- Xtyfe
- Posts: 1490
- Joined: Fri Dec 14, 2007 6:29 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 11
- Graphics Processor: nVidia with Vulkan support
Re: SLADE v3.0.2 beta 2 Released
Re: SLADE v3.0.2 beta 2 Released
@sirjuddington
Second one. Anyway I got crash when I tried to opened Preferences to set up GFX things.
Second one. Anyway I got crash when I tried to opened Preferences to set up GFX things.
Spoiler:
- sirjuddington
- Posts: 1030
- Joined: Wed Jul 16, 2003 4:47 am
- Location: Australia
- Contact:
Re: SLADE v3.0.2 beta 2 Released
Hmm, does it generate a slade3.log file? Either in the same directory as slade.exe or %APPDATA%/slade3Xtyfe wrote:I opened up my task manager and looked the processes tab while doing this. It seems that it does try to open but then quickly closes itself. Is there something I might be missing needed to run slade?sirjuddington wrote: No idea what that is about. I compiled it with VS2005, same as the svn builds were.
I can't reproduce that for some reason. Try building the debug build and reproducing it for a full stack trace.japboy wrote:Anyway I got crash when I tried to opened Preferences to set up GFX things.
- Xtyfe
- Posts: 1490
- Joined: Fri Dec 14, 2007 6:29 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 11
- Graphics Processor: nVidia with Vulkan support
Re: SLADE v3.0.2 beta 2 Released
Nope, nothing at allsirjuddington wrote: Hmm, does it generate a slade3.log file? Either in the same directory as slade.exe or %APPDATA%/slade3
Re: SLADE v3.0.2 beta 2 Released
Debug Build stopped with build errors. I tried to build by CodeLite btw. Release Build has done w/o problems though. Aaw.sirjuddington wrote:I can't reproduce that for some reason. Try building the debug build and reproducing it for a full stack trace.
- cq75
- Posts: 1212
- Joined: Sun Dec 27, 2009 9:28 pm
- Graphics Processor: nVidia with Vulkan support
- Location: Just beyond the line horizon
Re: SLADE v3.0.2 beta 2 Released
Is Slade 3 eventually going to include a visual TEXTURES editor?
EDIT - oh, it's in
Any progress on the map editor?
EDIT2 - Slade v3.02 Beta 2 crashes consistently when I delete a patch in a texture using the DELETE key. Deleting it with the "delete" button works fine.
EDIT - oh, it's in

Any progress on the map editor?
EDIT2 - Slade v3.02 Beta 2 crashes consistently when I delete a patch in a texture using the DELETE key. Deleting it with the "delete" button works fine.
- sirjuddington
- Posts: 1030
- Joined: Wed Jul 16, 2003 4:47 am
- Location: Australia
- Contact:
Re: SLADE v3.0.2 beta 2 Released
Ok that should be fixed now. I've been working on the map editor stuff a bit lately, currently getting it to read UDMF format maps.
- Major Cooke
- Posts: 8212
- Joined: Sun Jan 28, 2007 3:55 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 10
- Graphics Processor: nVidia with Vulkan support
- Location: GZBoomer Town
- Contact:
Re: SLADE v3.0.2 beta 2 Released
Some reason or another is causing "Open in Tab" to behave strangely.
For entries, I can open up and then it'll show options to open as text/hex, but when i try clicking either of them, they do nothing.
EDIT: That is to say, .pk3's it's acting weird.
For entries, I can open up and then it'll show options to open as text/hex, but when i try clicking either of them, they do nothing.
EDIT: That is to say, .pk3's it's acting weird.
- sirjuddington
- Posts: 1030
- Joined: Wed Jul 16, 2003 4:47 am
- Location: Australia
- Contact:
Re: SLADE v3.0.2 beta 2 Released
Can you explain it more clearly? I'm not sure what you're trying to say 

- Major Cooke
- Posts: 8212
- Joined: Sun Jan 28, 2007 3:55 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 10
- Graphics Processor: nVidia with Vulkan support
- Location: GZBoomer Town
- Contact:
Re: SLADE v3.0.2 beta 2 Released
Okay, I think I found a more specific example. When you go into a .pk3, go into a subdirectory like Decorate/ and try opening a file in a new tab. Notice how the tab says <name>.<ext>/<nameoffile> instead of <name>.<ext>/Decorate/<nameoffile>. I think it might be why, 'cause anything I open in the main directory works just fine, but not in places like the Decorate folder.
- cq75
- Posts: 1212
- Joined: Sun Dec 27, 2009 9:28 pm
- Graphics Processor: nVidia with Vulkan support
- Location: Just beyond the line horizon
Re: SLADE v3.0.2 beta 2 Released
Is this version released? The last build is 5-8-2011, does the SVN code have the latest changes? Would you be willing to help me compile it on Windows? (good practice for when the map editor comes, when I can shelve doombuilder and mod doom completely on Linuxsirjuddington wrote:Ok that should be fixed now. I've been working on the map editor stuff a bit lately, currently getting it to read UDMF format maps.

- sirjuddington
- Posts: 1030
- Joined: Wed Jul 16, 2003 4:47 am
- Location: Australia
- Contact:
Re: SLADE v3.0.2 beta 2 Released
There are absolutely no map *editing* features at the moment, it just loads maps and you can view them
But if you really want to look at it now, svn chechout http://mancubus.net/svn/hosted/slade/br ... map_editor, and follow the windows compilation instructions here. Instructions for compiling in linux are there too (it's a lot easier to compile there than in windows, for sure).
Edit: Or did you mean a version with that fixed? If so, there isn't any, since Gez has stopped uploading svn builds recently. For now just use the delete patch button rather than pressing DEL.
Major Cooke: As in, I don't know what problem you are trying to report. Everything seems fine for me, even opening entries-within-directories in tabs.

Edit: Or did you mean a version with that fixed? If so, there isn't any, since Gez has stopped uploading svn builds recently. For now just use the delete patch button rather than pressing DEL.
Major Cooke: As in, I don't know what problem you are trying to report. Everything seems fine for me, even opening entries-within-directories in tabs.
- cq75
- Posts: 1212
- Joined: Sun Dec 27, 2009 9:28 pm
- Graphics Processor: nVidia with Vulkan support
- Location: Just beyond the line horizon
Re: SLADE v3.0.2 beta 2 Released
Yeah, I meant a version with DEL in the texture editor fixed. I'm used to hitting DEL, so it crashes a lot 
That fix isn't availabile in the SVN?

That fix isn't availabile in the SVN?
- Xtyfe
- Posts: 1490
- Joined: Fri Dec 14, 2007 6:29 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 11
- Graphics Processor: nVidia with Vulkan support
Re: SLADE v3.0.2 beta 2 Released
I was just thinking, would it be faster if slade made use of doombuilder cfgs? Why do all the work when it has already been done
-
- Posts: 5043
- Joined: Sun Nov 14, 2010 12:59 am
Re: SLADE v3.0.2 beta 2 Released
When I close Slade it crashes. Here's what I've done:
- I started Slade for the first time after installing it and set my prefernces.
- Opened a wad, did some stuff.
- Closed the wad, closed Slade and it crashed.
- Started Slade again and then closed it and it crashed.
I thought maybe I did something wrong when setting the prefernces. So, I deleted the configs to make Slade creats fresh ones and then started it and closed it. The result is a crash.
I'm using build 934 from DRD Team SVN Builds site, by the way.
- I started Slade for the first time after installing it and set my prefernces.
- Opened a wad, did some stuff.
- Closed the wad, closed Slade and it crashed.
- Started Slade again and then closed it and it crashed.
I thought maybe I did something wrong when setting the prefernces. So, I deleted the configs to make Slade creats fresh ones and then started it and closed it. The result is a crash.
I'm using build 934 from DRD Team SVN Builds site, by the way.
Last edited by Blue Shadow on Thu Dec 01, 2011 2:25 am, edited 1 time in total.