Page 1 of 1
Script error
Posted: Fri Dec 16, 2005 16:38
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.
Posted: Fri Dec 16, 2005 17:08
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.
Posted: Sat Dec 17, 2005 13:17
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.
Posted: Sat Dec 17, 2005 13:36
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?
Posted: Sat Dec 17, 2005 13:42
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.
Posted: Sat Dec 17, 2005 13:47
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.
Posted: Wed Dec 21, 2005 23:25
by Tora
drag&drop works but not "gzdoom -file something.wad"