http://bugs.winehq.org/show_bug.cgi?id=11243
Summary: getch() receives imput without keys being pressed
Product: Wine
Version: 0.9.46.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: glacierre(a)gmail.com
Created an attachment (id=10339)
--> (http://bugs.winehq.org/attachment.cgi?id=10339)
test program
getch() function (from conio.h) is behaving like some key was pressed.
I compiled the attached test program in windows with bloodshed devc++ (also
tried with mingw-gcc, same behaviour), works fine in windows console, but the
same exe under linux (without pressing any key) gives:
-----Output--
$ wine wine_getch.exe
Asking for one key (#1)
Key was:
fixme:msvcrt:MSVCRT__sopen : pmode 0x01b6 ignored
�
Asking for one key (#2)
Key was:
-----End output--
Wine version is 0.9.46, ubuntu 7.10 package
--
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=10986
Summary: Tales Of Pirates freezes at "Loading..." splash screen.
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
URL: http://top.igg.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: l337angelus(a)gmail.com
Created an attachment (id=9942)
--> (http://bugs.winehq.org/attachment.cgi?id=9942)
When it freezes
this game is said to work good in the appdatabase and in fact it does.
but i encountered 1 bug. when the update screen comes and its finished, after i
press "Enter Game" the "Loading..." splash screen comes and it freezes like
that
i have to kill the process and start the game again, it does that like 3 to 5
times , and then it works fine. i attached 2logs , one where it works and one
where it doesnt.
wine is complaining:
fixme:d3d:IWineD3DDeviceImpl_CreateAdditionalSwapChain The app requests more
than one back buffer, this can't be supported properly. Please configure the
application to use double buffering(=1 back buffer) if possible
hardware:
CPU: Amd Athlon64 3200+ 512Mb/s cache
RAM: 1GB DDR2
HARD Drive: 80GB
Graphic Card: XFX Geforce 8400GS 256Mb memory , 64bit or 128bit GPU not sure,
PCIx16
--
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=10879
Summary: 3ds max 7 page fault on startup
Product: Wine
Version: 0.9.51.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kb9vqf(a)pearsoncomputing.net
Created an attachment (id=9783)
--> (http://bugs.winehq.org/attachment.cgi?id=9783)
A winedbg trace of the crash
When attempting to start 3ds max 7, the splash screen appears and immediately
afterwards an unhandled page fault is generated. No fixme: messages appear
before the page fault, so I am not sure which Wine component is failing.
--
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=10713
Summary: OSS Sound Bug in 0.9.47+
Product: Wine
Version: 0.9.47.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kebinusan(a)gmail.com
CC: maarten(a)codeweavers.com
Ventrilo has its own set of problems running ALSA that prevent me from just
using it. (Sound input stops working, etc) Anyway I am unable to use OSS with
anything later than 0.9.46. When I try and use 0.9.47 and later the following
problem occurs with Ventrilo:
If the sound output device is the same as the sound input device, I hear
nohting. However, if I change the sound output device to my second sound card
then I can hear things. This works in both directions, but if input and output
are set to the same card, then nothing is heard.
Regression testing pointed to a problem with this patch:
58e26451dbed69e3ad3a4256333b81a2d5320c01 is first bad commit
commit 58e26451dbed69e3ad3a4256333b81a2d5320c01
Author: Maarten Lankhorst <maarten(a)codeweavers.com>
Date: Mon Oct 1 09:16:59 2007 +0200
wineoss: Seperate wave-in and wave-outs shared use of a single OSS_DEVICE
struct.
:040000 040000 868e20d2a86896d088772b5f5f9ef2d966658846
0fb678ae26db00b1c13decff396c999227e7dd2f M dlls
--
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=10326
Summary: vml in web page crashes explorer
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: davidw(a)dedasys.com
Created an attachment (id=8987)
--> (http://bugs.winehq.org/attachment.cgi?id=8987)
ie output
This bit of HTML crashes IE6 under wine,
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"
xmlns:v="urn:schemas-microsoft-com:vml">
<head>
<style>
v\:* { behavior: url(#default#VML); display:inline-block}
</style>
</head>
<body>
<v:shape fillcolor="green"
style="position:relative;top:1;left:1;width:200;height:200" path ="m 1,1 l
1,200, 200,200, 200,1 x e">
</v:shape>
</body>
</html>
which was installed according to the manual instructions in the 'blue' area
here:
http://appdb.winehq.org/appview.php?versionId=469
davidw@fortrock:~$ uname -a
Linux fortrock 2.6.20-16-generic #2 SMP Sun Sep 23 19:50:39 UTC 2007 i686
GNU/Linux
Ubuntu feisty with this version of wine, installed via the .deb:
0.9.47~winehq0~ubuntu~7.04-1
I asked a few people with windows boxes to confirm that it doesn't crash 'real'
IE, so as to avoid reporting a windows bug here.
--
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=10175
Summary: Word crash
Product: Wine
Version: 0.9.44.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marco.stornelli(a)coritel.it
Created an attachment (id=8776)
--> (http://bugs.winehq.org/attachment.cgi?id=8776)
Bug I have proved
Hi all,
I'm using wine 0.9.44-15 for openSuse 10.3 and office 2000. Excel
works fine, powerpnt doesn't start and wine doesn't print nothing in
console about it, and about word, wine prints this:
fixme:x11drv:X11DRV_GetDeviceCaps (0x1b4): CAPS1 is unimplemented,
will return 0
wine: Unhandled page fault on read access to 0x00575000 at address
0x308e0bc0 (thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x00575000 in 32-bit
code (0x308e0bc0).
I have already done the library overriding of ole32.dll e riched20.dll
according to full many web site.
Regards,
Marco
--
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=9363
Summary: In opengl mode, Ankh 2 is almost black
Product: Wine
Version: 0.9.43.
Platform: PC
URL: http://download2.microapp.com/ankh2/Ankh2-DEMO-Setup-
FR.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
In the demo of Ankh 2, with the opengl mode, everything is almost black.
I attached screenshot to compare d3d mode and opengl mode in wine.
Joaopa
--
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=11692
Summary: SR19 Search fails to launch
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
URL: http://www.nal.usda.gov/fnic/foodcomp/srch/pcs20.exe
OS/Version: Windows 2000
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: emarkpreston(a)hotmail.com
Created an attachment (id=10906)
--> (http://bugs.winehq.org/attachment.cgi?id=10906)
InstallShield wizard says Install OK
This is a program that allows for searching for food ingredients in a gui
format. It downloads just fine, and WINE shows it as installed in both the
dropdown menus as well as in c:/Program Files/USDA . . . etc.
Once invoked or called, the cursor spins but nothing comes up on screen.
--
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=9744
Summary: Family Tree Maker 8 installer hangs
Product: Wine
Version: 0.9.45.
Platform: Other
OS/Version: other
Status: NEW
Keywords: Installer
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Family Tree Maker 8 install goes fine until the
end, when it asks you to pick a web browser.
There's no browser in the list, even if you have
Firefox installed, and none of the buttons work,
not even cancel.
The app seems to be installed properly, though.
--
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=13655
Summary: shutdown with async sockets maybe broken
Product: Wine
Version: 1.0-rc1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wolfgang.walter(a)studentenwerk.mhn.de
Created an attachment (id=13637)
--> (http://bugs.winehq.org/attachment.cgi?id=13637)
trace
We have a application which uses a tcp-socket (asynchronous). If the host it
tries to connect to is unreachable it hangs. With windows the connect instead
timeouts after 10 seconds.
I run it with debugging on the following happens with wine:
it opens a dialog box ("Connecting to...")
it opens a socket
it does a ws2_32.WSAAsyncSelect(0000019c,0003009e,00000402,00000033)
where 0003009e is the handle of the dialog box
it tries to connect:
ws2_32.connect(0000019c,02aede4c,00000010)
it creates a timer for the window:
user32.SetTimer(0003009e,00000065,00002710,00000000)
the timer expires after 10 seconds
it calls KillTimer
tries to log a error message
it then does
ws2_32.shutdown(0000019c,00000001) [retval=00000000]
and then the programs hangs (the dialog box remains open, only little activity
in the wine trace).
I suspect that the dialog box waits for an event that the socket is closed.
--
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=13622
Summary: Quicken cannot seem to connect to the servers.
Product: Wine
Version: 1.0-rc3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: azzuron(a)gmail.com
Created an attachment (id=13596)
--> (http://bugs.winehq.org/attachment.cgi?id=13596)
Console output when importing a file
When you attempt to import a file for quicken, such as one exported from your
bank, Quicken attempts to talk to the quicken servers and determine who your
bank is. If it cannot connect or cannot verify this, Quicken will throw an
error asking you to try again later. This glitch makes it impossible to import
your bank files.
--
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=13614
Summary: The HUD of PT3 crashes as soon as it starts
Product: Wine
Version: 1.0-rc1
Platform: PC
URL: http://http://www.pokertracker.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: feydreva(a)lsu.fr
Created an attachment (id=13585)
--> (http://bugs.winehq.org/attachment.cgi?id=13585)
PT3 HUD log
The HUD of PT3 crashes as soon as it starts, with a access violation error.
I tried different version of windows, but didn't change anything
--
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=11743
Summary: Program crashes on startup.
Product: Wine
Version: 0.9.56.
Platform: Other
URL: http://trillian.cc/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: msd4824(a)yahoo.com
Created an attachment (id=10989)
--> (http://bugs.winehq.org/attachment.cgi?id=10989)
Output
Right now, I've been testing the latest version of Astra. Currently, it's in
invite only Alpha. I understand that it is very, very early in the development
of it, and I understand that some of the coding will change in the future. But
the current coding crashes it, and I assume that out of all the programs out
there, another program has similar coding, and it too crashes.
The program opens, and it allows me to login. However, once it loads, the
program quickly crashes, when it reaches this line in the terminal:
err:ntdll:RtlpWaitForCriticalSection section 0x8b0048 "heap.c:
HEAP.critSection" wait timed out in thread 0010, blocked by 0009, retrying (60
sec)
Thanks.
--
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=11666
Summary: DirectShow Implementation
Product: Wine
Version: 0.9.55.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: prototipo(a)email.it
When launch the app AMCAP.exe (it works with DirectShow pins for test them) It
sees the capture card'S channels (BT878) but trying to acquire from the preview
it shows msgbox (the filter cannot preview) and often application crash. Trying
to capture in a file it shows a msgbox (Error) and application crash.
Can anyone help me to fix the problem or develop the missing modules in
DirectShow libraries.
Thanks
--
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=10895
Summary: Nancy Drew and the Haunted Carosel Refuses to Install
Product: Wine
Version: unspecified
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rebecca.gettys(a)comcast.net
When you try to install Nancy Drew and the Haunted Carosel, even if you're not
running a composited WM, you get this error:
Error Number: 0x80040707
Description:Dll function call crashed: ISRT._SetColor
Setup will now terminate.
--
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=10833
Summary: WoW indoors/instance white characters. Vram problems?
Product: Wine
Version: 0.9.51.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: iphands(a)yahoo.com
When the latest wine went stable 0.9.49 (also tried .9.50, .9.51) I upgraded,
along with the 2.3.0 WoW update.
I had had a problem long ago where going indoors would cause characters
(persons (i.e. not letters)) would turn bright white (with no textures), also
some objects would lose all textures. This problem was once dismissed by
"ensuring" X that I had enough Vram ("VideoRam 128000" in my xorg.conf).
With the most recent update of WoW (I even tried downgrading wine) the problem
has resurfaced. I have added these ram options in user.reg:
[Software\\Wine\\OpenGL] 1197730869
"DisabledExtensions"="GL_ARB_vertex_buffer_object"
"VideoMemorySize"="200"
[Software\\Wine\\Direct3D] 1197775965
"PixelShaderMode"="enabled"
"VertexShaderMode"="hardware"
"VideoMemorySize"="200"
Dxdiag.exe also seems to report the correct amount of Vram.
Thanks
-Ian
Note: This is happening in both the opengl and directx modes, and only on my
laptop (VGA compatible controller: Intel Corporation Mobile 945GM/GMS,
943/940GML Express Integrated Graphics Controller (rev 03)).
--
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=10540
Summary: Soul Reaver 2 no longer starts with wine 0.9.49
Product: Wine
Version: 0.9.49.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fuag155555(a)gmail.com
CC: fuag155555(a)gmail.com
Soul reaver 2 will no longer start with wine 0.9.49.
The italien version of the game was working with 0.9.48, i no longer have this
to test, but i bought the english version and now it will not start up without
any error messages on wine 0.9.49. It does install though.
I'm on kubuntu 7.10, amd64, and a gefroce 8600 gts.
--
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=10426
Summary: Starcraft sound other than music breaks in 0.9.49
Product: Wine
Version: 0.9.49.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: toad(a)amphibian.dyndns.org
Starcraft no longer plays unit acknowledgements (mostly, occasionally I get
one), the briefing room speech, and some minor sounds in the menus. It was
working before (0.9.47 I think). This is the winehq debian package 0.9.49.
--
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=10248
Summary: Carrara 5 Pro W/ 5.1patch: 3D View draw/render fails to
show 3D objects
Product: Wine
Version: 0.9.47.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tempeodor(a)yahoo.com
In Wine 0.9.47, after opening the program, when I open a new document to start
a session the 3D view window opens for the new document but is completely blank
with the word "Rendering..." up in the corner indicating it's trying but
failing to show/render the scene in the 3D view window area. When I load a 3D
object the 3D view window continues to show nothing then the words "Failed to
render" appear in the upper left corner after a few seconds. Also menus fail to
show and are cut off from the point where they cross over the view window.
Total show stopper.
Program data. Carrara 5Pro W/ render node installed plus update patch 5.1 on
both.
A trial verison of this 3D program can be found at DAZ3D with this link.
http://www.daz3d.com/i.x/support/downloads/-/?product=car_down
Extra note. Carrara 5Pro worked fine in the past under Wine 0.9.33 but the
other programs I must use only work in the latest Wine.
--
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=9967
Summary: crash at the end of the installation of XOP
Product: Wine
Version: 0.9.46.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tritemio(a)gmail.com
Created an attachment (id=8477)
--> (http://bugs.winehq.org/attachment.cgi?id=8477)
crash dum of wine during xop installation
I'm trying to run the XOP program[0] under wine in linux since the linux
version of XOP does not work on any recent distribution I'm aware of.
The executable I've tried can be downloaded from the xop website[1] (file name:
setup_xop211.exe).
At the end of the installation I get a wine crash dump that I've attached.
Please tell me if you need more debug info.
The program does requires the MFC42.DLL file to be run. After downloading it
and putting it in the XOP directory I have been able to run the software but it
gives an error that it can't find a file.
FYI, the program run fine on windows xp.
Cheers,
~ Antonio
[0] http://www.esrf.eu/computing/scientific/xop2.1/intro.html
--
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=9966
Summary: Regression: Jade Empire ingame fonts are no longer
visible
Product: Wine
Version: 0.9.45.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jroehl(a)freenet.de
Like said in summary, fonts are not drawn in menu and ingame. However JE is
unplayable with and without this bug, because of others.
Regression tests results in:
4438b3be06880706c813f25507e9be4f86ee855a is first bad commit
commit 4438b3be06880706c813f25507e9be4f86ee855a
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Sun Aug 19 19:47:38 2007 +0200
wined3d: Texture transform flag test.
:040000 040000 4675067c38ea90f92f13f5c8c92d44439d3078ea
33fe3850a55ec0296dd5d36c4977c7120c743fb2 M dlls
--
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=11530
Summary: keys won't be released
Product: Wine
Version: 0.9.55.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: larsphilip(a)gmx.de
I play any game in wine (tested with CSS, TF2 and Deus Ex) and after a random
amount of time, one of the keyboard buttons I just pressed won't get released.
For example, I press "s" for walking backwards and then release the button -
but I keep walking backwards. Nothing will stop this, not pressing s again or
escape or closing the game. This only happens in wine and I can't really debug
anything because working with a PC where some button is pressed continuously is
kinda impossible. Only restarting X helps. The fault does not lie with the
keyboard, I even tried connecting a different one. Any ideas?
I get this in the console together with the bug, might be related:
rr:region:CombineRgnInvalidrgn=0x234
--
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=14224
Summary: Lotro stops after first Screen
Product: Wine
Version: 1.1.0
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cd(a)hiller-mg.de
Created an attachment (id=14510)
--> (http://bugs.winehq.org/attachment.cgi?id=14510)
logfile for lotro stops after first screen
hi,
i installed ubuntu 8.04 ( latest patches ) on my system, wine 1.10 and lotro.
but i cant play !!!
after the first screen, the game stops running and closes the screen.
using the cli-launcher i get the attacjed log with WINEDEBUG=fixme
Anyone any idea why the game can't get past the first screen ?
i could play with wine release 1.0-rc2 ?
if more logs needed just tell me how to get them.
CU
Claus-Dieter
--
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=13556
Summary: Blood 2: The chosen fails to start (not playable)
Product: Wine
Version: 1.0-rc2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matteo(a)member.fsf.org
Blood II the chosen from the original CDROM. Whenever I try to start it, I get
the main dialog. When I try to start the game, resolution is changed, wine
exites and leaves me in 800x600. Definitely not playable.
This log is short, so I won't make an attachment for it:
fixme:win:EnumDisplayDevicesW ((null),0,0x33d730,0x00000000), stub!
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to
16
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
err:d3d:WineD3D_ChoosePixelFormat Can't find a suitable iPixelFormat
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
err:ddraw:IDirectDrawSurfaceImpl_QueryInterface No interface
wine: Unhandled page fault on read access to 0xff000000 at address 0x7b8545e6
(thread 0030), starting debugger...
Can't attach process 0029: error 5
--
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.