search for: reif

Displaying 20 results from an estimated 23 matches for "reif".

Did you mean: ref
2005 Dec 09
6
New Winecfg crash
I updated my copy of WINE CVS today, and now if I click the audio tab in Winecfg, I'm getting this on my Mandrake 2006 machine. *** glibc detected *** free(): invalid pointer: 0x7c0a6cd0 *** wine: Assertion failed at address 0xffffe410 (thread 0009), starting debugger... This happens everytime I run winecfg and click the audio tab. Clicking the other tabs works fine. I've updated to
2008 Apr 04
2
TransactionError
Hi Today I got an alert mail from my watcher script, telling me that there was no Mongrel running, and that it started one (so the site was down for a few seconds.) This is the first time I got this error (AFAICS), but I''d like to resolve and prevent it for the future. From mongrel.log: ** Starting Mongrel listening at 0.0.0.0:foo ** Starting Rails with production environment... **
2009 Sep 30
2
PCI passthrough of cciss HBA
All, I would like to run the following issue past the list to confirm that my problem analysis makes sense or whether I missed something: We have a HP ML370G6 server with VT-x and VT-d enabled in the BIOS. It is equipped with two Smart Array HBAs - one connected to the HDD array (SmartArray P800) and one connected to an LTO tape drive (SmartArray P212). Both controllers use the same driver
2004 Aug 10
0
wine and alsa oss emulation with aoss
hi wine community, i recently wrote to this list in my effort to get traktor dj studio to work with wine. many thanks to robert reif, who got it fully working with the wineoss driver and native oss. the problem was, that wineoss needs mmap access to the soundcard to correctly initilize dsound. dsound is needed for 4channel playback (master&headphone) my configuration is fc2 with kernel 2.6.6.435 and alsa 1.0.5 (and of cours...
2006 Jan 07
0
Joystick with 2 axis switched
Hello, I have a discussion in an another newsgroup (comp.emulators.ms-windows.wine) for the joystick : SideWinder 3D Pro And, this joystick don't works good with wine because two axis are switched. The rudder is the throttle and the throttle is the rudder. A person (Robert Reif) tell : >>> All this will not work with the joystick_linuxinput driver. >>> fixme:dinput:joydev_have found a joystick at /dev/input/event3! > > There are two wine dinput joystick drivers (old and new > linux joystick apis) and the one that is being used (new) >...
2006 May 22
1
Samba client file locking
Hello, I am trying to work out the file locking mechanism on our Samba server when connecting from Linux clients. I am getting some strange behaviour in a mixed Linux/Windows environment when multiple clients open/lock the same file for writing. Everything seems fine when a Windows client creates the lock, but if a Linux client creates the lock, we get either two or more Linux clients being able
2009 May 19
8
Ubuntu HVM installation is very slow
Hi Everyone, I am trying my hands on xen under Solaris SXCE build 113. The machine has the following configuration: 2 Quad Core Xeon CPUs 16 GB RAM Solaris SXCE b113 4 disks - 2 mirrors x 2 stripes under ZFS The problem is that xen HVM is very slow. I am using the following command to create an Ubuntu 9.0.4 test vm. virt-install -n test1 -r 2048 --vcpus=2 -f /vdatapool/data/test1.img -s 50
2010 Jan 06
2
changing behavior of xendomains stop
I''m running xen 3.1.2 as bastardized by RedHat on a redhat clone operating system. I''m using the xendomains script as it came out of the box to start my domU''s at boot and stop them at shutdown. There are three problems right now: 1) left to its own devices, service xendomains stop attempts to do "xm save" on each of the domU''s. that takes quite a
2010 Feb 04
8
GPLPV or other drivers for win2k8r2?
Hi. I have some new 64bit Windows 2008 R2 domU''s running on SLES11/xen_3.4.2. What is everyone using to get 1gb network performance on win2k8? I''ve used GPLPV on win2k3, but I see you have to sign the drivers yourself for 64bit. Maybe that process isn''t difficult, I only glance at the link from gplpv''s page. What is everyone using? GPLPV is about the only
2009 Mar 27
0
Wine release 1.1.18
...crt4: Re-use already registered endpoints for a protocol sequence. rpcrt4: Allow listening on dynamically generated ncacn_ip_tcp endpoints. rpcrt4: Ensure that only the IP/IPv6 address families are considered in rpcrt4_protseq_ncacn_ip_tcp_open_endpoint/rpcrt4_ncacn_ip_tcp_open. Robert Reif (1): dsound: Fix uninitialized variable. Roderick Colenbrander (2): wined3d: Add WGL_ARB_pixel_format detection. wined3d: Add a classic WGL pixel format backend as not all OpenGL implementations support WGL_ARB_pixel_format. Roman Mindalev (3): ntdll: Check for arch and na...
2008 Jan 25
0
Wine release 0.9.54
...ng indentations in the generated asm files. user32: Make MapVirtualKeyEx(MAPVK_VK_TO_CHAR) behave more like in Windows. shell32: Add a LogoffWindowsDialog stub. winex11.drv: Remove an incorrect FIXME. Eric Pouech (17): dbghelp: Silence superfluous message (spotted by Robert Reif). dbghelp: In Minidump, change a couple of internal names for consistency. winedbg: Fixed bt all so that current process/thread isn't lost. winedbg: Workaround broken minidumps with invalid 32->64 address conversion. winedbg: Added a way to support differently selecto...
2007 Jun 01
0
Wine release 0.9.38
...interfaces. widl: A structure with variance, but without conformance should be a complex struct instead of a conformant, varying struct. widl: RPC_FC_BIND_PRIMITIVE is a base type so reverse an if statement widl: Set current_structure when writing out structure members to Robert Reif (1): dsound: Add missing interface ID. Rolf Kalbermatter (4): advapi32: Add service state request definitions. advapi32: Add access flags to service handle data. advapi32: Fix return value to indicate error when NULL string is passed in. advapi32: Return error on NULL...
2007 Jan 09
0
Wine release 0.9.29
...ures on Windows. wininet: Rename HTTP_Base64 to HTTP_EncodeBase64 to more accurately reflect what it does. wininet: Fix the handling of Accept types passed into HttpOpenRequest wininet: Use Keep-Alive for HTTP requests if specified by the flags passed into HttpOpenRequest. Robert Reif (2): winedump: Fix crash on delayed import section. dmusic: Implement just enough of IDirectMusicPortImpl_GetFormat Roderick Colenbrander (8): wgl: Fix wglGetPixelFormatAttribiv bug. wgl: Fix wglGetProcAddress bug. opengl32: Add OpenGL 2.1 support and more extensions....
2007 Jan 25
0
Wine release 0.9.30
...ice, deep copy TransportCredentials structure too. rpcrt4: Stash away NetworkOptions passed in from the binding string so that transports can look at the string if needed. rpcrt4: RPCRT4_strdupWtoA and RPCRT4_strdupAtoW don't change the input string, so make the input const. Robert Reif (1): dsound: Fix tests for old versions of windows. Stefan D?singer (25): wined3d: Do not reset the material. wined3d: Remove the invymat from drawprim.c. wined3d: Move material applying to the state table. wined3d: Count the framerate per swapchain, not globally....
2007 Aug 10
0
Wine release 0.9.43
...t URLOpenBlockingStreamA/W and URLOpenStreamA/W. urlmon: Add tests for URLOpenStreamW and URLOpenBlockingStreamW. urlmon: Check some of the input parameters to URLOpenStreamA/W & URLOpenBlockingStreamA/W for NULL. Robert Millan (1): ddraw: Remove thread safety FIXMEs. Robert Reif (2): msvcrt: Add _aligned_malloc functions. msvcrt/tests: Add _aligned_malloc tests. Roderick Colenbrander (27): wgl: Fix a BadMatch error resulting from ignoring that iPixelFormat stars counting from 1. wgl: Fix another BadMatch error by giving a pbuffer its own GLXContext...
2008 May 02
0
Wine release 0.9.61
...Add tests for GetUrlCacheEntryInfoExA. advapi32: Make sure not to return a credential with a NULL UserName field when a Mac Keychain doesn't have an account name attribute. widl: Consolidate writing of COM and dispatch interfaces into one function to remove duplicated code. Robert Reif (1): winmm: Fix a test failure on Windows with Terminal Server. Roderick Colenbrander (16): wined3d: Add palette re-upload support for cards with hardware palette support. wgl: Put the core functionality of X11DRV_SetPixelFormat in a separate function. wgl: Add a wine speci...
2013 May 05
0
[linux-linus test] 17901: regressions - FAIL
....org> Stefan Muenzel <stefanmuenzel@googlemail.com> Stefan Nagy <public@stefan-nagy.at> Stefan Nilsson XK <stefan.xk.nilsson@stericsson.com> Stefan Peter <s.peter@mpl.ch> Stefan Peter <s.peter@mplch> Stefan Raspl <raspl@linux.vnet.ibm.com> Stefan Reif <ke42caxa@cip.cs.fau.de> Stefan Richter <stefanr@s5r6.in-berlin.de> Stefan Richter <stefanr@s5r6.in-berlin.de> (changed the comment) Stefan Richter <stefanr@s5r6.in-berlin.de> (fixed sound/firewire/cmp.c) Stefan Roese <sr@denx.de> Stefan Schmidt <stefan@da...
2013 May 07
0
[linux-linus test] 17916: regressions - FAIL
....org> Stefan Muenzel <stefanmuenzel@googlemail.com> Stefan Nagy <public@stefan-nagy.at> Stefan Nilsson XK <stefan.xk.nilsson@stericsson.com> Stefan Peter <s.peter@mpl.ch> Stefan Peter <s.peter@mplch> Stefan Raspl <raspl@linux.vnet.ibm.com> Stefan Reif <ke42caxa@cip.cs.fau.de> Stefan Richter <stefanr@s5r6.in-berlin.de> Stefan Richter <stefanr@s5r6.in-berlin.de> (changed the comment) Stefan Richter <stefanr@s5r6.in-berlin.de> (fixed sound/firewire/cmp.c) Stefan Roese <sr@denx.de> Stefan Schmidt <stefan@da...
2013 Jun 16
0
[linux-linus test] 18150: regressions - FAIL
....org> Stefan Muenzel <stefanmuenzel@googlemail.com> Stefan Nagy <public@stefan-nagy.at> Stefan Nilsson XK <stefan.xk.nilsson@stericsson.com> Stefan Peter <s.peter@mpl.ch> Stefan Peter <s.peter@mplch> Stefan Raspl <raspl@linux.vnet.ibm.com> Stefan Reif <ke42caxa@cip.cs.fau.de> Stefan Richter <stefanr@s5r6.in-berlin.de> Stefan Richter <stefanr@s5r6.in-berlin.de> (changed the comment) Stefan Richter <stefanr@s5r6.in-berlin.de> (fixed sound/firewire/cmp.c) Stefan Roese <sr@denx.de> Stefan Schmidt <stefan@da...
2013 Jun 23
0
[linux-linus test] 18181: regressions - trouble: broken/fail/pass
....org> Stefan Muenzel <stefanmuenzel@googlemail.com> Stefan Nagy <public@stefan-nagy.at> Stefan Nilsson XK <stefan.xk.nilsson@stericsson.com> Stefan Peter <s.peter@mpl.ch> Stefan Peter <s.peter@mplch> Stefan Raspl <raspl@linux.vnet.ibm.com> Stefan Reif <ke42caxa@cip.cs.fau.de> Stefan Richter <stefanr@s5r6.in-berlin.de> Stefan Richter <stefanr@s5r6.in-berlin.de> (changed the comment) Stefan Richter <stefanr@s5r6.in-berlin.de> (fixed sound/firewire/cmp.c) Stefan Roese <sr@denx.de> Stefan Schmidt <stefan@da...