http://bugs.winehq.org/show_bug.cgi?id=27052
Summary: winedbg and its man page should use "wpid"
consistently for Windows' process ID
Product: Wine
Version: 1.3.15
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winedbg
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: info(a)skierpage.com
I couldn't figure out why winedbg complained "Can't attach process 42db: error
87" when I typed "attach 17115". I know the PID of my Windows executable, as
provided by top, ps, System Activity, etc.
You need to supply the *Wine/Windows PID* of the process, e.g. using the "info
process" command to winedbg, and this *isn't* the UNIX pid. This is mentioned
further down in winedbg(1), but it would be so much clearer if the man page,
the "info process" command and other documentation consistently used "wpid", as
http://www.winehq.org/docs/winedev-guide/debugger does.
There is missing help that also needs to use "wpid":
* winedbg --help's usage output doesn't mention the --auto wpid usage (though I
couldn't get this to work).
* the help command within winedbg doesn't mention "attach wpid"
--
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=34211
Bug #: 34211
Summary: strncpy C library function doesn't compliant C
standard.
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alvaro.nieto(a)gmail.com
Classification: Unclassified
Created attachment 45514
--> http://bugs.winehq.org/attachment.cgi?id=45514
Program that shows the bug and patch that solves it
>From standard;
"If the array pointed to by s2 is a string that is shorter than n bytes, null
bytes shall be appended to the copy in the array pointed to by s1,until n bytes
in all are written"
The attached code doesn't prints anything in Windows and Linux but prints in
wine because wine's strncpy doesn't append null bytes.
Also I've included a patch that solves 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=18744
Summary: Mp3Tag: Column headers in list view incorrectly
redrawn
Product: Wine
Version: 1.1.22
Platform: PC
URL: http://www.mp3tag.de/en/download.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh+winehqdotorg(a)gmail.com
See attachment.
When clicked, the column headers (Filename, Path, ...) change to a selected
state and get a new "pressed" style. When selecting another column, the next
column is successfully selected but the previous one's style is still left
untouched, instead of being reset.
No 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=33794
Bug #: 33794
Summary: Arabic Entry Box Has Big Errors .
Product: Wine
Version: 1.5.31
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: usp10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: moceap(a)hotmail.com
Classification: Unclassified
When run wine at Arabic session the entry box has many problems as ::
1 - First it shown empty even it isn't empty .
2 - When try to write it shown reversed .
3 - Shaping false of Arabic letters .
4 - Spaces between letters are not organized .
When run wine at English session the entry box has a problem is ::
1 - Couldn't write in Arabic , show x11 drv keyboard error !
When run wine at Arabic session and Microsoft usp10.dll ::
1 - The entries shown at first time
2 - Arabic letters also don't organized !
--
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=34245
Bug #: 34245
Summary: A simple program I wrote myself making a query of
"select * from win32_Directory" via WMI crashed
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wmi&wbemprox
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: slvm.free(a)gmail.com
Classification: Unclassified
Created attachment 45570
--> http://bugs.winehq.org/attachment.cgi?id=45570
All crash output from terminal
I wrote a simple program make a query of "select * from Win32_Directory" to
WMI, and it crashes every time. But it works well on XP.
And I find that it's caused by the funtion of seed_dirs(), in
dlls/wbemprox/builtin.c at line 1086, without checking if "const struct expr
*cond" is NULL. So when it's NULL code "cond->u.expr.left" would lead to the
crash.
I found it on version 1.6 at first, and then downloaded v1.7 to install and
the problem still exists.
--
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=34275
Bug #: 34275
Summary: Louisiana Adventure Demo fails with 'OLE error
80004001'
Product: Wine
Version: 1.7.0
Platform: x86
URL: http://www.atomicgamer.com/files/101304/louisiana-adve
nture-demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
CC: andrey.goosev(a)gmail.com
Classification: Unclassified
Created attachment 45631
--> http://bugs.winehq.org/attachment.cgi?id=45631
log
Fails after launch.
--
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=34102
Bug #: 34102
Summary: It is not drawn when specify 0 for the width and
height in GdipDrawString.
Product: Wine
Version: 1.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: matsu.no.page(a)gmail.com
Classification: Unclassified
It is not drawn when specify 0 for the width and height in GdipDrawString.
Do not clipping If specify a 0.0 in Width and Height, "RectF" parameter in the
original GdipDrawString.
But, GdipDrawString of Wine 1.6 would be clipped, drawing is not performed.
--
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=34353
Bug #: 34353
Summary: The Ur-Quan Masters fails to start
Product: Wine
Version: 1.5.21
Platform: x86
URL: http://prdownloads.sourceforge.net/sc2/uqm-0.7.0-1-ins
taller.exe?download
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: piotr.caban(a)gmail.com
Classification: Unclassified
Regression SHA1: bcf4467b86921b006d7782a1e52db3b232dcda4d
Created attachment 45730
--> http://bugs.winehq.org/attachment.cgi?id=45730
plain terminal output
The game throws an error message after starting:
> Can't stat "C:/": No such file or directory
This is a regression from Wine 1.5.21:
bcf4467b86921b006d7782a1e52db3b232dcda4d is the first bad commit
commit bcf4467b86921b006d7782a1e52db3b232dcda4d
Author: Piotr Caban <piotr(a)codeweavers.com>
Date: Thu Dec 27 12:03:51 2012 +0100
msvcrt: Return error in stat function when path is specified with trailing
slash character.
:040000 040000 aba0363f0511174b1d29c9e3c3033db4f4613f27
9262952b6e20716e4b79c3a8945586f703678a06 M dlls
Reverting the patch on current git (wine-1.7.0-223-g8f09d34) or native msvcrt
works around the problem.
Steps to reproduce the problem:
1. download and install uqm-0.7.0-1-installer.exe
2. in the component selection window uncheck the "3DO Content" option, so only
the core game will be downloaded (~12 MB).
3. start the game with uqm.exe
--
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=33890
Bug #: 33890
Summary: Anno 1602 (demo): crash during startup
Product: Wine
Version: 1.6-rc3
Platform: x86-64
URL: http://www.annomuseum.de/webseiten/SF/www.anno1602.de/
english/downloads/download_demos.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frederic.delanoy(a)gmail.com
Classification: Unclassified
Created attachment 44987
--> http://bugs.winehq.org/attachment.cgi?id=44987
Terminal log + crash - wine-1.6-rc3-38-g9c49367
Install the demo version and try to start it
=> crashes after a splash screen is shown for half a second or so
Using wine-1.6-rc3-38-g9c49367
--
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=32922
Bug #: 32922
Summary: itunes 7 crashes
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: btolfree(a)comcast.net
Classification: Unclassified
Created attachment 43481
--> http://bugs.winehq.org/attachment.cgi?id=43481
error log from wine running itunes 7 in Mint 13
opening iTunes 7 in Mint 13. this error continues to appear and even after
closing the error, it keeps reappearing.
--
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.