similar to: Audio makes winecfg segfault

Displaying 20 results from an estimated 1000 matches similar to: "Audio makes winecfg segfault"

2010 Jan 22
2
Counting two factors at the same time
Hello. I'm trying to count string data that correspond to a given condition in two factors of the same length. For example, I have one factor [ 'A', 'B', 'A', 'C', 'B', 'D', 'B' ] and another is [ '1', '2', '2', '3', '2', '2', '3' ] I'd like to count the occurences of
2007 Mar 19
1
Problem with DirectPlay networking
Hello. I have succeeded in getting Fallout Tactics and Age Of Empire II to start multiplayer games. To do so, I had to override dpnhpast for dplaysvr.exe. I wanted to play multiplayer games with a friend of mine, but on his machine wine doesn't even load dplaysvr.exe, so he cannot join multiplayer games. How can he enable dplaysvr.exe? Thanks. -- Fabrice DELENTE
2007 Mar 19
1
How to choose the DSP?
Hello. I have two soundcards (with alsa 1.0.11rc4, and OSS emulation) on my machine, and I would like to change the one Wine is using; I didn't find anything in the system.reg, and I believe ~/.wine/config isn't used anymore? The sound works, but I would like to use /dev/dsp1 instead of (default) /dev/dsp. I can't use winecfg, it throws an unhandled exception when I click on the
2010 Jan 23
1
R and Limesurvey
Hello. I used Limesurvey to get answers to a survey. Now I need to process the data collected. I exported the R syntax file describing the survey structure, the file is a http://fdelente.free.fr/Surveydata_syntax.R It contains lines like attributes(data)$variable.labels[which(names(data)=="V5")]="Quel ?ge avez-vous ?" that are the clear text of my question. I'd like
2008 Jul 02
1
Compiling on AMD64 with a cross-compiler
Hello. I'm still trying to get the latest (post 0.9.60) wine releases to build on my laptop; it is a SlAMD64 installation. I used to compile ok up to 0.9.60; then from 0.9.61 on it refused to compile. I tried lately to compile this way: CFLAGS="-I/test/alsa/lib32/include" \ LDFLAGS="-L/usr/lib -Wl,-rpath-link,/usr/lib -L/test/alsa/lib32/lib
2002 Nov 23
1
Can't get Unreal to work in opengl mode
Hello all. I downloaded and compiled Wine-20021031.tar.gz (I did ./tools/wineinstall) According to the config.log, it correctly found and compiled everything about OpenGL on my system (I have a GeForce II MX card and I use the NVIDIA 2960 drivers). I played succesfully 'Jedi Knight II' in OpenGL mode with wine; but I can't play Unreal I (single-player game) in any other mode than
2005 Sep 01
2
Wine 20050830 compilation fails
Hello all. The latest version of wine (both CVS and tarball) doesn't compile on my machine (2.6.13 kernel, gcc 3.3.4). I get an error in dlls/wldap32: gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o add.o add.c In file included from add.c:39:
2005 May 16
3
Choppy sound
Hello all. I have a strange and irritating problem with Star Wars: Knights of the Old Republic. I played ok up to a place where I saved. There, I quit the game. When I restarted, the sound became choppy, making the game unplayable: about 1/2 sec of sound plays, then loops for about 3-4 sec, then the next 1/2 sec, loops again, etc... The screen isn't updated during this; well, it is updated,
2007 Sep 18
2
Warhammer Dawn Of War: Dual core system: only one of the core working?
Hello. I'd like to know if, under Windows, on a dual-core system, both cores are used by this game. For me, under wine, though both cores are detected correctly, only one of them is used (one is 100%, the other 0%). Can anybody tell me if the game behaves the same under Windows? Thanks. -- Fabrice DELENTE
2012 May 07
2
FileFormatConverters: no equations in docx documents?
Hello. I need to view some docx files that embed equations. I installed wordviewer, then FileformatConverters in wine 1.5.3. Both install ok, and I can view docx files, except that the equations don't appear at all. Does anybody have a solution? Thanks! -- F. Delente
2008 Mar 01
1
Reverting to a previous git version
Hello. My question may be more git-related that wine-related, sorry for that but I have much trouble finding an answer. I have retrieved yesterday's git, but it introduced a bug that stops wine from starting. I want to revert to 0.9.56 using this same tree, how can I do that? I tried 'git branch wine-0.9.56;git rebase origin' but it didn't work. Thanks. --
2006 Nov 26
1
wine doesn't start dplaysvr.exe
Hello. I have succeeded in getting Fallout Tactics and Age Of Empire II to start multiplayer games. To do so, I had to override dpnhpast for dplaysvr.exe. I wanted to play multiplayer games with a friend of mine, but on his machine wine doesn't even load dplaysvr.exe, so he cannot join multiplayer games. How can he enable dplaysvr.exe? Thanks. -- Fabrice DELENTE
2007 Nov 11
2
No more sound
Hello. I've just erased my ~/.wine by mistake, and I don't have sound anymore! I can't find why; when I start wine with WINEDEBUG=+winealsa,+dsound I get ALSA lib conf.c:3949:(snd_config_expand) Unknown parameters 0 ALSA lib pcm.c:2145:(snd_pcm_open_noupdate) Unknown PCM default:0 ALSA lib conf.c:3949:(snd_config_expand) Unknown parameters 0 ALSA lib
2007 Mar 19
4
The good old winecfg audio tab
Ok, I know this is probably very redundant, but I'm getting the Audio tab crash with winecfg. The error output is: wine: unhandled page fault on write access to *insert hex numbers here* (thread 0009) Modules: Cannot get info on modules while no process is loaded etc. After the last few hours spent surfing dozens of forums and threads, none of the fixes have worked. Renaming winearts.drv.so
2007 Feb 06
3
Warhammer: Dawn Of War Winter Assault Expansion (MSI problem)
Hello. I'm trying to install this expansion under wine. The uninstaller reverted Dawn Of War to 1.40 correctly as it should, but due to an msi installer error, the expansion didn't install: fixme:advapi:LookupAccountNameW (null) L"fab" (nil) 0x34f808 (nil) 0x34f804 0x34f810 - stub fixme:advapi:LookupAccountNameW (null) L"fab" 0x16d190 0x34f808 0x16d1a8 0x34f804
2010 Jan 25
3
Matching a character in a string
Hello. Sorry for this very basic question but I didn't find (of didn't understand) the answer either in the help or in the online guide. I have a string, let's say "hello". I want to know if there is some character in it, let's say an 'o'. I tried > charmatch("o", strstplit("hello","")) but it gives NA (why??) Thinking it may
2003 Dec 12
3
Segmentation fault
Hi, beginning around 12th of october I have an "Segmentation fault" when starting wine. I'm using precompiled rpm's from wine.dataparty.no but also tried a self compiled version from the wine.dataparty.no cvs-source getting the same fault. At least one other user seams to have similar problems (discussion in the forums of wine.dataparty.no. He is using fedora while
2010 May 15
1
Wine and Pulseaudio: it's working though.
Hello. I've just installed Ubuntu 10.04 and wine-1.1.44, and I have sound without having to configure anything. I'm surprised because the sticky thread at the beginning of the forum seems to imply that it doesn't work. So am I just lucky, or are the problems solved? Thanks. -- F. Delente
2010 May 16
2
Company of Heroes poor performance
Hello. I've copied my Company of Heroes installation from windows XP to ubuntu 10.04. I've succeded in running in with wine (I had to install vcrun2005 and d3dx9 with winetricks, as expected). I put these keys in the registry: [HKEY_CURRENT_USER\Software\Wine\Direct3D] OffscreenRenderingMode = fbo UseGLSL = enabled VideoMemorySize = 512 just in case; however with or without these
2004 Apr 27
2
Morrowind Problem
Hello!! I've just installed Morrowind to a win98SE system them copyed the game files to my wine fake_partition and tryed to run it .... and i get the following error/warning messages fixme:cdrom:CDROM_GetIdeInterface CD-ROM device with major ID 11 not supported fixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was not found! Using closest match instead (Portuguese keyboard