http://bugs.winehq.org/show_bug.cgi?id=7866
------- Additional Comments From thunderbird2k(a)gmx.net 2007-09-04 06:09 -------
It isn't a depth switching issue. The problem is that Wine at the moment only
supports a single opengl visual whereas drivers supports dozens of formats
(Nvidia supports a few hundred; dri drivers lets say 20-30). WoW just doesn't
like the single format we offer.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7852
------- Additional Comments From cfreak200(a)gmail.com 2007-09-04 05:44 -------
No it doesn't leave the game screen (im playing in Fullscreen but thought it was
also in windowed mode). If i move the the edge/end of the Screen the cursor
stay's there and the camera is not rotating.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=312
------- Additional Comments From vesuri(a)jormas.com 2007-09-04 05:44 -------
Wine doesn't crash but recording still doesn't work. It would seem as if Sound
Forge was getting the contents of the same buffer over and over again. Also,
after recording for about 4 seconds Sound Forge starts creating numerous Gaps
and recording a huge amount of data really fast (a 76 second sample in just 6
seconds). Tested with the ALSA driver and with two different sound cards.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=735
winebugzilla(a)sun.consumer.org.il changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From winebugzilla(a)sun.consumer.org.il 2007-09-04 04:12 -------
Forgot to add - there are several advantages to the XKB code over the legacy one:
- Will now treat several groups loaded together seperately
- Will detect moving between groups, and notify of keyboard change accordingly
- Have venue to implement such functions as "ActivateKeyboardLayout" and
"GetKeyboardLayoutList", which are today stubs with little hope of getting
anywhere (well, the later just lists ALL keyboards, without being able to
actually do anything about it).
Shachar
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=735
------- Additional Comments From winebugzilla(a)sun.consumer.org.il 2007-09-04 04:03 -------
Re detection - that's not exactly the case. All layouts that start with the
country name will match approximately, and thus do the right thing. Matching by
name (and in binary search) is much more efficient. Plus, you can get the
complete list for a given server (at least for X.org) from
/usr/share/X11/xkb/symbols/ (which I will do before submitting), so I do, in
fact, think this method is better. In essence, this is no different than the
need to code all keyboard layouts today, except that we need to store (and
compare) less information per keyboard, and the search is (much) more efficient.
For example, Israel has about three or four layouts. I only coded one into the
code, despite the fact that it's not the one I work with (I work with Israel -
lyx). The code does the right thing, and will continue to do the right thing
even if more languages are added, due to the way the list is ordered.
The only place this method is arguably not better is where multi-lingual
countries exist (such as Canada), where getting only an approximate match MAY
result in the wrong language being reported. Even there, the language name
usually precedes the layout name (i.e. - "Canada - French Dvorak"), so the
partial match algorithm will do the right thing.
Looking at the code again, though, I guess do need to use "stricmp" instead of
"strcmp".
Re DebugBreak - I was afraid that assert will be compiled away on non-debug builds.
Shachar
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=735
------- Additional Comments From dmitry(a)codeweavers.com 2007-09-04 03:50 -------
Your patch detects an X11 keyboard layout by its name. In order to work on
wide range of systems it requires to hard code all/most existing X11 keyboard
layouts into Wine's keyboard.c. I'm not sure it's better than what we have now.
Besides it won't work if somebody changes/updates/adds a new layout.
The biggest problem with X11 keyboard APIs is that it doesn't report the locale
associated with a keyboard layout, i.e. it doesn't have a notion of the input
locale.
Also DebugBreak should be replaced by assert(0).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7994
Summary: No Driver Found for L"DIRDIB"
Product: Wine
Version: 0.9.34.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bjwebb67(a)gmail.com
Application fails with the error: err:dc:CreateDCW no driver found for L"DIRDIB"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=735
------- Additional Comments From winebugzilla(a)sun.consumer.org.il 2007-09-04 02:05 -------
Created an attachment (id=5698)
--> (http://bugs.winehq.org/attachment.cgi?id=5698&action=view)
In progress patch to the problem
This is an in-progress patch to fix this problem. This patch uses XKB to fix
the problem, but does not play well enough with the other parts of the keyboard
handling code, so is not yet ready to be submitted.
Shachar
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6860
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2007-08-04 23:42 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6855
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2007-08-04 23:40 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6848
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2007-08-04 23:37 -------
closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6845
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2007-08-04 23:34 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3111
cycoone(a)hotmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |cycoone(a)hotmail.com
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3111
------- Additional Comments From cycoone(a)hotmail.com 2007-08-04 22:56 -------
As of 0.9.34 alsa sound may be enabled without the game crashing
Mouse cursor is missing
Shadows now show up correctly
Missing texture regression, the wall of the boat below the stair case during
fencing battles, was working in 0.9.29
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7380
flexo(a)holycrap.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |xerox_xerox2000(a)yahoo.co.uk
------- Additional Comments From flexo(a)holycrap.org 2007-08-04 22:45 -------
CCing Louis Lenders. Looks like the patch you sent didn't get it. Guess you
should try resubmitting both the test and the fix in a single patch.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6811
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2007-08-04 22:21 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6773
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2007-08-04 22:10 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=6748
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2007-08-04 21:56 -------
Closing duplicate
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6741
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2007-08-04 21:52 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6706
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2007-08-04 21:50 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6217
flexo(a)holycrap.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From flexo(a)holycrap.org 2007-08-04 21:41 -------
Confirmed. Profiling showed glReadPixels() in read_from_framebuffer() to be the
worst bottleneck.
RTL_DISABLE fixes the performance issues. Unfortunately both the player and the
monsters disappear then.
With all other render target locking modes nothing but the player is rendered at
all (and I get 7 instead of 120 FPS. Not sure how much I'd get on Windows though.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7993
Summary: Delta Force Land Warrior 1.31 -> Can't find 3D Video
Card
Product: Wine
Version: 0.9.33.
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sloan2189(a)Hotmail.com
Installation of game goes without problem. Error occurs even after updating the
game from NovaLogic. When the program is run, the game pops up a box that says
that it cannot detect a 3D video card.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7881
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|wine-gdi-(printing) |wine-x11driver
Ever Confirmed| |1
Keywords| |download
------- Additional Comments From dank(a)kegel.com 2007-08-04 21:04 -------
Changing category and confirming to reflect Focht's analysis
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7992
Summary: wordweb 5 doesn't download its data
Product: Wine
Version: CVS
Platform: Other
URL: http://wordweb.info/free/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Saw a complaint at
http://www.linuxquestions.org/questions/showthread.php?p=2702322
that wordweb 5 didn't work. I reproduced the problem easily.
To repeat, install wordweb, then start it.
(You might need to click on the systray icon to get the app to show up.)
Type a word in the Lookup field and click Search.
It will display "Downloading references", but nothing
will happen.
I'll attach a +shdocvw log.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6731
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2007-08-04 17:28 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6722
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2007-08-04 17:26 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6696
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2007-08-04 17:20 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6692
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2007-08-04 17:18 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6689
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2007-08-04 17:06 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6638
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2007-08-04 16:59 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6632
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2007-08-04 16:57 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6617
------- Additional Comments From tony.lambregts(a)gmail.com 2007-08-04 16:31 -------
Created an attachment (id=5695)
--> (http://bugs.winehq.org/attachment.cgi?id=5695&action=view)
screenshot showing incorrectly rendered men.
As far as I can tell this is not fixed since I still see it with current GIT.
It may be something to do with my setup but I see this both fullscreen and
desktop.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7881
------- Additional Comments From tk_fhd_aui(a)yahoo.de 2007-08-04 16:28 -------
Thanks for the analyse.
I've taken a look into MSDN and it seems these are the basic painting
capabilities of windows. So I guess wine supports it, am I right there? If
yes, then the flag should be returned, right?
Sorry for asking stupid questions, but my windows programming experience is
from Windows 3.1 times and I'd like to get this fixed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7991
Summary: Test Drive: Unlimited messed up graphics
Product: Wine
Version: CVS
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: greg87(a)online.de
nocd used to start the game
Ill attach screenshot to illustrate the problems ingame.
This messages gets repeated everytime in the console.
fixme:d3d_shader:shader_glsl_select >>>>>>>>>>>>>>>>> 0x502 from
glUseProgramObjectARB @ glsl_shader.c / 2229
fixme:d3d_shader:shader_glsl_load_constants >>>>>>>>>>>>>>>>> 0x502 from
glGetUniformLocationARB @ glsl_shader.c / 326
fixme:d3d_shader:shader_glsl_load_constantsF >>>>>>>>>>>>>>>>> 0x502 from
glUniform4fvARB() @ glsl_shader.c / 141
fixme:d3d_shader:shader_glsl_load_constants >>>>>>>>>>>>>>>>> 0x502 from
glGetUniformLocationARB @ glsl_shader.c / 326
fixme:d3d_shader:shader_glsl_load_constantsF >>>>>>>>>>>>>>>>> 0x502 from
glUniform4fvARB() @ glsl_shader.c / 141
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7990
------- Additional Comments From bas.westerbaan(a)gmail.com 2007-08-04 15:20 -------
Ok. When forcing ARB_TEXTURE_NON_POWER_OF_TWO I do get properly scaled movies,
_but_ the performance is terrible. I got just two frames rendered in a minute.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7990
------- Additional Comments From bas.westerbaan(a)gmail.com 2007-08-04 15:04 -------
Same problem here with my X1400 mobility. I'll try your hack.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7990
------- Additional Comments From hverbeet(a)gmail.com 2007-08-04 14:48 -------
My guess would be that's because ATI drivers don't completely support
GL_ARB_texture_non_power_of_two, even though their driver claims to support
something like OpenGL 2.0. We emulate support for NPOT textures on drivers that
don't support it themselves, but that breaks when shaders are used. You might be
able to hack around it by hardcoding
gl_info->supported[ARB_TEXTURE_NON_POWER_OF_TWO] to TRUE after the extension
detection in dlls/wined3d/directx.c, about line 825
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7984
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hallo(a)michael-kaufmann.ch
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-08-04 14:33 -------
Regression test shows:
1de825f746c6f4873a54ab21c16d728695c9a1e8 is first bad commit
commit 1de825f746c6f4873a54ab21c16d728695c9a1e8
Author: Michael Kaufmann <hallo(a)michael-kaufmann.ch>
Date: Wed Jan 25 13:14:44 2006 +0100
static control: SS_CENTERIMAGE fixes.
- Stretch bitmaps and icons to the whole control size if
SS_CENTERIMAGE is absent
- Draw the background of centered bitmaps and icons with the
background brush (like Windows XP for applications with a manifest)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7990
Summary: C&C 3 Video does not stretch to fullscreen with ATI
drivers
Product: Wine
Version: 0.9.34.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tim.shelley(a)gmail.com
All video's in C&C 3 don't stretch to max size when running with ATI drivers.
This includes the opening video sequences and the small video in the heads up
display in the game.
The remaining screen around the video is overlay green with a ghosted image
flashing in the background (image appears to be the tiberian field image from
the games main menu).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7535
------- Additional Comments From stelek(a)stelmach-online.net 2007-08-04 13:37 -------
The error occurs also in other applications (e.g. NewsPro 3.1.6). And the
workaround is also the same - double-click the icon in the system tray.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7916
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From alex(a)thehandofagony.com 2007-08-04 13:05 -------
Closing duplicate.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7916
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From alex(a)thehandofagony.com 2007-08-04 13:05 -------
Duplicate.
*** This bug has been marked as a duplicate of 7863 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7863
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ead1234(a)hotmail.com
------- Additional Comments From alex(a)thehandofagony.com 2007-08-04 13:05 -------
*** Bug 7916 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5556
------- Additional Comments From Speeddymon(a)gmail.com 2007-08-04 12:39 -------
You might want to read thru the docs and see if there is a way to, using the
virtual desktop option, run both vent and the game in the same virtual
desktop. That should eliminate X from the picture because there would be only
one window, and as far as X was concerned it would be active. Then wine would
handle the messaging between vent and your game. I'm not sure its possible,
but I am sure that if it is, it is listed in the docs..
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7866
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From Speeddymon(a)gmail.com 2007-08-04 12:31 -------
If depth switching doesnt exist on linux, is there even a way for wine to
emulate that? I understand that it should, but is it wine's responsibility to
workaround X's shortcomings?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7800
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|DInput bug in Grand Theft |Grand Theft Auto Series with
|Auto Series |a gamepad plugged in the
| |protagonistwill start
| |running ahead immedeately
------- Additional Comments From vitaliy(a)kievinfo.com 2007-08-04 12:14 -------
Change summary to reflect actual problem
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5556
------- Additional Comments From vitaliy(a)kievinfo.com 2007-08-04 12:08 -------
> Hmmmmm, if it's an X problem, should we be closing this bug invalid, or is this
> something that can be implemented in the future?
This is your bug. I already did what I thought appropriate. Now you decide what
you want to do with it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6971
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Mouse "escapes" game window |Mouse "escapes" window or is
| |confined to an area in the
| |full screen progam
------- Additional Comments From vitaliy(a)kievinfo.com 2007-08-04 11:35 -------
Rephrase the summary to include full screen programs.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7916
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From alex(a)thehandofagony.com 2007-08-04 11:33 -------
This has been discussed on wine-devel already; it is a problem with the 8bit
mode support reporting.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7962
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From alex(a)thehandofagony.com 2007-08-04 11:28 -------
No, the AppDB does not allow duplicates anymore. I have removed your
maintianership fro the specific version.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7866
thunderbird2k(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|FIXED |
------- Additional Comments From thunderbird2k(a)gmx.net 2007-08-04 11:21 -------
I'll keep this report open as it is a Wine bug for which I provided a
workaround. This really needs to get fixed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7949
rob(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-atl |wine-msi
------- Additional Comments From rob(a)codeweavers.com 2007-08-04 11:02 -------
This Rainbow key being missing is caused by the WrSetLicense custom action not running during the
install.
The reason this action isn't being performed is more complicated. The installer sets a whole load of
properties on a package during the interactive part of the install (including MI_LICTYPE) and then
appears to persist all of these by executing the query "SELECT * FROM _Property", before closing the
package and calling MsiInstallPackage with the persisted properties. Now the _Property non-persistant
table should reflect the properties currently set, but this table doesn't exist in our MSI implementation
and so the MI_LICTYPE property isn't set during the install and so the WrSetLicense action, which
depends on this property existing to run, doesn't run.
The fix should be simple in theory, but is actually quite hard as the table infrastructure doesn't have a
concept of non-persistent tables.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7988
------- Additional Comments From hverbeet(a)gmail.com 2007-08-04 10:41 -------
The shader warnings should be relatively easy to fix, bool constants are scalars
and shouldn't take a swizzle.
The actual crash appears to be unrelated, while drawing with drawStridedSlow.
Could you add another log with +d3d_draw added, and possibly +d3d_decl?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7175
greg87(a)online.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #4606 is|0 |1
obsolete| |
Attachment #4607 is|0 |1
obsolete| |
------- Additional Comments From greg87(a)online.de 2007-08-04 10:35 -------
Created an attachment (id=5688)
--> (http://bugs.winehq.org/attachment.cgi?id=5688&action=view)
short +d3d log
I think all FIFA versions are effected, I have a FIFA Eurocup 2004 demo lying
around with exactly the same problem. Game runs but screen stays black.
err:d3d:IWineD3DDeviceImpl_Release Context array not freed!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7986
------- Additional Comments From blin(a)gmx.net 2007-08-04 10:20 -------
I was actually talking about people willing to poke this software a bit to
figure out why it doesn't like to install.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7832
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|vitaliy(a)kievinfo.com |wine-bugs(a)winehq.org
AssignedTo|wine-bugs(a)winehq.org |vitaliy(a)kievinfo.com
------- Additional Comments From vitaliy(a)kievinfo.com 2007-08-04 10:17 -------
Patch sent: http://www.winehq.org/pipermail/wine-patches/2007-April/037948.html
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=7989
Summary: Postal 2 has 2 mouse cursors and mouse is locked to the
top left quarter
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben(a)atomnet.co.uk
This is an odd bug, when you get into the menu you have two cursors. One is your
X cursor and one is the game's own cursor, the problem is the game cursor seems
to be in a "virtual" window which consists of the top left quarter of the screen
so that when you move the mouse, the X cursor moves faster and you can't move
the game cursor out of this virtual box in the top left, making it impossible to
select most options or even quit without using Alt+F4.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7986
------- Additional Comments From mail(a)benjamin-albrecht.de 2007-08-04 09:48 -------
you mean any takes I could involve? No. But Citavi will be one of the best
reference manager and bibliographie tool. And theres no equal linux software
availabel :-( So I think there will be a lot of users because linux is very
widespread in writing scientific.
tank you
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7988
Summary: Earth 2160 is crashing at loading screen
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: greg87(a)online.de
Retail version 1.3
Game is dieing at 75% of the loading screen.
Ill attach some logs.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7987
greg87(a)online.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.33. |CVS
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7987
Summary: NFS: Most Wanted crashes in light
Product: Wine
Version: 0.9.33.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: greg87(a)online.de
v. 1.3 with nocd
Crash occurs in quick race.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7986
blin(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.citavi.com/de/dow
| |nload/kostenloser_download.h
| |tml
Component|wine-binary |wine-misc
Keywords| |download
------- Additional Comments From blin(a)gmx.net 2007-08-04 08:48 -------
Seems like they have a free download version. It's only available in German so
far. I'm a bit busy right now, so I can't promise to look into that soon. Any
takers?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7986
------- Additional Comments From mail(a)benjamin-albrecht.de 2007-08-04 08:19 -------
No. No more error-messages. First I talk to #winehq and some people told
me to file this bug.
I (and many more) would be very pleased running this software on linux!
Thanks for the fast reply.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
No. No more error-messages. First I talk to #winehq and some people told
me to file the bug. I (and many more) would be very pleased running this
software on linux!
Thanks for the fast reply.
On Sun, 2007-04-08 at 08:05 -0500, Wine Bugs wrote:
> http://bugs.winehq.org/show_bug.cgi?id=7986
>
>
>
>
>
> ------- Additional Comments From blin(a)gmx.net 2007-08-04 08:05 -------
> Doesn't look like a network problem to me. As the +winsock trace shows, winsock
> starts up ok, and is shut down again without ever being used. Is there any error
> message?
>
--
*******************************************
Benjamin Albrecht
mobil: 0176/27152725
eMail: mail(a)benjamin-albrecht.de
icq: 68187352
www.benjamin-albrecht.de
*******************************************
http://bugs.winehq.org/show_bug.cgi?id=7986
------- Additional Comments From blin(a)gmx.net 2007-08-04 08:05 -------
Doesn't look like a network problem to me. As the +winsock trace shows, winsock
starts up ok, and is shut down again without ever being used. Is there any error
message?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3543
------- Additional Comments From mail(a)benjamin-albrecht.de 2007-08-04 07:59 -------
Literat - a free bibliographie and reference manager also doesn't install. The
same bug
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7986
Summary: App-Installer can't connect to the internet
Product: Wine
Version: 0.9.34.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mail(a)benjamin-albrecht.de
I tried to install Citavi a bibliographie-managment-tool. When I start the
installer I stops while the first two second of installing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=701
------- Additional Comments From jonathan(a)ernstfamily.ch 2007-08-04 06:25 -------
No more unhandled exception, but still no demo.
wine binaries/Squid.exe binaries/SquidParams.txt
err:wgl:ConvertPixelFormatWGLtoGLX invalid iPixelFormat 0
err:wgl:ConvertPixelFormatWGLtoGLX invalid iPixelFormat 0
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=430
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
------- Additional Comments From jonathan(a)ernstfamily.ch 2007-08-04 06:14 -------
This bug seems fixed in current Wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7983
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, FIXME,
| |NoAppDBEntry
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2561
------- Additional Comments From dank(a)kegel.com 2007-08-04 02:11 -------
Tried again today (hope never dies).
I checked all the region checkboxes, so this time I
really did have to insert both discs. I now
always use 'wine eject' when switching discs,
as that works better sometimes, and it worked fine.
The app does something different when you start it:
it complains
There is a problem with the MapSource registry.
Please re-install MapSource and start it again.
Looking at +reg,+relay it seems to be looking
for Garmin registry keys in HKLM and not finding them.
0009:Call advapi32.RegOpenKeyExA(80000002,001d9561
"Software",00000000,00020019,0034fab8) ret=00419e0d
trace:reg:NtOpenKey <- 0x68
0009:Ret advapi32.RegOpenKeyExA() retval=00000000 ret=00419e0d
...
0009:Call advapi32.RegOpenKeyExA(00000068,001d95c1
"Garmin",00000000,00020019,0034fa2c) ret=00419e0d
trace:reg:NtOpenKey <- (nil)
0009:Ret advapi32.RegOpenKeyExA() retval=00000002 ret=00419e0d
0009:Call
kernel32.FormatMessageA(00001200,00000000,00000002,00000409,0034f8b0,00000100,00000000)
ret=00402244
(It already looked for and found Garmin registry keys
in HKCU.) To confirm, I did
$ cd ~/.wine
$ grep -i garmin *.reg
All the matches were in user.reg, none in system.reg.
I haven't checked to see whether those keys exist on Windows.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6536
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2007-08-04 01:58 -------
closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7698
------- Additional Comments From jrliggett(a)cox.net 2007-08-04 01:43 -------
I can confirm this happens in every Source game I've tried, in a variety of
circumstances:
- Half-Life 2 single player crashed for me when I was trying to destroy a vent
cover with the crowbar to go into an air duct.
- Counter-Strike Source crashed as I was being shot at on the bridge on de_aztec
after I had just taken someone out (not a headshot.)
- Half-Life 2 Deathmatch crashed as soon as I joined a server, where the MOTD is
displayed.
In all of these cases I'm running fullscreen in 1024x768, and the backtrace is
the exact same as the one Luke attached. I'm on Gentoo 32-bit with X.org 7.1
with an NVIDIA 6800GT with drivers 1.0.9755.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=7985
Summary: Bookcat does not start up properly
Product: Wine
Version: CVS
Platform: Other
URL: http://www.fnprg.com/bookcat/dl/bookcat_setup.exe
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://tvojeho13.livejournal.com/41003.html
said that Bookcat crashes, and
http://appdb.winehq.org/appview.php?iVersionId=7398
agreed, so I gave it a shot myself.
For me, it doesn't crash; it seems to hang in the splash screen.
Native dcom doesn't make any difference.
A +trace log shows that the app actually does something if
you move the mouse over its surface, but it always comes back to
0009:Call
winex11.drv.MsgWaitForMultipleObjectsEx(00000001,0124e1e4,ffffffff,000004ff,00000000)
ret=7eab443e
without drawing anything but perhaps the splash screen.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7858
------- Additional Comments From dank(a)kegel.com 2007-08-04 00:46 -------
I can confirm that
touch Microsoft.VC80.CRT.manifest
lets the app start up. Now, the question is, why do we
have to do that by hand on Wine?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7970
------- Additional Comments From hverbeet(a)gmail.com 2007-07-04 22:57 -------
That wouldn't check if the RECT is within the surface's dimensions, but should
do for testing if it's empty, yeah.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7970
------- Additional Comments From dmitry(a)codeweavers.com 2007-07-04 22:37 -------
Probably a simple IsRectEmpty() call would do the job instead of the whole
comparison trouble contained in this patch (including existing and new lines
of code).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6996
citizenr(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From citizenr(a)gmail.com 2007-07-04 22:28 -------
it could of been anything, stopped popping up few wine versions ago
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7527
------- Additional Comments From citizenr(a)gmail.com 2007-07-04 22:25 -------
it works, but acts werid when you doubleclick, it should be doubleclick
agnostic afaik, but is not
clicking slowly (once a second) works
clicking fast (5 times a second) will flip the checkbox only every second click
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7964
------- Additional Comments From citizenr(a)gmail.com 2007-07-04 21:25 -------
slaps forehead
Im so sorry for wasting your time
winecfg /autodetect option remapped /dosdevices/c: to a real windows partition
:(
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7964
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From vitaliy(a)kievinfo.com 2007-07-04 21:00 -------
And what are you trying to archive with using native explorer???
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7964
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #5681|application/octet-stream |text/plain
mime type| |
Attachment #5681|Unsaved Document 5 |another_useless_log.txt
filename| |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7964
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #5680|application/octet-stream |text/plain
mime type| |
Attachment #5680|Unsaved Document 3 |useless_log.txt
filename| |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1631
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |citizenr(a)gmail.com
------- Additional Comments From vitaliy(a)kievinfo.com 2007-07-04 20:50 -------
rasz<citizenr(a)gmail.com> Please read above the box you pasting your stuff:
If you can't here it is for you personally:
Additional Comments: Please *do not PASTE* logs and back traces, (attach them
instead).
If you still don't understand this is _not_ alsa/oss/anything related bug. This
is DSOUND bug that exists with _any_ sound driver.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7970
------- Additional Comments From rm(a)eightyfive.net 2007-07-04 20:44 -------
Created an attachment (id=5682)
--> (http://bugs.winehq.org/attachment.cgi?id=5682&action=view)
updated fix
updated patch to return WINED3D_OK when pRect->left = pRect->right
or pRect->top = pRect->bottom.
about tests: i haven't written anything like this until now (at least not in
c/c++). i'll look into it but i can't make any promises.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7964
------- Additional Comments From citizenr(a)gmail.com 2007-07-04 20:10 -------
Opening folder worked for me in the past in some wine versions, in others it
didnt. I didnt use it so I didnt bother to pursue. Now that I found out I can
integrate it with gnome (gnome-open for files, nautilus for dirs) I want to
make it work.
this is vanilla wine 0.9.34 deb from winehq, Ubuntu.
utorrent.exe is the last 1.6.2
utorrent-1.7-beta-1137.uncompressed.exe is the last beta from http://
forum.utorrent.com/viewtopic.php?id=21979
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7970
------- Additional Comments From hverbeet(a)gmail.com 2007-07-04 20:04 -------
That's interesting. We should probably still return in that case since there's
not a whole lot to do, but simply return WINED3D_OK. Could you write a test for
this? Should go into dlls/d3d9/tests/surface.c, and possibly
dlls/d3d8/tests/surface.c
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7970
------- Additional Comments From rm(a)eightyfive.net 2007-07-04 19:37 -------
Created an attachment (id=5678)
--> (http://bugs.winehq.org/attachment.cgi?id=5678&action=view)
fix for wined3d/surface.c which causes the D3DERR_INVALIDCALL
after adding adding an error message to every return of D3DERR_INVALIDCALL and
WINED3D_INVALIDCALL i found out that the crash is caused by a validity check in
wined3d/surface.c
this patch fixes the problem by allowing pRect->left = pRect->right (which is
=0 when the crash occurs).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1631
------- Additional Comments From mark(a)voidzero.net 2007-07-04 18:29 -------
I wonder what kernel module you use. Since my yamaha died I've been using a
cmipci soundcard, on which this problem does occur. Someone replying to this bug
long ago hinted to mmap issues with the driver - and I expect this problem to
arise from that indeed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7970
------- Additional Comments From hverbeet(a)gmail.com 2007-07-04 17:47 -------
You'll probably want to at least log +d3d9 and +d3d, and try to figure out which
function actually returns D3DERR_INVALIDCALL.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7984
Summary: Doyles poker client doesn't show several buttons
Product: Wine
Version: CVS
Platform: Other
URL: http://doylesroom.net/
OS/Version: other
Status: UNCONFIRMED
Keywords: regression, download
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
This is a regression between wine-0.9.6 and wine-0.9.8. Some buttons are
invisible, and only show up (quickly flsahed and the dissapeat again) when the
mouse is hoovered over them.If i have some time i'll try do regression test
(btw, other buttons that are visible, only are "clickable" with native msvcrt,
but that's another bug)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7970
------- Additional Comments From rm(a)eightyfive.net 2007-07-04 16:58 -------
the crash is somehow caused by the minimap itself (which affirms my previous
post), something there just isn't done right. i also found that you cannot hide
the primary objective arrows, just the secondary ones.
turning off the minimap (e.g. by using too much power) stops the game from
crashing. however when you are in that area (or the area is still visible) and
turn the minimap back on (e.g. by disabling power for some buildings) the game
instantly crashes with the D3DERR_INVALIDCALL problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6431
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2007-07-04 16:46 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6430
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2007-07-04 16:45 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6418
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2007-07-04 16:37 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7968
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2007-07-04 16:23 -------
Now really duplicate
*** This bug has been marked as a duplicate of 6971 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6971
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |b.buschinski(a)web.de
------- Additional Comments From vitaliy(a)kievinfo.com 2007-07-04 16:23 -------
*** Bug 7968 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6415
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2007-07-04 16:17 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7964
------- Additional Comments From us(a)edmeades.me.uk 2007-07-04 16:15 -------
I just downloaded utorrent 1.6.1 and open containing folder works fine (using
recent git). What version are you using and how do you recreate?
A "WINEDEBUG=+shell wine utorrent.exe" log showing the failure would probably
help here
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6413
------- Additional Comments From tony.lambregts(a)gmail.com 2007-07-04 16:15 -------
You do not have to overide the other DLL since there is no built in version of
those files.
As far as resolving this bug. IMO Wine should use the native version that is
supplied by the app but it does not. This is similar to bug 3759 (for SimCity
3000) which is resolved fixed and closed
http://bugs.winehq.org/show_bug.cgi?id=3759#c6
<quote>If wine is supposed to load dlls provided by the program overriding the
built-in ones, this is another bug.</quote>
While this is probably abug in our implimentation of msvcrt.dll it might be that
the program supplied version is truly different from native windows.
What version of windows did you get the native dll from?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7825
------- Additional Comments From lemonsbr(a)gmail.com 2007-07-04 15:44 -------
The bug happen in both moments. Now it's correct :)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7968
------- Additional Comments From b.buschinski(a)web.de 2007-07-04 15:38 -------
yes it does, even with very slow mouse moving the mouse leaves the window
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7930
------- Additional Comments From alex(a)thehandofagony.com 2007-07-04 14:51 -------
No, because the game calls the same threat functions on startup.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7930
------- Additional Comments From rm(a)eightyfive.net 2007-07-04 14:40 -------
the slow down occours directly after the last these log messages:
fixme:d3d:IWineD3DDeviceImpl_EvictManagedResources (0x12150cf0) : stub
fixme:thread:SetThreadIdealProcessor (0x17c): stub
fixme:thread:SetThreadIdealProcessor (0x17c): stub
looks like it's something with threading.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7980
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From vitaliy(a)kievinfo.com 2007-07-04 14:25 -------
I got this bug and other broken geometry when using ARB instead of GLSL. Confirming.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7970
rm(a)eightyfive.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |rm(a)eightyfive.net
------- Additional Comments From rm(a)eightyfive.net 2007-07-04 14:25 -------
i just discovered that the game crashes occur even if the piece of the map is
not visible at the time of the deshrouding.
example (gdi mission croatia):
you're view is on your base in the center of the map and you send an orca air
strike to the lower left corner. once your units reach a certain point on the
(mini-)map the game crashes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7852
------- Additional Comments From vitaliy(a)kievinfo.com 2007-07-04 13:30 -------
So what happens with the cursor? Does it leaves the game screen?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7983
no_mare_6(a)hotmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|Other |PC
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7981
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2007-07-04 13:17 -------
Duplicate
*** This bug has been marked as a duplicate of 7917 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7917
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mitch074(a)gmail.com
------- Additional Comments From vitaliy(a)kievinfo.com 2007-07-04 13:17 -------
*** Bug 7981 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7983
Summary: fixme:msi:MSI_OpenDatabaseW open failed r = 8003001e
error when opening an *.msi file.
Product: Wine
Version: 0.9.34.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: no_mare_6(a)hotmail.com
I get this error message when I try to open an *.msi.
xxxxx@mycomputer:~$ msiexec /i '/home/xxxxx/Desktop/homework.msi'
fixme:msi:MSI_OpenDatabaseW open failed r = 8003001e!
The file that causes the problems can be downloaded here:
http://www.freechineselearning.com/download_homework.asp
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7982
Summary: xfire 1.72 registration dialog year pulldown hard to use
Product: Wine
Version: CVS
Platform: Other
URL: http://www.xfire.com/download/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
A user complained that xfire didn't work under wine
http://www.suseforums.net/index.php?showtopic=33756
so I tried it out. The registration dialog requires
you to enter your date of birth. The year pulldown
only goes down to 1988 initially. You can get it
to show earlier years by selecting the oldest year
and then pressing downarrow at the bottom, but the
pulldown then goes away. Going back 26 years requires
scrolling down to the bottom of that list 26 times, which is
a lot of extra interaction. I haven't checked to make sure
it works better on Windows yet...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7949
------- Additional Comments From dank(a)kegel.com 2007-07-04 11:35 -------
Oh, I forgot to mention: rainbow is the name of a copy
protection company acquired by safenet in 2003.
So this is a copy protection problem now.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7949
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Quicktest Pro 8.2 crashes on|Quicktest Pro 8.2 fails to
|startup |start up
------- Additional Comments From dank(a)kegel.com 2007-07-04 11:32 -------
With today's git, the crash is gone!
The app now exits quietly sometime after checking for the registry key
"Software\\Mercury Interactive\\QuickTest Professional\\Rainbow"
That registry key does not exist on Wine. Dunno if it does under Windows.
I'll attach a +atl,+ole,+relay log.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7963
flexo(a)holycrap.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From flexo(a)holycrap.org 2007-07-04 11:18 -------
Fixed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7469
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |marcus(a)jet.franken.de
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From alex(a)thehandofagony.com 2007-07-04 11:11 -------
Seems to be confirmed. Adding author of regression-causing patch to CC list.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7972
------- Additional Comments From zuuswa(a)gmail.com 2007-07-04 10:25 -------
(From update of attachment 5659)
fixme:d3d:IWineD3DStateBlockImpl_Release Releasing primary stateblock
fixme:imm:ImmGetIMEFileNameA (0x4090409, 0x7befe39c, 260): stub
err:d3d:IWineD3DImpl_CheckDepthStencilMatch unsupported format pair:
WINED3DFMT_A4R4G4B4 and WINED3DFMT_D24S8
fixme:d3d:IWineD3DDeviceImpl_EvictManagedResources (0x19c0020) : stub
fixme:d3d:IWineD3DDeviceImpl_EvictManagedResources (0x19c0020) : stub
fixme:d3d:IWineD3DDeviceImpl_EvictManagedResources (0x19c0020) : stub
fixme:d3d:IWineD3DDeviceImpl_EvictManagedResources (0x19c0020) : stub
fixme:d3d:IWineD3DDeviceImpl_EvictManagedResources (0x19c0020) : stub
fixme:d3d:IWineD3DDeviceImpl_EvictManagedResources (0x19c0020) : stub
fixme:d3d:IWineD3DDeviceImpl_EvictManagedResources (0x19c0020) : stub
fixme:d3d:IWineD3DDeviceImpl_EvictManagedResources (0x19c0020) : stub
fixme:d3d:IWineD3DDeviceImpl_EvictManagedResources (0x19c0020) : stub
fixme:d3d:IWineD3DDeviceImpl_EvictManagedResources (0x19c0020) : stub
fixme:d3d:IWineD3DDeviceImpl_EvictManagedResources (0x19c0020) : stub
fixme:d3d:IWineD3DDeviceImpl_EvictManagedResources (0x19c0020) : stub
fixme:d3d:IWineD3DDeviceImpl_EvictManagedResources (0x19c0020) : stub
fixme:d3d:IWineD3DDeviceImpl_EvictManagedResources (0x19c0020) : stub
fixme:dbghelp:SymInitializeW what to do ??
fixme:dbghelp:SymInitializeW what to do ??
fixme:dbghelp:SymInitializeW what to do ??
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6160
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From dank(a)kegel.com 2007-07-04 10:21 -------
Confirming. I don't even get as far as the last guy.
Here's what I did:
with wine-0.9.34, installed visual C++ 6 runtime,
then installed app. Was surprised to see it installed
to c:\Program Files\Common Files\eDrawings2007, but
I guess that's what this app does. On startup,
the app crashed very early. Here's the complete, short, console output:
fixme:ole:CoResumeClassObjects stub
err:advapi:service_handle_start service is not stopped
fixme:advapi:RegisterEventSourceA ((null),"SolidWorks SC"): stub
fixme:advapi:RegisterEventSourceW (L"",L"SolidWorks SC"): stub
fixme:advapi:ReportEventA
(0xcafe4242,0x0001,0x0000,0xc0000065,(nil),0x0001,0x00000000,0x33c444,(nil)): stub
fixme:advapi:ReportEventW
(0xcafe4242,0x0001,0x0000,0xc0000065,(nil),0x0001,0x00000000,0x1ca1e0,(nil)): stub
err:eventlog:ReportEventW L"98-102"
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 8000000a
err:ole:local_server_thread Failure during ConnectNamedPipe 317
wine: Unhandled page fault on read access to 0x000000b0 at address 0x7ef92eb7
(thread 0009), starting debugger...
Switching to native dcom98 gets rid of that one ole err, but
doesn't change anything else. The app starts the license server
ok, it seems, but there's some copy protection problem.
See also
http://www.mail-archive.com/wine-devel@winehq.org/msg31993.html
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7972
zuuswa(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |
------- Additional Comments From zuuswa(a)gmail.com 2007-07-04 10:18 -------
the -nosound, -dsound, -mute options, none of them work for me. I still get the
same errorand Guildwars will not start! Please dont mark this as resolved when
it is most obviously NOT!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5828
------- Additional Comments From hverbeet(a)gmail.com 2007-07-04 09:57 -------
You need to run tools/make_requests because it changes server/protocol.def
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7969
------- Additional Comments From dank(a)kegel.com 2007-07-04 09:54 -------
Created an attachment (id=5676)
--> (http://bugs.winehq.org/attachment.cgi?id=5676&action=view)
rzip'd output of +msi
Dadgum, rzip compressed this file six times faster and 30% smaller than bzip2!
It was the only way to get the file size under a megabyte, too.
Since bzip2 took four minutes, that about seals it for me; I guess
I'm going to start using rzip on all large files.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7970
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alex(a)thehandofagony.com
Severity|normal |major
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From alex(a)thehandofagony.com 2007-07-04 09:49 -------
Confirming.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7972
------- Additional Comments From notrealdan(a)comcast.net 2007-07-04 09:39 -------
Vitaliy,
Setting the sound to emulation didn't help. Worth a try, but no dice.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7969
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |download
------- Additional Comments From dank(a)kegel.com 2007-07-04 09:35 -------
I reproduced this exactly, confirming.
The interesting tpart of the log seems to be
fixme:shdocvw:ClOleCommandTarget_Exec (0x9c6e03c)->((null) 26 2 0x34eb78 (nil))
fixme:ole:ITypeInfo_fnGetRefTypeInfo Can't find pRefType for ref 0
wine: Unhandled page fault on read access to 0x0000001a at address 0x1a
I'll attach a +ole log.
Using native dcom98 gets a bit further, then seems to fail
with an shdocvw problem (or rather, heap of problems).
This app would probably work if ie6 were installed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5071
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From dank(a)kegel.com 2007-07-04 09:29 -------
I confirmed the fix as follows:
Download legacy 6.0 from URL provided, which redirects now to
http://www.legacyfamilytree.com/
Using current wine, install app.
App starts up ok, prompts for trial password,
asks which database to load. App crashes while loading database,
but that's bug 7969.
So fix confirmed, closing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7977
rmh(a)aybabtu.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #5666 is|0 |1
obsolete| |
------- Additional Comments From rmh(a)aybabtu.com 2007-07-04 06:23 -------
Created an attachment (id=5674)
--> (http://bugs.winehq.org/attachment.cgi?id=5674&action=view)
new patch, using "%x %X"
Replaced US-centric %D %T with locale-dependant %x %X. I have verified that %c
is equivalent to %x %X in both US and non-US versions of Windows.
Also switched to strcpy for copying "x %X".
@ comment #5: strftime mostly works. AFAICS, both implementations are
standards compliant, it's just that %c is too implementation-dependant. I
don't think reimplementing the whole thing is a good idea.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7977
rmh(a)aybabtu.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #5664 is|0 |1
obsolete| |
------- Additional Comments From rmh(a)aybabtu.com 2007-07-04 05:10 -------
Created an attachment (id=5673)
--> (http://bugs.winehq.org/attachment.cgi?id=5673&action=view)
source for new test case
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7977
rmh(a)aybabtu.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #5663 is|0 |1
obsolete| |
------- Additional Comments From rmh(a)aybabtu.com 2007-07-04 05:09 -------
Created an attachment (id=5672)
--> (http://bugs.winehq.org/attachment.cgi?id=5672&action=view)
new test case with hardcoded date to today
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7981
Summary: Erratic Wine behavior in dual screen configurations
Product: Wine
Version: 0.9.34.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mitch074(a)gmail.com
Wine trashes the displays under several conditions:
- using Xinerama on a dual head card such as the i915, the second screen's width
is badly truncated (only 1/20th of the screen is visible).
- using Xinerama on two different cards works properly (proprietary Nvidia
driver and Xorg's savage).
- using Wine on a X11 SSH connection or over X11forwarding trashes the connected
computer's display.
All cases use up-to-date Mandriva 2007.0 as distribution.
Since there is one case where it doesn't happen (two hardware cards), I classify
it as 'normal' severity - otherwise I'd have used 'major'.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2759
ben(a)atomnet.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
Summary|can not start winmx 3.53 |Cannot start WinMX 3.53
------- Additional Comments From ben(a)atomnet.co.uk 2007-07-04 04:28 -------
Broken again apparently.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7917
------- Additional Comments From troumad(a)libertysurf.fr 2007-07-04 04:10 -------
1) The computer of my wife have no problem with xinerama :
Section "Device"
Identifier "device1"
VendorName "nVidia Corp."
BoardName "NVIDIA GeForce4 (generic)"
Driver "nvidia"
Screen 0
BusID "PCI:1:0:0"
Option "DPMS"
EndSection
Section "Device"
Identifier "device2"
VendorName "S3 Inc."
BoardName "S3 Savage4"
Driver "savage"
Screen 0
BusID "PCI:2:5:0"
Option "DPMS"
# Option "no_accel" # You may enable this if there are timeouts when starting X
EndSection
2) If I do ssh with X11forwarding, wine is running in the computer of my wife
and I see it in my computer's screen, xinerama have now the problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7874
------- Additional Comments From zajec5(a)gmail.com 2007-07-04 03:37 -------
EasyUO parses my script line-by-line and executes function which is
responsible to current line. I can write script like that:
**********
loop:
onHotKey x ctrl
goto exit
goto loop
exit:
msg You pressed ctrl+x and script works$
**********
The problem is that under Wine onHotKey always returns false. I run EasyUO,
then press ctrl+x in Ultima Online window and there is no effect. I don't know
if this is result of bug 1348, but I can not see any "RegisterHotKey" in
function provided by Cheffe (EasyUO developer).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7977
------- Additional Comments From hans(a)it.vu.nl 2007-07-04 03:26 -------
I think the proper solution is to implement strftime on top of win32
functions GetDateFormat/GetTimeFormat instead of native strftime.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7975
blin(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From blin(a)gmx.net 2007-07-04 02:56 -------
The bug is that qip never queries for the presence of the NTLM provider it's
trying to load, it just assumes that it's always there. So it never checks the
returned security context, which is NULL, wich will then crash in the next
secur32 function.
Now, I can understand they assume NTLM is always available, as that's the way it
is on Windows NT4+. Wine needs Samba's ntlm_auth in a version greater than
3.0.24 to do NTLM and won't register the NTLM provider otherwise.
Unfortunately, Samba 3.0.25 is not released yet. This should happen soon,
though, last I heard they were aiming for the first release candidate on monday,
april 9th.
A possible (i.e. I've never tested it) quick fix could be to put a script called
ntlm_auth into your path that looks like:
#!/bin/sh
# Quick hack to fake ntlm_auth for wine NTLM version detection
echo "Version 3.0.25"
This will get Wine to register the NTLM provider. Of course any attempts at
using it will fail miserably, but if you never actually use the "qip to qip
private chat" function, you should be fine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7975
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-gui |wine-shdocvw
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2007-07-04 02:28 -------
Hi, i already tried this app before, and get the same crash as in comment #1.
With native secur32.dll i can work around that crash. According to Kai Blin on
IRC it's nevertheless _not_ a bug in secur32, but i forgot why. With native
secur32, i run into an ole-error messagebox, which can be worked around by using
native shdocvw and shlwapi. Then the loginwindow comes up fine. Could not test
futher as i have no login name....
So for now mark this a bug in shdocvw.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7949
andrey.turkin(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |andrey.turkin(a)gmail.com
------- Additional Comments From andrey.turkin(a)gmail.com 2007-07-04 02:18 -------
Seems to fail in AtlInternalQueryInterface.
Dan, could you please get +relay,+atl trace?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6402
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2007-07-04 01:05 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7874
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-ipc |wine-misc
------- Additional Comments From vitaliy(a)kievinfo.com 2007-07-04 00:04 -------
So does your OnHotkey() gets ever called or not? And what does call it? Wine
does not support system hotkeys see bug 1348. Or is this some other hotkeys you
are talking about?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7084
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-user |wine-programs
------- Additional Comments From vitaliy(a)kievinfo.com 2007-06-04 23:49 -------
> Are most linux systems supposed to know to look for icons when no
> path is specified, in ~/.local/share/icons?
Yes, that's what the FreeDesktop says. If it doesn't, then again your WM is buggy.
In either case it has nothing to do with this bug. This bug is not about icons
but about the link (.desktop file) itself.
Can author re-try with current Wine version? Also, if link did not appear after
the install, can you run 'wineboot' and check again?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7975
------- Additional Comments From dmitry(a)codeweavers.com 2007-06-04 23:34 -------
What happens when you run as an ordinal user? The output you sent is not a
"back trace", it's just a console output of a running program, and there is
no crash or obvious error there.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5070
------- Additional Comments From pfortin(a)pfortin.com 2007-06-04 23:18 -------
Dan, can you be more specific? Hmm... I just tried to install it in Demo mode
and the "Licensed to" field is what gets copied to the "Full Name" field on the
next screen. Typically, this contains "Office Manager" Is this where you're
having problems? In the Demo mode, the "Full Name" field is forced; but in the
licensed version, that field is editable.
Installing/updating a licensed version does work.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6152
------- Additional Comments From vlad1977(a)gmail.com 2007-06-04 22:25 -------
All right. Now I got this:
OS: Windows XP 5.1 (Build: 2600)
CPU: AuthenticAMD Unknown processor @ 2009 MHz with 1004MB RAM
Video: Direct3D HAL (8776)
in terminal it gives this at the tail:
You have triggered a bug in the DirectX 9.0 runtime. Please install DirectX 8.1b
(or later) for a fix. See Release Notes for instructions on how to obtain it.
err:ntdll:RtlpWaitForCriticalSection section 0x7dec4c80 "x11drv_main.c:
X11DRV_CritSection" wait timed out in thread 0011, blocked by 0009, retrying (60
sec)
wine: Critical section 7dec4c80 wait failed at address 0x7efadb00 (thread 0011),
starting debugger...
WineDbg starting on pid 0x8
Process of pid=0x00000008 has terminated
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7963
flexo(a)holycrap.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From flexo(a)holycrap.org 2007-06-04 22:21 -------
Confirmed. Our treeview doesn't support changing TVS_CHECKBOXES on the fly.
Working on a patch.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7974
------- Additional Comments From flexo(a)holycrap.org 2007-06-04 22:02 -------
Nope, it doesn't. (And it doesn't work in desktop mode either)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7977
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|wine-kernel |wine-msvcrt
Ever Confirmed| |1
OS/Version|other |Linux
Platform|Other |PC
------- Additional Comments From vitaliy(a)kievinfo.com 2007-06-04 21:43 -------
This won't work. From 'man strftime':
%D Equivalent to %m/%d/%y. (Yecch — for Americans only. Americans should note
that in other countries %d/%m/%y is
rather common. This means that in international context this format is
ambiguous and should not be used.) (SU)
Also you really need to test what localized version of windows will do.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7980
sidolin(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?iVersionId=7377
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7980
Summary: S.T.A.L.K.E.R. - Wrong orientation of objects
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sidolin(a)gmail.com
The orientation of some objects in Stalker is wrong, for example some guns or
the helicopter you see in the first mission.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6392
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|NoAppDBEntry |
------- Additional Comments From tony.lambregts(a)gmail.com 2007-06-04 21:28 -------
Closing (Works Great)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7979
Summary: S.t.a.l.k.e.r. - some objects appear over-bright or too
dark
Product: Wine
Version: 0.9.34.
Platform: PC
URL: http://appdb.winehq.org/appview.php?iVersionId=7377
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitaliy(a)kievinfo.com
Some objects appear over-bright or too dark. While some moving objects (like
walking people) flicker. See attached screen-shots for examples.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7859
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |7978
nThis| |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7977
rmh(a)aybabtu.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |patch
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7975
bazara.net(a)inbox.ru changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |
------- Additional Comments From bazara.net(a)inbox.ru 2007-06-04 20:31 -------
Oh sorry, my bad. But it's still dont run even under simple user, please see
new back trace.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6392
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2007-06-04 20:25 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7972
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From vitaliy(a)kievinfo.com 2007-06-04 20:17 -------
It helps to read what Wine trying to tell you:
err:wave:DSDB_MapBuffer Please run winecfg, open "Audio" page and set "Hardware
Acceleration" to "Emulation".
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7974
------- Additional Comments From vitaliy(a)kievinfo.com 2007-06-04 20:13 -------
Try enabling "Virtual desktop" in winecfg and try again. If input goes into
terminal, then that is what the real problem is.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=7975
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From vitaliy(a)kievinfo.com 2007-06-04 20:11 -------
Invalid. DO NOT run Wine as root:
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3318
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2007-06-04 19:47 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=7977
rmh(a)aybabtu.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |conformance, download,
| |source
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.