Comment 4 for bug 1719482

Revision history for this message
Patrick Storz (ede123) wrote :

OK, thanks for feedback.

Just to be sure:
Did you verify you installed Inkscape into an empty directory? If you install into a location were Inkscape was previously installed and the uninstall failed for whatever reason this could cause problems.

Some steps that might help us to debug this issue:
- execute "set" in cmd.exe and attach output here
  It prints all environment variables so we can check if there
  is anything suspicious that could cause problems.
- execute in cmd.exe
  "set PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem"
  then run Inkscape.com again and see if it still crashes
  (this rules out conflicts with other libraries on search path)

If all of that does not give us any hints we'd have to actually debug the application using a debugger...