http://bugs.winehq.org/show_bug.cgi?id=7151
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://didier.rapp.free.fr/a|http://online.bridgebase.com
|nomaliewinebbo.txt |/
Severity|major |normal
Component|wine-shdocvw |wine-misc
Keywords| |download, regression
Summary|Crask whith Bridge Base |Crash with Bridge Base
|Online |Online
------- Additional Comments From thestig(a)google.com 2007-11-01 23:03 -------
changing url, keywords, component
--
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=7154
Summary: no text in dialog boxes
Product: Wine
Version: 0.9.29.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arabian_muslima(a)hotmail.com
i use fedora core 3 and i faced a problem using this version 9.29 and 9.27 too,
text doesn't appear in dialog boxes.
i used a previous version but it worked well.
some users says it's a question of fonts.
may be font type(i don't know).
this link shows a forum of same problem facing other users
http://www.linuxquestions.org/questions/showthread.php?t=480524&highlight=w…
if it's a solved issue please notify me.
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=6468
amlau(a)alum.mit.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |amlau(a)alum.mit.edu
--
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=6873
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
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=6714
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2007-11-01 21:35 -------
Closing
--
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=6528
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
--
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=5768
------- Additional Comments From mike(a)codeweavers.com 2007-11-01 20:30 -------
The "AMT_WriteRemoveFileEntry" action problem is a bug in MsiGetPropertyA that
we don't emulate.
Adobe products use MsiGetPropertyA in custom actions to fetch the value of
various properties like this:
char *get_prop( const char *name )
{
UINT r;
DWORD sz;
char *str;
/* sz is meant to be the size in TCHARs excluding nul */
r = MsiGetPropertyA( handle, name, NULL, &sz);
if (r != ERROR_SUCCESS || sz == 0) return NULL;
/* sz would be too short here.... */
str = HeapAlloc(GetProcessHeap(), 0, sz);
MsiGetPropertyA( handle, name, NULL, &sz);
if (r != ERROR_SUCCESS || sz == 0) goto error;
return str;
error:
/* log a message and fail */
...
}
The above code works in the installer, but we have a number of test cases
showing that it shouldn't.
The code is run in the context of a custom action. After writing a test case
for the above code in a custom action, the problem was apparent.
MsiGetPropertyA has a bug in this case; it returns the size of the wide string
in bytes.
eg. if the property value is "Photoshop.dll" it returns 26, not 13, so the above
code works.
--
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=7151
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|critical |major
Component|wine-msvcrt |wine-shdocvw
------- Additional Comments From vitaliy(a)kievinfo.com 2007-11-01 17:10 -------
Please remove ~/.wine dir and reinstall your software. The crash probably caused
by old version of Mozilla ActiveX controls. Now Wine uses newer version of gecko
engine, that will be downloaded and installed automatically.
Also don't link to outside log files. Attach them instead "Create a New
Attachment " link above.
--
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.