http://bugs.winehq.org/show_bug.cgi?id=31700
Bug #: 31700
Summary: Numerous fixmes from Word2003 (FYI)
Product: Wine
Version: 1.5.12
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thehermanator(a)rocketmail.com
Classification: Unclassified
Created attachment 41665
--> http://bugs.winehq.org/attachment.cgi?id=41665
Cut-and-paste of console output from MSWORD starting thru exiting
Running MS Word2003 111.6568.6568 SP2 in Wine 1.5.12 on 64-bit Ubuntu
12.04.1LTS
Opened blank document, then saved. Document was correct according to
LibreOffice 3, but produced numerous fixme messages on cpnsole.
--
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=31723
Bug #: 31723
Summary: Heap corruption crash on exit from notepad under
WINEDEBUG=warn+heap
Product: Wine
Version: 1.5.12
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Found while looking at bug 31353.
In wine-1.5.13, if I do
echo x > foo.txt
WINEDEBUG=warn+heap wine notepad foo.txt
and then exit notepad, it crashes with the following stack trace:
Unhandled exception: page fault on read access to 0xfeeefef6 in 32-bit code
(0x7db24356).
Backtrace:
=>0 ScriptStringFree+0x36(pssa=0x161bcc) [dlls/usp10/usp10.c:2320]
1 EditWndProc_common+0x1119(hwnd=<?>, msg=<?>, wParam=<?>, lParam=<?>,
unicode=<?>) [dlls/user32/edit.c:375]
2 EditWndProcW+0x3a(hwnd=0x10076, msg=0x82, wParam=0, lParam=0)
[dlls/user32/winproc.c:1081]
'winetricks usp10' does not work around it.
wine-1.4 does not have the problem.
git log on edit.c shows the most recent commit is
user32: Release uniscribe data on Edit control destruction (valgrind).
author Nikolay Sivov <nsivov(a)codeweavers.com>
Tue, 4 Sep 2012 19:06:17 +0000 (23:06 +0400)
commit 6b1946154831c4537b9fffc4994cb0273db55918
user32: Release uniscribe data on Edit control destruction (valgrind).
Reverting that gets rid of the 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=31707
Bug #: 31707
Summary: GTA Vice City: core dumped
Product: Wine
Version: unspecified
Platform: x86
URL: http://bit.ly/QgZFFd
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: n296869(a)rtrtr.com
Classification: Unclassified
Created attachment 41684
--> http://bugs.winehq.org/attachment.cgi?id=41684
GTA vice city core dumped on ubuntu
I'm running ubuntu inside vmware workstation with 3d acceleration enabled.
--
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=31353
Bug #: 31353
Summary: wine notepad crashed when exiting with some CJK
characters remaining in text area
Product: Wine
Version: 1.5.9
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: felixonmars(a)gmail.com
CC: fracting(a)gmail.com
Classification: Unclassified
Created attachment 41197
--> http://bugs.winehq.org/attachment.cgi?id=41197
crash log
This is what I've tested:
1. locale: en_US.UTF-8
$ wine notepad
Then input or paste some Chinese/Japanese characters, and hit exit button (or
alt-f4).
Crashed.
2. locale: en_US.UTF-8
$ wine notepad
Then input or paste some Chinese/Japanese characters, then delete them, and hit
exit button (or alt-f4).
It did not crash.
3. locale: zh_CN.UTF-8
Same operations as 1, did not crash too.
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=16792
Summary: BaseHead 1.7 crashes while moving window around
Product: Wine
Version: 1.1.12
Platform: Other
URL: http://www.baseheadinc.com/downloads/47?task=download
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://www.winehq.org/pipermail/wine-devel/2009-January/071730.html
was a post from an ISV who mentioned that his app "runs pretty chunky"
in Wine, so I tried it out. He mentioned that it needed flash,
so I did 'winetricks flash' first.
First problem: The installer uses a tiny, tiny font, which looks like bug
16264.
Second problem: playing around with the app's window, trying to position
it right on my laptop's 1024x768 screen, I got the following crash:
Unhandled exception: page fault on read access to 0x00000148 in 32-bit code
(0x7
eb1e72b).
Backtrace:
=>0 0x7eb1e72b PEN_SelectObject+0x2b(handle=0x64, hdc=0x26f8)
[dlls/gdi32/pen.c:238] in gdi32 (0x0032f9d4)
1 0x7eb09d8c SelectObject+0xac(hdc=0x26f8, hObj=?) [dlls/gdi32/gdiobj.c:1129]
in gdi32 (0x0032fa04)
2 0x734759fb in msvbvm60 (+0x559fb) (0x00b9410c)
0x7eb1e72b PEN_SelectObject+0x2b [dlls/gdi32/pen.c:238] in gdi32: movl
0x148(%eax),%edx
238 if (dc->funcs->pSelectPen && !dc->funcs->pSelectPen( dc->physDev,
ha
ndle ))
--
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=31732
Bug #: 31732
Summary: p11-kit: couldn't load module:
/usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so
Product: Wine
Version: 1.5.13
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: erickertz(a)gmail.com
Classification: Unclassified
Just upgraded from 1.5.11 to 1.5.13 using the ppa and am now getting the
following error while trying to launch some applications:
p11-kit: couldn't load module:
/usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so:
/usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared
object file: No such file or directory
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:heap:HeapSetInformation 0x110000 0 0x32fd5c 4
ubuntu 12.04 64
wine windows xp 32
--
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=16255
Summary: AOM Gold does not show marker when setting tasks for
citizens
Product: Wine
Version: 1.1.9
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: goonstk(a)yahoo.com
AOM Gold does not show marker when setting tasks for citizens
It will only show a marker when moving a unit or when a Town Center attacks an
undeveloped wall.
--
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=10001
Summary: Lack of hardware mixing
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: wine-directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thunderbird2k(a)gmx.net
Directsound properly plays most games correctly but there is no support for
hardware mixing. Various cards support it through Alsa. Support for this would
reduce latency and improve audio quality. Further multiple audio channels can
be supported on such cards more efficiently.
--
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=7878
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #10 from Austin English <austinenglish(a)gmail.com> 2012-09-18 19:07:45 CDT ---
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=28135
Summary: BiG World Project for baldur's gate will not work.
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: i30817(a)gmail.com
It's a complicated bat file to download and setup mods for Baldur's gate 2 & 1
It appears that wineconsole is not prepared to deal with it.
http://www.shsforums.net/index.php?app=downloads&module=display§ion=dow…
--
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.