Unknown Error help in UDB

Ask about mapping, UDMF, using DoomBuilder/editor of choice, etc, here!

Moderator: GZDoom Developers

Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.
DjDisk1996
Posts: 2
Joined: Sat Nov 18, 2023 2:08 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Windows 11
Graphics Processor: ATI/AMD (Modern GZDoom)

Unknown Error help in UDB

Post by DjDisk1996 »

I am working on a map with about 3 wads merged using WADMERGE. I accidentally merged BTSX into it and am lazy to separate all the assets and MAPINFO from it by hand so have just been running with it. Randomly got this error log upon saving just a couple minutes ago and have no idea why it's happening. Any help?

Also: If anyone knows a way to separate all the BTSX assets from my wad while retaining my map (linedefs, sectors, etc) that would be nice. I only know how to do it by hand :p
DjDisk1996
Posts: 2
Joined: Sat Nov 18, 2023 2:08 pm
Preferred Pronouns: He/Him
Operating System Version (Optional): Windows 11
Graphics Processor: ATI/AMD (Modern GZDoom)

Re: Unknown Error help in UDB

Post by DjDisk1996 »

Forgot to post the clipboard

here it is:
***********SYSTEM INFO***********
OS: Microsoft Windows 11 Home
GPU: AMD Radeon(TM) Graphics
UDB: R4132
Platform: x86

********EXCEPTION DETAILS********
Object reference not set to an instance of an object.
at CodeImp.DoomBuilder.Data.WADReader.Suspend() in c:\build\UltimateDoomBuilder\Source\Core\Data\WADReader.cs:line 218
at CodeImp.DoomBuilder.Data.DataManager.Suspend() in c:\build\UltimateDoomBuilder\Source\Core\Data\DataManager.cs:line 699
at CodeImp.DoomBuilder.MapManager.SaveMap(String newfilepathname, SavePurpose purpose) in c:\build\UltimateDoomBuilder\Source\Core\General\MapManager.cs:line 855
at CodeImp.DoomBuilder.General.SaveMap() in c:\build\UltimateDoomBuilder\Source\Core\General\General.cs:line 1478
at CodeImp.DoomBuilder.General.ActionSaveMap() in c:\build\UltimateDoomBuilder\Source\Core\General\General.cs:line 1438
at CodeImp.DoomBuilder.Actions.Action.Begin() in c:\build\UltimateDoomBuilder\Source\Core\Actions\Action.cs:line 269
at CodeImp.DoomBuilder.Actions.ActionManager.InvokeAction(String actionname) in c:\build\UltimateDoomBuilder\Source\Core\Actions\ActionManager.cs:line 426
at CodeImp.DoomBuilder.Windows.MainForm.InvokeTaggedAction(Object sender, EventArgs e) in c:\build\UltimateDoomBuilder\Source\Core\Windows\MainForm.cs:line 461
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.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.ToolStripDropDown.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.ToolStripDropDown.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)
User avatar
Kappes Buur
 
 
Posts: 4138
Joined: Thu Jul 17, 2003 12:19 am
Graphics Processor: nVidia (Legacy GZDoom)
Location: British Columbia, Canada

Re: Unknown Error help in UDB

Post by Kappes Buur »

It should be simply enough to purge all BTSX assests from your pwad by using SLADE.

Return to “Mapping”