sharad046 / codeformatterpluginforwindowslivewriter

Automatically exported from code.google.com/p/codeformatterpluginforwindowslivewriter
0 stars 0 forks source link

Plug-In Crashes WLW #3

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open WLW
2. Click on  "{#} Source Code"
3. Looks like it is accessing some http sites based on status bar on window

What is the expected output? The add-in to run without any errors.
What do you see instead? The error shown in the screenshot and I have to 
shutdown WLW

What version of the product are you using? 14.0.8117
On what operating system? Win7

For more information please feel free to contact me at 
pcresourcesllc@hotmail.com.

Please provide any additional information below.

Original issue reported on code.google.com by PCResour...@hotmail.com on 18 Aug 2010 at 1:43

Attachments:

GoogleCodeExporter commented 8 years ago
Hi, Sorry for the error you're seeing.  Do you think you could click the 'more 
details>>' button when that error dialog pops up again?  Looking at the logs, I 
can't see any exception originating from this plugin.

Cheers,

Steve

Original comment by steve.j....@gmail.com on 18 Aug 2010 at 7:21

GoogleCodeExporter commented 8 years ago
Here is what you get when you click the "show more details"....

Description:
  Stopped working

Problem signature:
  Problem Event Name:   CLR20r3
  Problem Signature 01: windowslivewriter.exe
  Problem Signature 02: 14.0.8117.416
  Problem Signature 03: 4bc9180e
  Problem Signature 04: mscorlib
  Problem Signature 05: 2.0.0.0
  Problem Signature 06: 4bebd50b
  Problem Signature 07: 344b
  Problem Signature 08: 119
  Problem Signature 09: System.IO.DirectoryNotFound
  OS Version:   6.1.7600.2.0.0.256.1
  Locale ID:    1033

Read our privacy statement online:
  http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy 
statement offline:
  C:\Windows\system32\en-US\erofflps.txt

Original comment by PCResour...@hotmail.com on 19 Aug 2010 at 4:17

GoogleCodeExporter commented 8 years ago
Same issue here.

Using Windows Live Writer 2011, version 2011 ( Build 15.4.3508.1109 ) on a 
Windows 7 Ultimate.

Log from the crash.

Description:
  Stopped working

Problem signature:
  Problem Event Name:   CLR20r3
  Problem Signature 01: windowslivewriter.exe
  Problem Signature 02: 15.4.3508.1109
  Problem Signature 03: 4cda6db0
  Problem Signature 04: mscorlib
  Problem Signature 05: 2.0.0.0
  Problem Signature 06: 4d4f14f6
  Problem Signature 07: 344b
  Problem Signature 08: 119
  Problem Signature 09: System.IO.DirectoryNotFound
  OS Version:   6.1.7601.2.1.0.256.1
  Locale ID:    1030

Read our privacy statement online:
  http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409

If the online privacy statement is not available, please read our privacy 
statement offline:
  C:\Windows\system32\en-US\erofflps.txt

I wonder what directory its looking for.

Original comment by mikaelsy...@gmail.com on 9 May 2011 at 12:10

GoogleCodeExporter commented 8 years ago
I had the same issue and I believe I figured out what it is. If you have a 
space in your user name this plugin will error when trying to read from your 
appdata temp directory. For me, my path was: "C:\Users\My 
Name\AppData\Local\Temp" but the plugin would error and say nothing found at 
"C:\Users\My%20Name\AppData\Local\Temp". This looks like a simple 
encoding/decoding issue.

I have a work around (in the following steps replace "My Name" with your 
windows user name.
1. Clear you temp folder at C:\Users\My Name\AppData\Local\Temp.
2. Open Live writer and then launch the plugin and let it crash.
3. Create this folder path: C:\Users\My%20Name\AppData\Local\Temp
4. Copy all files from C:\Users\My Name\AppData\Local\Temp to 
C:\Users\My%20Name\AppData\Local\Temp
5. Restart live writer and the plugin should now work

Original comment by MMan...@gmail.com on 17 Dec 2011 at 8:59