Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

r3015-x64 crashes on closing #199

Closed
KappesBuur opened this issue Apr 14, 2018 · 4 comments
Closed

r3015-x64 crashes on closing #199

KappesBuur opened this issue Apr 14, 2018 · 4 comments
Labels

Comments

@KappesBuur
Copy link

[img]https://i.imgur.com/tsWIj1u.png[/img]

SYSTEM INFO
OS: Microsoft Windows 10 Pro
GPU: NVIDIA GeForce GTX 660
GZDB: R3015

EXCEPTION DETAILS
Object reference not set to an instance of an object.
at CodeImp.DoomBuilder.Config.ProgramConfiguration.GetPluginPathPrefix(Assembly asm)
at CodeImp.DoomBuilder.Config.ProgramConfiguration.WritePluginSetting(String setting, Object settingvalue)
at CodeImp.DoomBuilder.Plugins.PluginManager.OnMapCloseEnd()
at CodeImp.DoomBuilder.MapManager.Dispose()
at CodeImp.DoomBuilder.General.CloseMap()
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.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
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.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

@rastamangames
Copy link

rastamangames commented Apr 14, 2018

Confirmed.

SYSTEM INFO
OS: Microsoft Windows 7 Максимальная
GPU: NVIDIA GeForce GTX 970
GZDB: R3015

EXCEPTION DETAILS
Ссылка на объект не указывает на экземпляр объекта.
в CodeImp.DoomBuilder.Config.ProgramConfiguration.GetPluginPathPrefix(Assembly asm)
в CodeImp.DoomBuilder.Config.ProgramConfiguration.WritePluginSetting(String setting, Object settingvalue)
в CodeImp.DoomBuilder.Plugins.PluginManager.OnMapCloseEnd()
в CodeImp.DoomBuilder.MapManager.Dispose()
в CodeImp.DoomBuilder.General.CloseMap()
в CodeImp.DoomBuilder.Windows.MainForm.OnFormClosing(FormClosingEventArgs e)
в System.Windows.Forms.Form.WmClose(Message& m)
в CodeImp.DoomBuilder.Windows.MainForm.WndProc(Message& m)
в System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

This triggered by closing map and/or closing editor in two same ways.

@jewalky
Copy link
Collaborator

jewalky commented Apr 14, 2018

Fixed in R3016 (a2a6004)
Test please.

@rastamangames
Copy link

rastamangames commented Apr 14, 2018

It's fixed changing map / closing map / closing editor for me, but for some reason, after loading my own map, i saw these critical errors (don't mention warning, it's not fatal and it's not fault of editor at all):

https://my.mixtape.moe/axkzqg.PNG

@jewalky
Copy link
Collaborator

jewalky commented Apr 15, 2018

PNG-related errors will be handled separately (see new issue about DevIL)

@jewalky jewalky closed this as completed Apr 15, 2018
@jewalky jewalky added fixed and removed bug labels Apr 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants