2

I'd like to use a windows console application on a linux server (centos 6) via wine. It's an image generation tool. The application works fine as long as I'm running it via a graphic desktop (gnome or KDE) but with only the console available (as it's needed for the server scenario) the application starts and does nearly everything needed, but the generated images are completely black. Is there any possibility to configure wine that it will run my program on the text console?

1 Answer 1

2

Try running it using a virtual frame buffer, such as Xvfb.

0

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .