http://bugs.winehq.org/show_bug.cgi?id=5739
Summary: Wine default font gets corrupted
Product: Wine
Version: 0.9.17.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fojtik(a)penguin.cz
Hi,
several versions ago, wine could coexist with windows installation.
When I point wine to my windows 98 czech, default font gets corrupted.
It is totally unpleasant, because even winecfg become totally useless.
I attach snapshot of it.
I tested blindly change font inside text editor. It seems that CE (central
European font) are replaced incorrectly with boxes. Is there any way, how to fix
CE fonts?
Jara
--
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=2792
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://appdb.winehq.org/appv|ftp://ftp.volftp.mondadori.c
|iew.php?appId=2100 |om/pub/pc/windows/win95/game
| |s/strategy/mfcsdemo.exe
Status|UNCONFIRMED |NEW
Component|wine-directx |wine-gdi-(printing)
Ever Confirmed| |1
Keywords| |download
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-23-07 03:41 -------
Hi, i can confirm this bug. Looks like a bug in gdi32, not a direct-x bug. Just
before the messagebox there's a call to GetSystemPaletteEntries, that return 0.
Looks like the app is not happy with that. By hacking this value to 256, i was
able to start the game (just hit a few times escape and mouse click in the black
window, it seems to hang but it isn't) I'll attach a log.
Hack:
diff --git a/dlls/gdi/palette.c b/dlls/gdi/palette.c
index a0fc7d0..5b984c7 100644
--- a/dlls/gdi/palette.c
+++ b/dlls/gdi/palette.c
@@ -561,7 +561,7 @@ UINT WINAPI GetSystemPaletteEntries(
ret = dc->funcs->pGetSystemPaletteEntries( dc->physDev, start,
count, entries );
GDI_ReleaseObj( hdc );
}
- return ret;
+ return 256;//count;
}
Maybe someone who knows a bit of gdi32 (NOT ME ;)) could have a look at 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=5494
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-23-07 01:31 -------
Could you retest with newest wine please? The application installs fine for me
with current cvs. 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=5139
------- Additional Comments From dank(a)kegel.com 2006-22-07 23:49 -------
And yes, this is still happening with current wine.
The console output is
err:cabinet:FDICopy PFDI_OPEN returned zero for
C:\windows\temp\RarSFX0\accessor.cab.
err:msi:extract_cabinet_file FDICopy failed
err:msi:ACTION_InstallFiles Unable to ready media
err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned 1627
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1627
--
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=5402
bariuspelagic(a)hotmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.15. |0.9.17.
------- Additional Comments From bariuspelagic(a)hotmail.com 2006-22-07 22:08 -------
Still not working in 9.17. No one has any idea what the problem 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=5691
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|vitaliy(a)kievinfo.com |
AssignedTo|wine-bugs(a)winehq.org |vitaliy(a)kievinfo.com
Summary|Mouse starts to lag after |Mouse starts to lag after
|some time in American |some time in American
|McGhee's Alice |McGee's Alice
------- Additional Comments From vitaliy(a)kievinfo.com 2006-22-07 21:54 -------
Patch sent.
--
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=5691
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dragoran(a)feuerpokemon.de
------- Additional Comments From vitaliy(a)kievinfo.com 2006-22-07 21:49 -------
*** Bug 5700 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=5700
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2006-22-07 21:49 -------
Bug 5691 appears to be same exact problem. Marking as dumplicate.
*** This bug has been marked as a duplicate of 5691 ***
--
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.