http://bugs.winehq.org/show_bug.cgi?id=17565
Summary: Half-Life 2 pauses after first key pressed
Product: Wine
Version: 1.1.16
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jordm.s(a)gmail.com
The first key pressed after loading a game for the first time after starting
Half-Life 2 will cause the game to pause. It only happens the first time you
load a game after just starting the app, loading any game afterwards will not
cause the issue.
The bug isn't very serious, all you have to do is hit "Resume Game" in the
menu, but nonetheless, shouldn't be happening.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12689
Summary: Input messages lingering in server slowing down wine
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexd4(a)inbox.lv
Created an attachment (id=12347)
--> (http://bugs.winehq.org/attachment.cgi?id=12347)
testcase for problem
Attached testcase illustrates the problem. The problem was originally found in
a fan-developed Forsaken mod. I couldn't get feedback on this on wine-devel, so
I'm opening a bug for this. Close if it's not a bug or is non-fixable.
How to reproduce: hold a key and move mouse over the window, preferably also
clicking mouse buttons, main loop latency steadily increases from 10 to 50 (and
even 100) in a short time. In a game this means going from 100 fps to 20 or 10
just because of input messages. Has to be noted that in the actual game the
rate of slowdown seemed at least 2-3 times faster when just holding one key and
moving mouse, for reasons I don't know, but the testcase still should enough to
show the problem.
What the testcase is doing is bad practice, it's basically refusing to process
certain types of messages, and PeekMessage just once during a loop is probably
bad as well, but that's what the game was originally doing in its main game
loop. There are several concerns about it:
1) No slowdown happens on Windows, either in game or in this testcase. No
matter how much I move the mouse holding key and clicking madly, it shows same
stable 15-16 ticks latency in the testcase. I don't know what it does, but
somehow it handles this situation better than Wine.
2) Can this (broken) way of doing things be exposing some inefficiency in
message handling, maybe something that could use optimization? I tried to put
debug hacks into queue_hardware_message(), it seems that when slowdown is
already VERY bad in Forsaken (10fps), message queue in wine server has about
400 or maybe 600 messages. Is that kind of processing overhead per message
inevitable? (This is happening on AMD Athlon(tm) 3200+). Perhaps somebody who
knows that part of code well may be interested in looking into performance
issues in this case. Because, if 400-600 messages in the queue slow down the
application to a crawl, then who knows, perhaps it decreases performance of
more well-behaved but input-intensive apps as well, just less drastically
(holding one or several keys to move, all the while aiming with mouse and
abusing mouse buttons is a common thing in games, so there can be quite a few
input messages flooding the server).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13752
Summary: Kega Fusion: Direct 3D output does not fill window in
windowed mode
Product: Wine
Version: 1.0-rc4
Platform: Other
URL: http://www.eidolons-inn.net/tiki-index.php?page=Kega
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tgheretford(a)fast4.net
When the program first starts in windowed mode, the graphics in the application
window are shifted down to the bottom and to the right. On the desktop, the
further to the bottom and the right you move the Kega Fusion application
window, the further down and right the graphics move in the window.
Fullscreen mode is not affected by this bug.
Currently using NVidia 169.12 drivers on a Zotac 512MB AMP! Edition card but I
do know that the same problem occurred on my old computer using a Geforce 6200
card.
Below will be two picture attachments of my desktop showing the bug when I move
the application window around my desktop.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12520
Summary: Yoda Stories main window is too small
Product: Wine
Version: unspecified
Platform: PC
URL: ftp://ftp.lucasarts.com/demos/pc/yodademo.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: megazzt(a)gmail.com
When running Yoda Stories (full game or demo) the main window is too small (it
seems to be minimum size for a window) and cannot be resized. The game is
unplayable since the window is so small as to have no client area.
Get the demo from ftp://ftp.lucasarts.com/demos/pc/yodademo.exe for testing.
You can extract it with unzip if you don't want to go through the hassle of
installing it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9291
Summary: iexplore http://pack.google.com crashes
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: wine-shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Wine's built-in iexplore crashes on http://pack.google.com.
Unhandled exception: page fault on read access to 0x0000005c in 32-bit code
(0x7c7bd7a8).
Backtrace:
=>1 0x7c7bd7a8 nsChannel_AsyncOpen+0x4e8(iface=0x1063958, aListener=0x1063998,
aContext=0x0) [/home/dank/wine-git/dlls/mshtml/nsio.c:107] in mshtml
0x7c7bd7a8 nsChannel_AsyncOpen+0x4e8
[/home/dank/wine-git/dlls/mshtml/nsio.c:107] in mshtml: movl
0x5c(%esi),%edi
107 while(!container_iter->doc)
I peeked at nsio.c, and it does look vulnerable to container_iter going
unexpectedly null during that loop, but a real fix wasn't immediately obvious.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13085
Summary: TH06: No FPS limit in fullscreen mode
Product: Wine
Version: 0.9.61.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dottomi(a)gmail.com
The game seems to not limit FPS amount in fullscreen mode. It speeds up to >200
FPS instead of not going above 60.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18873
Summary: Civilization IV beyond the sword crashing at startup
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zipu92(a)hotmail.com
Civilization IV beyond the sword is crashing at startup after message display
"Init XML(cached)"
For me it looks like a regression as I have just shifted from wine 1.1.22 to
1.1.23 and it worked fine before my Ubuntu upgrade
I am currently compiling wine to try to do some regression tests as you
indicate on the site. I already post the description to see if somebody else
has the same problem
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14377
Summary: Crusader Kings: Instant crash when using bride ledger
(and some other ledgers)
Product: Wine
Version: 1.0-rc5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: daniel(a)jackson.kz
CC: daniel(a)jackson.kz
Created an attachment (id=14674)
--> (http://bugs.winehq.org/attachment.cgi?id=14674)
Printout from the terminal from starting the game, loading a game, navigating
to the bride ledger and the following crash
Steps to reproduce:
1. Open Crusaders.exe
2. Load a game (or start one)
3. Go to the ledger and find the "Bride ledger" where you can locate possible
brides.
Result:
Crash to desktop after a few seconds of thought, with an error message
displayed but blanked out due to graphical glitch.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17040
Summary: Portal crashes when facing towards the exit on the first
level
Product: Wine
Version: 1.1.13
Platform: PC-x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben(a)atomnet.co.uk
Created an attachment (id=18843)
--> (http://bugs.winehq.org/attachment.cgi?id=18843)
Crash log
The game seems to be running fine unless you turn to face where the exit should
be (turn left after the game gives you control). The game either locks up or
crashes and closes itself (guessing it's crashed in the first instance too but
it doesn't always kill itself).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10340
Summary: Pro evolution soccer 2008
Product: Wine
Version: 0.9.48.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marco.r24(a)libero.it
During the game of the master league, legue or other, the game blocker while
save or load data! I hope in solution, thank you
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14762
Summary: Max Payne 2: sepia tone filter issues (high PPE)
Product: Wine
Version: 1.0.0
Platform: PC-x86-64
URL: http://www.rockstargames.com/maxpayne2/mp2_downloads.htm
l
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquid.acid(a)gmx.net
CC: onety-three(a)gmx.net
Hi,
this is a cleaned up version of the issues first described in
http://bugs.winehq.org/show_bug.cgi?id=14038.
Game affected: Max Payne 2 (demo version tested)
Issue: MP2 uses some fullscreen post-processing effects to enhance gaming
experience. The famous bullet time effect is using a sepia tone filter, which
breaks on wine when certain ingame options are set.
MP2 offers two modes of post-processing effect quality (switching them
completly off is also possible):
(i) medium -> the sepia filter works
(ii) high -> sepia filter breaks
Notice that MP2 also uses some other PP (post-processing) effects, like a
motion blur filter in cutscenes. The filter from the cutscenes is NOT affected
by this issue described here, although it also affects the entire screen.
The issue also appears with wine-0.9.56.
Issue is gone when going back to wine-0.9.45, but the rendered area is now
confined in a rectangular portion of the visible screen. (read more about this
at the end (*))
Regression testing turned up this commit:
[d09cbcec91561186bee77aaba55b29cbf2d7e7ef] wined3d: Activate
GL_ARB_texture_rectangle.
http://source.winehq.org/git/wine.git/?a=shortlog;h=d09cbcec91561186bee77aa…
Notice the other five wined3d commits by Stefan Dösinger.
Somehow using ARB_tex_rect instead of using NP2 emulation breaks the sepia
filter, but leaves the motion blur intact.
In fact this commit does also correct "scaling" issues with the other PP
effect, motion blur (again see below (*)).
My wine settings for MP2:
UseGLSL=disabled
OffscreenRenderingMode=backbuffer
RenderTargetLockMode=auto
It doesn't matter though is ORM is set to backbuffer or fbo, the issue also is
reproducible with ORM=fbo. However testing this with ORM=backbuffer makes it
easier for me because of other issues with FBO (plus FBO generates a lot of
FIXME noise on the console).
Graphics hardware used to confirm:
(i) Me, using a Geforce FX 5900
(ii) Frank Roscher, using a Geforce FX 5700
Drivers versions:
(i) FX 5900 driven with 100.14.19 and 173.14.09 (makes no difference)
(ii) FX 5700 driven by driver version 169.12
(*) Interesting facts with wine-0.9.45:
Like I said above PPE set to high work with this version, but the rendered area
is suffering from "scaling issues". This can be reproduced all the time with
the bullettime filter.
However there are also the cutscenes, using the motion blur filter. The funny
thing there is that they are also affected by the scaling issue, BUT not
always.
Watch the first cutscene sequence after you gain control over Max in the
hospital room (the cutscene begins when you are right in front of the double
door). The scaling issue changes during the cutscene to correct rendering, and
back after some moments.
I don't know if the changes from "wrong scaling" to "correct scaling" and
vice-versa are always the same but I'm going to check that again.
Greets,
Tobias
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13070
Summary: Deus Ex - Invisible War fails to launch new game
Product: Wine
Version: 0.9.61.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: dbghelp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roland(a)mxchange.org
Created an attachment (id=12826)
--> (http://bugs.winehq.org/attachment.cgi?id=12826)
Default debug log
The named game is starting with intro movies and main menu. But when I want to
start a new game then it end's up with this message.
err:dbghelp:SymCleanup this process has not had SymInitialize() called for it!
The sound got repeated endless (OSS selected, full, 44800 Hz, 16 Bit. I guess
it is not the sound, more that error message. Attached is the full console
output (default WINEDEBUG)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12053
Summary: User32: msg test fails
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=11419)
--> (http://bugs.winehq.org/attachment.cgi?id=11419)
+msg trace in git
User32's msg.c test fails for me consistently in git. +msg log attached. This
is on a fresh install of Ubuntu Hardy on an few years old toshiba laptop.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17300
Summary: openlp.org output/preview scrambled.
Product: Wine
Version: 1.1.14
Platform: PC-x86-64
URL: http://www.openlp.org/en/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: online(a)patrick-brueckner.de
Created an attachment (id=19313)
--> (http://bugs.winehq.org/attachment.cgi?id=19313)
screenshot
with wine1.1.14 the output of openlp.org is scrambled in the preview aswell as
in the main window, see attached screenshot.
last time i had it working was with 1.1.10 or 1.1.11, but I don't use the
program to often on my linux machine.
it should be easy to reproduce the bug, since the program is foss.
if you would like to get any logs, please let me know - i will gladly provide
them.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12446
Summary: Call of Cthulhu: overall low performance compared to
Vista
Product: Wine
Version: 0.9.58.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vkojouharov(a)gmail.com
The wine version for this bug is actually 0.9.59, but as of the time of
writing, this version is not available from the select box.
This bug is about the overall slow game performance of Call of Cthulhu (
http://appdb.winehq.org/objectManager.php?sClass=application&iId=3981
), compared to the same game with the same settings under Windows Vista.
Overall, the game is at least twice as slow, as compared to Vista, maybe more.
The test machine is a core 2 duo @ 2.20 GHz, with an 8400M GS video card, with
an nvidia driver version of 100.14.19. The same settings are used on both wine
and vista. The the resolution is set to 1600x1200, and the other graphics
related setting, the AA, is set to None.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18232
Summary: Touhou 11 and Touhou 12 drop to below 10 fps after
launching
Product: Wine
Version: 1.1.20
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: erappleman(a)gmail.com
The games are unplayable, but Touhou 10 and below work fine.
Here's the output of Touhou 10, 11, and 12. I interrupted each after about 20
seconds.
eric@kingfisher:~/th10$ wine th10e.exe
fixme:win:EnumDisplayDevicesW ((null),0,0x32f87c,0x00000000), stub!
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
fixme:font:WineEngAddFontResourceEx Ignoring flags 10
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
eric@kingfisher:~/th10$
eric@kingfisher:~/th11$ wine th11e.exe
fixme:win:EnumDisplayDevicesW ((null),0,0x32f808,0x00000000), stub!
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
fixme:font:WineEngAddFontResourceEx Ignoring flags 10
fixme:d3d:IWineD3DBaseSwapChainImpl_GetRasterStatus (0x14d528) : stub (once)
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
eric@kingfisher:~/th11$
eric@kingfisher:~/th12$ wine th12.exe
fixme:win:EnumDisplayDevicesW ((null),0,0x32f808,0x00000000), stub!
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
fixme:d3d:IWineD3DBaseSwapChainImpl_GetRasterStatus (0x14d338) : stub (once)
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
fixme:win:WINNLSEnableIME hUnknown1 (nil) bUnknown2 1: stub!
eric@kingfisher:~/th12$
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19158
Summary: The Bat! 4.2.6 doesn't start because of Themida on OS
X
Product: Wine
Version: 1.1.24
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: domiman(a)gmail.com
When you run The Bat! version 4.2.6 it won't start because of a security lib
Ritlabs uses for The Bat! 4.1x upwards from Themida. The error message is
Themida - "Cannot open oreans.vxd driver. Make sure that oreans.vxd is not open
by another program"
This happens with my self compiled Wine 1.1.24 and prebuilt versions of
(Dar)Wine 1.1.21 and 1.1.23. Googling seems to show that this is only an issue
for Wine on OS X and the Themida/Oreans stuff.
This bug is related to bug #18918 and has also been reported to the forum at
http://forum.winehq.org/viewtopic.php?p=26132&sid=46f54a257a527a985869d8f82…
The download link to The Bat! is
http://www.ritlabs.com/en/products/thebat/download.php (Home or Professional
versions are the same, only the extras are different, so no matter which
version you choose)
My system: Intel iMac, OS X 10.5.7, XQuartz 2.3.3.2
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19374
Summary: Rumble Fighter Login
Product: Wine
Version: unspecified
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: major
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dude_exe(a)hotmail.com
This is my first time using Wine, and it works great for just about everything.
But the original reason I downloaded it was to play one of my favorite MMOs,
Rumble Fighter, which I got from here:
http://rf.ogplanet.com/downloads/game.asp
It downloaded, installed, updated, and ran perfectly right up to the login
screen. The login button doesn't work. I noticed that it says "This service
is for North America users only. Thanks for your interest." at the top of the
window. I don't know why, as I live in Shoreline Washington, and my computer
is set to US time. I have the most recent version of Wine.
Hardware Overview of my computer:
Model Name: MacBook
Model Identifier: MacBook5,1
Processor Name: Intel Core 2 Duo
Processor Speed: 2 GHz
Number Of Processors: 1
Total Number Of Cores: 2
L2 Cache: 3 MB
Memory: 2 GB
Bus Speed: 1.07 GHz
Boot ROM Version: MB51.007D.B00
SMC Version (system): 1.40f2
Serial Number (system): W891715P8QR
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19128
Summary: UseGLSL=disabled stops FIFA WM 2006 with vertex shader
error
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
CC: stefandoesinger(a)gmx.at
With UseGLSL="disabled", FIFA WorldCup 2006 freezes with a black screen as a
zillion GL_INVALID_OPERATION scroll by.
Noteworthy log messages at the beginning are:
fixme:d3d_shader:shader_arb_generate_vshader HW VertexShader Error at position
0: "Error on line 28: missing comma (hint: '[')"
fixme:d3d_draw:drawStridedFast >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502)
from glDrawElements @ drawprim.c / 50
fixme:d3d_shader:shader_arb_generate_vshader HW VertexShader Error at position
0: "Error on line 33: missing comma (hint: '[')"
Later, it is this exactly this fixme:drawStridedFast >>>>>>>>>>> which scrolls
by continuously. I've used wine-1.1.24, although Stefan added a few patches
since. I prefer to stick to releases for tests.
Hmm, I already encountered that drawStridedFast message (with GLSL) in
2weistein Demo in wine-1.1.21 (there it was "only" reported ~ thousand times).
BTW, 2weistein Demo works great with or without UseGLSL -- even better without
it in the main menu, but that's another issue.
With (default) GLSL, FIFA WC 2006 works flawlessly on the MacOS -- the children
have totaled hours of game play. (Alas, I'd need to perform a full install
prior to submitting AppDB results about the Mac).
Using nVidia "early 2009" Mac Mini with OS X 10.5.7 and XQuartz 2.3.3.2
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12985
Summary: Microsoft SQL Server Management Studio Express crashes
at start
Product: Wine
Version: 0.9.60
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: am(a)keeper.lv
Created an attachment (id=12737)
--> (http://bugs.winehq.org/attachment.cgi?id=12737)
Very small error log.
Microsoft SQL Server Management Studio Express crashes at start with Visual C++
Runtime Library error message.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10335
Summary: Installing Jet 40 with winetricks with Darwine requires
installation of DCOM98
Product: Wine
Version: 0.9.48.
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jjmckenzie51(a)sprintpcs.com
This is a documentation bug only!
I was receiving an error when installing Jet 4.0 for use with BiblePro about
the failure to register a .tlb file.
Found that I had to install DCOM98 first to get around this error.
Suggest that winetricks ask this question:
Have you installed DCOM98? (y/N) ?
With an abort message or call to DCOM 98 installation for Jet 4.0.
If this is already documented, please add this to the Jet 4.0 install
instructions.
Thank you.
James
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19421
Summary: Can't upload attachments from a Mac running Mac OS
10.5
Product: WineHQ Bugzilla
Version: 3.2.3
Platform: PC
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cdavis(a)mines.edu
I can't upload attachments from a Mac running Mac OS 10.5. It does not matter
which browser I use (tested with Firefox and Safari). When I click submit to
begin the upload, the browser tells me it's sending the request, and then it
just sits there and does nothing. If I click the browser's stop button, I find
that my attachment is not there at all, like I didn't even try to attach
anything in the first place. Same thing happens when I try to create a new bug
with an initial attachment (like I tried to do with bug 19412; I wanted to
attach a log, but couldn't).
Don't tell me this is a bug with Mac OS or whatever browser I'm using (at the
moment, Firefox). I tried the Landfill test installation on Bugzilla's website,
and uploading attachments worked just fine. I tried both the 3.0 and 3.2
branches. Maybe it's time to upgrade?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17967
Summary: BadValue to Apple-DRI
Product: Wine
Version: 1.0.1
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: boyland(a)cs.uwm.edu
I am running an executable created with Adobe Director for Windows.
Wine worked! (It seems to be the only way to be able to do this if the CD was
created
with WIndows in mind). But I did get the following errors that might be useful
to you:
Could not load Mozilla. HTML rendering will be disabled.
X Error of failed request: BadValue (integer parameter out of range for
operation)
Major opcode of failed request: 128 (Apple-DRI)
Minor opcode of failed request: 2 ()
Value in failed request: 0x600256
Serial number of failed request: 2846
Current serial number in output stream: 2846
fixme:wave:wodDsCreate DirectSound not implemented
fixme:wave:wodDsCreate The (slower) DirectSound HEL mode will be used instead.
(last two messages repeated ad infinitum)
NB: the application worked FINE. Thanks!
This is on a MacBookPro (2006 era) Intel-based macintosh.
I got wine using Macports.org (port install wine).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.