http://bugs.winehq.org/show_bug.cgi?id=3972
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2006-07-06 15:18 -------
| To fix this without using native dlls, we need to advertise (the way
| dotnetfx.exe wants to see it) that IE and Windows Installer (msi?) are
| installed.
Well, if no one is working on this I think I can cope with this.
| In the meantime, installing the respective apps lets the install proceed.
James, can you test whether install is happy with installed IE6sp2 (instead of
IE5.01) ?
--
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=5374
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From truiken(a)gmail.com 2006-07-06 13:24 -------
This bug is invalid. For one, there can't be a regression in the installer,
because before very recently, ie6setup.exe didn't work at all with all builtin
dlls. You're probably thinking about how it looked using native
advpack/comctl32/etc. If IE6 setup doesn't install Flash and it should be able
to, it's more than likely because the Component Selection screen isn't shown.
The missing animation is possibly a bug, and the missing component selection is
possibly a bug, but these need to be filed as individual bugs, and don't mark
them as regression, because it's never worked before. Also, don't associate
running native internet explorer with installing internet explorer in future
bugs; they are two completely different things.
--
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=4242
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dmitry(a)codeweavers.com
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-07-06 12:30 -------
regreession test shows this patch causes the crash:
http://cvs.winehq.org/patch.py?id=19390
Reverting the following part of the patch makes the application start finee
again. Added author of thee patch.
diff -u -p wine/dlls/user/win.c:1.16 wine/dlls/user/win.c:1.17
--- wine/dlls/user/win.c:1.16 Wed Jun 7 17:04:49 2006
+++ wine/dlls/user/win.c Wed Jun 7 17:04:49 2006
@@ -1025,7 +1025,15 @@ static HWND WIN_CreateWindowEx( CREATEST
if (((wndPtr->dwStyle & (WS_CAPTION|WS_CHILD)) == WS_CAPTION) ||
(wndPtr->dwExStyle & WS_EX_APPWINDOW))
{
- if (cs->hMenu) MENU_SetMenu(hwnd, cs->hMenu);
+ if (cs->hMenu)
+ {
+ if (!MENU_SetMenu(hwnd, cs->hMenu))
+ {
+ WIN_ReleasePtr( wndPtr );
+ free_window_handle( hwnd );
+ return 0;
+ }
+ }
--
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=5374
------- Additional Comments From philip.kent(a)ntlworld.com 2006-07-06 12:24 -------
The reboot errors have been fixed as of CVS however the other issues still remain.
Item 5 is now fixed. Even after adding iexplore.exe as native only into winecfg
it still loads up wine internet explorer.
--
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=5374
philip.kent(a)ntlworld.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |
------- Additional Comments From philip.kent(a)ntlworld.com 2006-07-06 10:52 -------
1: Since 5.0 I believe.
2: There should be a picture of a computer and a globe spinning in the install
phaze to the right of the text.
(http://www.faireal.net/soft/browser/ie6ja_setup3.png)
3: I mean errors like Failed to initiaze some file (im rerunning setup to get
the error)
4: iexplore.exe is set to native. Still nothing.
5: Compare http://www.kmutt.ac.th/images/ie-setup03.jpg to
http://caia.swin.edu.au/reports/041129A/05-install-ie6-component-options.png
6: Got Fontforge. Interestingly the one at caia.swin.edu.au looks fine. I mean
the text like Component Selection at the top.
Ill have a log file 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.
http://bugs.winehq.org/show_bug.cgi?id=5375
Summary: Replacing line in Richedit removes linebreak
Product: Wine
Version: 0.9.14.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine-bug(a)opensource.sf-tec.de
I have a richedit filled with some strings. If I go and replace one of them
the linebreak at the end of this line gets removed. If there is some text in
the next line this means the two lines will get concatenated.
Reproducible, test app on request. Works fine with 20050211 from SuSE 9.3,
verified to fail with 0.9.14 on two different systems with two different
applications (my original one and a stripped down test app). Both apps written
and compiled with Delphi 5.
--
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=5371
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-07-06 04:35 -------
Hi, i tried the application but i can't see your problem. Starts fine over here.
Could you try on a freshly created .wine please?
--
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=3866
------- Additional Comments From wine.dev(a)web.de 2006-07-06 04:18 -------
RedMon can Install and Uninstall, but does not work.
"RedMon does not Work" is Bug #3864
Than we need to decide, which Ghostscript-Version we can use:
The installed unix-version,
the windows-version, installed in wine or
the installed unix-version with a wine-proxy (convert filenames)
--
By by ... Detlef
--
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=5374
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From truiken(a)gmail.com 2006-07-06 01:39 -------
> 1: IE6 Setup failes to install Macromedia Flash Player
Since when does Flash come shipped with IE6?
> 2: IE6 Setup does not render animations
What animations are supposed to show up in the setup?
> 3: IE6 Setup produces lots of errors upon reboot.
Errors in the console doesn't mean there's a bug.
> 4: IE6 does not start. Just opens a empty window entitled Wine Internet Explorer.
That means you're running builtin iexplore.exe. You haven't set your overrides
correctly to run native IE6.
> 5: IE6 Setup has rendering problems (The window is too big so the top bar
appeares centered.
Top bar? I'm sorry, but I don't know what you are referring to.
> 6: Fonts do not appear correctly in IE6 setup (The header is missing a bold part).
Your fonts aren't set up correctly (missing freetype/fontforge etc), not a bug
in IE6 setup.
IE6 installs fine with CVS. Whether it runs correctly or not is a different issue.
--
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.