Page 188 of 206

Re: SLADE Discussion - Latest: v3.1.5 (07/May/2019)

Posted: Sun Oct 06, 2019 8:55 pm
by irontusk341
sirjuddington wrote:
irontusk341 wrote:pk3's greater than 800mb (Like HD or 4K textures) cannot be loaded into Slade without Errors
You'll need to use the 64bit version to open anything very large, as 32bit has memory usage constraints (64bit does too but they are significantly larger).


The issues with the text editor should be fixed in the next release, they are caused by a bug in wxWidgets 3.1.2 - I've rolled it back to 3.1.1 on my system which doesn't have the bug.

There also seems to be an issue with the website since mancubus.net was moved. I'm not sure what is wrong since other mancubus.net websites work fine (including my personal one), just not SLADE. In the meantime releases are still available on GitHub if anyone needs them.
tested it on 3.1.6 x64 bit.. the 1.5GB 4k texture pack loads up.. Thanks!!

Re: SLADE Discussion - Latest: v3.1.5 (07/May/2019)

Posted: Mon Oct 07, 2019 2:23 am
by sirjuddington
3.1.7 is up (on GitHub only for now) - it should fix most of the text editor issues people were having, among other things.

Re: SLADE Discussion - Latest: v3.1.7 (07/Oct/2019)

Posted: Tue Oct 08, 2019 5:16 am
by Kinsie
Many thanks for these fixes!

Re: SLADE Discussion - Latest: v3.1.7 (07/Oct/2019)

Posted: Tue Oct 08, 2019 5:55 pm
by Kinsie
Posting again with a minor bug report: Several sprites in HEXEN.WAD are being falsely detected as SRB2 Encore lumps instead of Doom format graphics.

Re: SLADE Discussion - Latest: v3.1.7 (07/Oct/2019)

Posted: Wed Oct 09, 2019 11:22 am
by Kappes Buur
3.1.7 gives me severe headaches.
Opened a map in the 64bit version, added a couple of scripts and a MAPINFO.
Saved and opened in GZDBBF and no map was found.
Also does not play some sound formats, like mus and mp3.
Spoiler:
Reverting to 3.1.6.

Re: SLADE Discussion - Latest: v3.1.7 (07/Oct/2019)

Posted: Fri Oct 11, 2019 4:47 am
by Kinsie
Kappes Buur wrote:Also does not play some sound formats, like mus and mp3.
Spoiler:
THE START PAGE wrote:The 64bit build currently doesn't support MIDI playback via fluidsynth (you'll have to set up and use timidity instead for now)
Both specified formats work fine for me.

Re: SLADE Discussion - Latest: v3.1.7 (07/Oct/2019)

Posted: Fri Oct 11, 2019 6:16 pm
by Kappes Buur
Kinsie wrote:Both specified formats work fine for me.
Thank you
The 32 bit version of 3.1.7 seems to work just fine.

One other thing:
Running 3.1.7 I no longer showed the icon (green triangle) for test map.
However, that, after a bit of floundering about, was solved by deleting the old slade3.cfg of 3.1.6 and let 3.1.7 create a new slade3.cfg.

Re: SLADE Discussion - Latest: v3.1.7 (07/Oct/2019)

Posted: Fri Oct 18, 2019 8:49 am
by zhadoom
Kinsie wrote:Posting again with a minor bug report: Several sprites in HEXEN.WAD are being falsely detected as SRB2 Encore lumps instead of Doom format graphics.
I'd like to add the following:
Importing an PNG can falsely generate an SRB2 lump entry.
I tried this with PNG files saved by the program Awesomebump. They became SRB2 entries in SLADE.
In contrast, after saving the same file with Paint, they became PNG entries in SLADE.

Apart from that, I havn't noticed any other bugs in 3.1.7 up to now.
Hence a bin THANK YOU for the update! :D

Kind regards
zhd

Re: SLADE Discussion - Latest: v3.1.7 (07/Oct/2019)

Posted: Sat Oct 19, 2019 2:24 pm
by Quantum3113
Would just like to report that the text editor issues are still present in the 3.1.7 release. Everything inside quotations is red still. Is there anyway you could reupload of 3.0.0.

Re: SLADE Discussion - Latest: v3.1.7 (07/Oct/2019)

Posted: Sat Oct 19, 2019 4:39 pm
by Gez
Quantum3113 wrote:Is there anyway you could reupload of 3.0.0.
https://github.com/sirjuddington/SLADE/releases
You can go as far back as 3.1.0 beta 1, from 2013.

You probably don't actually want 3.0.0.

Re: SLADE Discussion - Latest: v3.1.7 (07/Oct/2019)

Posted: Sat Oct 19, 2019 5:27 pm
by Quantum3113
Gez wrote:
Quantum3113 wrote:Is there anyway you could reupload of 3.0.0.
https://github.com/sirjuddington/SLADE/releases
You can go as far back as 3.1.0 beta 1, from 2013.

You probably don't actually want 3.0.0.
Thanks For the quick reply. Ill Give some of them older ones a try.

EDIT* For anyone curious Slade 3.1.1.5 is the earliest version i could find that doesnt have the text editor issues. Heres link to that version.

https://github.com/sirjuddington/SLADE/ ... ag/3.1.1.5

Re: SLADE Discussion - Latest: v3.1.7 (07/Oct/2019)

Posted: Sun Oct 20, 2019 4:43 pm
by sirjuddington
Quantum3113 wrote:Would just like to report that the text editor issues are still present in the 3.1.7 release. Everything inside quotations is red still. Is there anyway you could reupload of 3.0.0.
What issue exactly are you referring to here? I don't remember anything reported to do with quotations - the only known issue is commented out text colours not updating correctly in certain situations.

Re: SLADE Discussion - Latest: v3.1.7 (07/Oct/2019)

Posted: Sun Oct 20, 2019 11:56 pm
by Quantum3113
sirjuddington wrote:
Quantum3113 wrote:Would just like to report that the text editor issues are still present in the 3.1.7 release. Everything inside quotations is red still. Is there anyway you could reupload of 3.0.0.
What issue exactly are you referring to here? I don't remember anything reported to do with quotations - the only known issue is commented out text colours not updating correctly in certain situations.
Yeah i believe thats what im referring to for example.

//==============
//==Decorations-->
//==============

#include "Hell.DEC"
#include "Nature.DEC"
#include "Tech.DEC"
#include "Torches.DEC"
#include "Barrels.DEC"

Everything inside the quotations is a blistering red. Im rather novice with decorate and learning so dont really have the nomiclature.

Re: SLADE Discussion - Latest: v3.1.7 (07/Oct/2019)

Posted: Mon Oct 21, 2019 1:44 am
by StroggVorbis
I think that's intentional, everything between quotation marks is treated as a string. Btw, under options you should be able to choose between different themes and select individual colors for everything. Last but not least, what gets colored is depending on the selected definition language, but strings should be red in all of them by default, hope I could help:D

Edit: Most of the time you don't need to put text into quotation marks, except if it contains one or more spaces. But it's better to stick to it.

Re: SLADE Discussion - Latest: v3.1.7 (07/Oct/2019)

Posted: Mon Oct 21, 2019 8:28 am
by Tartlman
Would it be possible to have unknown files open as text files by default, as an option?

Since SLADE doesn't seem to recognize ACS source files and ZScript files in folders, I'm finding that it's really tedious to open a file, insert a random space, deleting said random space, and saving over the entire archive just so it automatically opens as text.

Also, another strange bug is that the first time you open an unknown file type as text there is a large, empty space above the text editor.

I'm using 3.1.6