Script error

Advanced OpenGL source port fork from ZDoom, picking up where ZDoomGL left off.
[Home] [Download] [Git builds (Win)] [Git builds (Mac)] [Wiki] [Repo] [Bugs&Suggestions]

Moderator: Graf Zahl

Locked
Tora
Posts: 4
Joined: Mon Nov 21, 2005 19:54

Script error

Post by Tora »

I get this error "script error, "decorate" line 1: actor pigcop is already defined." with this new bugfix release of gzdoom but it worked fine with the old version.
User avatar
Enjay
Developer
Developer
Posts: 4748
Joined: Tue Aug 30, 2005 23:19
Location: Scotland
Contact:

Post by Enjay »

Best bet: You are somehow loading your decorate lump more than once. Perhaps you have 2 WADs with the lump in it or one WAD and you're loading the lump as well. Or maybe you have repeated the actor name "pigcop" in your decorate file.
Tora
Posts: 4
Joined: Mon Nov 21, 2005 19:54

Post by Tora »

I'm just loading one wad and I tried to rename it, but still the same error.
I haven't made any changes in the decorate lump when I downloded the newest version.

Simplicity seems to have the same problem.
User avatar
Graf Zahl
GZDoom Developer
GZDoom Developer
Posts: 7148
Joined: Wed Jul 20, 2005 9:48
Location: Germany
Contact:

Post by Graf Zahl »

I fear the enabling of Drag&Drop for ZIPs may be at fault. Do you have a .zip with the same name as the WAD being loaded in your directory?
User avatar
Enjay
Developer
Developer
Posts: 4748
Joined: Tue Aug 30, 2005 23:19
Location: Scotland
Contact:

Post by Enjay »

Well, the only times I've ever seen that error is when I've loaded a DECORATE that has an actor name the same as another decorate or one of the internal names, or I've copied and pasted a section of a decorate lump and ended up with 2 actors in the decorate with the same name. It looks to me like somehow you're ending up loading the file twice or somehow getting it onto the command line twice. Not sure how you might be doing that though.

I've been loading files including DECORATEs with the new version - including simplicity (as both a WAD and from within a zip) and had no problems.
User avatar
Enjay
Developer
Developer
Posts: 4748
Joined: Tue Aug 30, 2005 23:19
Location: Scotland
Contact:

Post by Enjay »

Graf Zahl wrote:I fear the enabling of Drag&Drop for ZIPs may be at fault. Do you have a .zip with the same name as the WAD being loaded in your directory?
I just tried the following:

(My GZDoom folder is in f:\doom\gzdoom)
My desktop is f:\documents and settings\Nigel_Rowand\desktop)

Dragging and dropping sp_simp.zip onto gzdoom.exe from the desktop
Dragging and dropping sp_simp.wad onto gzdoom.exe from the desktop
copying both files to f:\doom\gzdoom
Dragging and dropping sp_simp.zip onto gzdoom.exe from the gzdoom directory
Dragging and dropping sp_simp.wad onto gzdoom.exe from the gzdoom directory
Leaving the files in the gzdoom directory
Dragging and dropping sp_simp.zip onto gzdoom.exe from the desktop
Dragging and dropping sp_simp.wad onto gzdoom.exe from the desktop

All of the above worked perfectly.
Tora
Posts: 4
Joined: Mon Nov 21, 2005 19:54

Post by Tora »

drag&drop works but not "gzdoom -file something.wad"
Locked

Return to “GZDoom”