Skip to content

Commit

Permalink
add solution to bug
Browse files Browse the repository at this point in the history
Fixes #96
  • Loading branch information
ErinBecker authored Apr 27, 2017
1 parent bd99dea commit 2dbd773
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _extras/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,11 @@ If data in a column needs to be split into multiple columns, and the strings in
- unzipping
- finding the .exe file once the software has been unzipped
- finding the data file on their computers after downloading

* If OpenRefine crashs when launched from a network share drive, do the following:
- Copy the OpenRefine folder to a local drive not mapped to a network share, e.g. "C:\Users\JaneDoe".
- Open cmd, e.g. Windows black screen.
- Change the working directory to the OpenRefine folder at "C:\Users\JaneDoe".
- Run openrefine.exe.
- For unknown reason, double clicking on openrefine.exe at the local drive also result in crash but calling from the command line doesn't.
- This bug was reported before at OpenRefine/OpenRefine#1004.

0 comments on commit 2dbd773

Please sign in to comment.