Author Topic: RC4: vsdiff throwing errors  (Read 3968 times)

b

  • Senior Community Member
  • Posts: 325
  • Hero Points: 26
RC4: vsdiff throwing errors
« on: October 03, 2016, 07:53:38 PM »
Ubuntu 14.04 LTS/x86_64 SE v21b RC4/vim

I have a workspace open with SE.   I went to a shell and wanted to diff a couple of files (faster than using the GUI to navigate to do what I wanted).   

$ vsdiff Makefile.x Makefile.y

Saw the following pop up.   Did something change that Diffzilla is now only executable from within SE??   I run Diffzilla frequently from the command line with SE open.

If I close SE, then running Diffzilla from the command line works as expected.    This is NOT desirable as I should be able to run Diffzilla whether SE is opened or not.
« Last Edit: October 03, 2016, 08:03:07 PM by b »

Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2896
  • Hero Points: 153
Re: RC4: vsdiff throwing errors
« Reply #1 on: October 03, 2016, 08:16:59 PM »
Let me see if I can reproduce this.

Did you change any options?

You shouldn't get this anyway, but I'm a little surprised because it doesn't sound like you made any configuration changes.

b

  • Senior Community Member
  • Posts: 325
  • Hero Points: 26
Re: RC4: vsdiff throwing errors
« Reply #2 on: October 03, 2016, 08:31:00 PM »
I did not.

I painfully went through the menu within SE to traverse and find the two files I wanted to diff and had no problem running Diffzilla from within SE.   I noticed in the command line usage that Diffzilla now has a means of launching the dialog from the command line as well as mentioning passing an SE config file, so I suspect that this addition now causes locking issues.

I take that back, I have been playing with the Vitual Memory/Cache tweaks discussed in another thread between jporkkahtc and Clark, but I wouldn't expect this to impact this issue.
« Last Edit: October 03, 2016, 08:34:34 PM by b »

Dan

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 2896
  • Hero Points: 153
Re: RC4: vsdiff throwing errors
« Reply #3 on: October 03, 2016, 09:17:17 PM »
Can you reproduce this?

I haven't been able to get this.

b

  • Senior Community Member
  • Posts: 325
  • Hero Points: 26
Re: RC4: vsdiff throwing errors
« Reply #4 on: October 03, 2016, 09:47:13 PM »
Yes.  Although it appears that I missed a critical step... click in either pane after it starts.

1) Start SE
2) launched vsdiff file1 file2 from outside of SE
3) click in either pane of Diffzilla

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6823
  • Hero Points: 526
Re: RC4: vsdiff throwing errors
« Reply #5 on: October 03, 2016, 10:33:09 PM »
I was able to reproduce this with different steps. This works every time.

1) Delete My SlickEdit Config directory
2) Launch vsdiff to force it to transfer/create a new config and write vslick.sta on exit.
3) Launch SE
4) exit vsdiff. It will try to write vslick.sta on exit.

This will be fixed in the next build.

b

  • Senior Community Member
  • Posts: 325
  • Hero Points: 26
Re: RC4: vsdiff throwing errors
« Reply #6 on: October 03, 2016, 11:32:50 PM »
Thanks!