Jump to content

Unhandled Exception in Merge Tool


michivo

Recommended Posts

Unfortunately I did not find a bug tracking system or so on your site, maybe introduce one or make it easier to find it.

Anyway, that's what happens:

Plastic SCM 4.1.10.417 - Brasilia on Windows 7, 64 bit

 

What I did:

I merged one branch into another, there was a file with merge conflicts, I started to merge

Plastic Merge Tool is opened

I go to the "Destination"-source text field, copy all of its content (Ctrl+A, then Ctrl+C)

I go to the merged code text field(at the bottom), press Ctrl+A, then Ctrl+V to overwrite all of its content with the code I just copied from the "Destination"-text field

With my caret still in the merged code text field at the bottom, I press [Ctrl+Pos1]

=> What should happen? Caret should jump to the very beginning of the merged code text field

=> What does happen? Unhandled exception

 

Exception details:

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index
   at System.Collections.ArrayList.get_Item(Int32 index)
   at hz.a()
   at ku.b(Graphics A_0)
   at ku.b(PaintEventArgs A_0)
   at System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer, Boolean disposeEventArgs)
   at System.Windows.Forms.Control.WmPaint(Message& m)
   at System.Windows.Forms.Control.WndProc(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)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5466 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
mergetool
    Assembly Version: 4.1.10.417
    Win32 Version: 4.1.10.417
    CodeBase: file:///C:/Program%20Files/PlasticSCM4/client/mergetool.exe
----------------------------------------
Codice.I3
    Assembly Version: 4.1.10.0
    Win32 Version: 4.1.10.0
    CodeBase: file:///C:/Program%20Files/PlasticSCM4/client/Codice.I3.DLL
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5468 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
commontypes
    Assembly Version: 4.1.10.0
    Win32 Version: 4.1.10.0
    CodeBase: file:///C:/Program%20Files/PlasticSCM4/client/commontypes.DLL
----------------------------------------
clientcommon
    Assembly Version: 4.1.10.417
    Win32 Version: 4.1.10.417
    CodeBase: file:///C:/Program%20Files/PlasticSCM4/client/clientcommon.DLL
----------------------------------------
libmergetool
    Assembly Version: 4.1.10.417
    Win32 Version: 4.1.10.417
    CodeBase: file:///C:/Program%20Files/PlasticSCM4/client/libmergetool.DLL
----------------------------------------
differences
    Assembly Version: 4.1.10.417
    Win32 Version: 4.1.10.417
    CodeBase: file:///C:/Program%20Files/PlasticSCM4/client/differences.DLL
----------------------------------------
log4net
    Assembly Version: 1.2.9.0
    Win32 Version: 1.2.9.0
    CodeBase: file:///C:/Program%20Files/PlasticSCM4/client/log4net.DLL
----------------------------------------
utils
    Assembly Version: 4.1.10.0
    Win32 Version: 4.1.10.0
    CodeBase: file:///C:/Program%20Files/PlasticSCM4/client/utils.DLL
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
bwhgqmqj
    Assembly Version: 4.1.10.417
    Win32 Version: 2.0.50727.5467 (Win7SP1GDR.050727-5400)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
differencetextbox
    Assembly Version: 4.1.10.417
    Win32 Version: 4.1.10.417
    CodeBase: file:///C:/Program%20Files/PlasticSCM4/client/differencetextbox.DLL
----------------------------------------
difflines
    Assembly Version: 4.1.10.417
    Win32 Version: 4.1.10.417
    CodeBase: file:///C:/Program%20Files/PlasticSCM4/client/difflines.DLL
----------------------------------------
searchbar
    Assembly Version: 4.1.10.417
    Win32 Version: 4.1.10.417
    CodeBase: file:///C:/Program%20Files/PlasticSCM4/client/searchbar.DLL
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...