| Author |
Message |
|
r00t4rd3d
|
Posted: Tue Jul 17, 2012 7:52 am |
|
 |
| Newbie |
 |
|
|
Joined: Tue Jul 17, 2012 7:46 am Posts: 4
|
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
|
|
 |
|
 |
|
dimesio
|
Posted: Tue Jul 17, 2012 2:12 pm |
|
Joined: Tue Mar 25, 2008 10:30 pm Posts: 6462
|
|
 |
|
 |
|
DanKegel
|
Posted: Tue Jul 17, 2012 2:32 pm |
|
Joined: Wed May 14, 2008 11:44 am Posts: 1126
|
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:
Code: 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
Works for me.
|
|
 |
|
 |
|
r00t4rd3d
|
Posted: Tue Jul 17, 2012 6:26 pm |
|
 |
| Newbie |
 |
|
|
Joined: Tue Jul 17, 2012 7:46 am Posts: 4
|
|
Dan, I am on Ubuntu so it says this for building :
sudo apt-get build-dep wine1.3
Then I enter the commands you posted?
|
|
 |
|
 |
|
DanKegel
|
Posted: Tue Jul 17, 2012 6:46 pm |
|
Joined: Wed May 14, 2008 11:44 am Posts: 1126
|
|
 |
|
 |
|
r00t4rd3d
|
Posted: Tue Jul 17, 2012 6:51 pm |
|
 |
| Newbie |
 |
|
|
Joined: Tue Jul 17, 2012 7:46 am Posts: 4
|
|
Ok , I will go out to the machine and give it a try. Thanks!
Ubuntu version is 10.04, 32bit by the way.
|
|
 |
|
 |
|
r00t4rd3d
|
Posted: Wed Jul 18, 2012 9:39 am |
|
 |
| Newbie |
 |
|
|
Joined: Tue Jul 17, 2012 7:46 am Posts: 4
|
DanKegel is the man!
Its working fine now, thanks! Is there a way I can pack up what Ive done here to share with other LinuxCNC users? If I just take my wine-git directory, zip it up and have people run ./config, make, sudo make install, would that work?

|
|
 |
|
 |
|
DanKegel
|
Posted: Wed Jul 18, 2012 11:27 am |
|
Joined: Wed May 14, 2008 11:44 am Posts: 1126
|
|
A shell script that contains the commnds you used might be better.
Might be easier to grab a tarball of the release just before that
git revision, then people wouldn't need to futz with git.
|
|
 |
|
 |
|