similar to: Wineconsole example?

Displaying 20 results from an estimated 8000 matches similar to: "Wineconsole example?"

2002 Oct 17
0
Why can't I be root? Samba needs root.
I think I am caught in a catch-22. WINE wont install if I am root, and Samba wont work if I am not root. I am trying to use wineconsole to run Burton's "TLIB" version control software, which uses SAMBA mounts to access the source files on a Windows PC. I tried adding my user account to the wheel and root groups, but it still wont let me lock a file through Samba. I copied my
2002 Oct 23
3
How to pipe debugmsg to a file?
Is there a wine option to send the log output to a file? I'm doing the following: wineconsole --debugmsg +all program_name parm1 parm2 parm3 > /mylog.txt mylog.txt is not receiving a copy of the millions, nay billions!, of messages output. I'm using Redhat 7.3 and the 10/07/2002 RPMs. - Bill
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).
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
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
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
2007 Jan 09
0
wineconsole with Darwine on Intel Mac OS X
Hello. I'm trying to launch wineconsole in Darwine (binary distribution 0.9.12) to run a CUI based program. However, Darwine doesn't seem to include any of wine's command-line based executables to run in OS X's Terminal application. So I'm somewhat at a loss on how to run wineconsole. Can you guys offer any help? Thanks in advance!
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
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
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?
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]
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
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
2009 Apr 26
4
Failed to load wine, winecfg, wineconsole, etc.
Hopefully somebody has info on this topic. I have just installed Wine on OpenSuse 11.1. I've tried to install MSOffice 2003 but when double clicking on setup.exe nothing happens. I also tried by typping "wine /media/MSOfficeCD/setup.exe" but I get this error X Error of failed request: XF86VidModeExtensionDisabled Major opcode of failed request: 135 (XFree86-VidModeExtension)
2005 Aug 27
1
Samba clients can't see partitions mounted via loop device from image files
Is there something special about filesystems mounted via the loop device, which prevents Samba from sharing them? I have a small LAN with several PCs on it. It has a few Windows machines, and a Linux machine running Mandrake 10 (kernel 2.6.3), which shares out its root ("/") read-only as "c". (Temporarily, for testing, it is shared with full write permissions, which I know
2002 Apr 16
0
wineconsole regression
I am using the Daily Debian Wine builds (used to be the 'Drunkard' builds) to run the freeware version of the IDA Pro disassembler (see http://www.datarescue.be/downloadfreeware.htm). Until about two or three weeks ago it would run OK using wineconsole. Since that time, the window pops up then immediately disappears. Wineconsole exits with "Wine failed with return code 1". I