http://bugs.winehq.org/show_bug.cgi?id=7042
--- Comment #17 from joaopa <jeremielapuree(a)yahoo.fr> 2008-09-03 10:20:17 ---
I can not confirm that the bug is fixed since I am stuck with the infamous bug
12228
Joaopa
--
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=7042
--- Comment #16 from Thobias Reaper <thobias.reaper(a)gmail.com> 2008-09-03 10:11:45 ---
(In reply to comment #15)
> I'm able to create characters, but if I try to change the character biography,
> the game hangs with no error messages. If I just skip biographies, it works
> fine though. Is this similar to what you guys are getting? This is on Wine
> 1.1.0.
>
Also works for me, although the biographies also work for me. I'm using wine
version 1.1.3-393-g09d0a35. This means that the bug is fixed as far as i am
concerned.
--
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=15104
Summary: Google Chrome Fails to install
Product: Wine
Version: 1.1.3
Platform: PC
URL: http://www.google.com/chrome
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vladimiroski(a)gmail.com
Created an attachment (id=15787)
--> (http://bugs.winehq.org/attachment.cgi?id=15787)
Chrome failing to install.
The new web browser from Google: Google Chrome, does not install in Wine 1.1.3.
Log 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=609
Dotan Cohen <winehq-bugs(a)dotancohen.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |winehq-bugs(a)dotancohen.com
--- Comment #12 from Dotan Cohen <winehq-bugs(a)dotancohen.com> 2008-09-03 09:39:34 ---
I can confirm this bug in wine-1.0 on Ubuntu 8.04. Although MS Office 2003
installs fine, the Hebrew text is backwards. Googling the problem led me to
this video, which illustrates the problem:
http://www.youtube.com/watch?v=19I2qaykE6w
Note that the same version of MSO installs and operates fine on an
English-language version of MS Windows. However, that version of Windows is
Hebrew-enabled, which may be relevant.
--
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=6486
--- Comment #12 from Durand <durand1(a)gmail.com> 2008-09-03 09:09:32 ---
I can confirm that this has now been fixed in the git tree :D 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=6688
Gabriele Moabiti <gabmoa(a)yahoo.it> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gabmoa(a)yahoo.it
--- Comment #9 from Gabriele Moabiti <gabmoa(a)yahoo.it> 2008-09-03 08:35:08 ---
confirmed ubuntu 8.04 + wine 1.1.2 (no native dll used)
--
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=6486
--- Comment #11 from Durand <durand1(a)gmail.com> 2008-09-03 08:26:42 ---
Could you check if its fixed with water levels? I'm compiling wine git now but
it looks like its going to take a while.
--
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=5813
--- Comment #11 from H. Verbeet <hverbeet(a)gmail.com> 2008-09-03 07:37:43 ---
The Warlords IV demo is broken. It locks data for 4 vertices in the vertex
buffer, but writes data for 6, and also draws 6 vertices. That's why you see
only half the screen in the intro. Using glMapBufferRange() in GL3 for VB locks
could potentially allow this to work anyway, but it would depend on how the
driver handles writing past the mapped region's end, and it's a game bug either
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=3756
--- Comment #10 from Anastasius Focht <focht(a)gmx.net> 2008-09-03 02:23:36 ---
Hello,
--- quote ---
Sounds like the same problem as reported in the bug 13152.
--- quote ---
Reading your explanation in bug 13152 (comment 6), I'd say it's more likely bug
10368 there.
The back pointer messes up the string data in free arena.
In this bug, the free arena back pointer is only a secondary problem.
The primary problem here is that non-BSTR related allocations in between BSTR
app code reuse BSTR arenas thus partly destroying the contents while the BSTR
data is still being referenced (and then double freed).
If you implement my hints, the problems should go away (already tested).
Regards
--
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=1719
Vitaly Lipatov <lav(a)etersoft.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lav(a)etersoft.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.