similar to: Problem in "porting" a function on windows to linux?

Displaying 20 results from an estimated 300 matches similar to: "Problem in "porting" a function on windows to linux?"

2008 Jun 01
1
Joystick Axis not working
My Joystick, a Logitech Extreme 3D, works natively in Linux. It's mapped to /dev/input/js0 All the buttons on the joystick work in wine, but the Joystick's Axis', HAT switch and throttle do not work in wine. Specifically, I'm trying to play Xwing Alliance. I'm running Gentoo Linux, 2.6.25.4 kernel, wine 1.0 rc3 Any help getting my joystick's axis', hat switch,
2009 Mar 15
11
Grand prix legends recognize only two joystick axis
Hi, I'm trying to use my saitek cyborg evolution to play with grand prix legends. The device is correctly recognized by linux as a 6 axis 12 button device: Code: jstest /dev/input/js0 Driver version is 2.1.0. Joystick (Saitek Cyborg USB Stick) has 6 axes (X, Y, Z, Rz, Hat0X, Hat0Y) and 12 buttons (Trigger, ThumbBtn, ThumbBtn2, TopBtn, TopBtn2, PinkieBtn, BaseBtn, BaseBtn2, BaseBtn3, BaseBtn4,
2001 Nov 22
1
Getting Registry info and using it ????
HI All, I am basically installing network driver programatically on Win2000 using utility provided in DDK2000 samples which is snetcfg.exe which is a command line utility where you can provide the .inf file for the driver you want. But I have modified the 'C' program to install only my network driver. Now the .inf file it needs can be stored anywhere on the computer and I am storing the
2005 Aug 08
1
Wine (latest) - Keyboard not functioning
Hi, I am having a little bit of trouble with wine: I am running the CVS version (200507025), which is the only version that has worked so far in trying to get anything running for several weeks. As a test, I am running rayman 2. It goes to the menu beautifully, sound works perfectly, etc... the only problem is, my keyboard does not work! I have tried changing video modes etc, and considering
2003 May 05
1
R-1.7.0: Rproxy.dll loadlibrary/freelibrary error (PR#2914)
Full_Name: Venkatesh Mysore Version: R-1.7.0 OS: WindowsXP Submission from: (NULL) (216.165.110.10) While accessing Rproxy.dll repeatedly (using the code from the (D)COM example in the R website) causes a failure in the 24th iteration. R-1.6.2 does NOT give this error. This seems to be a memory management error, that might be linked to the huge leakage difference between R-1.7.0 and R-1.6.2
2011 Mar 15
4
HUNK #N Problems When Applying A Patch For Wine 1.3.15
Anarchy Online is running great through WINE. However, I need to apply this patch in order for the right mouse button to do extra functionality === Code: diff --git a/dlls/user32/Makefile.in b/dlls/user32/Makefile.in index 3dbde26..d1ebfe8 100644 --- a/dlls/user32/Makefile.in +++ b/dlls/user32/Makefile.in @@ -1,7 +1,7 @@ EXTRADEFS = -D_USER32_ -D_WINABLE_ MODULE = user32.dll IMPORTLIB =
2009 Jun 22
1
How to make try to catch warnings in logistic glm
Dear list, >From an earlier post I got the impression that one could promote warnings from a glm to errors (presumably by putting options(warn=1)?), then try() would flag them as errors. I?ve spent half the day trying to do this, but no luck. Do you have an explicit solution? My problems is that I am trying to figure out during what conditions one may find 5 significant parameters in a
2013 Aug 21
2
[PATCH 1/3] Rationalise whitespace to 4 space indentation with no trailing spaces
RHSrvAny.c was using a mixture of 4 space indentation, and tabs with a width of 4. This commit rationalises the whitespace to use only 4 space indentation, and removes trailing whitespace. --- RHSrvAny/RHSrvAny.c | 537 ++++++++++++++++++++++++++-------------------------- RHSrvAny/RHSrvAny.h | 1 - RHSrvAny/resource.h | 2 +- 3 files changed, 269 insertions(+), 271 deletions(-) diff --git
2013 Aug 29
5
[PATCH 1/6] Rationalise whitespace to 4 space indentation with no trailing spaces
RHSrvAny.c was using a mixture of 4 space indentation, and tabs with a width of 4. This commit rationalises the whitespace to use only 4 space indentation, and removes trailing whitespace. --- RHSrvAny/RHSrvAny.c | 537 ++++++++++++++++++++++++++-------------------------- RHSrvAny/RHSrvAny.h | 1 - RHSrvAny/resource.h | 2 +- 3 files changed, 269 insertions(+), 271 deletions(-) diff --git
2007 Mar 19
2
wineprefixcreate: msiexec.exe -- "Failed to open the service control manager"
When ~/.wine does not exist, or more specifically the system.reg does not yet exist, wineprefixcreate delivers the message "Failed to open the service control manager." I have tracked this down to the fact that HKLM\CurrentControlSet\Services does not yet exist when the msiexec.exe is registered and hence OpenSCManager fails. What is the proper way to register this key. In
2014 Jan 13
0
Re: [PATCH 1/7] Add a minimal hive with "special" keys and values
On Sat, Jan 11, 2014 at 12:12:46AM +0100, Hilko Bengen wrote: > --- > images/README | 14 ++++++++++++ > images/mkzero/Makefile | 9 ++++++++ > images/mkzero/mkzero.c | 59 +++++++++++++++++++++++++++++++++++++++++++++++++ > images/special | Bin 0 -> 8192 bytes > 4 files changed, 82 insertions(+) > create mode 100644 images/mkzero/Makefile >
2004 Feb 29
0
[RESEND] Mixer + Joystick problems with a game. Anybody willing to debug?
Hi there! I've just downloaded a shiny new demo version of the rocking flight simulator X-Plane 7.30 [1]. Wine seems to like it, except for two flaws. It would be nice if any of you felt good enough to track down and solve any of them: - Mixer underrun: The sound mixer buffer seems to have some problems with this game when changing engine speed. I guess there this is a multi-wav mixing
2014 Jan 14
2
Re: [PATCH 1/7] Add a minimal hive with "special" keys and values
Hi Hilko, Thanks a lot for creating this test hive! I think another thing that will trip up Registry programs is value names that include back slashes. For example, under the System hive, the key "\MountedDevices" has child values with names like "\DosDevices\C:" (the leading backslash is a part of the value name). There are many other values that include backslashes. I
2014 Jan 10
4
[PATCH] Add a minimal hive with "special" keys and values
--- images/README | 15 +++++++++++++++ images/mkzero/Makefile | 7 +++++++ images/mkzero/mkzero.c | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ images/special | Bin 0 -> 8192 bytes 4 files changed, 70 insertions(+) create mode 100644 images/mkzero/Makefile create mode 100644 images/mkzero/mkzero.c create mode 100644 images/special diff --git a/images/README
2004 Nov 24
2
list of lists question
Hello all, As a general programming question I can't seem to figure out how to make a list of lists in R. As matrices won't work as they have to be rectangular. I am sure that there is an easy solution but... the specific situation is this: - I have created a Tukey confidence interval table and have listed the means that are not significantly different - then using these not
2005 Sep 18
1
Wine07252005 spooler problem
Hi, I installed Wine07252005, my printer is EPSON LX 300X, it's CUPS, the name is EPSON9Pin. I tested it with a simple Delphi program and have two problems: 1) If i print using a report builder like RBuilder, it prints quite well, but the font does look good in the print out. 2) If I use spooler to print, like following: if StartDocPrinter(PrnHandle, 1, @DocInfo) = 0 then begin
2005 Jan 29
1
roaming profiles - filesyncing problem with 3.0.10
Since I upgraded from RedHat 9.0b / Samba 2.2.8 to Samba 3.0.10 I have problems with the roaming profiles of my students. Although the log-files show no errors at all, several users reports me that they are loosing files. One time I saw the problem myself, when a user logged in and had not a single file in her 'Personal Files' after logging out and logging in on the same host the whole
2004 Dec 18
1
Sums of sq in car package Anova function
Hello R users, I am trying to run a three factor ANOVA on a data set with unequal sample sizes. I fit the data to a 'lm' object and used the Anova function from the 'car' package with the 'type=III' option to get type III sums of squares. I also set the contrast coding option to 'options(contrasts = c("contr.sum", "contr.poly"))' as
2014 Jan 10
14
[PATCH 1/7] Add a minimal hive with "special" keys and values
--- images/README | 14 ++++++++++++ images/mkzero/Makefile | 9 ++++++++ images/mkzero/mkzero.c | 59 +++++++++++++++++++++++++++++++++++++++++++++++++ images/special | Bin 0 -> 8192 bytes 4 files changed, 82 insertions(+) create mode 100644 images/mkzero/Makefile create mode 100644 images/mkzero/mkzero.c create mode 100644 images/special diff --git a/images/README
2017 Apr 20
0
Wine release 2.0.1
The Wine maintenance release 2.0.1 is now available. What's new in this release (see below for details): - Various bug fixes - Deprecated tools/wineinstall The source is available from the following locations: http://dl.winehq.org/wine/source/2.0/wine-2.0.1.tar.xz http://mirrors.ibiblio.org/wine/source/2.0/wine-2.0.1.tar.xz Binary packages for various distributions will be