Page 1 of 1

Deja Vu map 5 kaput

Posted: 12 Sep 2017, 18:44
by Ironword
Can't open map 5 from Deja Vu (http://www.oldunreal.com/maps/utsingle/ ... isited.zip). Well, actually the map does open for about half a second, then GPFs. Here's the relevant portion of the log:

Code: Select all

Init: Initialized moving brush tracker for Level USP-05-Jaunie-Frieza.MyLevel
DevAudio: Galaxy SetViewport: WindowsViewport0
Log: Undeleted AutoMag USP-05-Jaunie-Frieza.AutoMag0
Log: Undeleted UTBloodPool USP-05-Jaunie-Frieza.UTBloodPool0
Log: Undeleted AutoMag USP-05-Jaunie-Frieza.AutoMag0
Log: Undeleted UTBloodPool USP-05-Jaunie-Frieza.UTBloodPool0
DevMusic: Load music: Music olroot.null
Critical: LevelTexture
Critical: (USP-05-Jaunie-Frieza.greenthing)
Critical: URender::Precache
Critical: UGameEngine::Draw
Critical: UWindowsViewport::Repaint
Critical: UWindowsClient::Tick
Critical: ClientTick
Critical: UGameEngine::Tick
Critical: UpdateWorld
Critical: MainLoop
Exit: Executing UObject::StaticShutdownAfterError
Exit: Executing UWindowsClient::ShutdownAfterError
Exit: UGalaxyAudioSubsystem::ShutdownAfterError
Log: DirectDraw End Mode
Exit: Exiting.


All the other maps in the pack open just fine. I double-checked that I didn't have a corrupt download by re-downloading the archive a second time; same result. Is the map corrupt in the archive, or is this only happening to me? If so, might anyone know how to solve it?

Oh yeah, I should add that there are NO mutators in Oldskool's active list. So it's not a mutator issue.

Re: Deja Vu map 5 kaput

Posted: 12 Sep 2017, 22:55
by Lightning Hunter
What Render are you using? D3D, or OpenGL? Is it the UTGLR drivers, or the default drivers that came with the game?

I think I remember this issue popping up years ago when we first released Deja Vu, and I think it was related to the render people were using.

Re: Deja Vu map 5 kaput

Posted: 13 Sep 2017, 00:47
by Ironword
Yup, that was it (I was using the Dohnal D3d10s, just had to switch to OpenGL). Thanks!

Re: Deja Vu map 5 kaput

Posted: 13 Sep 2017, 08:25
by Lightning Hunter
I have always preferred the UTGLR OpenGL over D3D when it comes to Unreal and UT99. It just seems much more stable, and I get better performance.

Re: Deja Vu map 5 kaput

Posted: 13 Sep 2017, 19:51
by Ironword
Yeah, the reason I default to the D3D is because it automatically takes care of the superspeed issue. If you use OpenGL you have to go into Advanced Options and set that FrameRateLimit or whatever it is (re the sticky thread on that topic). But a bit of convenience doesn't much matter if a map won't run!