Idk what I did, I just created an external acs source file, renamed it, and then boom, Error.
The thing is, I cannot even open my map anymore ;--;
Code: Select all
***********SYSTEM INFO***********
OS: Microsoft Windows 10 Education
GPU: Intel(R) HD Graphics 4000
GZDB: R2431
********EXCEPTION DETAILS********
Caracteres inválidos no caminho.
em System.IO.Path.CheckInvalidPathChars(String path)
em System.IO.Path.GetFileName(String path)
em CodeImp.DoomBuilder.GZBuilder.GZDoom.AcsParserSE.Parse(Stream stream, String sourcefilename, List`1 configincludes, Boolean processincludes, Boolean isinclude) na x:\Source\Core\GZBuilder\GZDoom\AcsParserSE.cs:linha 172
em CodeImp.DoomBuilder.MapManager.UpdateScriptNames() na x:\Source\Core\General\MapManager.cs:linha 1917
em CodeImp.DoomBuilder.MapManager.UpdateScriptNames(Boolean logerrors) na x:\Source\Core\General\MapManager.cs:linha 1868
em CodeImp.DoomBuilder.MapManager.InitializeOpenMap(String filepathname, MapOptions options) na x:\Source\Core\General\MapManager.cs:linha 441
em CodeImp.DoomBuilder.General.OpenMapFileWithOptions(String filename, MapOptions options) na x:\Source\Core\General\General.cs:linha 1373
em CodeImp.DoomBuilder.General.OpenMapFile(String filename, MapOptions options) na x:\Source\Core\General\General.cs:linha 1347
em CodeImp.DoomBuilder.General.OpenMap() na x:\Source\Core\General\General.cs:linha 1229
em CodeImp.DoomBuilder.Actions.Action.Begin() na x:\Source\Core\Actions\Action.cs:linha 252
em CodeImp.DoomBuilder.Actions.ActionManager.InvokeAction(String actionname) na x:\Source\Core\Actions\ActionManager.cs:linha 423
em CodeImp.DoomBuilder.Windows.MainForm.InvokeTaggedAction(Object sender, EventArgs e) na x:\Source\Core\Windows\MainForm.cs:linha 445
em System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
em System.Windows.Forms.ToolStripButton.OnClick(EventArgs e)
em System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
em System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
em System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
em System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
em System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
em System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
em System.Windows.Forms.Control.WndProc(Message& m)
em System.Windows.Forms.ScrollableControl.WndProc(Message& m)
em System.Windows.Forms.ToolStrip.WndProc(Message& m)
em System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
em System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
em System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
EDIT: Map link
http://www.mediafire.com/download/1b1dm ... JS_map.wad
EDIT2: both SLADE3 and Gzdoom can open the map just fine
EDIT3: I just suspect it's something related to the acs window where it show all the opened scripts, if there's a way to clean the opened files in some gzdoom builder cache I'll just do it
EDIT4: Removing the Behavior + Scripts file fixed the problem
EDIT5: Way, another edit

I found the iuse, it looks like when you include a invalid path, gzdoom builder will break.
tested example : "#include ACS/hue.acs"
on my case, the folder ACS exist, but not the file.