Displaying 20 results from an estimated 3000 matches similar to: "Problem running a 32 bit console app"
2005 Dec 22
0
program doesn't work, wine returns without message
Hi List,
I'm new to wine so please forgive me if I ask silly questions.
I have a program here called matikus.exe which is some mathematical education program for kids. It runs under Win98, but I don' want to reboot my linux box (ubuntu 5.10 on AMD K6-2 500) just for that single win proggy.
This program resides on CD and when I start it under wine I just get the prompt back after some
2011 Jan 25
1
Borland Quatro Pro 5.0 for Windows help
I need to get this old Windows (3.1 era) version of Borland Quatro Pro v5.0 running so I can access old and important information.
Yes, this is an old program, but that should probably make it easier or more compatible (I would think). This version came out the year after wine was first created.
Here is the error I am getting when I install it (at the end of the installation process) and
2013 Jun 28
0
Wine release 1.6-rc4
The Wine development release 1.6-rc4 is now available.
What's new in this release (see below for details):
- Bug fixes only, we are in code freeze.
The source is available from the following locations:
http://prdownloads.sourceforge.net/wine/wine-1.6-rc4.tar.bz2
http://mirrors.ibiblio.org/wine/source/1.6/wine-1.6-rc4.tar.bz2
Binary packages for various distributions will be available
2008 Oct 17
0
Wine release 1.0.1
The Wine maintenance release 1.0.1 is now available.
This is a maintenance release from the 1.0 stable branch. It contains
only translation updates and small bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.0.1.tar.bz2
http://prdownloads.sourceforge.net/wine/wine-1.0.1.tar.bz2
Binary packages for various
2020 Oct 09
0
Wine release 5.19
The Wine development release 5.19 is now available.
What's new in this release (see below for details):
- Wine Mono engine updated to 5.1.1, with WPF text formatting support.
- KERNEL32 library converted to PE.
- DSS cryptographic provider.
- Windowing support in the new console host.
- A number of exception handling fixes.
- Various bug fixes.
The source is available from the
2004 Dec 31
5
School Software with WINE
Hello,
The network administrators for the school I work for have recent left
and also left the network in a rather large mess. There are files such
as pictures being stored in random folders on random computers all
around the network leaving valuable data vulnerable. I'm hoping to
move over from the older windows system to a new linux based thin
client configuration with ltsp. So far I am
2003 Nov 12
1
samba 2.2.8 and win2k/tse
Summary:
We cannot connect multiple users from an win2K/tse box to a samba server
using password server authentication .
Details:
We have samba 2.2.8a on Sun Solaris , connected with an w2k/tse .
Samba has been configured to check user/password using an "password
server" on the network ( Domain PDC ) .
When the first user connect to the win2k/tse all network shares are ok .
But when
2010 Dec 17
1
Help for loop
Hello all,
Is there any way to get each file from a website list and aggregate in a
data frame?
Otherwise I have to type 23 thousand web address into a long script like it:
base1 <- read.table("site 1", sep=";", header=T,
fileEncoding="windows-1252")
base2 <- read.table("site 2", sep=";", header=T,
fileEncoding="windows-1252")
I
2018 Oct 12
0
Wine release 3.18
The Wine development release 3.18 is now available.
What's new in this release (see below for details):
- Subpixel font rendering with FreeType >= 2.8.1.
- Support for OAEP algorithm in RSA encryption.
- Array marshalling fixes in DCOM.
- Improved DPI scaling in the Wine console.
- Various bug fixes.
The source is available from the following locations:
2003 May 25
4
Call for help with Samba Printing and WinNT
Hi [Samba]s
This is a call for some generous people to try out the process of
installation of a Samba printer on WinNT and WinNT Terminal Server
Edition. I am working through Kurt Pfeifle's HOWTO on Printing and CUPS
printing in Samba 3.0, and finding some issues with NT/TSE. It would be
good if we had some confirmation or otherwise of these problems so that
Kurt can update his HOWTO (this is
2009 May 12
17
error running anything in wine
I am trying to install windows apps and run them but every time I do I get a "serious error" no error number but this is what comes up on the terminal screen:
Threads: process tid prio (all id:s are in hex) 0000000c
2008 Mar 31
1
3d plot
Hi,
I would like to have 3d plot, and I found that there is a command "scatterplot3d". x is V, y=sigmaV, and z=TSE (note: After some calculation, I update TSE). How could I do to have 3d plot I want?
V<-seq(1279,1280,,100)
sigmaV<-seq(0.28,0.29,,100)
TSE<-matrix(0, length(V),length(sigmaV))
ps: TSE[i,j] corresponds to V[i] and sigmaV[j].
Thanks,
Kate
[[alternative HTML
2010 Feb 12
2
SAMBA and Windows 2008 TSE licence Server
Hi all!
I can't use the TSE licence server in Windows 2008 server. This Server
is member of my Samba Domain. My TSE licence server is actived and my
licences added, but when i want configure the TSE service and launch the
Licence diagnostic the diagnostic failed.
I think my problem is due to my Windows Server is not an Active
Directory controller.
What are the solutions : quit the
2004 Feb 17
0
group problem on NT4 domain (revised)
revised to prevent confusion, sorry
-----Original Message-----
From: steven.TSE
Sent: Tuesday, February 17, 2004 3:30 PM
To: John H Terpstra
Cc: samba@lists.samba.org
Subject: RE: [Samba] group problem on NT4 domain
Yes, winbindd is running and nsswitch.conf is configured as:
passwd: file winbind
shadow: file
group: file winbind
smb.conf
=======
[global]
workgroup = NTDOM
server string =
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.
2005 Oct 26
1
Borland C++ and [R] dyn.load() for windows
Hi,
I compiled a C program file on Borland C++ 5.5 compiler to get one dll output
(as instructed in the file readme.package).
The C program file is just the example on page 31 of "writing R extensions":
void convolve(double *a, int *na, double *b, int *nb, double *ab)
{
int i, j, nab = *na + *nb - 1;
for(i = 0; i < nab; i++)
ab[i] = 0.0;
for(i = 0; i < *na; i++)
for(j = 0; j
2007 May 11
0
winbind authentication
Hi all,
I'm trying to setup integrate squid to an activedirectory. So I use samba and
windbind for this.
I successfully initialize kerberos (with kinit) and I see a ticket with klist.
When I start samba, it fails on winbind daemon with the following error :
winbindd version 3.0.24 started.
Copyright The Samba Team 2000-2004
[2007/05/11 15:55:17, 0]
2004 Jun 23
0
Slow response when using Msoffice
Hi,
Everytime I use MSoffice product such as Excel, Word and Powerpoint to open
file in Samba share, it takes very long time (at least 1 min) to browse, but
it has no problem on windows explorer, I guess it is waiting for some kind
of time out as it has no usage on the user CPU power. But not all of the
user got the same problem, and it seems most of the case are happened on
winXP. Any idea?
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
2008 Apr 28
0
wine and ashlar's drawingboard
Hi all,
I am happily using wine (0.9.58) on Opensuse 10.2 to run a few MS
packages, including Ashlar's Drawingboard.
Recently I got a mini Asus eeePC (with Xandros derivative debian) on
which I also installed wine from the Debian Etch archive. The latest
version available was also 0.9.58. One program is running fine
(Quicken) on the eeePC, but Drawingboard throws up a "Panic: Internal