[3709 Mac] ZPack E2M3: checkerboard portal

Bugs that have been investigated and resolved somehow.

Moderator: GZDoom Developers

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
User avatar
Enjay
 
 
Posts: 27115
Joined: Tue Jul 15, 2003 4:58 pm
Location: Scotland
Contact:

Re: [3709 Mac] ZPack E2M3: checkerboard portal

Post by Enjay »

With r3784 I get no checkerboard.

Image

The pic is only "blurry" because it's a resized image from 1920x1200. It is a ZDoom, not a GZDoom, screenshot.
Edward-san
Posts: 1774
Joined: Sat Oct 17, 2009 9:40 am

Re: [3709 Mac] ZPack E2M3: checkerboard portal

Post by Edward-san »

I still get the checkerboard:
Image
User avatar
Enjay
 
 
Posts: 27115
Joined: Tue Jul 15, 2003 4:58 pm
Location: Scotland
Contact:

Re: [3709 Mac] ZPack E2M3: checkerboard portal

Post by Enjay »

Curious. Do you get a console message telling you about a missing texture? (Drop down the console after loading the map and there should be a message there telling you about missing textures.) If so, is the texture missing from your copy of ZPack?
Edward-san
Posts: 1774
Joined: Sat Oct 17, 2009 9:40 am

Re: [3709 Mac] ZPack E2M3: checkerboard portal

Post by Edward-san »

No I don't get any of these messages. I just get:

Code: Select all

Line 15 (type 15:Autosave), arg 1 is 10 (should be 0)
And to be sure it wasn't because of my configurations I created a new ini from scratch (adding '-config newname.ini' to the command line) but nothing changed.

[edit]I downloaded the last zpack.pk3 (27th June version) file but didn't change anything.
Blue Shadow
Posts: 5043
Joined: Sun Nov 14, 2010 12:59 am

Re: [3709 Mac] ZPack E2M3: checkerboard portal

Post by Blue Shadow »

Same thing here.

I'm running Windows XP SP3 with an Intel chip and ZDoom r3784. With GZDoom (r1427), I don't get the missing texture issue, but the whole portal thing looks glitchy.
User avatar
Tormentor667
Posts: 13556
Joined: Wed Jul 16, 2003 3:52 am
Preferred Pronouns: He/Him
Operating System Version (Optional): Windows 11
Graphics Processor: nVidia (Modern GZDoom)
Location: Germany
Contact:

Re: [3709 Mac] ZPack E2M3: checkerboard portal

Post by Tormentor667 »

Zippy wrote:However, I do remember that certain angles occasionally presented clipping problems, though that was about it (and I think they were addressed?
This is exactly what I remember too.
User avatar
printz
Posts: 2649
Joined: Thu Oct 26, 2006 12:08 pm
Location: Bucharest, Romania
Contact:

Re: [3709 Mac] ZPack E2M3: checkerboard portal

Post by printz »

Blue Shadow wrote:Same thing here.

I'm running Windows XP SP3 with an Intel chip and ZDoom r3784. With GZDoom (r1427), I don't get the missing texture issue, but the whole portal thing looks glitchy.
Could it be Intel? Hahahahahahah. For reference, my laptop also has Intel. My two desktops have GeForce, but I can't be arsed to test right now (probably later).
User avatar
Mannequin
Posts: 441
Joined: Tue Jul 15, 2003 8:21 pm
Location: On The Lonely Island somewhere.

Re: [3709 Mac] ZPack E2M3: checkerboard portal

Post by Mannequin »

Same problem here on Windows 7 64-bit with a NVIDIA GeForce GTX 460M with ZDoom 2.6.1:

Image

And now with Linux Mint 13 64-bit with ZDoom SVN 3851 with the above graphics card:

Image
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49234
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: [3709 Mac] ZPack E2M3: checkerboard portal

Post by Graf Zahl »

I just checked this with 2.2.0 which was the current version at the time of release. With that it all works fine - except of the bugs in the portal setup, of course.
At some point some handling of F_SKY1 must have changed that drawing a sky takes precedence over drawing a portal in the same sector. All the affected places in this map have a ceiling texture F_SKY1.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49234
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: [3709 Mac] ZPack E2M3: checkerboard portal

Post by Graf Zahl »

More info:

This was already broken completely in 2.4.0.
In 2.3.0 it also didn't work but instead of the checkerboard it displayed the normal skybox.
Unfortunately that leaves a huge gap of more than 1000 revisions to check because there hasn't been any release between 2.2.0 and 2.3.0.
User avatar
Nightfall
Posts: 555
Joined: Thu Aug 06, 2009 4:00 am
Location: Finland

Re: [3709 Mac] ZPack E2M3: checkerboard portal

Post by Nightfall »

Doing some dissection:
  • Works mostly fine in r1125 sans some clipping weirdness (see picture)
  • Skybox only in r1312 r1236 r1170 r1145 r1130 r1129.
  • Works in r1127.
  • Cannot test in r1128, since it only compiles after I amalgomize some source files from r1129 and crashes on startup, so yeah
I had to modify the source a little bit to make it compile.
Image

In conclusion: works in r1127, broken in r1129.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49234
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: [3709 Mac] ZPack E2M3: checkerboard portal

Post by Graf Zahl »

Uhhh.. What?

These revisions only change DECORATE related stuff and don't even touch the renderer's code - they don't even touch the portal things. Are you sure?
Edward-san
Posts: 1774
Joined: Sat Oct 17, 2009 9:40 am

Re: [3709 Mac] ZPack E2M3: checkerboard portal

Post by Edward-san »

Nightfall wrote:In conclusion: works in r1127, broken in r1129.
hmm, not sure about it, since you just get a crash... try 1141 (though I hardly believe the x86 changes may mean something...)
User avatar
Nightfall
Posts: 555
Joined: Thu Aug 06, 2009 4:00 am
Location: Finland

Re: [3709 Mac] ZPack E2M3: checkerboard portal

Post by Nightfall »

Edward-san wrote:
Nightfall wrote:In conclusion: works in r1127, broken in r1129.
hmm, not sure about it, since you just get a crash... try 1141 (though I hardly believe the x86 changes may mean something...)
I just ran this over again: r1127 shows the portal (albeit a bit broken), r1128 doesn't compile, r1129 shows skybox only. Maybe it's just me but... that's how it appears on my end... I have no clue how is this possible. I'll try pinpoint the actual change which broke this.
User avatar
Graf Zahl
Lead GZDoom+Raze Developer
Lead GZDoom+Raze Developer
Posts: 49234
Joined: Sat Jul 19, 2003 10:19 am
Location: Germany

Re: [3709 Mac] ZPack E2M3: checkerboard portal

Post by Graf Zahl »

Nightfall wrote:
Edward-san wrote:
Nightfall wrote:In conclusion: works in r1127, broken in r1129.
hmm, not sure about it, since you just get a crash... try 1141 (though I hardly believe the x86 changes may mean something...)
I just ran this over again: r1127 shows the portal (albeit a bit broken)

That's ok. The portal is broken. It can't show without the glitch.
Post Reply

Return to “Closed Bugs [GZDoom]”