Quantcast
Channel: Mendix Forum Questions
Viewing all articles
Browse latest Browse all 83469

Modeler 7.23.4 7.23.5 and 7.23.6 crashes after a recent upgrade to Windows 10

$
0
0
I had 7.23.4 and 7.23.5 mendix modeler versions on windows 7 64 bit.  I had to upgrade my operating system to windows 10 recently.  Since then, the 7.23.4 and 7.23.5 modeler versions are consistently crashing when i make changes.  I did a fresh install of 7.23.6 on windows 10 to see if that resolves the problem but it does not seem so. Here are the ‘Event viewer’ application crash report logs.  Is there a fix or configuration change in windows 10 that can solve this problem ?   The exception below is noted in the logs Exception Info: System.AccessViolationException .net runtime source log. Application: Modeler.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.AccessViolationException    at System.Windows.Forms.UnsafeNativeMethods.CallWindowProc(IntPtr, IntPtr, Int32, IntPtr, IntPtr)    at System.Windows.Forms.NativeWindow.DefWndProc(System.Windows.Forms.Message ByRef)    at System.Windows.Forms.Control.WndProc(System.Windows.Forms.Message ByRef)    at System.Windows.Forms.TextBox.WndProc(System.Windows.Forms.Message ByRef)    at System.Windows.Forms.NativeWindow.Callback(IntPtr, Int32, IntPtr, IntPtr)    at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG ByRef)    at System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr, Int32, Int32)    at System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner(Int32, System.Windows.Forms.ApplicationContext)    at System.Windows.Forms.Application+ThreadContext.RunMessageLoop(Int32, System.Windows.Forms.ApplicationContext)    at System.Windows.Forms.Form.ShowDialog(System.Windows.Forms.IWin32Window)    at Mendix.Modeler.Common.NamedDocumentType`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].AskUserForName(Mendix.Modeler.Projects.IFolder, System.String)    at Mendix.Modeler.Constants.ConstantDocumentType.CreateDocument(Mendix.Modeler.Projects.IFolder, System.String)    at Mendix.Modeler.Common.NamedDocumentType`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].Mendix.Modeler.Common.INamedDocumentType.CreateDocument(Mendix.Modeler.Projects.IFolder)    at Mendix.Modeler.Projects.ProjectExplorers.FolderBaseNode.AddDocumentOfType(Mendix.Modeler.Projects.IFolder, Mendix.Modeler.Common.INamedDocumentType)    at Mendix.Modeler.Projects.ProjectExplorers.FolderBaseNode.AddDocument(Mendix.Modeler.Projects.IFolder, Mendix.Modeler.Common.INamedDocumentType)    at System.Windows.Forms.ToolStripItem.RaiseEvent(System.Object, System.EventArgs)    at System.Windows.Forms.ToolStripMenuItem.OnClick(System.EventArgs)    at System.Windows.Forms.ToolStripItem.HandleClick(System.EventArgs)    at System.Windows.Forms.ToolStripItem.HandleMouseUp(System.Windows.Forms.MouseEventArgs)    at System.Windows.Forms.ToolStrip.OnMouseUp(System.Windows.Forms.MouseEventArgs)    at System.Windows.Forms.ToolStripDropDown.OnMouseUp(System.Windows.Forms.MouseEventArgs)    at System.Windows.Forms.Control.WmMouseUp(System.Windows.Forms.Message ByRef, System.Windows.Forms.MouseButtons, Int32)    at System.Windows.Forms.Control.WndProc(System.Windows.Forms.Message ByRef)    at System.Windows.Forms.ToolStrip.WndProc(System.Windows.Forms.Message ByRef)    at System.Windows.Forms.ToolStripDropDown.WndProc(System.Windows.Forms.Message ByRef)    at System.Windows.Forms.NativeWindow.Callback(IntPtr, Int32, IntPtr, IntPtr)    at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG ByRef)    at System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr, Int32, Int32)    at System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner(Int32, System.Windows.Forms.ApplicationContext)    at System.Windows.Forms.Application+ThreadContext.RunMessageLoop(Int32, System.Windows.Forms.ApplicationContext)    at Mendix.Modeler.WindowsGui.App.OnStartup(System.Windows.StartupEventArgs)    at System.Windows.Application.<.ctor>b__1_0(System.Object)    at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)    at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)    at System.Windows.Threading.DispatcherOperation.InvokeImpl()    at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(System.Object)    at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)    at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)    at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object)    at MS.Internal.CulturePreservingExecutionContext.Run(MS.Internal.CulturePreservingExecutionContext, System.Threading.ContextCallback, System.Object)    at System.Windows.Threading.DispatcherOperation.Invoke()    at System.Windows.Threading.Dispatcher.ProcessQueue()    at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)    at MS.Win32.HwndWrapper.WndProc(IntPtr, Int32, IntPtr, IntPtr, Boolean ByRef)    at MS.Win32.HwndSubclass.DispatcherCallbackOperation(System.Object)    at System.Windows.Threading.ExceptionWrapper.InternalRealCall(System.Delegate, System.Object, Int32)    at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(System.Object, System.Delegate, System.Object, Int32, System.Delegate)    at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(System.Windows.Threading.DispatcherPriority, System.TimeSpan, System.Delegate, System.Object, Int32)    at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr, Int32, IntPtr, IntPtr)    at MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG ByRef)    at System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame)    at System.Windows.Application.RunDispatcher(System.Object)    at System.Windows.Application.RunInternal(System.Windows.Window)    at Mendix.Modeler.WindowsGui.App.Main()   Application error log Faulting application name: Modeler.exe, version: 8.0.0.0, time stamp: 0x5cd13cee Faulting module name: msvcrt.dll, version: 7.0.16299.125, time stamp: 0x20688290 Exception code: 0xc0000005 Fault offset: 0x0000000000073080 Faulting process id: 0x321c Faulting application start time: 0x01d52c903e84d4b1 Faulting application path: C:\Program Files\Mendix\7.23.4.51030\modeler\Modeler.exe Faulting module path: C:\WINDOWS\System32\msvcrt.dll Report Id: e4dc82e8-2500-4bb7-a926-9b7dd195537d Faulting package full name:  Faulting package-relative application ID:  

Viewing all articles
Browse latest Browse all 83469

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>