search for: wine_log

Displaying 2 results from an estimated 2 matches for "wine_log".

Did you mean: bind_log
2008 Mar 04
5
CDROM detect failed
Hi, I was trying to install an old Sierra game called Lighthouse. It used to fail completely under old versions of Wine and I got a request to try it again. I am doing this on a Gentoo 64-bit machine but Wine is a 32-bit app on this machine: mark at lightning ~ $ file /usr/bin/wine /usr/bin/wine: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.6.9, dynamically linked
2010 Feb 08
7
Running wine via php
Hi, I'm trying to run a command with wine via php: Code: <?php $test = shell_exec('wine c:\\\\.exe'); echo $test; ?> [/code]