Buttons and text disappearing
Buttons and text disappearing
I use a program called Microcarve, its a CNC Router program that converts images to gcode to run on my CNC machine. Unfortunately its a Windows only program. I am using LinuxCNC, its a prepackaged Ubuntu 10.04 install designed for CNC work. The program Microcarve installs and loads fine under Wine but as soon as I move the mouse pointer all the buttons and text disappear from the program gui.
Anyone got some tips I can try to resolve this?
You can download the program for free here:
http://www.microcarve.com/softV4.html
Anyone got some tips I can try to resolve this?
You can download the program for free here:
http://www.microcarve.com/softV4.html
File a bug. http://bugs.winehq.org/
You've just hit http://bugs.winehq.org/show_bug.cgi?id=15232
See http://wiki.winehq.org/Developers about how to build wine, then
try this:
Works for me.
See http://wiki.winehq.org/Developers about how to build wine, then
try this:
Code: Select all
cd ~/wine-git
git reset --hard b09d195bf3c1bd4fef208411ffdbd31b4f1031c
wget 'http://bugs.winehq.org/attachment.cgi?id=39856&action=diff&context=patch&collapsed=&headers=1&format=raw'
mv attachment.cgi\?id\=39856\&action\=diff\&context\=patch\&collapsed\=\&headers\=1\&format\=raw openglfoo.patch
patch -p0 < openglfoo.patch
make
First see http://wiki.winehq.org/GitWine to initialize ~/wine-git. e.g.
sudo apt-get install git
cd $HOME
git clone git://source.winehq.org/git/wine.git ~/wine-git
Then the commands I gave.
(If you're running 64 bit ubuntu 12.04, there are other flaming hoops
to jump through, see http://wiki.winehq.org/WineOn64bit )
sudo apt-get install git
cd $HOME
git clone git://source.winehq.org/git/wine.git ~/wine-git
Then the commands I gave.
(If you're running 64 bit ubuntu 12.04, there are other flaming hoops
to jump through, see http://wiki.winehq.org/WineOn64bit )