http://bugs.winehq.org/show_bug.cgi?id=33068 diademmzz(a)yahoo.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |diademmzz(a)yahoo.com --- Comment #26 from diademmzz(a)yahoo.com --- Here's my fix (works on Linux Mint 16, 32bit): (This is written on a noob level since yesterday is when I downloaded my first linux OS) Go to terminal & install wine 1.7.15 by: $ sudo add-apt-repository ppa:ubuntu-wine/ppa $ sudo apt-get update $ sudo apt-get install wine1.7 winetricks Fix error about 'could not find a gecko package …' by typing in terminal: $ wget http://downloads.sourceforge.net/wine/wine_gecko-2.24-x86.msi $ sudo mkdir -p /usr/share/wine/gecko $ sudo mv wine_gecko-2.24-x86.msi /usr/share/wine/gecko/ Go to internet & download PDFXVE3.x86.msi (PDV XChange Viewer, technically the editor) from tracker website to your Downloads folder. Right click on Downloads folder & 'open in terminal' $ wine msiexec /i PDFXVE3.x86.msi (some mono error will come up if this is your first wine install; just click install from web) Choose the free 'trial' version. This will install PDF XChange Editor (extremely similar to XChange Viewer) with all the goodies. You'll be able to edit/save without crashing. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.