Displaying 20 results from an estimated 10000 matches similar to: "wineconsole with Darwine on Intel Mac OS X"
2004 Nov 29
2
Log file with application running in wineconsole
Hello,
I still didn't find a solution to prevent a large logfile when using
wineconsole :-(
I'm running a windows console (CUI) application using wineconsole and I
noticed all screen output gets logged in /tmp/wine.log.*
I turned of all debug channels with debugmesg -all, but it still logs the
normal screen output of the application (minus the debugmessages). The
problems is that my
2004 Nov 19
0
Stop loging output of CUI application running in wineconsole
Hello,
I hope somebody can give the anwser to a question which keeps bugging me.
I'm running a windows console (CUI) application using wineconsole and I
noticed all screen output gets logged in /tmp/wine.log.*
I turned of all debug channels with debugmesg -all, but it still logs the
normal screen output of the application (minus the debugmessages). The
problems is that my application
2007 Mar 09
1
wineconsole crashes - what am I doing wrong?
Dear All,
I am running Wine under Linux - Suse 10.1 (kernel 2.6.16). GUI apps work
fine (eg "wine notepad", "wine matlab") and wcmd works too ("wine wcmd"),
but any CUI program causes a crash, like this:
/home/gcunning> wineconsole --backend=user "c:freedos\edit.com"
Warning: unprotecting memory to allow real-mode calls.
NULL pointer accesses
2011 Jan 22
4
wine on mac os x and x11
I have a console-only windows application which I'd like to run on OS
X. It runs, but insists on starting X11 every
time I invoke wine, even though all the app does is write to a file.
According to the the documentation
at http://www.winehq.org/site/docs/wineusr-guide/cui-programs, wine
should not require X11 for CLI programs.
I've also tried invoking via wineconsole with no effect.
Is
2012 Feb 09
3
WineConsole Font Issue
Well many of you already know about the error but I'll still like to explain. I'm actually trying to get a Game Server Run on Linux without the X-server/VNC running. The server works but I don't have any console. There are some users who actually got a console without Xserver/VNC running on their game server using wineconsole so I'm trying to do the same but wineconsole would
2011 Oct 11
1
unable to start when WINELOADER is set to path of winconsole
Hi all.
I am wanting to run the following command from the shell ::
wineconsole explorer /desktop=ajay
Since I intend to launch Windows CUI executables after launching explorer, I use wineconsole; and secondly, I set WINELOADER to the path of 'wineconsole' binary. (These steps are in conjunction with the link http://www.winehq.org/docs/wine
But the application just hangs, always.
2008 Apr 18
0
got font problem invoking wineconsole (w/ debug info)
Hello,
I have been tackling this problem for a whole day:
err:wineconsole:WCUSER_SetFont wrong font
err:wineconsole:WCUSER_SetFont wrong font
err:wineconsole:WCUSER_SetFont wrong font
err:wineconsole:WINECON_Fatal Couldn't find a decent font, aborting
I digged in and found it could be related to locale and other things.
Lacking enough knowledge, I could go no further. Result from
2010 Jul 13
0
Need help: wineconsole BAT file run hangs
I am using wine-1.1.42 on ubuntu 9.04 to run a winxp machine control program. The program is run using a BAT file:
wineconsole run.bat
If the program runs successfully, it will create a log file with OK message in the body. When I ran the BAT file using wineconsole, the program was able to finish and generate the correct log file; however running the above does not return to command line and the
2001 Dec 06
0
Out of memory using wineconsole
Hi,
I tried to launch Windows ME's ftp.exe
with wineconsole.
Command line was :
wineconsole --winver=winme ftp
In result my system hangs,
found in /var/log/messages :
snoop kernel: Out of Memory: Killed process 14041
(wineconsole).
Strange, because I have no problem running ftp without
wineconsole.
I have sufficient memory (208 MB swap,256MB physical).
2005 Sep 28
0
Wine on Fedora Core 4: Street Atlas 8 & wineconsole issues
I just did a fresh installation of Fedora Core 4, using my home
directories from FC3, including my .wine.
In the FC3 environment, I had used winetools to install. I did not
want to do a fresh installation of wine, just use an RPM that would
work. Alas, I had to fall back to 20041201.
SA 8:
I installed and uninstalled wine-20050524-1fc3winehq.athlon.rpm,
wine-20050310-1fc3winehq.athlon.rpm
2009 Jul 25
1
wineconsole fails to start
Hi folks
Debian 5.0
iceweasel 3.0.6
wineconsole fails to start
$ wineconsole start
Code:
wine: created the configuration directory '/home/satimis/.wine'
Could not load Mozilla. HTML rendering will be disabled.
wine: configuration in '/home/satimis/.wine' has been updated.
iceweasel unable to start. Please advise how to fix the problem. TIA
B.R.
satimis
2007 Mar 27
0
question on wineconsole from GNOME launcher
I have a 4 line batch file that just copies files:
copynewr.bat
copy c:\msgnet\obj\sign\cmdapi\release\X.exe m:\silentm\update
copy c:\msgnet\sign_new\release\Y.exe m:\silentm\update
copy c:\msgnet\obj\sign\monitor\release\Z.exe m:\silentm\update
copy c:\msgnet\httpupdate\release\ZZ.exe m:\silentm\update
When I run the command from a terminal window
/usr/local/bin/wineconsole
2002 Oct 16
0
Wineconsole example?
Hello,
Is there a good example WINE configuration for running a simple console
program (using wineconsole)?
For example, the windows tree.com program?
I'm actually trying to run TLIB (version control software from Dave Burton
Systems, www.burtonsys.com ) under linux, and am so confused I want to start
with a working example first. I'm new to linux, tlib, and wine!
I know it can be
2004 Oct 07
0
wineconsole blanking
Hi!
I got a small problem with wineconsole (ncurses backend).
I'am testing a commandline application (WM8EUTIL.exe aka Windows Media
Encoder 8))
only, so I have no X running here, using ttydrv.
But if I execute winconsole
$ wineconsole .wine/drive_c/Program\ Files/Windows\ Media\
Components/Tools/WM8EUTIL.exe
the commandline options for this tool are shown, but the console is
blanked
2008 Oct 13
1
Passing arguments from the command line to apps on Mac OS X (Darwine and CrossOver)
Hi all,
There's a Windows application I've been running (called "WinBUGS.exe") on an
intel Mac OS X (ver. 10.5.5) using both Darwine and CrossOver Pro. My
application runs fine under Darwine and also under CrossOver. However, in
spite of being able to run these applications using either platform from the
command line, I still cannot pass arguments to the application. What I want
2010 Sep 05
2
No output from linux console applications to wineconsole
When I try to execute a linux application from a Windows console program (like Far Manager) run under wineconsole it is usually executes successfully. However if the application is a command line tool it doesn't produce any input/output to the wineconsole's terminal and it's execution became useless. Is there any way to fix it?
2007 Dec 15
2
Problems with the console functions?
Dear Wine-experts,
I've tested the functionality of simple CUI-applications with
wineconsole (Wine-0.9.50, Ubuntu 7.10). Somewhat surprisingly,
there seems to be numerous major flaws in the current
implementation.
The best (worst?) example is the widely distributed sample code
("Console: Demonstration of the Console Functions") available in
the MSDN library
2009 Apr 22
1
SlickEdit 2009 With Darwine, MAC OS X 10
Hi,
I'm trying to get the latest version of darwine working with slickedit on my mac os x box.
Everything is using the latest version.
When I try to run my application I get this error:
> wine: created the configuration directory '/Users/GMan/.wine'
> err:module:DelayLoadFailureHook failed to delay load setupapi.dll.InstallHinfSectionW
> wine: Call from 0x7b830f70 to
2002 Jun 18
1
wineconsole : problem solved !
Hi Eric,
I finally manage to use wineconsole.
Fix needed : install the NVidia headers provided in
the documentation part of the package when installing
it with a RedHat distribution.
They will overwrite the (wrong) headers needed to link
with a Mesa installation provided in the default
XFree86-devel package. They are for use of the builtin
nv driver.
2010 Aug 23
1
wineconsole change default path
I want to change the default startup path for wineconsole so it points straight to Program Files when I launch it instead of the current path which is E:\>
Tried a few obvious strings and no joy..
I'm just lazy and don't want to type the path every five minutes.. [Rolling Eyes]