[Fixed] What'd I do this time?

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: 26533
Joined: Tue Jul 15, 2003 4:58 pm
Location: Scotland
Contact:

Post by Enjay »

Yup, confirmed. SPIDY0 is a problem.

DeePsea reports it as a flat. Exporting it then re-importing it as a sprite or a texture allows the game to start.

Not sure why removing the "Initial frame = 674" line has any impact on this. 674 has been changed to use a sprite from the SPID series, but not SPIDY.

Still no mention of this VLITE1 either.
User avatar
HotWax
Posts: 10002
Joined: Fri Jul 18, 2003 6:18 pm
Location: Idaho Falls, ID

Post by HotWax »

Graf Zahl wrote:Why? If that's full you are out of memory. I have only set a minimum but left the maximum open so that in extreme cases I don't run into odd messages like the one above. Setting a static swap file size is probably one of the easiest ways to cripple performance of your system because effectively you are setting an upper limit of memory for all applications running at the same time. With today's hardware there is absolutely no need to do it anymore.
When I am using memory-intensive software the size of my swap file can easily go up a few GB.
If you're using Windows XP, it's probably better to let Windows handle your swapfile size, because XP actually knows what it's doing when it comes to memory. (Amazing I know)

If you're using Win9x, most people suggest that you set a fixed swapfile size. The reason for this is that 9x likes to abuse the swapfile if you give it free reign, dumping RAM into it when there's more physical RAM available! (And when the swapfile isn't a fixed size, this equals ALOT of reallocated hard drive space as the computer swaps RAM in and out) You can somewhat curb this behavior by opening System.ini and adding this under the [386enh] heading:

ConservativeSwapFileUsage=1

Then set your swapfile to a fixed size large enough to handle anything you're likely to run on it. For most people, this is (512 - PhysicalRam) OR 128, whichever is larger. e.g. if you have 128MB, set your swap to 384, if you have 256 set it to 256, if you have 512 or higher, set it to 128, etc.

BTW, it's also safe to turn off the swapfile entirely in Windows XP if you don't think you'll need any more than what you've got in your RAM sticks. Don't do this in 9x, however, because some programs will complain if it can't find the swapfile (even if they don't actually need it -- ugh.)
Cyb
Posts: 912
Joined: Tue Jul 15, 2003 5:12 pm

Post by Cyb »

if you use win9x you deserve what you get :P
User avatar
HotWax
Posts: 10002
Joined: Fri Jul 18, 2003 6:18 pm
Location: Idaho Falls, ID

Post by HotWax »

On the other hand I had the distinct pleasure last night of trying to convince Windows XP to use a PS/2 KEYBOARD. Yeah, that's right. XP didn't recognize a %@!% keyboard. Clever, really.
User avatar
Ultraviolet
Posts: 1152
Joined: Tue Jul 15, 2003 9:08 pm
Location: PROJECT DETAILS CLASSIFIED.

Post by Ultraviolet »

For some reason XP wouldn't recognize my PS/2 mouse. Interesting, that is, because I had been running '98 prior to that (XP setup wouldn't recognize the mouse) and I had this USB optical mouse that my parents bought me that I never could use before that day because '98 wouldn't recognize it. :P

Apparently XP has some backward compatibility issues. Oh, and this just in: Water is wet.
User avatar
Chilvence
Posts: 1647
Joined: Mon Aug 11, 2003 6:36 pm
Contact:

Post by Chilvence »

Thats why I stick by 98 like a terrified yorkshire terrier.
User avatar
LilWhiteMouse
Posts: 2270
Joined: Tue Jul 15, 2003 7:00 pm
Location: Maine, US
Contact:

Post by LilWhiteMouse »

Enjay wrote:Yup, confirmed. SPIDY0 is a problem.

Still no mention of this VLITE1 either.
Thanks everyone. This mod is showing it's age. :( I found the VLITE1 problem, I was editing one copy, and loading another.
User avatar
Ultraviolet
Posts: 1152
Joined: Tue Jul 15, 2003 9:08 pm
Location: PROJECT DETAILS CLASSIFIED.

Post by Ultraviolet »

Chilvence wrote:Thats why I stick by 98 like a terrified yorkshire terrier.
(continuation from my previous post) ...HOWEVER, the benefits XP gives if your hardware is somewhere within the boundaries of "relatively recent," or even a lot of somewhat old hardware, are innumerable. The hardware abstraction layer maintains a certain level of stability, can save data from accidental (or malicious intentional) loss. Memory management is much better. Hardware support for things is integrated better. It goes on and on...
User avatar
Chilvence
Posts: 1647
Joined: Mon Aug 11, 2003 6:36 pm
Contact:

Post by Chilvence »

Meh, its too pretty(ie annoying) for my taste. 2000 is good, but I dont see a reason to shift to it until I start being crippled by incompatability. 98 for me is like the chair youve had so long that its warped ergonomically around your spine....even though its greasy, brown and full of burn marks, its right for me(tm)
User avatar
randomlag
Posts: 405
Joined: Thu Jul 17, 2003 10:10 pm

Post by randomlag »

Enjay wrote:Yup, confirmed. SPIDY0 is a problem.

DeePsea reports it as a flat. Exporting it then re-importing it as a sprite or a texture allows the game to start.

Not sure why removing the "Initial frame = 674" line has any impact on this. 674 has been changed to use a sprite from the SPID series, but not SPIDY.
The question that remains: Why does removing the DEHACKED line (or lump) fix the problem since SPIDY0 is still incorrect? Can't just be the sprite.

I thought Randy did a simple verify on the graphics? From your description sounds like that part of the code assumes a patch format without any safety check (implicitly results infer it must be looking for that name).

I browsed through all the graphics and since they all "showed" ok in DeePsea (never noticed it decoded to a flat) - figured they were ok. Since after I renamed the DEHACKED file, PWAD loaded instantly - with the "bad" sprite.
Cyb
Posts: 912
Joined: Tue Jul 15, 2003 5:12 pm

Post by Cyb »

Chilvence wrote:Meh, its too pretty(ie annoying) for my taste. 2000 is good, but I dont see a reason to shift to it until I start being crippled by incompatability. 98 for me is like the chair youve had so long that its warped ergonomically around your spine....even though its greasy, brown and full of burn marks, its right for me(tm)
you realize of course that winxp is nt5.1 and 2k is nt5.0, they're very very close. AND you can *gasp* change the theme of xp so it looks different than the (awful) default skin it uses... for instance the classic look
User avatar
HotWax
Posts: 10002
Joined: Fri Jul 18, 2003 6:18 pm
Location: Idaho Falls, ID

Post by HotWax »

Chilvence wrote:Meh, its too pretty(ie annoying) for my taste.
Step 1: Right-Click desktop.
Step 2: Select Properties from the pop-up menu.
Step 3: In the window that appears, click on the Appearance tab.
Step 4: In the Windows and Buttons drop-down box, select Windows Classic Style.
Step 5: Click OK.

Look ma! It's Windows 98!
User avatar
Ty Halderman
... in rememberance ...
Posts: 282
Joined: Thu Jul 17, 2003 9:53 pm
Location: New Orleans LA
Contact:

Post by Ty Halderman »

XP. Can't lock the taskbar in '98.
User avatar
Chilvence
Posts: 1647
Joined: Mon Aug 11, 2003 6:36 pm
Contact:

Post by Chilvence »

Actually, there are at least a few things I like about it. Maybe I'll move on once I get my p200 with 14 inch monitor :D
User avatar
HotWax
Posts: 10002
Joined: Fri Jul 18, 2003 6:18 pm
Location: Idaho Falls, ID

Post by HotWax »

Chilvence wrote:Actually, there are at least a few things I like about it. Maybe I'll move on once I get my p200 with 14 inch monitor :D
Dude. Come. Join us in the future. The year is no longer 1997. There are much faster things out there, and they're not even that expensive.
Post Reply

Return to “Closed Bugs [GZDoom]”