http://bugs.winehq.org/show_bug.cgi?id=3475
------- Additional Comments From agbr(a)hotbox.ru 2005-11-12 09:36 -------
Created an attachment (id=1521)
--> (http://bugs.winehq.org/attachment.cgi?id=1521&action=view)
Patch that fixes the trouble.
In my occasion msi.dll creates the edit window too small for entering eight
digits and I may enter only seven.
I've added "ES_AUTOHSCROLL" workaround for that.
--
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=4045
------- Additional Comments From wijn(a)wanadoo.nl 2005-11-12 09:32 -------
FYI:
- wine uses a default of 96 dpi
- it does not use the settings from 'X'. Wine did do so some time ago, but
there are far too many broken user configurations around.
- 1600 dots on a 19 inch display is theoretically 105 dpi. On a LCD panel
that should be correct, if you are using a CRT monitor the value may be 120.
- setting the LogPixels value is not the whole story. The fonts that you are
laking about are stored HKCU\Control Panel\Desktop\WindowMetrics. Font sizes
are device units: pixels. That means those fonts will not be affected by
setting a different dpi, but the actual fontsizes must be adjusted. That is
what happens on Windows when you change the dpi in the Display Properties
applet.
- Wine does not have that yet. For the moment you can try the Display
Properties applet fom win98. "control /path/to/desk.cpl" works here enough
to modify those font settings.
Rein.
--
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=4048
Summary: Strokes 3.0 runtime error 713 class not registered
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: warcomp(a)gmx.at
The russian language course package 100 from Strokes (Version 3.0) doesn't
start because of the following error-message:
--
Runtime error 713
class not registered.
The following file has to be installed on your computer:
MSSTDFMT.DLL
--
This file is installed in the program directory AND c:\windows\system
The following messages are given by wine:
Invoking /usr/bin/wine c:\Program Files\Strokes 3.0\Rus100ger.exe ...
fixme:ole:CoRegisterMessageFilter stub
fixme:ole:OleLoadPictureEx (0x56ff04c4,1086,0,
{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x55bef8b0), partially
implemented.
fixme:ole:OLEPictureImpl_SaveAsFile (0x57757cf0)->(0x5753a570, 0, (nil)),
hacked stub.
fixme:ole:OleLoadPictureEx (0x57004544,1086,0,
{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x55bef6a4), partially
implemented.
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
err:ole:CoGetClassObject class {6d835690-900b-11d0-9484-00a0c91110ed} not
registered
err:ole:create_server class {6d835690-900b-11d0-9484-00a0c91110ed} not
registered
fixme:ole:CoCreateInstance no classfactory created for CLSID
{6d835690-900b-11d0-9484-00a0c91110ed}, hres is 0x80040154
fixme:shell:DllCanUnloadNow stub
fixme:ole:CoRegisterMessageFilter stub
fixme:shell:DllCanUnloadNow stub
Wine exited with a successful status
--
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=3293
------- Additional Comments From ivg2(a)cornell.edu 2005-11-12 08:10 -------
Hi, this bug appears to be caused by an ENOMEM failure on my computer.
I will not close it yet, because I don't understand why this happens - I think
that I should have more than enough memory to run Steam (1GB ram + 512 swap),
40% used. Steam attempts to reserve 200MB of virual memory, fails, ignores the
failure, proceeds, and later tries to commit the memory, at which point it
reports an assert failure (used to be 143, now it's 148). Lately I also get an
exception that it could not write to virtual address 4, because of insufficient
privileges.
Here's the call that fails:
It goes through VirtualAlloc, and then wine_anon_mmap:
mmap2(NULL, 209780736, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = -1 ENOMEM
(Cannot allocate memory)
I am currently trying prelinking and various things suggested on wine-devel, but
ultimately I am suspicious that wine might be the source of the problem - if I
find out otherwise will I'll close the 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=3197
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-11-12 07:03 -------
Well, quartus was complaining something about sentinel driver , and ntoskernel
and hal.dll that could not be loaded. Maybe it ckecks only if the files are
present or so . You might try yourself , the download is free and you can sign
up quickly.
Anyway, this bug is about installing the application, and as i said that seems
to work fine now, so i think we might just close 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=3793
ivg2(a)cornell.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ivg2(a)cornell.edu
------- Additional Comments From ivg2(a)cornell.edu 2005-11-12 06:00 -------
Confirming bug in Demo, NtSetSystemInformation is an undocumented call...
--
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=4043
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://download.microsoft.co
| |m/download/4/7/8/4785f001-
| |bec0-44c3-8adb-
| |5bb5f8f3647f/AOMTrial.exe
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=4042
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://download.microsoft.co
| |m/download/4/7/8/4785f001-
| |bec0-44c3-8adb-
| |5bb5f8f3647f/AOMTrial.exe
Keywords| |download
------- Additional Comments From tony.lambregts(a)gmail.com 2005-11-12 01:11 -------
Trial version available at:
http://download.microsoft.com/download/4/7/8/4785f001-bec0-44c3-8adb-5bb5f8…
--
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=4043
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |minor
Priority|P2 |P4
--
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.