Displaying 20 results from an estimated 300 matches similar to: "dddraw unable to draw in CVS"
2005 Sep 13
0
Shockware + firefox sound issues
I have firefox installed under wine (v1.5 on 20050830) and running
fairly well. I have installed Shockwave + flash, both of which seem to
work as good as their native counterparts (Native Windows in the case of
shockwave) except that sound in shockwave is jumpy and seems to be
suffering from an underrun issue. This is the output in the terminal:
fixme:dsound:DSOUND_MixOne problem with
2009 May 23
0
Wine & Wow
I'm experiencing problems with World of Warcraft.
There two issues;
First one is mouse lag on game. I found that "hardware cursor" can solve this problem. This is not so important.
Second problem is the important one. When i start game, after playing like 2 minutes the frame rate decreases to ~0.1 frame per second. This means a huge lag is happening. This continues for at least 15
2007 Feb 05
3
Soul Reaver 2 v1.01 sound buffer underrun
Hello list,
I am experiencing sound problems with Soul Reaver 2, follows the initial log
after starting the game.
$wine sr2.exe
fixme:system:SystemParametersInfoW Unimplemented action: 59
(SPI_SETSTICKYKEYS)
fixme:d3d:IWineD3DDeviceImpl_GetAvailableTextureMem (0x17a890) : stub,
simulating 64MB for now, returning 64MB left
fixme:d3d:IWineD3DDeviceImpl_ValidateDevice (0x17a890) : stub
loading
2007 Mar 19
2
NASCAR 2003 and sound issues
I've submitted a bug on this issue, but I'm hoping to find a
workaround that may help resolve the bug or get me to where I want to
be - racing this game.
Wine 0.9.22-9ubuntu3 (edgy)
Installed on Ubuntu - Edgy Eft (2.6.17-10-generic)
I did not compile this, installed as a package via Ubuntu's App
Manager
I don't use Windows with wine
Application: NASCAR 2003 (CD Installed version,
2007 Nov 10
1
Problems with World of Warcraft since 0.9.48 update
Hi all,
I have installed WoW with 0.9.47 (actually also 0.9.45 and 0.9.46 on
previous Linux installs) and it was working fairly well (with the due
modification to the registry, WoW config file, and nice -15), but I
started to have few problems since I have updated wine to 0.9.48.
The first and most annoying problem is that every 15-25 minutes WoW
freeze; I have to kill it and reopen it. That is
2011 Nov 08
0
Sound shuts off when going past the main menu in MGS1
I've got Metal Gear Solid running fairly smoothly in Wine 1.3.31 on Mac OSX Snow Leopard, with no instability or crashes so far. When I start the game, the sound acts as it should-- however, going past the main menu (such as to Briefing or New Game) causes the sound to stop working. How can this issue be fixed?
Here's my console output:
Code:
2003 Feb 27
0
Sound stutter problem
Is there any way to control this? I get severe stuttering accompanied
by repeated messages eg
>fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=57312 < primary_done=64624)
when running a game program (Broken Sword II). I have an SBLive soundcard. Music and SFX
are OK, but speech is not. I have the usual (default) [WinMM] configuration, and [dsound]
is also at default. Is
2007 Apr 20
0
Errors messages
Hello,
I can't found an answers in the lasts archives...
I apologize if it is an old very well known issue.
It is about apps which are not in the database but I received these
files...
For PhotodexPresenter :
I can run it whith a lot of error messages:
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=3336
< primary_done=9716)
2007 Jun 23
3
Counter-Strike with ALSA sound driver
Hi, i get the next problem when i try with Alsa sound Driver.
I get a sound on a lot of parts...
OS: GNU/Linux Ubuntu 6.10
Linux maximi89-desktop 2.6.17-50-386 #2 Tue Jan 23 16:48:16 UTC 2007 i686
GNU/Linux
00:04.0 Multimedia audio controller: nVidia Corporation CK804 AC'97 Audio
Controller (rev a2)
maximi89@maximi89-desktop:~$ WINEDEBUG=err wine
'/home/maximi89/.wine/drive_c/Archivos
2007 Mar 19
1
Ubuntu 6.06, wine and ALSA
Hello everybody.
I got some strange problem when running wine with ALSA as sound driver.
For example: when I run mdk2 (I compiled wine myself version 0.9.22 -
newest for now) sound is very noisy and crack'y and I get tons of this
errors:
err:dsound:DSOUND_MixInBuffer length not a multiple of block size, len
= 3122, block size = 4
err:dsound:DSOUND_MixInBuffer length not a multiple of block
2009 Jan 28
0
Diablo II LoD Crushed to go to Act 2!
I have got a problem with Diablo II LoD under Wine.
I use openSuse 10.3 an will play Diablo II LoD.
And now i will go from Act one to Act two and than Diablo crushed.
The error is:
Diablo II Exception
Unhandled Exception
Access.Violation (c0000005)
and the log-file from wine is here
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: Datei oder Verzeichnis nicht gefunden
2005 Jun 06
1
ip ru ls trouble
When I do "ip ru ls" very often is nothing output, but sometime it
output correct info
root@prima:~# ip ru ls
root@prima:~# ip ru ls
root@prima:~# ip ru ls
root@prima:~# ip ru ls
root@prima:~# ip ru ls
root@prima:~# ip ru ls
root@prima:~# ip ru ls
root@prima:~# ip ru ls
0: from all lookup local
1000: from 81.4.240.10 lookup TTK
1100: from 217.106.18.62 lookup TCNN
2000: from
2003 Dec 11
1
downloaded win98 print drivers fail in Samba 3.0
Windows 98 client cannot print via samba to PrintPro printer "exported"
via Cups/PrintPro on PrintPro/Samba server. "Exporting" with Cups on
server node allows print drivers to be downloaded to Windows clients from
the server. Any help or suggestions are greatly appreciated.
Win98 node gim98.rsmas.miami.edu [129.171.97.21] connects to Samba 3.0.0-15
server "prima"
2007 Mar 08
1
sink with R-code
I have the same question that Eusebio had:
Is there a function similar to "sink" that redirect also R code to a
file that
is:
sink("R001")
x <- c(2,-6,-4,8,5,4,1,3,4,-9,0,1)
A <- matrix(x, ncol=3)
A
A.prima <- t(A)
A.prima
dim(A)
dim(A.prima)
sink()
create a file "R001" with contents:
------------------------------------------
[,1] [,2] [,3]
[1,]
2004 Nov 25
4
Callus, Mame and other emulators
Hi!
I'd like to play with snes, arcade and other retro games, but unfortunatelly
there isn't any linux emus for this.
So I run the emutaltor callus with wine, with medius succes: Callus works
fine, everything is ok, but it uses 100% CPU, and becouse of that, the soung
goes wrongs somethimes.
I don't know why it is takes so mutch work to wine... Callus emulate only 66
Mhz...
The
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
2007 Jul 18
0
Problems with Direct Rendering (D3D) in Wine
Hello,
my name is Gregor Galwas, I am new to this group / mailing list.
I have a problem since I started using Wine.
As far as I remember every game that uses D3D with wine doesn't work
properly, doesn't work or work very very slow.
My problem appears no matter of wine version, (current) gfx-driver or
kernel-version.
For example I would like to point to Diablo2. It works nicely when I
2004 Aug 09
1
Verbose Logs?
Hello. I'm not quite sure what the problem with my samba is. Im
running red hat 9 and samba 3.0 and my log has far too much
information. this is my samba log:
--------------------- samba Begin ------------------------
**Unmatched Entries**
lib/util_sock.c:get_peer_addr(978) getpeername failed. Error was Socket
operati
on on non-socket : 2 Time(s)
2008 Aug 21
1
Wine & ATI
I'm suing an Aspire 5050 laptop with and AMD Turion64 and Radeon X1100
Running Kubuntu Hardy, Wine-1.0, latest version of Xorg
Code:
:~$ apt-cache showpkg xorg-driver-fglrx
Package: xorg-driver-fglrx
Versions:
1:7.1.0-8-3+2.6.24.13-19.45
Running with the fglrx drivers generally doesn't seem to bode well... video playback is slow and any attempt to run wine with d3d crashes. For
2005 Feb 19
1
Problem with Warcraft 3
Hi,
I'm trying to install War3 Roc+TFT+patch 1.17
I succeded the installation.
but when I starrtt the game, I got the main menu but image is blinking
and mouse cursor is very slow (so I don't try to play)
My system is a Fedora Core 3 / 2.6.10 and lastest wine rpm from winehq
Here is wine log:
> fixme:user:EnumDisplayDevicesA ((nil),0,0x67f9e4,0x00000000), stub!
>