http://bugs.winehq.org/show_bug.cgi?id=17771
Summary: Morrowind: trying to configure controls results in
freeze (reboot necessary)
Product: Wine
Version: 1.1.17
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sick_soul(a)yahoo.it
Steps to reproduce:
* launch Morrowind (wine Morrowind.exe)
* select Options
* select Controls
* left-click any of the controls to change it
* a message appears instructing to 'press any key or button' to associate to
this action
* now press any key or mouse button
* the application freezes.
After the freeze it is impossible to switch to another workspace (ALT+F2,
ALT+F3,.. does not work anymore), and no other key has any effect (not even
CTRL+ALT+BACKSPACE, nothing at all). The mouse pointer is also frozen.
The same problem also appears ingame while attacking (left-click), and walking
at the same time, especially backwards ('S' key). After some time the player is
"stuck" walking backwards, and again no input is processed anymore. Eventually
the application freezes and a reboot again is necessary.
Tried the following with no improvement:
tried using native dinput.dll and/or dinput8.dll, quarz.dll (any combination).
tried enabling/disabling DXGrab.
tried emulating a virtual desktop 800x600
tried enabling/disabling window manager decorations/windows control
tried editing Morrowind.ini to disable the DXGrab (Background Keyboard = 1)
Configuration:
PC-x86 Pentium 4, nvidia GeForce 6600, Linux 2.6.27.19, X Server 1.4.0.90,
wine git 3d35a630c4ae65fb4ab3aaf408a09051d5067b4f.
no library overrides,
Direct3D\OffscreenRenderingMode=fbo
Direct3D\VideoMemorySize=256
If you need a WINEDEBUG log, please tell me which channels/grep patterns you
need. Tried a +relay and got an incredibly huge file (even reducing to the last
5 seconds before the freeze yields a huge file).
--
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=11167
Summary: Wrong usage of GL_GENERATE_MIPMAP_HINT_SGIS
Product: Wine
Version: 0.9.52.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tdb(a)tdb.fi
fixme:d3d_texture:IWineD3DBaseTextureImpl_SetAutoGenFilterType
>>>>>>>>>>>>>>>>> GL_INVALID_ENUM (0x500) from
glTexParameteri(textureDimensions, GL_GENERATE_MIPMAP_HINT_SGIS, GL_NICEST) @
../../../dlls/wined3d/basetexture.c / 193
The SGIS_generate_mipmap specification says:
Accepted by the <target> parameter of Hint, and by the <pname> parameter of
GetBooleanv, GetIntegerv, GetFloatv, and GetDoublev:
GENERATE_MIPMAP_HINT_SGIS 0x8192
So the function call should be glHint(GENERATE_MIPMAP_HINT_SGIS, GL_NICEST).
Note however that this is a global state, not per-texture.
--
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=10112
Summary: BitBlt between 8 bit color index DIBs wrong
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexd14(a)hushmail.com
Created an attachment (id=8678)
--> (http://bugs.winehq.org/attachment.cgi?id=8678)
test case
BitBlt from one 8 bit DIB to another 8 bit DIB produces wrong results. I'll
attach a simple test case that illustrates the problem. What it does: creates
two 8 bit, color index dib sections with a color table where color index 1 =
red, 2 = blue, 3 = green. Then it fills first DIB with 1 (red) and second with
2 (blue). It then does a BitBlt with SRCPAINT (OR) ROP from first DIB to
second. Finally, this DIB is drawn in a window, and a hex value of the first
pixel is drawn over it for convenience.
In such BitBlt Windows, apparently, operates on DIB pixels as color index
values w/o palette lookup; 1 OR 2 == 3, so it fills destination DIB pixels with
3, and, consequently, it is displayed as a green rectangle.
In Wine, this operation works like actual RGB values (red and blue) from
palettes are getting combined, and it's displayed as a magenta rectangle.
Probably, because wine seems to convert it to truecolor pixmaps internally.
Pixels as stored in memory become zeros.
Real app affected by it: igonwin.exe in bug #201
(http://bugs.winehq.org/show_bug.cgi?id=201). I don't have other apps that use
color index dibs to test, but I think any apps that use such DIBs AND "fancy"
ROPs (XOR, AND, OR etc) may be affected.
--
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=12894
Summary: kernel32: thread test fails in PC-BSD but not Linux
Product: Wine
Version: 0.9.60
Platform: PC
OS/Version: FreeBSD
Status: NEW
Keywords: testcase
Severity: minor
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=12600)
--> (http://bugs.winehq.org/attachment.cgi?id=12600)
+thread in git
thread.c:285: Test failed: CreateRemoteThread failed, err=5
thread.c:287: Test failed: waiting for thread failed, ret=4294967295
thread.c:294: Test failed: CreateRemoteThread failed, err=5
thread.c:302: Test failed: GetExitCodeThread failed, err=87
--
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=16822
Summary: Mass Effect: Mouse input does not work (almost
completely)
Product: Wine
Version: 1.1.12
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cuchac(a)email.cz
Running Mass Effect the mouse is not working properly. In menu, there are no
"onMouseOver" or "onMouseClick" actions - keyboard navigation works well.
During gameplay the mouse clicking works well, but the mouse movement does not.
It is not a problem of mouse warping, the game does not react to mouse
movements at all.
I have tried combination of turning on/off full-screen, virtual desktop, "allow
mouse leaving" and "MouseWarpOverride". Nothing works.
It looks like the mouse action (clicks) specific to some location are not
working (button clicking), but mouse actions not related to some screen area
works - mouse wheel zooming in map screen, select sentence during dialogs....
--
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=17206
Summary: alt.binz 0.24.6: Minimize to systray, icon flickers,
right click on systray icon, icon menu won't disappear
Product: Wine
Version: 1.1.14
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ih8junkmai1(a)hotmail.com
Bug encountered on:
-------------------------------------------------------------------------------------
Ubuntu 8.10 amd64
Wine 1.1.14 (wine_1.1.14~winehq0~ubuntu~8.10-0ubuntu1_amd64.deb)
Application: Alt.binz 0.24.6
http://appdb.winehq.org/objectManager.php?sClass=application&iId=5214
Steps to Reproduce
-------------------------------------------------------------------------------------
1. launch alt.binz with wine.
.. wine /pathtoaltbinz/altbinz.exe
2. Minimize alt.binz window
.. (alt.binz is minimized to systray, alt.binz icon flickers)
3. Right click on alt.binz icon in systray
.. (alt.binz menu appears)
4. Click anywhere on desktop.
.. (alt.binz menu will not disappear)
5. Double click on alt.binz icon in systray
.. (alt.binz icon in systray will disappear. menu remains.
The only way to get the menu to disappear is to close alt.binz.
--
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=10910
Summary: winealsa and PulseAudio
Product: Wine
Version: 0.9.51.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atari(a)gabo.pl
winealsa is unable to work with PulseAudio.
This is my /etc/asound.conf:
pcm.pulse {
type pulse
}
ctl.pulse {
type pulse
}
pcm.!default {
type pulse
}
ctl.!default {
type pulse
}
This is registry entries for Alsa configurations:
REGEDIT4
[HKEY_CURRENT_USER\Software\Wine\Alsa Driver]
"AutoScanCards"="N"
"AutoScanDevices"="N"
"DeviceCount"="1"
"DeviceCTL1"="pulse"
"DevicePCM1"="pulse"
"UseDirectHW"="N"
And I get this error in wine log:
err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element
I tracked it in wine source code to file dlls/winealsa.drv/alsa.c
With following comment:
/* Setup and find an element id that exactly matches the characteristic we want
** FIXME: It is probably short sighted to hard code and fixate on PCM
Playback Volume */
Unfortunetly I know to little about Alsa to fix it.
--
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=11728
Summary: Picasa / Facebook Uploader does not work
Product: Wine
Version: 0.9.56.
Platform: PC
URL: http://apps.facebook.com/picasauploader/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
Prerequisite: a facebook account
Steps to reproduce:
1. Install Picasa from http://picasa.google.com/
2. Install wine gecko
3. Install the facebook uploader from http://apps.facebook.com/picasauploader/
as follows: wine 'c:\Program Files\Picasa2\Picasa2.exe'
picasa://importbutton/?url=http://www.webkinesis.com/fbpicasa/facebook.pbf
4. Start Picasa, select some pictures and try to upload using the facebook
button
Expected Results: Picasa creates an album, uploads the pictures to facebook.
(tested on WinXP)
Actual Results: Picasa creates an album, but nothing gets uploaded.
--
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=17718
Summary: Fatal error 'Cannot allocate red zone for initial
thread' on FreeBSD
Product: Wine
Version: 1.1.17
Platform: PC
OS/Version: FreeBSD
Status: NEW
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gerald(a)pfeifer.com
CC: tijl(a)ulyssis.org, austinenglish(a)gmail.com
Wine 1.1.17 causes the following on FreeBSD 7.2 when starting almost
any application (this is for an old version of calc.exe):
Fatal error 'Cannot allocate red zone for initial thread' at line 384 in file
/usr/src/lib/libthr/thread/thr_init.c (errno = 2)
err:module:attach_process_dlls "ntdll.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\wineboot.exe" failed, status 80000101
err:process:__wine_kernel_init boot event wait timed out
Fatal error 'Cannot allocate red zone for initial thread' at line 384 in file
/usr/src/lib/libthr/thread/thr_init.c (errno = 2)
err:module:attach_process_dlls "ntdll.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for
L"Z:\\home\\pfeifer\\_\\wcalc.exe" failed, status 80000101
Segmentation fault (core dumped)
--
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=12267
Summary: winstone 32 hangs
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Here's what happens when you launch c:\zdbench\ws32\ui.exe:
it puts up its window, says "examining the execution environment"
(although you can't see it, since the window is too big, and
falls off the bottom), and hangs.
err:ntdll:RtlpWaitForCriticalSection section 0x7b922ee0 "syslevel.c:
Win16Mutex" wait timed out in thread 0016, blocked by 0012, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7bc8d6e4 "loader.c:
loader_section" wait timed out in thread 0012, blocked by 0016, retrying (60
sec)
It hangs just like this on XP, too. But what the heck, if
we could get it to not hang on wine, that'd be nice.
--
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.