Cant Read the lumps...

Discuss all aspects related to modding Zandronum here.
Post Reply
Rcj8993
Forum Regular
Posts: 137
Joined: Wed Sep 18, 2013 10:17 pm

Cant Read the lumps...

#1

Post by Rcj8993 » Tue May 13, 2014 5:54 pm

im making a few maps, and well, this morning I open my Wad,
the E1M2's name was changed to something else.
and well... I changed the name back and now I cant open the level
Object reference not set to an instance of an object.
at CodeImp.DoomBuilder.Windows.MainForm.RemoveDocker(Docker d)
at CodeImp.DoomBuilder.BuilderModes.BuilderPlug.OnMapCloseEnd()
at CodeImp.DoomBuilder.Plugins.PluginManager.OnMapCloseEnd()
at CodeImp.DoomBuilder.MapManager.Dispose()
at CodeImp.DoomBuilder.General.OpenMapFileWithOptions(String filename, MapOptions options)
at CodeImp.DoomBuilder.General.OpenMapFile(String filename, MapOptions options)
at CodeImp.DoomBuilder.General.OpenMap()
at CodeImp.DoomBuilder.Actions.Action.Begin()
at CodeImp.DoomBuilder.Actions.ActionManager.InvokeAction(String actionname)
at CodeImp.DoomBuilder.Windows.MainForm.InvokeTaggedAction(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
is it possible GZ doom builder caused this?
I get a lot of errors when I run it...
Last edited by Rcj8993 on Tue May 13, 2014 6:29 pm, edited 1 time in total.

User avatar
Vincent(PDP)
Forum Regular
Posts: 527
Joined: Thu Mar 14, 2013 7:35 pm
Location: Sweden
Clan: My DOOM site
Clan Tag: <MDS>
Contact:

RE: Cant Read the lumps...

#2

Post by Vincent(PDP) » Tue May 13, 2014 7:19 pm

What application did you change the name with?

You can try changing it back to the other name.
//Visual Vincent ( Vincent (PDP) )
- My DOOM site Team

My projects:
Spoiler: (Open)
Doom Writer
Escape From The Laboratory - Done
Escape From The Laboratory Part 2
Parkskolan Zombie Horde Map (ZM10) - Done
In game Admin Commands for Zandronum.
Achievement Mod for Zandronum
Stats mod

Rcj8993
Forum Regular
Posts: 137
Joined: Wed Sep 18, 2013 10:17 pm

RE: Cant Read the lumps...

#3

Post by Rcj8993 » Tue May 13, 2014 9:46 pm

Gzdoombuilder. Somehow it changed a sound file to be e1m2.... that's exactly what happened. I just imported from a copy I had of the map using doom builder and it put the map back in.... also I couldn't change the name back as it wouldn't open e1m2 because of errors...

Post Reply