GZDoom Startup Error

Bugs that have been resolved.

Moderator: Graf Zahl

Major Cooke
Developer
Developer
Posts: 240
Joined: Wed Mar 04, 2009 19:25

GZDoom Startup Error

Post by Major Cooke »

Code: Select all

Script error, "gzdoom.pk3:decorate.z" line 1:
Redefinition of internal class 'DynamicLight'
Tried to register class 'DynamicLight' more than once.
Tried to register class 'PointLight' more than once.
Script error, "gzdoom.pk3:decorate.z" line 15:
"dynamiclight.type" requires an actor of type "DynamicLight"
Those were warnings. This one is the real stopper:

Code: Select all

Script error, "gzdoom.pk3:decorate.z" line 15:
Unexpected 'Point' in definition of 'PointLight'
User avatar
Graf Zahl
GZDoom Developer
GZDoom Developer
Posts: 7148
Joined: Wed Jul 20, 2005 9:48
Location: Germany

Re: GZDoom Startup Error

Post by Graf Zahl »

It looks like you got a leftover old file in there. Decorate.z has been renamed and should no longer be present in gzdoom.pk3.
Major Cooke
Developer
Developer
Posts: 240
Joined: Wed Mar 04, 2009 19:25

Re: GZDoom Startup Error

Post by Major Cooke »

Ah I see. Yeah, cleaned it out and it worked. I thought I had it clean that out but apparently I hadn't.

All good now.

Return to “Closed Bugs”