http://bugs.winehq.org/show_bug.cgi?id=7336
------- Additional Comments From vit.hrachovy(a)sandbox.cz 2007-22-05 15:26 -------
Title music is played very well, game crashes upon entering New game into the ship.
--
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=5253
ben(a)atomnet.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |major
------- Additional Comments From ben(a)atomnet.co.uk 2007-22-05 15:26 -------
Ok, this also affects Diablo. If Battle.NET crashes in StarCraft for you then
Diablo will crash after the intro videos too.
I finally fixed this by installing EVERY ttf-* package available for my distro.
What the hell sort of weird bug is this?
Elevating severity due to multiple applications affected (I'm guessing the early
Warcrafts may be affected too).
--
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=8452
------- Additional Comments From juan_lang(a)yahoo.com 2007-22-05 15:25 -------
The requested interface is IRunnableObject. Should be fairly easy to tack a
stub onto that to see if it'll fix this.
--
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=7336
------- Additional Comments From vit.hrachovy(a)sandbox.cz 2007-22-05 15:23 -------
As of 0.9.37 wine crashes with:
Free format not supported.
Stream error
big_values too large!
big_values too large!
big_values too large!
mpg123: Can't rewind stream by 2388 bits!
Stream error
Not supported!
big_values too large!
big_values too large!
Not supported!
Not supported!
Not supported!
Segmentation fault (core dumped)
--
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=8464
------- Additional Comments From focht(a)gmx.net 2007-22-05 15:18 -------
Hello,
you are possibly running into http://bugs.winehq.org/show_bug.cgi?id=8431
I tested with clean wine that had commit which caused regression removed and
probably due to this the install went fine for me (read: i did not applied the
proposed patch).
You could try the proposed one, mentioned in bug report.
If that that doesnt work, revert the patch that caused regression mentioned in
bug report 8431.
This bug currently breaks almost all InstallShield Engine 6.x, 7.x based
installers and should be considered critical (fix ASAP).
Regards
--
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=8304
wine.dev(a)web.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From wine.dev(a)web.de 2007-22-05 15:12 -------
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=6065
------- Additional Comments From rob(a)codeweavers.com 2007-22-05 15:07 -------
The patch is wrong. The three possible solutions are:
1. Fix either dlls/winex11.drv or dlls/user32 to not display the title for tray
windows in desktop mode.
2. Tray windows shouldn't be docked with the window manager in desktop mode and
should just be left as normal windows inside the virtual desktop.
3. Implement an explorer bar in programs/explorer (for use only in virtual
desktops) that contains the tray area.
--
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=7571
------- Additional Comments From inckie(a)gmail.com 2007-22-05 15:01 -------
Created an attachment (id=6419)
--> (http://bugs.winehq.org/attachment.cgi?id=6419&action=view)
Fix for the Notes R5 issue only
> The construct:
>
> if (dwUnicode & ENUM_ALL_FAMILIES)
> ret = WineEngEnumFonts(plf, FONT_EnumInstance, (LPARAM)&fe32, TRUE);
> else
> ret = WineEngEnumFonts(plf, FONT_EnumInstance, (LPARAM)&fe32, FALSE);
>
> can be further simplified to
>
> ret = WineEngEnumFonts(plf, FONT_EnumInstance, (LPARAM)&fe32, (dwUnicode &
> ENUM_ALL_FAMILIES) != 0);
Ah, oops.
> > + if (enumFontFamilies) {
> > + if (csi.ciCharset == SYMBOL_CHARSET)
> > + elf.elfLogFont.lfCharSet = SYMBOL_CHARSET;
> > + else continue;
> > + csi.ciCharset = ntm.ntmTm.tmCharSet =
> > + elf.elfLogFont.lfCharSet;
> > + }
>
> This doesn't look right. Why do you allow only SYMBOL_CHARSET here?
Well, I ran the tests on Windows and saw that EnumFontFamilies() didn't
enumerate any charsets other than 0... did I make too early a conclusion? After
all, the tests as they are now show that EnumFontFamilies() shouldn't enumerate
any other charset when called with a familiy name. However, I do feel I'm
missing something here.
> >I also managed to fix the Lotus Notes R5 issue - please see lines 89-101 of
> > the patch file. No tests break, and Notes is happy again. :)
>
> This should be investigated and fixed separately.
This attachment should do it, then. I have just tested it on Notes, with almost
as many fonts as in the first comment.
It seems to me that this issue is independent of the other one adressed in the
remainder of the patch. That is, I tested each one individually and both
together, and their results didn't influence each other's - including the
number of enumerated fonts. I'd really like, however, to see the results of
these changes in systems other than mine.
--
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=8465
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From vitaliy(a)kievinfo.com 2007-22-05 14:59 -------
That would be won't fix. Use native Linux applications.
Unless Wine will pass all of the network through this new ntoskrnl it will never
work. And this will never happen.
--
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.