http://bugs.winehq.org/show_bug.cgi?id=34486
Bug #: 34486
Summary: __unDName cannot demanle a string and shows error
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Windows
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: info(a)vmpsoft.com
Classification: Unclassified
Here is an example:
?shouldStartThread@?$IterateKernel@Viterator@?$QList@PEAUsRenderingChunk@@@@X@QtConcurrent@@$4PPPPPPPM@7EAA_NXZ
--
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=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=34567
Bug #: 34567
Summary: qq international 2.0 installer crashes at 100%
Product: Wine
Version: 1.7.1
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
http://dl_dir.qq.com/qqfile/qq/QQ2012/QQ2012.exe
sha1sum ea20cd09390588ea0943e0d0f9af56544a4cac4f
The installer gets to about 100%, then crashes with
err:msvcrt:MSVCRT__invalid_parameter (null):0 (null): (null) 0
wine: Unhandled exception 0xc0000417 in thread 1c at address 0x7b83b292 (thread
001c), starting debugger...
Backtrace:
=>0 0x7b83b292 RaiseException+0x62(code=<couldn't compute location>,
flags=<coul
dn't compute location>, nbargs=<couldn't compute location>, args=<couldn't
compu
te location>) [/home/dank/wine-git/dlls/kernel32/except.c:85] in kernel32
(0x03d
bd4d8)
1 0x7c7864cd MSVCRT__invalid_parameter+0x9c() in msvcrt (0x03dbd548)
2 0x7c7c538c MSVCRT_wcsrtombs_s_l+0x19b() in msvcrt (0x03dbd5a8)
3 0x7c7cdbd0 MSVCRT_wcstombs_s+0x2f(ret=0x3dbd5e0,
mbstr="C:\users\dank\Deskto
p\", size=0x400, wcstr="??QQ.lnk", count=0x3c)
[/home/dank/wine-git/dlls/msvcrt/
wcs.c:519] in msvcrt (0x03dbd5c0)
4 0x30072a17 in common (+0x72a16) (0x03dbd9e8)
5 0x30076a8d in common (+0x76a8c) (0x03dbda68)
6 0x00479877 in qq2012 (+0x79876) (0x03dbdd6c)
winetricks vcrun2005 lets you get past this 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=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=34442
Bug #: 34442
Summary: Multiple applications ported to WinRT/ARM require
msvcr110.dll.?before@type_info@@QBA_NABV1@@Z (Halite
torrent client)
Product: Wine
Version: 1.7.1
Platform: arm
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello folks,
as the summary says.
Source:
http://source.winehq.org/git/wine.git/blob/a51ffcd442678ce019a52bd5b95d99d0…
--- snip ---
741 @ stub -arch=arm ?before@type_info@@QBA_NABV1@@Z
--- snip ---
$ wine --version
wine-1.7.1-124-gd3e1758
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=34570
Bug #: 34570
Summary: Game crash because of improperly cloning MMIOINFO
struct in MMIO_Open
Product: Wine
Version: 1.7.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jiashulu(a)gmail.com
Classification: Unclassified
Created attachment 46023
--> http://bugs.winehq.org/attachment.cgi?id=46023
A quick fix
The game "Custom reido F" crashes on start.
The problem is that the whole adwInfo[] array in MMIOINFO struct is used by the
game, but wine only clones adwInfo[0] in MMIO_Open. A quick fix is attached.
What is more, I checked MSDN:
http://msdn.microsoft.com/en-us/library/windows/desktop/dd757322%28v=vs.85%…
and found that adwInfo[] array should have 4 elements instead of 3 in wine.
This perhaps will cause problems in other programs. I am not sure which APIs
are affected by 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.