http://bugs.winehq.org/show_bug.cgi?id=4500
Summary: msvcrt: regression in very simple test app.
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Keywords: regression, download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, there have been several regressions in msvcrt in the SeriousSam demo. I'll
leave bug 4482 for a regression that took place between wine's june and july
version 2005. I think there's also a bug/regression in _vsnprintf
here's modified sample from msdn; modifications are based on what SeriousSam
passes to _vsnprintf:
#include <stdarg.h>
#include <wtypes.h>
void VarArg(LPCSTR formatstring, ...)
{
int nSize = 0;
char buff[255];
va_list args;
va_start(args, formatstring);
nSize = _vsnprintf( buff, sizeof(buff), formatstring, args);
printf("nsize=%d\n", nSize);
}
void main() {
VarArg("Players\Player%d.plr", "Players\Player0.plr");
VarArg("Cannot open file `%s' (%s) ()", "");
}
The exe can be found at http://bugs.winehq.org/attachment.cgi?id=1829&action=view
it gives:
WINEDLLOVERRIDES="msvcrt=n" wine a.exe
nsize=24
nsize=25
same result with wine 0.9.5
with wine 0.9.7:
wine a.exe
nsize=24
nsize=33
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4499
Summary: OpenGL very slow in 0.9.7 -- regression
Product: Wine
Version: 0.9.7.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leon_fraitak(a)mail.ru
Wine 0.9.7 and CVS snapshots past 0.9.7 has a terrible OpenGL performance. For
example, Counter Strike 1.6 drops from 100 fps (in 0.9.6) to 30-50 fps (in
0.9.7).
It seems that the following patch has introduced the regression:
http://source.winehq.org/git/?p=wine.git;a=commit;h=13268261bbe0d4013937a6a…
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4457
------- Additional Comments From the3dfxdude(a)gmail.com 2006-06-02 14:41 -------
Thanks for the info. I suppose there is or was a compatability bug with wine
and S3 Savage video driver. I suppose you're using dri? I recommend the latest
dri cvs always when using dri (outside the scope of wine). I will update the
how-to to recommend 0.9.7. Yes, I'm sure it's slow =p
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3095
us(a)edmeades.me.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
------- Additional Comments From us(a)edmeades.me.uk 2006-06-02 14:10 -------
Apologies, I forgot to update this bug report when this got fixed. Complete
fix is in cvs and comitted. Confirmed it resolves this problem
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=4498
Summary: game (Myst IV) shows no graphics when double buffering
is on
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: uli-do(a)gmx.at
I tried running Myst IV Revelation by Cyanworlds/Ubi Soft in wine git snapshot
from 15th January (wine 0.9.4) to 6th February 2006 (wine 0.9.7). With double
buffering switched on in winecfg, no graphics appear, the window stays black but
one can hear the music. I think it is somehow related to the game using d3d9 and
rendering the video on a d3d surface.
Turning double buffering off, the video appears but with the speed of a diashow
(depth conversion).
I tried to debug, but failed to find the cause for the window staying black.
Please tell me which debugging options I should use to provide more information.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4482
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |regression
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-06-02 05:50 -------
Looks like there have been several regressions. In Wine 20041019 at least there
no such msvcrt-bug
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3902
------- Additional Comments From giulian2003(a)hotmail.com 2006-06-02 04:27 -------
Hi Marty,
I haven't made any patch because even though i obtained good results, i still
had some problems (some bitmap areas didn't
update right).
Anyway, its easy to make the necesary changes, it will take you about half un
hour, i will try to guide trough it:
First of all, I've wrote an email to Robert Shearman asking for informations
about DIBs - X Server sync and this is what he
wrote me:
Question:
Hello,
Could anyone give me some more info on X11DRV_CoerceDIBSection function and
the logic behind using 'DIB_Status_GdiMod' and
'DIB_Status_AppMod' stats? I am trying to repair a bug (3902) that has to do
with application waiting exccessivly on some
locks and i am kind of lost ;( Any help would be greatly appreciated!
Answer:
That code is designed to keep DIBs sync'ed between applications and the X
server. When the application does a Win32 GDI call
then the state of the DIB gets set to DIB_Status_GdiMod and the memory that
backs the DIB is set to no-access so that a page
fault occurs if the application tries to read it. A handler detects this and
downloads the DIB from the X server and sets the
state to DIB_Status_None. In this state the DIB memory is set to read-only, so
that a page fault occurs if the application
tries to write it. The same handler also detects this and consequentially sets
the DIB state to DIB_Status_AppMod and allows
full access to the DIB memory.
Now, the problem is this:
If you look in the function X11DRV_DIB_Coerce() in 'wine-
0.9.x\dlls\x11drv\dib.c', you will notice that in some cases (InSync
requested in status GdiMod, etc.) the function X11DRV_DIB_DoUpdateDIBSection()
is called which syncronises ALL the bitmap.
even though the previous function modified only a small area of the bitmap:
static void X11DRV_DIB_DoUpdateDIBSection(X_PHYSBITMAP *physBitmap, BOOL toDIB)
{
BITMAP bitmap;
GetObjectW( physBitmap->hbitmap, sizeof(bitmap), &bitmap );
X11DRV_DIB_DoCopyDIBSection(physBitmap, toDIB,
physBitmap->colorMap, physBitmap->nColorMap,
physBitmap->pixmap, 0, 0, 0, 0,
bitmap.bmWidth, bitmap.bmHeight);
}
My ideea was this:
In some cases is possible to know what area of the bitmap will get modified so
a GDI function could memorise the rectangle to
be modified! This way, the X11DRV_DIB_DoUpdateDIBSection() function could
syncronise only the modified area of the bitmap
instead of all the bitmap.
In order to implement this, i made the following changes:
- added a member to X_PHYSBITMAP structure in 'wine-0.9.3\dlls\x11drv\x11drv.h':
//it has the purpose to memorise the current modifing rectangle for a
certain bitmap
XRectangle modified_rect;
- added 2 functions in 'wine-0.9.x\dlls\x11drv\dib.c' designed for reading and
setting the modifing rectangle:
/***********************************************************************
* X11DRV_SetBoundRect
*/
void X11DRV_SetBoundRect(X_PHYSBITMAP *physBitmap, INT x, INT y, INT width, INT
height)
{
XRectangle *t;
INT xMin,yMin,xMax,yMax;
if (!physBitmap) return;
t = &(physBitmap->modified_rect);
if ( t->width && t->height && /*already a valid rect inside*/
width && height ) /*not trying to invalidate rect*/
{
//calculate the union of the two rectangles
xMin = ((t->x < x)?t->x:x);
yMin = ((t->y < y)?t->y:y);
xMax = ((t->x + t->width > x + width)?(t->x + t->width):(x +
width));
yMax = ((t->y + t->height > y + height)?(t->y + t->height):(y +
height));
t->x = xMin;
t->y = yMin;
t->width = xMax - xMin;
t->height = yMax - yMin;
}
else
{
t->x = x;
t->y = y;
t->width = width;
t->height = height;
}
TRACE("(%p,%d,%d,%d,%d)\n", physBitmap->hbitmap, t->x, t->y, t->width,
t->height);
}
/***********************************************************************
* X11DRV_GetBoundRect
*/
UINT X11DRV_GetBoundRect(X_PHYSBITMAP *physBitmap, INT *x, INT *y, INT *width,
INT *height)
{
DIBSECTION dib;
XRectangle *t;
if (!physBitmap || GetObjectW( physBitmap->hbitmap, sizeof(dib),
&dib ) != sizeof(dib))
{
ERR("called for non-DIBSection!?\n");
return 1;
}
t = &(physBitmap->modified_rect);
/* we should check for oversize values */
if ( (t->width > 0) && (t->height > 0) &&
(t->x < dib.dsBm.bmWidth) && (t->y < dib.dsBm.bmHeight) )
{
*x = t->x;
*y = t->y;
if (t->x + t->width > dib.dsBm.bmWidth)
*width = dib.dsBm.bmWidth - t->x;
else
*width = t->width;
if (t->y + t->height > dib.dsBm.bmHeight)
*height = dib.dsBm.bmHeight - t->y;
else
*height = t->height;
}
else
{
*x = 0;
*y = 0;
*width = dib.dsBm.bmWidth;
*height = dib.dsBm.bmHeight;
}
TRACE("(%p,%d,%d,%d,%d)\n", physBitmap->hbitmap, *x, *y, *width,
*height);
return 0;
}
And finally, i modified the X11DRV_DIB_DoUpdateDIBSection() function in 'wine-
0.9.x\dlls\x11drv\dib.c' to take in
consideration the modifing rectangle!
static void X11DRV_DIB_DoUpdateDIBSection(X_PHYSBITMAP *physBitmap, BOOL toDIB)
{
INT x,y,width,height;
if ( X11DRV_GetBoundRect(physBitmap,&x,&y,&width,&height) ) return;
/*invalidate bound rect*/
X11DRV_SetBoundRect(physBitmap,0,0,0,0);
X11DRV_DIB_DoCopyDIBSection(physBitmap, toDIB,
physBitmap->colorMap, physBitmap->nColorMap,
physBitmap->pixmap, x, y, x, y,
width, height);
}
Now, a GDI function (for example BitBlt()) should be called like this:
X11DRV_SetBoundRect(physDevDst->bitmap,xDst,yDst,width,height);
X11DRV_CoerceDIBSection( physDevDst, DIB_Status_GdiMod, FALSE );
if (physDevDst != physDevSrc)
{
X11DRV_SetBoundRect(physDevSrc->bitmap,xSrc,ySrc,width,height);
X11DRV_CoerceDIBSection( physDevSrc, DIB_Status_GdiMod, FALSE );
}
result = BITBLT_InternalStretchBlt( physDevDst, xDst, yDst, width, height,
physDevSrc, xSrc, ySrc, width, height,
rop );
if (physDevDst != physDevSrc)
X11DRV_UnlockDIBSection( physDevSrc, FALSE );
X11DRV_UnlockDIBSection( physDevDst, TRUE );
As i said, i obtained good results, but the bitmaps don't update right! ;(
I think one of the problems is i didn't took into consideration the origines in
X11DRV_PDEVICE struct when i call
X11DRV_SetBoundRect(), moustly because i don't have a clear understanding about
how things work!
The members of the X11DRV_PDEVICE struct that i belive should be taken into
consideration are:
POINT org; /* DC origin relative to drawable */
POINT drawable_org; /* Origin of drawable relative to screen */
HRGN region; /* Device region (visible region & clip region)
*
Not sure if all of them or maybe only 'org'?
If you have any more questions, please don't esitate to ask them...
Iulian
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=4496
Summary: OpenGL changes break World of Warcraft in 0.9.4 and
above.
Product: Wine
Version: 0.9.7.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gs234-winebugzilla(a)srcf.ucam.org
Under wine 0.9.4 and newer WoW (run with the -opengl switch) crashes fairly soon
with the following error message:
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 145 (GLX)
Minor opcode of failed request: 13 (X_GLXCreateGLXPixmap)
Serial number of failed request: 407
Current serial number in output stream: 408
This usually happens immediately or soon after the loading screen is finished
when logging in a character.
However, there is a small patch available wich paritally undoes the changes in
0.9.4: <http://kaspersandberg.com/~redeeman/wine-cvs-glx-r2.diff>.
I myself have nothing to with that patch, but I can confirm that it fixes my
problem. I found it here:
<http://gentoo-wiki.com/HOWTO_Install_and_update_World_Of_Warcraft_with_wine…:>.
I hope this gives you the information you need.
I am using a self-compiled wine on a up-to-date Debian unstable system.
(However, the debian-packaged wine exhibits the same problems.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4495
Summary: regedit gives false Unrecognized escape sequence errors
when importing from a .reg file
Product: Wine
Version: 0.9.7.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P5
Component: wine-tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mkdm_2000(a)yahoo.com
I am trying to import some registry keys that were exported in ASCII format from
a Win2000 machine. When importing via regedit (invoked wine regedit), it
returns errors on any entries that include a backslash ("\").
For the follwing registry key:
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.blk\ShellNew]
"Filename"="c:\program files\test_me\this_is_a_test.txt"
I get the following errors:
Warning! Unrecognized escape sequence: \p'
Warning! Unrecognized escape sequence: \t'
Warning! Unrecognized escape sequence: \t'
I think the error is in the "REGPROC_unescape_string" routine in regproc.c .
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4449
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-06-02 03:58 -------
I think you have to run by wine "c:\Program Files\Steam\Steam.exe"
and _not_ wine ~/.wine/drive_c/Program\ files/Steam/Steam.exe
Anyway, this whole fonts stuff is very, very vague. I asked a question about a
long time ago and a developer said wine should be able to find correct fonts on
your system. However it never worked on my computer, and the documentation isn't
very clear about it either. Hopefully someone who knows something about this
issue can update the documentation on this stuff so that wine- users know what
to do.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4449
------- Additional Comments From ivg2(a)cornell.edu 2006-06-02 03:40 -------
Copying the tahoma font to this location works!
Unfortunately it dies a bit later, with another error ("Unable to write to
virtual address 88", or something similar).
I can't remember how long ago it used to work...
It's not a very recent regression, it's been broken for a while.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4493
Summary: msvcrt:Serious Sam crashes after ran for the second time
(regression)
Product: Wine
Version: CVS
Platform: Other
URL: http://files.seriouszone.com/catdisplay.php?catid=36
OS/Version: Linux
Status: NEW
Keywords: regression, download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Steps to reproduce:
1. Install Serious Sam from the link above.
2. Run it with native msvcrt the first time (it will crash because of another bug).
3. Quit it and now run it for the second time with builtin msvcrt.
It crashes like this:
=>1 0x7b83ee63 RaiseException+0x67(code=0xe06d7363, flags=0x1, nbargs=0x3,
args=0x7fc5fa14) [/LFS/winecvs/wine/dlls/kernel/except.c:85] in kernel32
(0x7b83ee63)
2 0x7f944a14 _CxxThrowException+0x38(object=0x7fc5fc44, type=0x601e51c8)
[/LFS/winecvs/wine/dlls/msvcrt/cppexcept.c:417] in msvcrt (0x7f944a14)
3 0x600d9422 ?ExceptionFatalError@CTStream@@SAXXZ+0xc2 in engine (0x600d9422)
4 0x600daed0 ??0CTFileStream@@QAE@XZ+0x3a0 in engine (0x600daed0)
5 0x604b1cbe in game (+0x11cbe) (0x604b1cbe)
6 0x604b05da in game (+0x105da) (0x604b05da)
7 0x604b9613 in game (+0x19613) (0x604b9613)
8 0x00420f69 in serioussam (+0x20f69) (0x00420f69)
9 0x00421872 in serioussam (+0x21872) (0x00421872)
10 0x00422a80 in serioussam (+0x22a80) (0x00422a80)
11 0x00423828 in serioussam (+0x23828) (0x00423828)
12 0x00425c70 EntryPoint+0x134 in serioussam (0x00425c70)
13 0x7b8648e7 start_process+0xd3(arg=0x0)
[/LFS/winecvs/wine/dlls/kernel/process.c:1025] in kernel32 (0x7b8648e7)
14 0xb7eff7c3 wine_switch_to_stack+0x17 in libwine.so.1 (0xb7eff7c3)
0x7b83ee63 RaiseException+0x67 [/LFS/winecvs/wine/dlls/kernel/except.c:85] in
kernel32: leal 0xfffffff4(%ebp),%esp
85 RtlRaiseException( &record );
This happens in Wine-0.9.6 and 7, but not in 0.9.5. I'll try to find the patch
that broke Sam.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4449
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-06-02 02:05 -------
Actually i have this never seen working at all. I always had to copy Tahoma.TTF to
~/.wine/drive_c/windows/fonts. Do you remember about how long ago it used to work?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4492
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-06-02 01:13 -------
Just for your info: i just tried the installation but i do not have the problem
here at all. Seems to install just fine right here.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4480
------- Additional Comments From mike(a)codeweavers.com 2006-06-02 00:10 -------
Looks like MONTHCAL_SetRange should validate its input a bit better. Perhaps it
should return and error if the maximum date is before the minimum date.
Anybody care to write a test case and fix it? The test case would create a
Monthly Calendar control, then send it some MCM_SETRANGE messages and check what
the output is.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4449
------- Additional Comments From MattFinn(a)gmail.com 2006-06-02 00:06 -------
This could be from the lack of Tahoma - try this:
edit system.reg
include, under "Software\\Microsoft\\Windows NT\\CurrentVersion\\FontSubstitutes"
"Tahoma"="Times New Roman"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4490
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jacek(a)codeweavers.com
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From tony.lambregts(a)gmail.com 2006-05-02 22:38 -------
It looks like this is the patch that is causing the regression -- Actual commit
Thu Jan 5 16:57:49 2006 UTC
http://www.winehq.org/pipermail/wine-cvs/2006-January/020113.html
Why Would it be crashing in kernel when the change is in wininet I do not know.
Confirming and CC:ing the author of the patch
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4035
------- Additional Comments From z77y16(a)hotmail.com 2006-05-02 22:09 -------
I continued experiencing hangs after changing sound accel to emulation and also
after trying oss. The game would even hang unpredictably while playing with
sound disabled (ctrl+s).
I ended disabling sound completely in Wine. No hang since.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4035
z77y16(a)hotmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Dsound related hand in |Dsound related hang in
|Warcraft 3. |Warcraft 3.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4490
------- Additional Comments From misc(a)mokfam.com 2006-05-02 21:57 -------
Ok, took some time out to do some regression testing and the result is the last
working CVS update was on "2006-01-05 11:57:00 CDT". Anything on "2006-01-05
11:58:00 CDT" and after causes AOL AIM to crash after logging into the server.
Hope this helps.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4420
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From vitaliy(a)kievinfo.com 2006-05-02 17:57 -------
Closing. This is not an installer's job to add library path to the /etc/ld.conf.
Historically it's been a job of the user/root to do so. Especially that you can
install Wine as a user into user's $HOME for example.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4491
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony.lambregts(a)gmail.com 2006-05-02 16:00 -------
This looks like safedisc checks for softice.
*** This bug has been marked as a duplicate of 219 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=219
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |axel.braun(a)gmx.de
------- Additional Comments From tony.lambregts(a)gmail.com 2006-05-02 16:00 -------
*** Bug 4491 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=4393
eric.pouech(a)wanadoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From eric.pouech(a)wanadoo.fr 2006-05-02 15:08 -------
bug fixed, patch sent to wine-patches (should be in repository tomorrow)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4486
------- Additional Comments From alex(a)thehandofagony.com 2006-05-02 14:38 -------
That is probably because it tries to load some driver for the Walkman MP3 player
which it is supposed to communicate with. It crashes if I use winver nt40.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4480
------- Additional Comments From vitaliy(a)kievinfo.com 2006-05-02 13:41 -------
This means that this particular comctl32.dll came from win9x. Anyway this has
nothing to do with the bug itself.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4480
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2006-05-02 13:38 -------
Sorry, Vitaliy, for not bolding that I am talking about only this case:
| err:thunk:_loadthunk (commctrl.dll, Cctl1632_ThunkData16, comctl32.dll):
| Unable to load 'commctrl.dll', error 2
| err:module:LdrInitializeThunk "COMCTL32.dll" failed to initialize, aborting
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4480
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From vitaliy(a)kievinfo.com 2006-05-02 13:34 -------
Deppends on where comctl32.dll came from. If it's from win9x then yes it does
need the 16-bit version - commctrl.dll. If it's from win2k+ then no.
Anyway the problem is in MONTHCAL_SetRange. It should check for Min < Max range.
And it doesn't. There are number of other problems with Wine's implementation as
well.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4490
------- Additional Comments From tony.lambregts(a)gmail.com 2006-05-02 13:33 -------
What you are describing is a linear search. While that will work it is not very
efficient.
A much more effient way is to use a binary search. You know that it worked with
0.9.5 and does not work with 0.9.6. So since wine 0.9.6. came out on January 20,
2006 and 0.9.5. came out on January 5, 2006 So your first test would be on
January 12, 2006 (half way between the two dates) If it works then your next
test would be on the 16th, If it didn't then the next test would be on the 9th.
Continue spliting the dates untill you arrive at the day the patch was applied.
The same method can be applied to "times" but since most commits arrive in a
clump (many commits at once) it is a good idea to look at the cvs commits for
that day before-hand http://news.gmane.org/gmane.comp.emulators.wine.cvs
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4480
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2006-05-02 13:14 -------
IMHO it requires 'commctrl.dll' present to load 'comctl32.dll' successfully. Do
you have it?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4486
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2006-05-02 13:02 -------
Don't know whether this is related, but quoting the log:
| fixme:vxd:VXD_Open Unknown/unsupported VxD L"sonyspti.vxd". Try setting
Windows version to 'nt40' or 'win31'.
What happens if you follow this advise?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3166
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Winw will not install |Wine will not install
|Quicken Delux 2005 |Quicken Delux 2005
------- Additional Comments From vitaliy(a)kievinfo.com 2006-05-02 13:01 -------
Please remove ~/.wine dir with 'rm -rf ~/.wine' Then run 'wine --version' to
recreate it. This should work. Unless you have some problems with permissions /
free space in your $HOME directory.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=4491
------- Additional Comments From vitaliy(a)kievinfo.com 2006-05-02 12:57 -------
What happens if you set win ver to windows 2000?
BTW please update Hardware and OS ^
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3166
------- Additional Comments From robert(a)paulsen.homeip.net 2006-05-02 11:45 -------
I am sure I am doing something fundamentally wrong but don't know what else to
do. Running winecfg gives errors:
> winecfg
wine: creating configuration directory '/home/robert/.wine'...
ln: creating symbolic link `/home/robert/.wine-tdv10N/dosdevices/m:/usbdisk_5'
to `/media/usbdisk_5': Permission denied
wine: wineprefixcreate failed while creating '/home/robert/.wine'.
So I created .wine directory manually and tried again:
> winecfg
Warning: the specified Windows directory L"c:\\windows" is not accessible.
Warning: the specified System directory L"c:\\windows\\system32" is not accessible.
Warning: could not find DOS drive for current working directory
'/media/QW05PRMR1B', starting in the Windows directory.
err:shell:SHGetFolderPathW Failed to create directory
'L"c:\\windows\\profiles\\robert\\Desktop"'.
I tried adding drives in winecfg but get errorsd with that as well:
err:winecfg:apply_drive_changes unable to define devicename of 'C:',
targetpath of '/'
err:winecfg:apply_drive_changes unable to define devicename of 'I:',
targetpath of '/media/cdrecorder'
err:winecfg:apply_drive_changes unable to define devicename of 'J:',
targetpath of '/media/fd0'
err:winecfg:apply_drive_changes unable to define devicename of 'K:',
targetpath of '/home/robert'
Trying wine install.exe anyway didn't work. Same arrors as above. I even tried c
> wine install.exe
Warning: the specified Windows directory L"c:\\windows" is not accessible.
Warning: the specified System directory L"c:\\windows\\system32" is not accessible.
Warning: could not find DOS drive for current working directory
'/media/QW05PRMR1B', starting in the Windows directory.
wine: cannot open (null)
Somehow things worked much better for me with the original version of wine.
So, I guess I can't check if the problem still exists in this version of wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=4491
------- Additional Comments From axel.braun(a)gmx.de 2006-05-02 11:33 -------
@Joaopa:
I dont think so, it is an older game. I could make an ISO and provide it for
download, would that help?
@Vitaliy:
No, there is nothing in
~/.wine/drive_c/windows/system32/drivers
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=219
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jhilton(a)novell.com
------- Additional Comments From vitaliy(a)kievinfo.com 2006-05-02 10:28 -------
*** Bug 2379 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=2379
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2006-05-02 10:28 -------
This program uses safedisc to protec itself from debuggers/reverse engineering.
*** This bug has been marked as a duplicate of 219 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=219
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alexanderwstanley(a)gmail.com
------- Additional Comments From vitaliy(a)kievinfo.com 2006-05-02 10:27 -------
*** Bug 3872 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=219
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |super-greg(a)gmx.de
------- Additional Comments From vitaliy(a)kievinfo.com 2006-05-02 10:26 -------
*** Bug 3718 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=219
------- Additional Comments From vitaliy(a)kievinfo.com 2006-05-02 10:26 -------
*** Bug 3587 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=219
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |storri(a)torri.org
------- Additional Comments From vitaliy(a)kievinfo.com 2006-05-02 10:25 -------
*** Bug 2907 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=1434
Bug 1434 depends on bug 2907, which changed state.
Bug 2907 Summary: Page fault on write access attempting to play SSI Rites of War
http://bugs.winehq.org/show_bug.cgi?id=2907
What |Old Value |New Value
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |DUPLICATE
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2907
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2006-05-02 10:25 -------
Safedisc dup
*** This bug has been marked as a duplicate of 219 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=219
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Fallen.Azrael(a)gmail.com
------- Additional Comments From vitaliy(a)kievinfo.com 2006-05-02 10:23 -------
*** Bug 2895 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=1434
Bug 1434 depends on bug 2895, which changed state.
Bug 2895 Summary: C&C Generals throws "Unload the debugger and try again."
http://bugs.winehq.org/show_bug.cgi?id=2895
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2895
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2006-05-02 10:23 -------
Safedisc dup
*** This bug has been marked as a duplicate of 219 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4491
------- Additional Comments From vitaliy(a)kievinfo.com 2006-05-02 10:14 -------
Could you check if you have any files in ~/.wine/drive_c/windows/system32/drivers?
If so, what are they?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4492
Summary: MinGW (GDB) installer stalls when extracting files.
Product: Wine
Version: CVS
Platform: PC
URL: http://www.mingw.org/download.shtml
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tony.lambregts(a)gmail.com
I have tried to install MinGW's GDB using a straight "wine gdb-6.3-2.exe" many
times now and it usually stalls at 11% when it tries to extract files. Sometimes
it gets futher and stalls at 24%.
Using the folowing flags allows it to install some of the time. Even if it
stalls, most of the time if I switch away from the install screen and then
return to it it recovers and resumes installation. Sometimes I need to switch
away and return quite a number of times before it recovers and on the odd
occassion it seems I am unable to make recover at all.
WINEDEBUG="+relay" wine gdb-6.3-2.exe &> gdb.out
The same technique does not work I try to install it with out "+relay"
One interesting part that I could find in the relay log are the calls to
gdi32.GetTextExtentExPointW and gdi32.ExtTextOutW it seems that the strings
passed to them are corrupted from kernel32.WideCharToMultiByte.
ie: instead of just "Extract: gdb.exe... 11%" it also contains extra garbage
such as:
"\7fc8\f183\3f3b\b9ae\2008\ffff\ffff\f044\00c8\0ff4\2015"
This may not be the reason for the lockup but it is interesting.;^)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2379
------- Additional Comments From grandao(a)gmail.com 2006-05-02 08:37 -------
i couldn't install flash mx 2k4, then i ran winecfg and i had to put an asterisk
(*) on the libraries to be native, built-in. Bu then, happens the same: installs
perfect, but fails to load;
-Slackware 10.2
-Wine 0.9.7
-today: 05 feb 2006
output:
$ wine Flash.exe
err:module:LdrInitializeThunk "actlib.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Arquivos de
programas\\Macromedia\\Flash MX 2004\\Flash.exe" failed, status c0000142
$ winedbg Flash.exe
WineDbg starting on pid 0xa
First chance exception: page fault on read access to 0xc0384028 in 32-bit code
(0x42284440).
In 32 bit mode.
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:1007 GS:0007
EIP:42284440 ESP:4069f808 EBP:4069f90c EFLAGS:00210286( - 00 -RISP1)
EAX:00000001 EBX:c0384028 ECX:4069f8e0 EDX:4069f83c
ESI:c0384028 EDI:4069f83c
Stack dump:
0x00000000: 00000000 00000000 00000000 00000000
0x00000010: 00000000 00000000 00000000 00000000
0x00000020: 00000000 00000000 00000000 00000000
0x00000030: 00000000 00000000 00000000 00000000
0x00000040: 00000000 00000000 00000000 00000000
0x00000050: 00000000 00000000 00000000 00000000
0200: sel=1007 base=40018000 limit=00001fff 32-bit rw-
Backtrace:
=>1 0x42284440 in ~df394b.tmp (+0x4440) (0x42284440)
2 0x42282dce in ~df394b.tmp (+0x2dce) (0x42282dce)
3 0x422830c2 Ox12121212 in ~df394b.tmp (0x422830c2)
4 0x1002b3f5 EntryPoint in actlib (0x1002b3f5)
5 0x000000dc (0x000000dc)
6 0x00000000 (0x00000000)
0x42284440: movsl (%esi),%es:(%edi)
the dll wich flash whishes, is installed with the app and it's on the same
flash's dir.
you can surely confirm this bug :D
sorry for my bad english. i don't know how to debug very well, but if
instructions are presented to me, I surely can bring a new debug :)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1631
------- Additional Comments From gerald.britton(a)gmail.com 2006-05-02 08:24 -------
Problem still exists in wine 0.97 running Riven. I get the messages:
err:dsound:DSOUND_MixOne underrun on sound buffer 0x7fe21740
err:dsound:DSOUND_MixOne underrun on sound buffer 0x7fe21740
err:dsound:DSOUND_MixOne underrun on sound buffer 0x7fe21740
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4491
------- Additional Comments From jeremielapuree(a)yahoo.fr 2006-05-02 07:23 -------
Hi,
is there a downloadable demo of this game?
Joaopa
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3849
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-05-02 05:29 -------
Same issue
*** This bug has been marked as a duplicate of 2252 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2252
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |altkai(a)ml1.net
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-05-02 05:29 -------
*** Bug 3849 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4440
------- Additional Comments From noxxxy(a)gmail.com 2006-05-02 04:37 -------
This aint really a bug since it can be rounded by disabling progress bars for
transfers...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4131
magnus(a)hacka.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |critical
------- Additional Comments From magnus(a)hacka.net 2006-05-02 01:50 -------
Lowered severity to critical.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4131
magnus(a)hacka.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.6. |0.9.7.
------- Additional Comments From magnus(a)hacka.net 2006-05-02 01:39 -------
I can verify that upgrading to kernel 2.6.15 solves the problem.
I've been playing without any freezing issues for 3 hours.
Eg. it seems the problem appears for kernel <2.6.15.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4464
------- Additional Comments From ivg2(a)cornell.edu 2006-05-02 01:36 -------
It was my understanding that those are part of the DirectX SDK, which Microsoft
distributes. This is not code that app developers write themselves.
Anyway, the applications do distribute those dlls, but in a way that does not
get installed correctly on Wine, and with legal restrictions.
Wine could implement those dlls. I recall Raphael saying that it wouldn't be
very hard. (I'm not volunteering here, just want to point out the issue, since
no one replied to my message about this on wine-devel).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4464
------- Additional Comments From vitaliy(a)kievinfo.com 2006-05-02 00:37 -------
It looks like this is complete responsibility of an application developers
themselfs to include these dlls with their programs. Windows doesn't have those,
and m$ doesn't distribute them with DX either.
I don't think we can do anything about this ATM.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4478
------- Additional Comments From cnbiz850(a)sohu.com 2006-04-02 22:05 -------
Thanks for the response.
The local I am using is as follows:
$ locale
LANG=zh_CN.UTF-8
LANGUAGE=zh_CN.UTF-8
LC_CTYPE="zh_CN.UTF-8"
LC_NUMERIC="zh_CN.UTF-8"
LC_TIME="zh_CN.UTF-8"
LC_COLLATE="zh_CN.UTF-8"
LC_MONETARY="zh_CN.UTF-8"
LC_MESSAGES="zh_CN.UTF-8"
LC_PAPER="zh_CN.UTF-8"
LC_NAME="zh_CN.UTF-8"
LC_ADDRESS="zh_CN.UTF-8"
LC_TELEPHONE="zh_CN.UTF-8"
LC_MEASUREMENT="zh_CN.UTF-8"
LC_IDENTIFICATION="zh_CN.UTF-8"
LC_ALL=
The program I am trying to port to Wine is actually not mine and it is a very
popular stock analysis program in China (please refer to my original post). The
filenames it tries to create depends on, I guess, the name of the listed
company, etc. Though I can not guarantee the problem is due to Chinese
filenames, the following messages I cut from the log file seem to indicate it.
------------------------
warn:ntdll:NtCreateFile L"\\??\\E:\\fxj\\DATA\\SH\\NOTE\\" not found (c0000034)
warn:file:wine_nt_to_unix_file_name L"NOTE\\" not found in
/home/djia/.wine/dosdevices/e:/fxj/data/sz
warn:ntdll:NtCreateFile L"\\??\\E:\\fxj\\DATA\\SZ\\NOTE\\" not found (c0000034)
warn:file:wine_nt_to_unix_file_name L"NOTE\\" not found in
/home/djia/.wine/dosdevices/e:/fxj/data/$$
warn:ntdll:NtCreateFile L"\\??\\E:\\fxj\\DATA\\$$\\NOTE\\" not found (c0000034)
-------------------
Interestingly, I did a "wine notepad" in the default locale as well as
"LANG=zh_CN.gb18030 wine notepad" as you suggested and saved to a Chinese
filename (though I can't type Chinese under Wine, I simply copied a Chinese word
from a webpage), and then I did "ls" in the xterm, you only find something like
"???.txt", etc., whereis if you use gedit to save a file, the Chinese filename
appears corrently on the xterm.
Hope this is better understood.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3694
jathey(a)comcast.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.5. |0.9.7.
------- Additional Comments From jathey(a)comcast.net 2006-04-02 21:54 -------
Still an issue with 0.9.7. The patch mentioned above is in 0.9.7, so therefore
it cannot be the fix for this problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4490
------- Additional Comments From misc(a)mokfam.com 2006-04-02 21:53 -------
I'm not sure if I understand the instructions at
http://www.winehq.org/site/docs/winedev-guide/x1344 fully so let me get some
things straight for my particular case. Untar 0.9.5, update that with CVS for a
day after its' release, compile and run AOL AIM. Repeat these steps, increasing
the date by one until I find the date AOL AIM crashes?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4131
------- Additional Comments From magnus(a)hacka.net 2006-04-02 21:18 -------
Information from Ubuntuforums.com about upgrade to 2.6.15 working:
---snip---
after several headbusting reinstalls and hours scouring the internet i had yet
to see a cure for the most recent wine/steam bug. an incessant hanging roughly
30 seconds after runtime, and repeating every time it broke out (either thru
patience or ctrl+alt+f#'ing to a different tty) roughly 30 seconds later.
after closely monitoring my processor time for roughly 20 minutes and still
remaining under 1:40 between wineserver and wine-preloader, id say i may have
found a cure, or rather i assembled one, that worked for me.
wine 0.9.6-0 ubuntu breezy, running a ck1 patched vanilla 2.6.15 kernel and 8178
binaries from nvidia.
no hanging, steam is every bit as responsive as it is windows. finally back to
cs'ing w/o leaving ubuntu!
be careful, following the following instructions will displace your previous
kernel source directory!
following the instructions found here but change every instance of 2.6.14 to
2.6.15 http://ubuntuforums.org/showthread.php?t=84174
(modified 2.6.14 to 2.6.15, just change commands, worked identically)
and after booting into my new kernel (which was simple as hell to make, and only
took about an hour, most of which was compile time) i installed nvidia-glx from
the official nvidia binary on their site.
Counterstrike runs fast as hell, hotplug works flawlessly, ipod is recognized
still, etc. my kernel is newer, seems a little quicker on the boot (?) and
overall i would say a big improvement from 2.6.10.
---snip---
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4131
------- Additional Comments From magnus(a)hacka.net 2006-04-02 21:16 -------
Steam -dev didn't give any special information as I could see. During the log
below Steam freezed once. Running the Steam Beta version did not resolve the issue.
Running the beta:
---snip---
[user@ocsic:04:09:52:~/.wine/drive_c/Valve/Steam]$ wine steam.exe -clientbeta
steam3friends -beta steam3friends
fixme:midi:OSS_MidiInit Synthesizer support MIDI in. Not supported yet (please
report)
err:ole:CoGetClassObject class {4955dd33-b159-11d0-8fcf-00aa006bcc59} not registered
err:ole:CoGetClassObject no class object {4955dd33-b159-11d0-8fcf-00aa006bcc59}
could be created for for context 0x1
fixme:ole:CoCreateInstance no classfactory created for CLSID
{4955dd33-b159-11d0-8fcf-00aa006bcc59}, hres is 0x80040154
fixme:process:SetProcessWorkingSetSize (0xffffffff,-1,-1): stub - harmless
fixme:process:SetProcessWorkingSetSize (0xffffffff,-1,-1): stub - harmless
<Application freeze>
---snip---
Steam.exe -dev output:
---snip---
[user@ocsic:04:02:44:~/.wine/drive_c/Valve/Steam]$ wine Steam.exe -dev
fixme:midi:OSS_MidiInit Synthesizer support MIDI in. Not supported yet (please r
eport)
err:ole:CoGetClassObject class {4955dd33-b159-11d0-8fcf-00aa006bcc59} not registered
err:ole:CoGetClassObject no class object {4955dd33-b159-11d0-8fcf-00aa006bcc59}
could be created for for context 0x1
fixme:ole:CoCreateInstance no classfactory created for CLSID
{4955dd33-b159-11d0-8fcf-00aa006bcc59}, hres is 0x80040154
fixme:process:SetProcessWorkingSetSize (0xffffffff,-1,-1): stub - harmless
Shutting down. . .
1[user@ocsic:04:04:50:~/.wine/drive_c/Valve/Steam]$
---snip---
Steam.log:
---snip---
CsComm Session Feb-05-2006 04:02:52.197 [14]
ReconnectThread (14) Starting
CsComm Session Feb-05-2006 04:04:49.029 [14]
ReconnectThread (14) Told to exit
---snip---
---snip---
>From an errorlog for CS.
---snip---
[user@ocsic:03:59:52:~/.wine/drive_c/Valve/Steam/SteamApps/user@hacka.net/counter-strike/errorlogs]$
cat errorlog00028.txt
Error:Failed to load dialog file Resource/UI/ClassMenu.res
Function trace:
CGameUI::Start
CGameUI::Initialize
CFileSystem_Steam::Mount()
---snip---
I'll try and update to kernel 2.6.15.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4478
------- Additional Comments From mike(a)codeweavers.com 2006-04-02 20:42 -------
Nihao!
Please let us know the locale you are using, and the name of the file you're
trying to create. For example, you should be able to create the filename in
wine's notepad using one of the following locales:
LANG=zh_CN.gbk wine notepad
LANG=zh_CN.gb18030 wine notepad
LANG=zh_CN.utf8 wine notepad
If you paste the name of the file you're trying to create in bugzilla, I can try
it here.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4478
------- Additional Comments From cnbiz850(a)sohu.com 2006-04-02 17:01 -------
Created an attachment (id=1836)
--> (http://bugs.winehq.org/attachment.cgi?id=1836&action=view)
log file as requested
I ran the program with WINEDEBUG=warn+all and did get some possible
indications of the problems. Please see attached log file.
I did some further research. Functions file:CreateFileW or
ntdll:NtCreateFile, or things like that can not handle Chinese
filenames. That seems to be the problem. At the same time, it seems that
opening files with Chinese names is OK.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4480
------- Additional Comments From cnbiz850(a)sohu.com 2006-04-02 16:43 -------
Created an attachment (id=1835)
--> (http://bugs.winehq.org/attachment.cgi?id=1835&action=view)
log file as requested
BTW, I tried using native comctl32.dll as you suggested but failed with the
following messages. The first message is when I used the copy from my
XP install, and the second is when I used a copy from dll-files.com. In
both cases, the program simply quit.
-------------
$ wine ./TDXW.EXE
fixme:advapi:CheckTokenMembership (0x78 0x7fd50c88 0x7fbcfa30) stub!
fixme:actctx:QueryActCtxW stub!
fixme:actctx:QueryActCtxW stub!
fixme:actctx:QueryActCtxW stub!
fixme:actctx:QueryActCtxW stub!
fixme:actctx:QueryActCtxW stub!
fixme:actctx:QueryActCtxW stub!
fixme:font:WineEngCreateFontInstance Dirty hack. Default and ansi
charset is translated to getenv("WINE_DEFAULT_CODEPAGE")
err:win:CreateWindowExA bad class name "SysTabControl32"
fixme:msvcrt:MSVCRT__fsopen :(E:\jcb_gx\T0002\block.dat,rb,64),ignoring
share mode!
fixme:msvcrt:MSVCRT__fsopen :(E:\jcb_gx\T0002\gbbq,rb,64),ignoring share
mode!
fixme:ole:CoRegisterMessageFilter stub
err:win:CreateWindowExA bad class name "ToolbarWindow32"
fixme:ole:CoRegisterMessageFilter stub
-------------
$ wine ./TDXW.EXE
err:thunk:_loadthunk (commctrl.dll, Cctl1632_ThunkData16, comctl32.dll):
Unable to load 'commctrl.dll', error 2
err:module:LdrInitializeThunk "COMCTL32.dll" failed to initialize,
aborting
err:module:LdrInitializeThunk Main exe initialization for L"E:\\jcb_gx\
\TDXW.EXE" failed, status c0000142
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4489
------- Additional Comments From vitaliy(a)kievinfo.com 2006-04-02 16:03 -------
This is a crash related to multithreaded openGL calls. In this case ExitProcess
is called from the different thread (000b) then the one that initialized GUI
(0009). So I don't think this is the error you are looking for. Yes it does
crash, but after it's trying to terminate the process...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3771
------- Additional Comments From tony.lambregts(a)gmail.com 2006-04-02 15:06 -------
I downloaded the demo and ran the installer successfully but when I went to run
the game I get a messagebox saying
"Grim Fandango could not open!
Please make sure the CD is in the drive..."
Any suggestions for what channels to log?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4488
winehq-ticket(a)raf256.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://mingw.,org |http://sourceforge.net/proje
| |ct/showfiles.php?group_id=24
| |35
Summary|MSYS dont quite work, like |MSYS binaries dont quite
|mkdir in example |work, like mkdir in example
------- Additional Comments From winehq-ticket(a)raf256.com 2006-04-02 12:58 -------
Missing MSys is a problem for corss-devel that need to run windows command line
mingw g++ compiler and stuff in wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4488
Summary: MSYS dont quite work, like mkdir in example
Product: Wine
Version: CVS
Platform: Other
URL: http://mingw.,org
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq-ticket(a)raf256.com
MSYS installation from .exe file did worked (there wher equite few erros but
still), yet the unpacked .exe files do not work.
raf256@lore:~/.wine/drive_c/msys/1.0/bin$ wine ./mkdir.exe
fixme:netapi32:NetWkstaUserGetInfo Level 1 processing is partially implemented
fixme:advapi:LsaOpenPolicy ((null),0x7fb5f478,0x00000001,0x7fb5f494) stub
fixme:advapi:LsaQueryInformationPolicy (0xcafe,0x00000005,0x7fb5f490) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:advapi:LsaOpenPolicy ((null),0x7fb5f488,0x000f0fff,0x7fb5f484) stub
fixme:advapi:LsaQueryInformationPolicy (0xcafe,0x00000005,0x7fb5ef14) stub
fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 00000001
fixme:advapi:LsaClose (0xcafe) stub
fixme:netapi32:NetUserGetInfo Level 3 is not implemented
0 [main] mkdir 8 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION
477 [main] mkdir 8 open_stackdumpfile: Dumping stack trace to
mkdir.exe.stackdump
fixme:file:NtNotifyChangeDirectoryFile parameters ignored (nil) (nil) (nil) 0 1
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4487
------- Additional Comments From alex(a)thehandofagony.com 2006-04-02 12:16 -------
Created an attachment (id=1833)
--> (http://bugs.winehq.org/attachment.cgi?id=1833&action=view)
Console output
The mixer underruns have nothing to do with the game crashing; they appeared in
another log when the game ran fine. I have tried different settings of sound
emulation.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4487
Summary: C&C and Red Alert stop redrawing at random times
Product: Wine
Version: 0.9.7.
Platform: PC
URL: http://appdb.winehq.org/appview.php?versionId=4026
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
When playing either 'Command & Conquer Gold' and 'Command & Conquer: Red Alert',
the game will stop redrawing after some time; you can still navige menus etc.,
but there is nothing more drawn to the screen, or garbage is drawn (mouse traces
etc).
There is a demo available for Red Alert:
http://appdb.winehq.org/appview.php?versionId=4026
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4291
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From alex(a)thehandofagony.com 2006-04-02 11:03 -------
It seems SonicStage has the same problem (tested with Wine 0.9.7): The main menu
bar is invisible, but its popup menus are not.
All necessary information on how to download and install it, as well as a
screenshot of the problem, is available from its AppDB page:
http://appdb.winehq.org/appview.php?versionId=3876
Be warned, though; it has a serious memory leak, as described in Bug 4486.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1233
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From vitaliy(a)kievinfo.com 2006-04-02 10:19 -------
Patch commited some time ago.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4486
Summary: Huge memory leak when running SonicStage
(DIB_SetImageBits?)
Product: Wine
Version: 0.9.7.
Platform: PC
URL: http://appdb.winehq.org/appview.php?versionId=3876
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: major
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
When starting playback of an audio file in SonicStage, Wine begins tapping the
computer for remaining memory; in my case it used less than a minute to take
650MB. When there is nothing more to take, the SonicStage window redraws with
black rectangles.
See the AppDB page for information on how to download and install SonicStage.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4257
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
OS/Version|other |Linux
Platform|Other |PC
Summary|"Unable to create |DCOM: "Unable to create
|InstallDriver instance" when|InstallDriver instance" when
|installing OpenMG secure |installing OpenMG secure
|module |module
Version|0.9.5. |0.9.7.
------- Additional Comments From alex(a)thehandofagony.com 2006-04-02 09:11 -------
It installs with native DCOM98
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4483
winehq-ticket(a)raf256.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|FIXED |
------- Additional Comments From winehq-ticket(a)raf256.com 2006-04-02 08:35 -------
Hmm a little correction - it ALMOST works.
In example, it randomly craches right at startup:
root@lore:/home/raf256/.wine/drive_c/dap# wine ./MinGW-5.0.0.exe
fixme:win:SetWindowTextA setting text "MinGW 5.0.0" of other process window
(nil) should not use SendMessage
fixme:win:SetWindowTextA setting text "MinGW 5.0.0" of other process window
(nil) should not use SendMessage
err:seh:raise_exception Exception frame is not in stack limits => unable to
dispatch exception.
(crashed)
root@lore:/home/raf256/.wine/drive_c/dap# wine ./MinGW-5.0.0.exe
fixme:win:SetWindowTextA setting text "MinGW 5.0.0" of other process window
(nil) should not use SendMessage
fixme:win:SetWindowTextA setting text "MinGW 5.0.0" of other process window
(nil) should not use SendMessage
(ok, I closed the program)
root@lore:/home/raf256/.wine/drive_c/dap# wine ./MinGW-5.0.0.exe
fixme:win:SetWindowTextA setting text "MinGW 5.0.0" of other process window
(nil) should not use SendMessage
(ok, I closed the program)
root@lore:/home/raf256/.wine/drive_c/dap# wine ./MinGW-5.0.0.exe
fixme:win:SetWindowTextA setting text "MinGW 5.0.0" of other process window
(nil) should not use SendMessage
fixme:win:SetWindowTextA setting text "MinGW 5.0.0" of other process window
(nil) should not use SendMessage
err:seh:raise_exception Exception frame is not in stack limits => unable to
dispatch exception.
(crashed again)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4483
winehq-ticket(a)raf256.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
Version|0.9.3. |0.9.7.
------- Additional Comments From winehq-ticket(a)raf256.com 2006-04-02 08:29 -------
Instalation works nicely on wine 0.9.7 (I got it from CVS actually)
root@lore:/home/raf256/.wine/drive_c/dap# md5sum MinGW-5.0.0.exe
d31f7082cba5bd03873f2501d0157ae0 MinGW-5.0.0.exe
root@lore:/home/raf256/.wine/drive_c/dap# uname -a
Linux lore.raf256 2.6.14.6-grsec-a+gb-k8reg-pg4 #3 PREEMPT Fri Feb 3 11:01:22
CET 2006 i686 GNU/Linux
root@lore:/home/raf256/.wine/drive_c/dap# wine ./
wine: cannot open (null)
root@lore:/home/raf256/.wine/drive_c/dap# wine ./MinGW-5.0.0.exe
fixme:win:SetWindowTextA setting text "MinGW 5.0.0" of other process window
(nil) should not use SendMessage
fixme:win:SetWindowTextA setting text "MinGW 5.0.0" of other process window
(nil) should not use SendMessage
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc EM_AUTOURLDETECT: stub
fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub
err:menubuilder:extract_icon32 LoadLibraryExW (L"C:\\MinGW\\uninst.exe") failed,
error 126
err:menubuilder:InvokeShellLinker failed to fork and exec wineshelllink
kde-config: WARNING: KLocale: trying to look up "" in catalog. Fix the program
fixme:win:SetWindowTextA setting text "Delete file:
C:\\windows\\temp\\nstee7.tmp\\ChoosePackage.ini" of other process window
0x20058 should not use SendMessage
fixme:win:SetWindowTextA setting text "Delete file:
C:\\windows\\temp\\nstee7.tmp\\InstallOptions.dll" of other process window
0x20058 should not use SendMessage
fixme:win:SetWindowTextA setting text "Delete file:
C:\\windows\\temp\\nstee7.tmp\\NSISdl.dll" of other process window 0x20058
should not use SendMessage
fixme:win:SetWindowTextA setting text "Delete file:
C:\\windows\\temp\\nstee7.tmp\\PickMirror.ini" of other process window 0x20058
should not use SendMessage
fixme:win:SetWindowTextA setting text "Delete file:
C:\\windows\\temp\\nstee7.tmp\\StartMenu.dll" of other process window 0x20058
should not use SendMessage
fixme:win:SetWindowTextA setting text "Delete file:
C:\\windows\\temp\\nstee7.tmp\\ioSpecial.ini" of other process window 0x20058
should not use SendMessage
fixme:win:SetWindowTextA setting text "Delete file:
C:\\windows\\temp\\nstee7.tmp\\modern-header.bmp" of other process window
0x20058 should not use SendMessage
fixme:win:SetWindowTextA setting text "Delete file:
C:\\windows\\temp\\nstee7.tmp\\modern-wizard.bmp" of other process window
0x20058 should not use SendMessage
fixme:win:SetWindowTextA setting text "Delete file:
C:\\windows\\temp\\nstee7.tmp\\untgz.dll" of other process window 0x20058 should
not use SendMessage
fixme:win:SetWindowTextA setting text "Remove folder:
C:\\windows\\temp\\nstee7.tmp\\" of other process window 0x20058 should not use
SendMessage
Despite thoes warning all seem to work fine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4485
Summary: MP3 playback stops in middle of files in WMP9
Product: Wine
Version: 0.9.7.
Platform: PC
URL: http://appdb.winehq.org/appview.php?versionId=1449
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
When playing MP3 files in Windows Media Player 9, the playback stops long before
the file is finished. Furthermore, the first second of sound is not played
correctly. All other files I have tried, MPEG layer-2 audio, WMA, WAV, WMV etc.
play fine.
There doesn't seem to be any relevant information on the console, and I don't
know tha tDLL to give specific output from.
See the AppDB page for information on how to download and install the Player.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4484
Summary: 'Alchemy' visualization uses whole window in WMP9
Product: Wine
Version: 0.9.7.
Platform: PC
URL: http://appdb.winehq.org/appview.php?versionId=1449
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
The 'Alchemy' visualization type in Windows Media Player 9 uses the whole player
window instead of the designated playback area.
See the AppDB page for information on where to download it and how to install it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4477
------- Additional Comments From b.buschinski(a)web.de 2006-04-02 05:32 -------
Yes it works this way
I hope usp10 improves soon :-)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
I did some further research. Functions file:CreateFileW or
ntdll:NtCreateFile, or things like that can not handle Chinese
filenames.
在 2006-02-04六的 15:30 +0800,cnbiz850写道:
> I ran the program with WINEDEBUG=warn+all and did get some possible
> indications of the problems. Could that be due to the case-sensitive
> filenames? Please see attached log file.
>
>
>
> 在 2006-02-03五的 20:50 -0600,Wine Bugs写道:
> > http://bugs.winehq.org/show_bug.cgi?id=4478
> >
> >
> >
> >
> >
> > ------- Additional Comments From vitaliy(a)kievinfo.com 2006-03-02 20:50 -------
> > Shared memory mapping is fully supported by Wine. Please provide all of the
> > messages that you see in the terminal window (attach if it's more then 30 lines).
> >
http://bugs.winehq.org/show_bug.cgi?id=4483
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.bloodshed.net/dev
| |/devcpp.html
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-04-02 03:33 -------
i guess that's from this website:http://www.bloodshed.net/dev/devcpp.html???
Just tried and installs fine here. I see you use wine-0.9.3. Could you please
first upgrade to 0.9.7 and try again? Thanks!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4482
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-04-02 03:20 -------
Created an attachment (id=1829)
--> (http://bugs.winehq.org/attachment.cgi?id=1829&action=view)
exe file shows different behaviour with native msvcrt
well, i tried the little sample at msdn and modified it a bit:
#include <stdarg.h>
#include <wtypes.h>
void VarArg(LPCSTR formatstring, ...)
{
int nSize = 0;
char buff[255];
va_list args;
va_start(args, formatstring);
nSize = _vsnprintf( buff, sizeof(buff), formatstring, args);
printf("nsize=%d\n", nSize);
}
void main() {
VarArg("Players\Player%d.plr", "Players\Player0.plr");
VarArg("Cannot open file `%s' (%s) ()", "");
}
gives:
WINEDLLOVERRIDES="msvcrt=n" wine a.exe
nsize=24
nsize=25
and
wine a.exe
nsize=24
nsize=33
so different results
Maybe it's due to the strange `%s' -"thing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.