http://bugs.winehq.org/show_bug.cgi?id=6489
--- Comment #16 from Austin English <austinenglish(a)gmail.com> 2008-10-06 22:03:54 ---
(In reply to comment #15)
> (In reply to comment #14)
> > Does the patch attached to bug 15366 help?
>
> Yes, it gets the game past the startup. However there may have been another
> regression, as the game now halts at the menu again. This is on a different
> setup running Ubuntu 8.10 beta though, so that may play into it. I'll test the
> patch's behavior more tomorrow.
>
Please file a new bug for this.
--
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=4861
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #8 from James Hawkins <truiken(a)gmail.com> 2008-10-06 21:53:59 ---
Closing.
--
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=4861
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
--- Comment #7 from James Hawkins <truiken(a)gmail.com> 2008-10-06 21:53:51 ---
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.
http://bugs.winehq.org/show_bug.cgi?id=4861
--- Comment #6 from David Brady <matter.grey(a)gmail.com> 2008-10-06 21:50:22 ---
I would assume not, given that the recent test reports are quite favorable.
However, I cannot test the matter myself, as I no longer have a gaming quality
PC. I would recommend closing the bug. Thank you.
--
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=6489
--- Comment #15 from drakh <drakh(a)spamcop.net> 2008-10-06 18:26:05 ---
(In reply to comment #14)
> Does the patch attached to bug 15366 help?
Yes, it gets the game past the startup. However there may have been another
regression, as the game now halts at the menu again. This is on a different
setup running Ubuntu 8.10 beta though, so that may play into it. I'll test the
patch's behavior more tomorrow.
--
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=8178
Jacek Caban <jacek(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jacek(a)codeweavers.com
--- Comment #9 from Jacek Caban <jacek(a)codeweavers.com> 2008-10-06 17:32:28 ---
Problem above problem should be fixed now.
BTW, JsvaScript can use IDispatch if IDispatchEx is not available.
--
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=6489
--- Comment #14 from Alexandre Julliard <julliard(a)winehq.org> 2008-10-06 15:58:04 ---
Does the patch attached to bug 15366 help?
--
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=8560
Mike Ellery <mellery(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mellery(a)gmail.com
--
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=6253
Dmitry Timoshkov <dmitry(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #11 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-10-06 07:19:23 ---
Reported fixed.
--
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=8133
--- Comment #4 from EA Durbin <ead1234(a)hotmail.com> 2008-10-06 07:17:34 ---
Yes
--
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=6971
Forest Hale <lordhavoc(a)ghdigital.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lordhavoc(a)ghdigital.com
--- Comment #180 from Forest Hale <lordhavoc(a)ghdigital.com> 2008-10-06 06:42:08 ---
Why does wine not use XF86DGADirectMouse? It seems like an exact equivalent to
DirectInput's mouse handling...
Here's an example call to turn it on:
XF86DGADirectVideo(display, screen, XF86DGADirectMouse);
(where display is the Display and screen is the Screen)
Using it locks the pointer in place, receives raw relative motion from the
driver (no acceleration or other handling), and ignores focus events entirely
(I.E. keeps a grab), obviously this functionality requires xorg, it's not
present on __APPLE__ or __SUNOS__.
I hope I'm not wasting anyone's time with this question, just wanted to make
sure this functionality is known, I've been using this approach in my
DarkPlaces Quake engine for years with great success.
--
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=6253
Quarky <quark9(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |quark9(a)gmx.net
--- Comment #10 from Quarky <quark9(a)gmx.net> 2008-10-06 06:09:53 ---
Just tested it with wine-1.1.3-393-g09d0a35 and I think the bug is fixed.
Tried with disabled wine gecko: works but no HTML rendering
After installing wine gecko: still works, basic HTML rendering!
Great job !
--
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=7441
Forest Hale <lordhavoc(a)ghdigital.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--- Comment #8 from Forest Hale <lordhavoc(a)ghdigital.com> 2008-10-06 05:40:31 ---
I have confirmed that Titan Quest does not suffer this bug with 1.1.5.
I do not know if that means it is fixed or if other changes made Titan Quest
happy, but given the nature of the check I'm pretty sure this is fixed.
It's worth noting that Titan Quest won't run on Windows without at least 128MB
of virtual memory (even if there is 2GB or more of physical memory), and the
game is known for its horrible swap thrashing regardless of amount of physical
memory.
I feel fairly safe in marking this bug as FIXED due to the lack of any further
feedback on it, if anyone can reproduce it in other applications they can
re-open it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9748
Summary: Wine Displaying Unreadable across the board!
Product: WineHQ.com
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P1
Component: misc-web
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alanarae5pa(a)gmail.com
Created an attachment (id=8181)
--> (http://bugs.winehq.org/attachment.cgi?id=8181)
This shows the display on the WineFile
Please help...
I am new to Ubuntu, and have read so much in the past few weeks in tutorials on
many apps for linux. When I first downloaded Wine program to install some of my
.exe files. It worked well with Macromedia and Photoshop. However just one day
after I rebooted the machine I tried to install another .exe file and I got a
screen that is totaly unreadable! This is the case for the "WINEFILE" THE WINE
REGKEYS AND 'A-N-Y' .EXE APP I TRY TO INSTALL. I installed the Photoshop via
Wine, but it was a blind walk through! Meaning I guessed at the "NExt" and
"Type of Install" buttons.. Once it installed, I saw an icon on the
desktop,..so I assumed it worked.. ONly problem is that the app wont execute
when I click on it. And to get into the Winefile I cant see anything.. I have
tried to uninstall Wine and put it back in as a fresh start, but nothing! I
have read the articles to those that are similar to my problem, and I have
removed the ttf- fonts, but still nothing..
Is anyone else having this issue?????
Lani
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9792
Summary: Heroes of Might and Magic 5 - Selecting TwinView
resolution 2560x1024 doesn't work
Product: Wine
Version: 0.9.44.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martyspamtrap(a)comcast.net
I've modified my user.reg file in my .wine directory to add
"VideoMemorySize"="512" in "Software\\Wine\\Direct3D". The options menu in
Heroes 5 shows all of my configured X resolutions as it should, including my
TwinView (nVidia GeForce 6600 using nVidia accelerated driver) mode of
2560x1024 (2 monitors, horizontal).
When I select this resolution (coming from 1280x1024), my second monitor
flickers on momentarily, then goes out. The first monitor shows all of the
text on the main menu screen 2x wider than it normally is. When you mouse-over
the text, it redraws it in the proper aspect ratio. The second monitor stays
off and the game proceeds to fit everything on the first monitor, still running
1280x1024.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8855
Dmitry Timoshkov <dmitry(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #6 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-10-06 03:40:52 ---
Closing.
--
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=8656
Dmitry Timoshkov <dmitry(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #3 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-10-06 03:40:30 ---
Closing.
--
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=7763
Dmitry Timoshkov <dmitry(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #5 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-10-06 03:40:00 ---
Closing.
--
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=6751
Dmitry Timoshkov <dmitry(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #5 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-10-06 03:39:42 ---
Closing.
--
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=6747
Dmitry Timoshkov <dmitry(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #17 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-10-06 03:39:20 ---
Closing.
--
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=6731
Dmitry Timoshkov <dmitry(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |normal
Status|RESOLVED |CLOSED
--- Comment #12 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-10-06 03:38:52 ---
Closing.
--
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=6290
Dmitry Timoshkov <dmitry(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
Version|CVS/GIT |unspecified
--- Comment #9 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-10-06 03:38:12 ---
Closing.
--
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=7767
Dmitry Timoshkov <dmitry(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #6 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-10-06 03:36:51 ---
Closing.
--
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=7767
Dmitry Timoshkov <dmitry(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|CVS/GIT |unspecified
--- Comment #5 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-10-06 03:36:38 ---
Closing.
--
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=1733
--- Comment #16 from Ivo Prikryl <prikryl(a)eurosat.cz> 2008-10-06 02:04:01 ---
Yes, I tested yesterday with wine 1.1.5 and it is still the issue.
--
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=8855
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
--- Comment #5 from Austin English <austinenglish(a)gmail.com> 2008-10-06 00:51:21 ---
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.
http://bugs.winehq.org/show_bug.cgi?id=8656
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
--- Comment #2 from Austin English <austinenglish(a)gmail.com> 2008-10-06 00:51:19 ---
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.
http://bugs.winehq.org/show_bug.cgi?id=7763
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |ABANDONED
--- Comment #4 from Austin English <austinenglish(a)gmail.com> 2008-10-06 00:51:17 ---
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.
http://bugs.winehq.org/show_bug.cgi?id=6747
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
--- Comment #16 from Austin English <austinenglish(a)gmail.com> 2008-10-06 00:51:15 ---
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.
http://bugs.winehq.org/show_bug.cgi?id=6751
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
--- Comment #4 from Austin English <austinenglish(a)gmail.com> 2008-10-06 00:51:16 ---
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.
http://bugs.winehq.org/show_bug.cgi?id=6290
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
--- Comment #8 from Austin English <austinenglish(a)gmail.com> 2008-10-06 00:51:14 ---
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.
http://bugs.winehq.org/show_bug.cgi?id=6731
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
--- Comment #11 from Austin English <austinenglish(a)gmail.com> 2008-10-06 00:51:15 ---
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.
http://bugs.winehq.org/show_bug.cgi?id=8276
--- Comment #4 from Austin English <austinenglish(a)gmail.com> 2008-10-06 00:48:51 ---
Is this still an issue in current (1.1.5 or newer) wine?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8133
--- Comment #3 from Austin English <austinenglish(a)gmail.com> 2008-10-06 00:48:38 ---
Is this still an issue in current (1.1.5 or newer) wine?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8029
--- Comment #14 from Austin English <austinenglish(a)gmail.com> 2008-10-06 00:48:27 ---
Is this still an issue in current (1.1.5 or newer) wine?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7767
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
--- Comment #4 from Austin English <austinenglish(a)gmail.com> 2008-10-06 00:47:56 ---
Dupe
*** This bug has been marked as a duplicate of bug 8571 ***
--
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=8571
--- Comment #7 from Austin English <austinenglish(a)gmail.com> 2008-10-06 00:47:56 ---
*** Bug 7767 has been marked as a duplicate of this bug. ***
--
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=7643
--- Comment #64 from Austin English <austinenglish(a)gmail.com> 2008-10-06 00:18:21 ---
Is this still an issue in current (1.1.5 or newer) wine?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7441
--- Comment #7 from Austin English <austinenglish(a)gmail.com> 2008-10-06 00:17:45 ---
Is this still an issue in current (1.1.5 or newer) wine?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7368
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--- Comment #3 from Austin English <austinenglish(a)gmail.com> 2008-10-06 00:17:15 ---
Reported fixed.
--
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=7200
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #6 from Austin English <austinenglish(a)gmail.com> 2008-10-06 00:16:03 ---
Fixed
--
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=6756
--- Comment #6 from Austin English <austinenglish(a)gmail.com> 2008-10-06 00:15:35 ---
Is this still an issue in current (1.1.5 or newer) wine? If so, please attach
+relay,+seh,+tid
--
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=6253
--- Comment #9 from Austin English <austinenglish(a)gmail.com> 2008-10-06 00:11:24 ---
Is this still an issue in current (1.1.5 or newer) wine?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5008
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--- Comment #14 from Austin English <austinenglish(a)gmail.com> 2008-10-06 00:10:39 ---
Fixed then. File new bugs for any other issues.
--
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=4861
--- Comment #5 from Austin English <austinenglish(a)gmail.com> 2008-10-06 00:09:33 ---
Is this still an issue in current (1.1.5 or newer) wine?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2925
--- Comment #19 from Austin English <austinenglish(a)gmail.com> 2008-10-06 00:07:26 ---
Is this still an issue in current (1.1.5 or newer) wine? If so, please attach
updated terminal output and a backtrace.
--
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=1733
--- Comment #15 from Austin English <austinenglish(a)gmail.com> 2008-10-06 00:06:40 ---
Is this still an issue in current (1.1.5 or newer) wine?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15530
Summary: Unable to load 2nd cd-rom when installing games.
Product: Wine
Version: 1.1.5
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ernie1024(a)gmail.com
When installing a 2 disk game, Wine does not let you unmount your CD-ROM. This
will stop you from installing a game with 2 disks or more. For example, take
"Age of Empires 3". when the time comes to insert the second CD-ROM, I get this
message: "Unable to unmount CD-ROM because another application is using it."
It's clear the "application" is Wine. There has been no solution to a major
problem. I find this as a great error.
--
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=15525
Summary: StrongDC: chat autoscroll don't work
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mal_off(a)mail.ru
chat autoscroll don't work
http://strongdc.sourceforge.net/download.php?lang=eng
--
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=729
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
--- Comment #18 from Austin English <austinenglish(a)gmail.com> 2008-10-05 18:16:15 ---
(In reply to comment #17)
> This bug is NOT fixed in Wine 1.1.5.
>
> If you click playlist window caption four times then a playlist window
> appearance is again wrong.
>
> I cannot attach a screenshot since the bug is already closed.
>
> So, please, reopen.
>
http://download.nullsoft.com/winamp/client/winamp5541_full_emusic-7plus_en-…
Reopening.
--
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=9008
Marcus Meissner <marcus(a)jet.franken.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #16487|0 |1
is obsolete| |
--- Comment #16 from Marcus Meissner <marcus(a)jet.franken.de> 2008-10-05 16:15:29 ---
(From update of attachment 16487)
does not work
--
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=9008
--- Comment #15 from Marcus Meissner <marcus(a)jet.franken.de> 2008-10-05 14:43:58 ---
causes patchwatcher failure in dsurface test, disregard
--
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=9008
--- Comment #14 from Marcus Meissner <marcus(a)jet.franken.de> 2008-10-05 14:28:14 ---
Created an attachment (id=16487)
--> (http://bugs.winehq.org/attachment.cgi?id=16487)
0006-also-remove-backbuffer-flags-in-the-v1-DDRAW-interfa.patch
patch I wpould suggest, also submitted to wine-patches.
It just filters the flag in the v1 version of the interface
--
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=8945
--- Comment #85 from Thomas Kuther <gimpel(a)sonnenkinder.org> 2008-10-05 13:48:04 ---
Could this in any way be a system setup problem?
My system (Gentoo) doesn't have avahi, no nss-mdns, no mDNSResponder.. in short
no zeroconf related things at all.
And the CS3 install does not work here.
Do those who have success with CS3 install maybe have a different setup? (e.g.
full ballooney zeroconf/avahi/mdns enabled system)
Just wondering, as it works for some and doesn't for others... all using latest
git. I might of course be totally wrong with this guess.
--
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=8945
Andras Kovacs <andras(a)csevego.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |andras(a)csevego.net
--- Comment #84 from Andras Kovacs <andras(a)csevego.net> 2008-10-05 13:13:05 ---
(In reply to comment #82)
> Reopening, CS3 installer still fails for some people (me included) due
> to faling Bonjour service.
>
It works for me with clean wine directory.
--
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=729
--- Comment #17 from Artem S. Tashkinov <t.artem(a)mailcity.com> 2008-10-05 11:33:45 ---
This bug is NOT fixed in Wine 1.1.5.
If you click playlist window caption four times then a playlist window
appearance is again wrong.
I cannot attach a screenshot since the bug is already closed.
So, please, reopen.
--
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=9008
Marcus Meissner <marcus(a)jet.franken.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|CVS/GIT |1.1.5
--- Comment #13 from Marcus Meissner <marcus(a)jet.franken.de> 2008-10-05 04:53:16 ---
still in 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=421
Michael Mc Donnell <michael(a)mcdonnell.dk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |10503
--
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=15511
Summary: Cosmigo ProMotion - some icons are blacked out / drawn
incorrectly
Product: Wine
Version: 1.1.5
Platform: Other
URL: http://www.cosmigo.com/promotion/index.php?Downloads
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffzaroyko(a)gmail.com
Created an attachment (id=16459)
--> (http://bugs.winehq.org/attachment.cgi?id=16459)
screenshot
wine-1.1.5-399-g82f77cc
After ProMotion opens, many icons have distorted graphics making it extremely
difficult to use the program.
Only two fixme's are shown:
fixme:pager:PAGER_Create [0x200a2] Drag and Drop style is not implemented yet.
fixme:commdlg:GetFileName95 Flags 0x00800000 not yet implemented
--
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=729
Dmitry Timoshkov <dmitry(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
OS/Version|All |other
Priority|P1 |P2
Platform|All |Other
Resolution| |FIXED
--- Comment #16 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-10-05 02:36:12 ---
Reported fixed.
--
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=15504
Summary: Photoshop CS3 still fails to install
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: piekarzarkadiusz(a)gmail.com
Created an attachment (id=16447)
--> (http://bugs.winehq.org/attachment.cgi?id=16447)
Log from a terminal during installation
I saw lots of reports that Photoshop CS3 finally installs properly, so I tried
it. The installation proccess spat out lots of "fixmes", and at the end I got a
message that only "Shared components" were installed successfully.
I attached log from the terminal and a screenshot.
I have Wine 1.1.5-399-g82f77cc, Ubuntu 8.04.
--
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=8945
Dmitry Timoshkov <dmitry(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |piekarzarkadiusz(a)gmail.com
--- Comment #83 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-10-05 01:37:40 ---
*** Bug 15504 has been marked as a duplicate of this bug. ***
--
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=8945
Dmitry Timoshkov <dmitry(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
--- Comment #82 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-10-05 01:37:27 ---
Reopening, CS3 installer still fails for some people (me included) due
to faling Bonjour service.
--
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=15514
Summary: Graphics Gale displays corrupted text in some controls
Product: Wine
Version: 1.1.5
Platform: Other
URL: http://www.humanbalance.net/gale/setgalefreeus.exe
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffzaroyko(a)gmail.com
wine-1.1.5-399-g82f77cc
Install Graphics Gale, run Gale.exe - File -> New. The option for preset
resolutions displays as garbage text, clicking on the control shows a list, the
bottom item also displays garbage.
Clicking OK, the status bar at the bottom of the window has trailing garbage
also.
--
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=729
Arkadiusz Piekarz <piekarzarkadiusz(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |piekarzarkadiusz(a)gmail.com
--- Comment #15 from Arkadiusz Piekarz <piekarzarkadiusz(a)gmail.com> 2008-10-04 19:08:09 ---
This bug is no more in Wine 1.1.5 and Winamp 5.541. There are other problems
with Winamp, but not with shading. Can be closed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15509
Summary: MS Money 2007 hangs
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cchandel(a)flashmail.com
Created an attachment (id=16454)
--> (http://bugs.winehq.org/attachment.cgi?id=16454)
error messages received on running Money 2007
I have installed ms money using this procedure.
We need to install ie6sp1 first
1. Use winetricks to install the following :-
(a) mfc40
(b) mfc42
(c) riched20
(d) msxml3
2. delete the following from .wine/drive_c/windows/system32:-
(a) urlmon.dll
(b) shlwapi.dll
(c) shdocvw.dll
3. delete iexplore.exe from .wine/drive_c/Program Files/Internet Explorer/
4. download ie6sp1 from microsoft.com and install it
5. cd .wine/drive_c/windows/system32
6. run 'for i in *.dll *.ocx; do regsvr32 $i; done'
7. run winecfg. add the following as (native,builtin) :-
(a) mshtml
(b) wininet
(c) shdocvw
(d) shlwapi
(e) urlmon
8. install money by running setup.exe
9. install comctl32 using winetricks to get proper text layout
Reporting two bugs here.
1. Money hangs on exit. Process needs to be restarted.
2. comctl32 needs to be installed for proper table layout.
--
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=15016
Summary: commandos 2 1.20 doesn't work with wine 1.1.3
Product: Wine
Version: 1.1.3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matej.tyc(a)gmail.com
Created an attachment (id=15652)
--> (http://bugs.winehq.org/attachment.cgi?id=15652)
output from the console
Commandos 2 worked with the wine 1.1.2 without any problems for me, now the
game fails to even start. The resolution changes, the first fragment of intro
menu music starts to play all over again and I have to kill the application
using Alt+F4 to be able to return to the OS.
What can I do to help?
I have attached the console output...
--
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=13751
Summary: System freeze when open menu in chess program FRITZ 11
Product: Wine
Version: 1.0-rc4
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: contact(a)sphilip.com
My system (Ubuntu 8.04 ) is totally frozen when I open menu in chess program
FRITZ 11.
It seem that TrackPopupMenuEx function in user32.dll causes problems.
--
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=13322
Summary: System locks-up when menu opened in Chessbase lite
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cmckaydubbo(a)yahoo.com.au
Created an attachment (id=13194)
--> (http://bugs.winehq.org/attachment.cgi?id=13194)
Backtrace
The following occurred when testing Chess-base lite using wine 1.0rc1. A
similar problem occurred with previous version.
When run from the terminal, the following lines of error occur a number of
times...
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not
valid, number of bitmaps in imagelist: 0
When the program is running, it mostly works OK using the toolbar. When
attempting to access any menu item, the menu opens and then the system
locks-up.
The backtrace file is attached. (I hope I did it right).
(note this is similar to Bug 5302, but as it was closed and was only specific
menu items, so I thought this may be different).
--
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=3952
Göran Uddeborg <goeran(a)uddeborg.se> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |goeran(a)uddeborg.se
--
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=7581
--- Comment #9 from knan-wine(a)anduin.net 2008-10-04 09:41:02 ---
Re: Aric
Your patch (try 6) seems to help the Mass Effect installer a bit.
Now it gives me a ton of "Failed to get shell item icon" popups and tells me
the install directory is not valid, which might be one or two other bugs that
stop me from getting further.
--
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=8278
Schmaker <smallsmaky(a)seznam.cz> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |smallsmaky(a)seznam.cz
--- Comment #9 from Schmaker <smallsmaky(a)seznam.cz> 2008-10-04 08:53:31 ---
1.1.5 here, still not fixed... Is somebody working on repair of this bug ;)
--
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=6893
--- Comment #5 from Mike Ellery <mellery(a)gmail.com> 2008-10-03 18:42:01 ---
also the download link no longer works, I can't find a download anywhere on
their site or other sites
--
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=7645
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #7 from Austin English <austinenglish(a)gmail.com> 2008-10-03 15:10:59 ---
Fixed in pc-bsd 1.5 and 7.
--
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=2122
Lei Zhang <thestig(a)google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
--- Comment #8 from Lei Zhang <thestig(a)google.com> 2008-10-03 13:49:43 ---
Reported fixed. Please file separate bugs for other problems.
--
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=6893
Mike Ellery <mellery(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mellery(a)gmail.com
--- Comment #4 from Mike Ellery <mellery(a)gmail.com> 2008-10-03 13:40:05 ---
This has a appdb entry here, can someone remove the NoAppDBEntry keyword, and
add a link?
http://appdb.winehq.org/objectManager.php?sClass=version&iId=6564
--
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=2122
Mike Ellery <mellery(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mellery(a)gmail.com
--- Comment #7 from Mike Ellery <mellery(a)gmail.com> 2008-10-03 09:33:45 ---
pokerstars is working fine in 1.1.5, the only display problems are the popup
boxes when you mouseover other player is not displayed, which should be a
seperate bug.
--
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=5424
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
Component|documentation |-unknown
--- Comment #23 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-10-03 08:52:31 ---
Closing invalid.
--
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=5424
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|FIXED |INVALID
--- Comment #22 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-10-03 08:52:11 ---
Invalid not fixed. The problem is in application itself and will appear on
windows as well.
--
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=4633
Michael Karpukhin <triada123(a)pochta.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |triada123(a)pochta.ru
--
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=8783
Michael Karpukhin <triada123(a)pochta.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |triada123(a)pochta.ru
--
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=7404
Michael Karpukhin <triada123(a)pochta.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |triada123(a)pochta.ru
--
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=5424
Johan Gill <johan.gill(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #21 from Johan Gill <johan.gill(a)gmail.com> 2008-10-03 02:50:45 ---
Added to appdb. Resolving for now.
--
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=5424
Johan Gill <johan.gill(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|-unknown |documentation
Summary|The Sims installer silently |The Sims installer silently
|quits with no error output |quits with no error output
| |when started from the shell
--- Comment #20 from Johan Gill <johan.gill(a)gmail.com> 2008-10-03 02:41:11 ---
To fix this: somehow document that a full path like D:\setup.exe sometimes
needs to be used.
Easy way out, add to appdb.
--
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=5424
--- Comment #19 from Johan Gill <johan.gill(a)gmail.com> 2008-10-03 02:37:57 ---
(In reply to comment #18)
> In what way does the second approach break anything? At least Windows 98 does
> it that way.
>
Admittedly, Win2k seems to do it differently from Win 9x, looking at older
correspondence. Ok, so this is a documentation issue then.
--
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=15498
Summary: PURE's bike driver model is invisible
Product: Wine
Version: 1.1.5
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=13971
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: deukalion(a)live.se
Created an attachment (id=16431)
--> (http://bugs.winehq.org/attachment.cgi?id=16431)
The output from console during gaming.
When I play the game "PURE" I can play it farily well, but the bikedriver model
is invisible, since this is a game that relies on being able to see your driver
it should be important to fix it.
Tried searching for the most properable error message about this without luck.
I've attached the output for this error.
--
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=609
mp <matti.picus(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |matti.picus(a)gmail.com
--- Comment #27 from mp <matti.picus(a)gmail.com> 2008-10-02 16:14:06 ---
After searching for most of the evening in gdi32.dll it turns out that this bug
is actually located in usp10.dll
Copying a native usp10.dll "solves" the problem.
I don't really see how usp10.dll is supposed to reorder the glyphs. gdi32.dll
does a wonderful job, using bidi.c and freetype. Anyone know anything about it?
I think this is the same as bug 13092
--
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=3915
--- Comment #14 from Austin English <austinenglish(a)gmail.com> 2008-10-02 14:59:18 ---
(In reply to comment #13)
> there's two more bugs fixed by this commit :
> http://bugs.winehq.org/show_bug.cgi?id=12861 and
> http://bugs.winehq.org/show_bug.cgi?id=13634
>
> tested both of them quickly with current git
> They are probably duplicates anyway. Should they be resolved as duplicates or
> fixed?
>
I don't think it really matters. Fixed is probably easier/less noise.
--
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=3915
Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |xerox_xerox2000(a)yahoo.co.uk
--- Comment #13 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2008-10-02 14:53:50 ---
there's two more bugs fixed by this commit :
http://bugs.winehq.org/show_bug.cgi?id=12861 and
http://bugs.winehq.org/show_bug.cgi?id=13634
tested both of them quickly with current git
They are probably duplicates anyway. Should they be resolved as duplicates or
fixed?
--
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=7186
Dmitry Timoshkov <dmitry(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #17 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-10-02 11:41:14 ---
The patch has been committed.
--
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=3915
Dmitry Timoshkov <dmitry(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #12 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-10-02 11:40:28 ---
The patch has been committed.
--
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=15481
Summary: Team Fortress 2 forgets video settings on each restart
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cookiecaper(a)gmail.com
Team Fortress 2 forgets its video settings each time it is closed and resets to
defaults. The settings must be reconfigured each time the program is started.
This is 100% repeatable. The program is expected to remember the video settings
I teach it.
WINE 1.1.5
Arch Linux 2.6.26 i686 (in chroot)
nVidia 7900GTO and 173.14.12
--
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=7316
Salvatore Iovene <salvatore.iovene(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |salvatore.iovene(a)gmail.com
--
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=15490
Summary: Star Wars: Jedi Knight - Jedi Academy : InstallShield
crashes with an error.
Product: Wine
Version: 1.1.5
Platform: PC-x86-64
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=2315
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: flossl(a)live.com
Created an attachment (id=16402)
--> (http://bugs.winehq.org/attachment.cgi?id=16402)
Terminal log
Running the Setup.exe file in the GameData folder launches a dialog box with a
"The InstallShield Engine (iKernel.exe) could not be launched.(0x80004002)"
error.
--
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=10595
Summary: unhandled page fault running sid meier's pirates
Product: Wine
Version: 0.9.49.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: g9xhh5p02(a)sneakemail.com
Created an attachment (id=9396)
--> (http://bugs.winehq.org/attachment.cgi?id=9396)
console output
Environment:
- Ubuntu Linux 7.10: Gutsy Gibbon
- xfce desktop
- wine-0.9.49, installed form the winehq.org APT repository.
- no windows installation
- trying to run Sid Meier's Pirates! installed from cd with no patches
- nVidia GeForce 6600 GT video card
I was able to install Sid Meier's Pirates without much trouble, and managed to
get past the two animated studio splash screens at startup by pressing Esc
before each one finished. (The screen was blank white instead of showing the
animation, but the familiar splash screen audio played.) The game's title
screen then appeared, and then the process seemed to stop dead. I did not
reach the game's main menu.
Please see the attachment for wine console output.
Wine settings:
- Application Settings -> Windows Version: Windows 98
- Graphics -> Allow DirectX apps to stop the mouse: no
- Graphics -> Allow the window manager to control: yes
- Graphics -> Emulate a virtual desktop: no
- everything else is set at default values
Steps to reproduce:
Delete the .wine directory, and run wine config to create a new one.
Run the Pirates! install program
Try to start the game.
Directory and command line used to start the game:
junk@ocelot:~/.wine/drive_c/Program Files/Firaxis Games/Sid Meier's Pirates!$
wine Pirates\!.exe
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3756
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|NoAppDBEntry |
--
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=3756
Mike Ellery <mellery(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mellery(a)gmail.com
--- Comment #11 from Mike Ellery <mellery(a)gmail.com> 2008-10-01 20:05:44 ---
This is in appdb here
http://appdb.winehq.org/appview.php?iAppId=402
can someone link it and remove the noappdbentry keyword please?
--
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=15467
Summary: Tray icons are shown on wrong WM tray
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lich(a)math.spbu.ru
Created an attachment (id=16362)
--> (http://bugs.winehq.org/attachment.cgi?id=16362)
screenshot
I have two different X of the same user. All tray icons are shown on the same
WM tray regardless the server they are run from.
Test case:
0) Be sure wine is not loaded:
wineserver -k
1) start any app on the first X
winecfg
2) start tray-using app in the second X
wine taskmgr
3) The tray icon in shown on the traybar of the first X instead of second (see
attach)
--
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=7416
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lich(a)math.spbu.ru
--- Comment #6 from Alexandre Julliard <julliard(a)winehq.org> 2008-10-01 16:45:32 ---
*** Bug 15467 has been marked as a duplicate of this bug. ***
--
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=7186
Dmitry Timoshkov <dmitry(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|-unknown |gdi32
--- Comment #16 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-10-01 16:18:00 ---
The following patch should fix this bug:
http://www.winehq.org/pipermail/wine-patches/2008-October/062418.html
--
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=8997
--- Comment #34 from Tim Williams <tjandacw(a)yahoo.com> 2008-10-01 15:33:08 ---
(In reply to comment #33)
> I still haven't figured out how to fix this bug, and I don't know enough about
> wine to step through the code, but I did notice that in XP, I see a popup
> window saying "Closing FTP connection" after the data tables are loaded. In
> wine, TroopMaster hangs after the data tables loading popup, but no popup about
> closing the FTP connection comes up.
>
> I have a valid license for TroopMaster 2008 and DotNet, and it's installed
> under Wine 1.0 on Ubuntu 8.04, Windows XP SP 3, and even with VirtualBox under
> Ubuntu.
> If a Wine developer can give me a test I can run to help get this bug fixed,
> I'm more than willing to help. I just don't know anything about the inner
> workings of wine to be useful in a debugging sense, and don't really have time
> to learn it.
>
I compiled wine-1.1.5 from the source and tried to run TM2008 with this. I did
a WINEDEBUG=+reply wine ./TroopMaster.EXE >~/debug.out 2>&1 to capture the
output.
It hangs at the end, but I can't make sense of the output. I know some C, but
not Windows programming. Doing a backtrace I can see that I'm in GetMessageA.
If someone wants to look at it, I think I can put the last 200 lines of so in
an attachment.
--
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=7295
Dmitry Timoshkov <dmitry(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #3 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-10-01 15:01:57 ---
This bug should be fixed.
--
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=5424
--- Comment #18 from Johan Gill <johan.gill(a)gmail.com> 2008-10-01 01:19:19 ---
In what way does the second approach break anything? At least Windows 98 does
it that way.
--
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=1129
Mike Ellery <mellery(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mellery(a)gmail.com
--- Comment #11 from Mike Ellery <mellery(a)gmail.com> 2008-09-30 21:11:06 ---
I can confirm its fixed when using DirectDrawRenderer=gdi, tested using 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=15483
Summary: Window close delay and
"fixme:event:wait_for_withdrawn_state ... wait timed
out" messages
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rustamabd(a)gmail.com
Every Wine window I try to close lingers for about 1 to 1.5 seconds before
disappearing, and finally when it does, a fixme error is being printed that
looks like this:
fixme:event:wait_for_withdrawn_state window 0x1002a/1200005 wait timed out
I'm using wine-1.1.5 running on FreeBSD 7.0, with a SSH/X11 forwarding to a X11
server running under Cygwin (However, all other X11 programs don't exhibit this
behavior).
X.Org X Server 1.4.2
Release Date: 11 June 2008
X Protocol Version 11, Revision 0
Build Operating System: FreeBSD 7.0-STABLE i386
Current Operating System: FreeBSD toyodiy.com 7.0-RELEASE FreeBSD 7.0-RELEASE
#0: Sun Feb 24 19:59:52 UTC 2008
root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
Build Date: 02 September 2008 12:35:52PM
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
XWin X Server
Vendor: The Cygwin/X Project
Release: 6.8.99.901-4
--
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=15341
Summary: Artrage 2.5 Starter and Full editions: Precice tablet
mode has inverted Y axis.
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wintab32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: azathothgr(a)gmail.com
When using 'precise tablet mode' in ArtRage 2.5 starter or full
[http://www.artrage.com/artragedown.html] the Y axis is inverted.
Adding the following after line 204 in wintab32/context.c fixes it, but I don't
know if it's a proper solution, breaks other programs, or understand what the
code is actually supposed to do (besides flipping y).
context.c:line 204:
/* flip the Y axis */
if (ptr->context.lcOutExtY > 0)
packet->pkY = ptr->context.lcOutExtY - packet->pkY;
changed to :
/* flip the Y axis */
if (ptr->context.lcOutExtY > 0)
packet->pkY = ptr->context.lcOutExtY - packet->pkY;
if (ptr->context.lcOutExtY < 0)
packet->pkY = abs(ptr->context.lcOutExtY) - packet->pkY;
--
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=15474
Summary: Adobe Premiere Pro crashes in treeview
Product: Wine
Version: 1.1.5
Platform: Other
URL: http://download.adobe.com/pub/adobe/magic/premiere/win/7
.x/premierepro_english_tryout.exe
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To run, you need "winetricks gdiplus" to get past a crash in gdiplus,
and "winetricks vcrun6" to get past a heap corruption,
and finally "winetricks cc580" to get past a crash in treeview.
This bug is about the treeview crash.
--
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=12670
Summary: Flash 8: tablet pressure sensitive did not work in flash
Product: Wine
Version: 0.9.59.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: buzzilo(a)gmail.com
Tablet pressure sensitive did not work in flash although in Photoshop CS all
works fine.
Tablet: Wacom Bamboo fun
--
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=7316
John Klehm <xixsimplicityxix(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |buzzilo(a)gmail.com
--- Comment #35 from John Klehm <xixsimplicityxix(a)gmail.com> 2008-09-30 11:00:04 ---
*** Bug 12670 has been marked as a duplicate of this bug. ***
--
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=7316
John Klehm <xixsimplicityxix(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|xixsimplicityxix(a)gmail.com |
--
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=7316
John Klehm <xixsimplicityxix(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
Status|NEW |ASSIGNED
--- Comment #34 from John Klehm <xixsimplicityxix(a)gmail.com> 2008-09-30 10:52:54 ---
Hrmm not sure why I can't change assignee and have it set to assigned all in
one go.
--
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=7316
John Klehm <xixsimplicityxix(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |xixsimplicityxix(a)gmail.com
Status|REOPENED |NEW
--- Comment #33 from John Klehm <xixsimplicityxix(a)gmail.com> 2008-09-30 10:50:17 ---
Got the flash 8 trial and am taking a crack at getting this fixed.
--
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=5424
--- Comment #17 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-09-30 09:25:19 ---
(In reply to comment #15)
Both points are incorrect. This will brake lots of applications.
--
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=5424
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|CVS/GIT |0.9.15.
--- Comment #16 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2008-09-30 09:23:59 ---
Don't change original reported Wine 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=15475
Summary: Finale 2009 Autoun crashes, cnnot show second window.
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.vul(a)gmail.com
Created an attachment (id=16373)
--> (http://bugs.winehq.org/attachment.cgi?id=16373)
wine log
On a Windows machine, the Autorun works as follows: the first part of the
window shows for a while, then it continues to show a selection of what to
install.
On Linux, the program crashes instead of transitioning.
--
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=1177
--- Comment #7 from Guillermo Javier Nardoni <guillermo(a)geryon.com.ar> 2008-09-30 08:21:55 ---
ups..
Yes, let's upgrade __RIGHT NOW__.
in few minutes i'll post new information about it.
Thanks a lot.
by the way: I did not check the latest version of wine first :O, sorry....
--
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=5424
Johan Gill <johan.gill(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.15. |CVS/GIT
--
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=5424
--- Comment #15 from Johan Gill <johan.gill(a)gmail.com> 2008-09-30 05:22:42 ---
Revisiting, the problem can be solved in two ways, based on two views on how it
should work:
1) "wine foo.exe" should behave as if "foo" is typed in cmd. Make wine always
construct a full path to the executable on startup
2) "My shell is not cmd": Consider it an issue with wineconsole/cmd, and let
them construct a full path to the executable when they are used.
Need input
--
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=1177
--- Comment #6 from Austin English <austinenglish(a)gmail.com> 2008-09-30 02:27:56 ---
(In reply to comment #5)
> My system:
> debian etch
> Invoking /usr/lib/wine/wine.bin --version ...
> wine-0.9.25
That's a _REALLY_ old version. Can you upgrade to anything newer? Preferably >
1.1.
--
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=3846
--- Comment #3 from Austin English <austinenglish(a)gmail.com> 2008-09-30 01:59:14 ---
Still present in git.
--
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=8287
--- Comment #18 from Danila Sentiabov <dsent(a)mail.ru> 2008-09-30 01:47:37 ---
(In reply to comment #17)
> 0.9.46 crashes the same as current git for me (irfan view 4.2.0. Are you sure
> it's a regression?
I've checked a bunch of precompiled wine binaries and libs that I always keep
at hand just in case. And 0.9.46 worked like a charm.
But I'll recheck it, of course.
--
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=1177
Guillermo Javier Nardoni <guillermo(a)geryon.com.ar> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |guillermo(a)geryon.com.ar
--- Comment #5 from Guillermo Javier Nardoni <guillermo(a)geryon.com.ar> 2008-09-29 23:23:53 ---
Hello, i'm trying to open this thread again.
My name is Guillermo and i'm writing this post from Argentina..
It's been a long time since this post has been written and many new version of
wine has been released.
Nowaday, I'm working with Clarion 6 (this software is a programming language
running on windows).
I can do lots of things almost everything but compile.
The Clarion compiler, compiles the application but it hangs after compiling...
What should i post to help solving this problem?.
My system:
debian etch
Invoking /usr/lib/wine/wine.bin --version ...
wine-0.9.25
Wine exited with a successful status
Kernel: 2.6.24 (from kernel.org) and compile by me (but with standard options).
Thanks a lot.
--
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=3542
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|download |patch
--- Comment #23 from Austin English <austinenglish(a)gmail.com> 2008-09-29 19:11:01 ---
Download link is busted, anyone got another?
--
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=15476
Summary: Brothers In Arms - Road To Hill 30 / Earned In Blood:
player cannot make a full 360º turnaround
Product: Wine
Version: 1.1.5
Platform: PC
URL: ftp://ftp.ubi.com/emea/brothersinarms/demo/BIA_PC_Demo.z
ip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: amlopezalonso(a)gmail.com
In both games, character turnarounds using the mouse is restricted to less than
180º instead of a full 360º turn. IMHO these games could be rated as platinum
by fixing just this bug.
--
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=6971
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |amlopezalonso(a)gmail.com
--- Comment #179 from Austin English <austinenglish(a)gmail.com> 2008-09-29 18:40:30 ---
*** Bug 15476 has been marked as a duplicate of this bug. ***
--
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=11613
Summary: Premiere Pro 1, 1.5 crash on startup with unimplemented
function SHELL32.dll.SHGetFolderPathAndSubDirA
Product: Wine
Version: 0.9.54.
Platform: Other
URL: http://download.adobe.com/pub/adobe/magic/premiere/win/7
.x/premierepro_english_tryout.exe
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
'Nuff said.
--
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=8287
--- Comment #17 from Austin English <austinenglish(a)gmail.com> 2008-09-29 16:05:58 ---
(In reply to comment #16)
> Tried to do regression testing, but failed.
> Bisected source ("good" 0.9.46 and "bad" 0.9.47) won't compile on my system.
> Moreover, it damages the source, so "git bisect reset" don't work.
>
0.9.46 crashes the same as current git for me (irfan view 4.2.0. Are you sure
it's a regression?
--
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=4783
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |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=11966
Summary: Some textures in CouterStrike:Source are broken
(overbright or simply white).
Product: Wine
Version: 0.9.57.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: partner53069962(a)vansoftcorp.com
game HL2/CouterStrike:Source.
Some textures are overbright or simply white.
See attached screenshots (from build-in test videocard of game
counter-strike:source)
After I try to install DirectX9.0 (NOV 2007) like in
http://wine-review.blogspot.com/2007/11/directx-90c-on-linux-with-wine.html
I try to install DirectX9.0 (MARCH 2008). All test of directx (dxdiag.exe) is
OK, but some textures in CSS are broken.
My configuration:
wine 0.9.57
VideoCard: GeForce4 Ti 4400
Driver: 1.5.8 NVIDIA 96.43.05
OS: Debian 4.0 Etch
--
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=14940
Summary: snapter - .net framework application error upon launch
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nqcmzz(a)gmail.com
Created an attachment (id=15538)
--> (http://bugs.winehq.org/attachment.cgi?id=15538)
output files mentioned in the description
System: Debian Lenny (testing)
installing on a fresh .wine prefix
Tried running Snapter, an image treatment application available from
http://www.snapter.atiz.com/snapter.exe
during the installation process, the program warns it needs .NET Framework 2.0
to be installed. So I used winetricks to get it.
After dotnet20 's installation, snapter's setup runs successfully.
however, upon running the actual application, a window titled after Microsoft
Visual C++ runtime library prompts:
---------------------------------------------------------------------------
Runtime Error!
Program: C:\Program Files\Snapter\Snapter.exe
R6034
An Application has made an attempt to load the C runtime library incorrectly.
Please contact the application's support team for more information.
---------------------------------------------------------------------------
Shell output at this stage is in output1.txt (see attached)
Analizing the output, it's possible to infer MSVCR80.dll was failing to load,
so I installed the vcrun2005 package (through winetricks) and tried running
snapter.exe app.
the output at this stage is in output2.txt, which is somewhat similar to
output1.txt; MSVCR80.dll was still failing to load.
finally, I tried installing the vcrun2005sp1 package and running snapter's
binary again.
output is in output3.txt ; app fails to load.
--
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=6851
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |testcase
--- Comment #8 from Austin English <austinenglish(a)gmail.com> 2008-09-29 02:56:27 ---
Please send patches/testcases to wine-patches(a)winehq.org
--
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=2368
--- Comment #24 from David Taylor <davidt-wine(a)yadt.co.uk> 2008-09-29 02:02:17 ---
I can now confirm that the very similar problem in bug 10142 does apply to
fvwm2.
--
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=15444
Summary: Martindale 35 CDROM The complete Drug Reference does not
run due to unimplemented gdiplus functions
Product: Wine
Version: 1.1.5
Platform: PC
URL: Propriatery
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: JOCO_MKNZ(a)mail2pharmacist.com
wine crashes when trying to open the martindale.mcxe with a Standalonebrowser
provided with the cdrom
error follows
wine: Call from 0x7ee20c00 to unimplemented function
gdiplus.dll.GdipImageForceValidation, aborting
wine: Call from 0x7ee20c00 to unimplemented function
gdiplus.dll.GdiplusNotificationHook, aborting
it was suggested to me by maintainer JeffZ that i can try to put the
gdiplus.dll file at ~/.wine/drive_c/windows/system32/ as a workaround.
This was already tried BEFORE my initial submission - programme crashed with
the same output.
Wine version is the recent arch linux binary with some added .dll files in
system32
The cdrom is a propriatery only with no demo and comes with the Martindale
book.
--
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=9158
Amilcar Lucas <amilcar(a)kdevelop.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |amilcar(a)kdevelop.org
--- Comment #5 from Amilcar Lucas <amilcar(a)kdevelop.org> 2008-09-28 15:56:44 ---
Looks like it depends on bug 5713.
Tested it with 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=8287
--- Comment #16 from Danila Sentiabov <dsent(a)mail.ru> 2008-09-28 14:55:30 ---
Tried to do regression testing, but failed.
Bisected source ("good" 0.9.46 and "bad" 0.9.47) won't compile on my system.
Moreover, it damages the source, so "git bisect reset" don't work.
--
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=15420
Summary: VS 2008 MSDN DVD installation crashed
Product: Wine
Version: 1.1.5
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tinh.truong(a)evolus.vn
I just downloaded the DVD of Visual Studio 2008, mount the iso (udf format),
and run the command:
wine Setup.exe
The setup dialog popup and disappear right away with the logs and back traces
in the attachment.
I use Ubuntu 8.04
--
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=2368
--- Comment #23 from David Taylor <davidt-wine(a)yadt.co.uk> 2008-09-28 10:16:26 ---
I don't think this bug should be marked fixed -- at least I am seeing similar
behavior in wine-1.0, and two others are also reporting it is not fixed.
However, it does look like a duplicate of bug 10142.
--
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=2368
David Taylor <davidt-wine(a)yadt.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |davidt-wine(a)yadt.co.uk
--
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=8945
--- Comment #81 from Thomas <gimpel(a)sonnenkinder.org> 2008-09-28 06:12:26 ---
Trying with yesterday's git and a fresh .wine, photoshop cs3 still does not
install correctly for me.
The components seem to install fine, but photoshop itself fails.
Any tricks?
--
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=15441
Summary: Spore crashes at launch with gdi32 errors
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gav(a)gavingolden.com
Created an attachment (id=16311)
--> (http://bugs.winehq.org/attachment.cgi?id=16311)
Output from terminal when running Sporeapp.exe -safe
Wine 1.1.5,
Nvidia 6600, drivers 177.76
Running from the command line (even with the -safe option), crashes before ever
really launching.
--
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=7051
Lei Zhang <thestig(a)google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #16 from Lei Zhang <thestig(a)google.com> 2008-09-27 17:34:22 ---
reported fixed.
--
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=15430
Summary: Drop Down list Problem with Wine & IE4linux
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shravan_thakur11(a)rediffmail.com
Dear Sir,
I have install wine 0.9 with ie4linux on Red hat Enterprise, IE is working
fine but one problem with Drop Down List, there is no selection the drop down
list while pressing the first key of from keyboard there is no movement is the
list.
Kindly help me Plz
Shravan
--
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=4783
Kirill K. Smirnov <lich(a)math.spbu.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lich(a)math.spbu.ru
--- Comment #2 from Kirill K. Smirnov <lich(a)math.spbu.ru> 2008-09-27 10:39:11 ---
Controls seem already fixed in current fit.
I've send a patch that displays metafiles in Object Libraries dialog:
http://www.winehq.org/pipermail/wine-patches/2008-September/062208.html
--
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=15415
Summary: nvidia, linux kernel 2.6.26 and wine glitches
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dendron2000(a)mail.ru
This bug appeared when I upgraded to linux 2.6.26 kernel (I'm using Ubuntu
Interpid). Now all games launched with wine have periodic glitches. It means
approximately every second the game 'freezes' for a moment. I tested this with
the following games:
Project: Nomads
Trackmania United Forever
Ricochet Infinity
The last one is a 2D game, so it's not only 3D acceleration related.
This seems to affect ONLY games under wine, native warzone2100 and warsow work
fine.
Of course, I have nvidia binary drivers installed. But with the same version of
nvidia driver under kernel 2.6.22 this bug doesn't appear.
I'm currently using kernel 2.6.27 and it still has this bug.
--
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=8945
--- Comment #80 from Dan Kegel <dank(a)kegel.com> 2008-09-27 08:50:44 ---
InDesign also doesn't install. I've filed a new bug for the three
still-not-installing apps, see bug 15432.
--
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=7051
--- Comment #15 from Vorobyov Anton <phoenix(a)mail.ru> 2008-09-27 06:28:10 ---
May be closed - everyone confirmed that issue doesn't appear in latest wine
versions.
--
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=8945
--- Comment #79 from Dan Kegel <dank(a)kegel.com> 2008-09-26 22:56:01 ---
Yeah, Dreamweaver and Photoshop install for me, Flash and Illustrator
bomb out.
--
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=15414
Summary: Photoshop CS2: Fonts in text tool are larger than
specified in the tool options
Product: Wine
Version: 1.0.0
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: login(a)greenstorm.net
Often when I've been using photoshop and I open a new document and when I go to
use the text tool, the font size is huge. The size hasn't changed in the tool
options since I was working on the last document, but the text is significantly
larger.
You can work around this by decreasing the font size, but the effect seems to
be cumulative... the font just keeps getting larger and larger, and eventually
you run out of smaller sizes to go down to.
Not every document does this to the text tool, but it happens pretty regularly
(about 1 in 10 times).
Sorry I don't have a good repro at this point, but as I track it down I'll
update this bug.
--
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=8945
--- Comment #78 from Jaime Rave <jaimerave(a)gmail.com> 2008-09-26 12:33:50 ---
Well i have followed the same steps and it doesn't work. Maybe is because i'm
using the spanish version. I think i'll open a new Bug for that then.
--
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=8945
--- Comment #77 from Dan Kegel <dank(a)kegel.com> 2008-09-26 10:52:42 ---
Dreamweaver CS3 demo just installed ok for me. It even starts...
All I did was
rm -rf .wine
sh winetricks -q gecko
and then ran setup.exe.
I can reproduce the Flash CS3 problem, though. It aborts after
putting up the installer GUI. Please file a separate bug for that.
--
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=6851
--- Comment #6 from Matthew Flaschen <matthew.flaschen(a)gatech.edu> 2008-09-26 08:29:12 ---
I spent a while hacking on this, and at least I can say I understand the code
in question better. I noted that SC_SCREENSAVE /is/ processed by
explorer/desktop.c
(http://source.winehq.org/source/programs/explorer/desktop.c#L68), which calls
start_screensaver in the same file. This works on my system.
However, Wizmo still does not, and I have not determined why. The code I used
to test the screensaver functionality is attached.
--
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=8025
--- Comment #27 from Denis Misiurca <infoman1985(a)gmail.com> 2008-09-26 07:17:21 ---
Switching from OpenGL to D3D doesn't help too. I can play on localhost but
freeze occur when trying to play on inet servers.
hl.exe uses 30 to 50% of cpu normally, 100 — 105 when freezed.
Condition Zero is also affected.
--
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=8025
--- Comment #26 from Denis Misiurca <infoman1985(a)gmail.com> 2008-09-26 06:58:50 ---
Tried without sound, still get:
err:ntdll:RtlpWaitForCriticalSection section 0x7e039880 "x11drv_main.c:
X11DRV_CritSection" wait timed out in thread 0028, blocked by 0009, retrying
(60 sec)
--
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=8945
--- Comment #76 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2008-09-26 00:58:15 ---
(In reply to comment #75)
> Dreamweaver CS3 is still failling with today GIT, should I open a new bug or
> you should keep this one still open?.
>
I tested Flash CS3 installer and that one also fails (probably jscript bug). We
should open seperate bugs for these, as I opened this bug initially only for
Photoshop CS3, and that installer finishes fine now, so this bug is really
fixed.
--
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=8945
--- Comment #75 from Jaime Rave <jaimerave(a)gmail.com> 2008-09-25 23:07:50 ---
Dreamweaver CS3 is still failling with today GIT, should I open a new bug or
you should keep this one still open?.
--
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=8407
Mike Ellery <mellery(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mellery(a)gmail.com
--
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=8406
Mike Ellery <mellery(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mellery(a)gmail.com
--- Comment #6 from Mike Ellery <mellery(a)gmail.com> 2008-09-25 20:15:24 ---
This is a problem with MPLAB 8.10 too.
--
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=6878
--- Comment #6 from Mike Ellery <mellery(a)gmail.com> 2008-09-25 19:51:28 ---
The test program works for me using wine 1.1.5, the window is drawn correctly
but returns all zeros for top/left/right/bottom.
--
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=8577
Tomasz Lehmann <ciastko(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ciastko(a)gmail.com
--- Comment #6 from Tomasz Lehmann <ciastko(a)gmail.com> 2008-09-25 15:35:36 ---
I have a dual monitor setup (1920x1200 24" + 1280x1024) with virtual resolution
of 3200x1200. The game only detects only this resolution and i see the game
(half of it) on only one screen. I can't change the grahics options because
those should be displayed on the other monitor...
--
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=8025
--- Comment #25 from Denis Misiurca <infoman1985(a)gmail.com> 2008-09-25 12:03:13 ---
I have 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=8025
Denis Misiurca <infoman1985(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |infoman1985(a)gmail.com
--- Comment #24 from Denis Misiurca <infoman1985(a)gmail.com> 2008-09-25 12:01:20 ---
I have the similar issue on Intel G33.
When the system freezes the following lines appear in log:
err:dsound:DSOUND_MixOne Fatal error. Under/Overflow? primary_done=20464,
mixpos=75584/142664 (34720/65536), primary_mixpos=27584, writepos=7120,
mixlen=0
err:dsound:DSOUND_MixOne Fatal error. Under/Overflow? primary_done=20464,
mixpos=40880/147456 (40880/147456), primary_mixpos=27584, writepos=7120,
mixlen=0
err:ntdll:RtlpWaitForCriticalSection section 0x7e03a880 "x11drv_main.c:
X11DRV_CritSection" wait timed out in thread 0028, blocked by 0009, retrying
(60 sec)
If I use SSH and killall hl.exe, the system works fine.
Software info:
[I] media-libs/mesa (7.2(a)24.09.2008): OpenGL-like graphic library for Linux
[I] x11-base/xorg-server (1.5.0(a)24.09.2008): X.Org X servers
[I] x11-drivers/xf86-video-i810 (2.4.2-r1(a)24.09.2008): X.Org driver for Intel
cards
[I] x11-libs/libdrm (2.3.1(a)24.09.2008): X.Org libdrm library
--
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=15406
Summary: Gecko loading fails on xpcom_core.dll
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kjella79(a)yahoo.no
Created an attachment (id=16264)
--> (http://bugs.winehq.org/attachment.cgi?id=16264)
WINE output
Though I have made no obvious changes that I know of (and I last had WINE
install Gecko yesterday) I now get this error trying to run an application
requiring it. It'll try to install itself again but return the same error,
leading to a "HTML rendering is currently disabled" error in the application.
err:module:import_dll Loading library xpcom_core.dll (which is needed by
L"C:\\windows\\gecko\\0.1.0\\wine_gecko\\xpcom.dll") failed (error c000007b).
--
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=15395
Summary: steam community scroll doesn't appears on Steam
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: z06.guillermo(a)gmail.com
Created an attachment (id=16247)
--> (http://bugs.winehq.org/attachment.cgi?id=16247)
you can see here the problem
In Steam, if you click on the "community" tab, doesn't appear the right scroll
to move up and down in the page.
Si the attachment to comprobe it.
Also, in Steam (in Windows) doesn't appear the top menu (the zone with blak
background). The site that you are seeing in Steam in the community tab is
https://steamcommunity.com (requies autenthification.
--
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=5048
WindowsHater <gaab_rs(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gaab_rs(a)hotmail.com
--- Comment #7 from WindowsHater <gaab_rs(a)hotmail.com> 2008-09-25 09:14:56 ---
does it still happen on latest 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=7257
Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #6 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2008-09-25 09:03:31 ---
fixed in today's git
--
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=7829
--- Comment #4 from Dan Kegel <dank(a)kegel.com> 2008-09-25 08:57:21 ---
Brilliant! I just tried it, and it works smoothly (with cosmetic errors).
--
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=8945
Jacek Caban <jacek(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #74 from Jacek Caban <jacek(a)codeweavers.com> 2008-09-25 08:55:23 ---
Photoshop CS3 installs fine with current today git 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=7829
Jacek Caban <jacek(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jacek(a)codeweavers.com
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #3 from Jacek Caban <jacek(a)codeweavers.com> 2008-09-25 08:52:03 ---
Fixed in today git.
--
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=7452
Jacek Caban <jacek(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jacek(a)codeweavers.com
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #6 from Jacek Caban <jacek(a)codeweavers.com> 2008-09-25 08:28:40 ---
jscript.dll is implemented now.
--
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=4103
--- Comment #20 from Bernd Buschinski <b.buschinski(a)web.de> 2008-09-25 07:42:55 ---
The Demo works like a charm on my Laptop with x64 and Intel 945GM/Mesa, just
fails on my desktop x64 with nvidia card, maybe its just another nvidia bug?
(nvidia-drivers-177.76)
--
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=7698
--- Comment #142 from th <th(a)zirkonium.net> 2008-09-24 23:33:32 ---
Yes, it's not exactly "stable" patch since you have to change it for every
Steam game (identifier as HL2MP for hl2 for example...).
However since this is really fatal bug with high-profile family of games, Wine
developers should try to do a proper patch for this already.
I understand fixing this right is hard though as (if i got it right) this
originates from a bug in the Source engine/Windows font library and Freetype
guys are not really interested in replicating Windows bugs... :-)
--
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=7698
--- Comment #141 from St.MPA3b <St.MPA3b(a)gmail.com> 2008-09-24 19:18:52 ---
Ok, I understood. By the word, 18 votes here... DEVELOPERS DEVERLOPERS
DEVELOPERS.
--
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=7698
--- Comment #140 from Evil <wine(a)eternaldusk.com> 2008-09-24 19:16:25 ---
(In reply to comment #139)
> Why this patch couldn't be moved to main branch? It's stable. It doesn't brokes
> anything. It have clear and short code.
>
Because it's a hack specific to this one game. Nothing in Wine should be coded
to act differently for one specific program, or you end up with hundreds (if
not thousands) of unmaintainable workarounds.
--
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=14323
Summary: Ghost Recon Advanced Warfighter don't run.
Product: Wine
Version: 1.1.0
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zedtux(a)yahoo.fr
Created an attachment (id=14601)
--> (http://bugs.winehq.org/attachment.cgi?id=14601)
Crash window of the game
Hi all,
I'm using Ubuntu Hardy Heron 64, on my AMD Athlon 64 X2 6000+ and my nVidia
GeForce 8800 GTX, and trying to launch Ghost Recon Advanced Warfighter.
As reported in the AppDb of WineHQ, the game menu work perfectly, but if I'll
try to start a new campagne, the game load everything, and on entering in-game,
a window appear, named "Crash" like in my screenshoot.
In the console, this is the part of output when crash :
err:d3d:getColorBits Unsupported format: WINED3DFMT_R32F
fixme:d3d_texture:IWineD3DBaseTextureImpl_ApplyStateChanges Unrecognized or
unsupported D3DSAMP_MINFILTER value 3 D3DSAMP_MIPFILTER value 3
fixme:d3d_texture:IWineD3DBaseTextureImpl_ApplyStateChanges Unrecognized or
unsupported D3DSAMP_MINFILTER value 3 D3DSAMP_MIPFILTER value 3
fixme:d3d_texture:IWineD3DBaseTextureImpl_ApplyStateChanges Unrecognized or
unsupported D3DSAMP_MINFILTER value 3 D3DSAMP_MIPFILTER value 3
err:d3d:getColorBits Unsupported format: WINED3DFMT_R32F
--
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=7698
--- Comment #139 from St.MPA3b <St.MPA3b(a)gmail.com> 2008-09-24 11:10:11 ---
Why this patch couldn't be moved to main branch? It's stable. It doesn't brokes
anything. It have clear and short code.
--
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=5054
Mike Ellery <mellery(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mellery(a)gmail.com
--
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=7431
Mike Ellery <mellery(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mellery(a)gmail.com
--
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=421
Mike Ellery <mellery(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mellery(a)gmail.com
--
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=6878
Mike Ellery <mellery(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mellery(a)gmail.com
--
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=9158
Mike Ellery <mellery(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mellery(a)gmail.com
--
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=3260
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |zedtux(a)yahoo.fr
--- Comment #28 from Austin English <austinenglish(a)gmail.com> 2008-09-24 09:44:32 ---
*** Bug 14323 has been marked as a duplicate of this bug. ***
--
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=15316
Summary: Warcraft 3 bnet crashes 1 min into any game
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ancient.watcher(a)gmail.com
After installing wine, i tried playing warcraft 3. Using the opengl, I thought
everything worked fine, but when i tried to play a game, the first minute
worked fine, then it starts to have bad spikes then eventually crashes, and i
have to force a shutdown of the computer.
--
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=15379
Summary: Microsoft Remote Desktop Client does not install.
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: philipp.loens(a)gmail.com
Hello,
I have installed the version 1.1.5 over
Code:
sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list -O
/etc/apt/sources.list.d/winehq.list
on my Ubuntu Hardy (8.04).
I would like to use the Windows Remote Desktop Protocol (6.0.2600.0).
But I can not find the mstsc.exe (from den appDB
http://appdb.winehq.org/objectManager.php?sClass=version&iId=4527) and i if
install the client it says that the client is already installed is.
--
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=7581
Aric Stewart <aric(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |aric(a)codeweavers.com
--- Comment #8 from Aric Stewart <aric(a)codeweavers.com> 2008-09-24 08:45:49 ---
Just submitted a patch to correct this.
--
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=3548
Fabian Köster <koesterreich(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |koesterreich(a)gmx.net
--
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=15383
Summary: Lexware: Installed MDAC 2.8 is sometimes not recognized
by installer
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: koesterreich(a)gmx.net
Created an attachment (id=16232)
--> (http://bugs.winehq.org/attachment.cgi?id=16232)
screenshot
I installed MDAC 2.8 and other libraries using winetricks version 20080825.
Sometimes the Lexware-Installer does not recognize that it is installed (See
appended screenshot)
Running winetricks mdac28 again seems to solve the problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8924
--- Comment #22 from Dan Kegel <dank(a)kegel.com> 2008-09-23 11:45:34 ---
"I commented out HTTP_ and got php-cgi.exe to work under wine. "
Thanks, that was the crucial bit of information. (Repeating
your statements about persistence was not useful, you have
already said that thousands of time.)
--
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=15389
Summary: Massive drawing slowdown
Product: Wine
Version: 1.1.3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: piernik(a)gmail.com
CC: dmitry(a)codeweavers.com
Since the following commit schematic drawing in Protel 99 SE is orders of
magnitude slower than before (now it's hardly usable):
commit 21cdaeea4bfa05859bb89dd27e3477e0cb07bb92
Author: Dmitry Timoshkov <dmitry(a)codeweavers.com>
Date: Thu Aug 21 15:02:15 2008 +0900
gdi32: Replace DC transform by font scaling for bitmap fonts.
Problem persists in 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=8924
--- Comment #21 from jvlad <dmda(a)yandex.ru> 2008-09-23 09:53:14 ---
from the CGI perspectives, there are some crusial variables to have a CGI
process started correctly, while the other variables are informative only. Feel
free to comment out all variables with HTTP_ and SERVER_ in their names.
I commented out HTTP_ and got php-cgi.exe to work under wine.
Still, it does not really matter which particular variable you comment out. You
can for example comment out HTTP_AGENT and re-introduce the same value under
HTTP_GENTA name and get the same effect.
Php-cgi.exe relies on persistence of the values retuened by getenv.
It first fetches some values, then changes the others and expect the first ones
to remain the same and it works this way under Windows while under Wine the
values are changed.
Check init_request_info() in sapi\cgi\cgi_main.c (see php source tree)
In short, it first reads SCRIPT_FILENAME and PATH_TRANSLATED and keeps the
pointers to the values returned by getenv(), then adds new variables, such as
ORIG_PATH_INFO, then runs the script file. To do this it takes the file name
from SCRIPT_FILENAME saved at the 1st step.
--
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=8924
--- Comment #20 from Dan Kegel <dank(a)kegel.com> 2008-09-23 09:14:41 ---
Which environment variables should I comment out in that
script to make php.exe successfully run?
--
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=8924
--- Comment #19 from jvlad <dmda(a)yandex.ru> 2008-09-23 09:13:22 ---
no, I did not say that the problem is caused by the big number of the
environment variables and honestly there is absolutely no theory in my
bugreport. I checked php code with debugger and found the origin of the problem
then filed the bug.
Once again, the problem is caused by getenv(). Value returned by this function
may change after some memory/or/evironment related functions like putenv/malloc
are called. In other words, value returned by getevn() is not persistent.
Although, with smaller number of environment variables, the values returned by
getenv() are persistent (not changed upon putenv/malloc calls) and php-cgi will
start to work. Feel free to comment out all HTTP_* variables and you'll see it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8924
--- Comment #18 from Dan Kegel <dank(a)kegel.com> 2008-09-23 08:59:33 ---
jvlad, you said the problem was because of too many environment
variables. Have you verified this by removing some environment
variables and seeing that the app now works? Otherwise we'll
have to discard your theory as unproven and look for the real cause.
It would be nice if your theory was true, so please supply
a script that demonstrates it is.
--
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=8924
--- Comment #17 from jvlad <dmda(a)yandex.ru> 2008-09-23 06:25:49 ---
Created an attachment (id=16233)
--> (http://bugs.winehq.org/attachment.cgi?id=16233)
demo to replicate the problem
1. unpack the archive into C:\Program Files\ directory, so 1.bat will appear in
C:\Program Files\php5
2. download php5 distro http://www.php.net/distributions/php-5.2.6-Win32.zip
3. unpach the archive into C:\Program Files\php5 directory, so php-cgi.exe will
appear in it. You need only php-cgi.exe and php5ts.dll. All the other files
from the archive can be safely removed.
4. Now you have C:\Program Files\php5 with the following files:
php-cgi.exe, php5ts.dll, 1.bat, 1.php
5. run wine cmd
6. cd C:\Program Files\php5
7. run 1.bat
It works fine under Windows and dumps out phpinfo. It won't work under Wine
telling that input file is not specified.
--
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=8924
--- Comment #16 from jvlad <dmda(a)yandex.ru> 2008-09-23 04:43:46 ---
Basicly it's what comment #5 already contains.
Could you please check if you can replicate the problem with it?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.