http://bugs.winehq.org/show_bug.cgi?id=8060
--- Comment #7 from scguy318 <nodisgod(a)yahoo.com> 2008-09-22 17:21:18 ---
Same problem occurs with JRE version 1.3.1 and Wine 1.1.5.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13451
Summary: Pressing CTRL is unrecognized in Wine when "Show
position of pointer when the Control key is pressed" is
turned on in Gnome
Product: Wine
Version: 1.0-rc1
Platform: Other
URL: https://bugs.edge.launchpad.net/ubuntu/+source/wine/+bug
/231527
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
>From Launchpad: https://bugs.edge.launchpad.net/ubuntu/+source/wine/+bug/231527
When the "Show position of pointer when the Control key is pressed" Wine
doesn't respond to presses of the CTRL key most of the time. The little
notifier that circles the mouse shows up, but the problem will not respond as
it should. I would know, because I wrote the program.
Ubuntu version 8.04 (though I noticed the problem since as far back as I've
been using Ubuntu, which is 7.04), and most every Wine version, including the
newest one on Wine's website which is wine-1.0-rc1.
The fix I've found is to turn off the feature (in System --> Preferences -->
Mouse) under "Locate Pointer" and it will work as expected, but with that
feature on it will not.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9051
--- Comment #13 from Martin <deadlock(a)start.no> 2008-09-22 16:37:04 ---
(In reply to comment #12)
> Martin suggested a patch for dsound3d:IDirectSound3DListenerImpl_QueryInterface
> Unknown IID causing some discussion.
>
> http://www.winehq.org/pipermail/wine-devel/2008-June/066763.html
>
> Chrisb suggested another patch
>
> http://www.winehq.org/pipermail/wine-devel/2008-June/066816.html
>
> After this complete silence. Anyone working on this bug?
I was trying to figure out how winegcc works, because I wasn't able to compile
a test program to make sure my fix works properly. Because of that I haven't
been able to write a test case for what I implemented, and until I do I doubt
my patch will be accept. What I really need now is for somebody else to test
the patch, and confirm if it works for them or if it doesn't work. I haven't
had any issues with the patch, but perhaps somebody else will have. Any
feedback is appreciated, though.
>
> Is it so that there are two bugs? One in Full version appearing when Securom is
> called and another in dsound3 hiding behind securom call but occuring in the
> demo when securom call does not fail(exist) first.
>
I got the full European Broken Sword 3 version, on two cd's, using Securom.
After I install it, it runs fine with my patch, using the current GIT, or any
version between when I posted this patch and now. I haven't tried running the
demo using this patch.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8060
--- Comment #6 from Stefan Leichter <Stefan.Leichter(a)camLine.com> 2008-09-22 16:18:28 ---
Can you please retest your program. The attached java source works for me with
todays CVS (i did not try earlier version).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15333
Summary: Compiling on PC-BSD with -Werror fails in
dlls/mscms/handle.c
Product: Wine
Version: 1.1.4
Platform: PC
OS/Version: FreeBSD
Status: NEW
Keywords: source
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
In today's installment of finding obscure bugs on weird setups, tried compiling
on PC-BSD with:
CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" CFLAGS="-Werror"
./configure && make clean && make depend && make
After remove mscms from compiling (see bug 15332)
gcc -c -I. -I. -I../../include -I../../include -I/usr/local/include/gphoto2
-I/usr/local/include/gphoto2 -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe
-fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings
-Wpointer-arith -Werror -o capability.o capability.c
In file included from capability.c:30:
gphoto2_i.h:28:3: #warning "gphoto2 support in twain needs jpeg development
headers"
*** Error code 1
Stop in /usr/home/pcbsd/wine-git/dlls/gphoto2.ds.
*** Error code 1
Stop in /usr/home/pcbsd/wine-git/dlls.
*** Error code 1
Stop in /usr/home/pcbsd/wine-git.
I've got libgphoto2 and libjpeg installed...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7548
--- Comment #9 from Samuel Nelson <valczir.darkvein(a)gmail.com> 2008-09-22 16:05:17 ---
It seems that this bug is caused by a graphical setting. I'm working on
figuring out which one, but the game runs fine (albeit with a few minor hiccups
when loading landscape) when Compatibility Settings (graphics settings designed
to be compatible with most hardware) are loaded.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5726
--- Comment #11 from Juan Lang <juan_lang(a)yahoo.com> 2008-09-22 10:42:05 ---
Created an attachment (id=16219)
--> (http://bugs.winehq.org/attachment.cgi?id=16219)
screenshot with core fonts installed
It's a bit better with the MS core fonts installed, here's a screenshot with
Wine version 1.1.5. More of the text fits on screen, but the main series of
links still doesn't appear, and neither do any of the images.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15123
Summary: World of Warcraft WotLK expansion installer need scroll
height detection in HTMLElement
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aigarius(a)gmail.com
fixme:mshtml:HTMLElement_get_offsetHeight (0x73f2848)->(0x33e850)
fixme:mshtml:HTMLElement2_get_scrollHeight (0x73f2848)->(0x33e848)
fixme:mshtml:HTMLElement2_get_scrollTop (0x73f2848)->(0x33e84c)
The installer shows the Licence Agreement in an HTMLElement and does not let
the user to continue until the user scrolls to the bottom of the page. As the
functions above are not implemented, the installer can not proceed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7065
Didier Moens <Didier.Moens(a)dmbr.UGent.be> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Didier.Moens(a)dmbr.UGent.be
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8190
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #8 from Austin English <austinenglish(a)gmail.com> 2008-09-21 23:43:42 ---
Closing abandoned.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.