http://bugs.winehq.org/show_bug.cgi?id=23727
Summary: NFS Shift: crashes while loading profile or after 2nd
intro movie
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The symptom is
wine: Unhandled page fault on read access to 0x00000001 at address 0x1 (thread
001a), starting debugger...
Stefan found that 'winetricks secur32 win98' works around this.
This doesn't affect the downloadable demo. It might not even be a wine bug,
since some users report having to use win98 mode on XP to run the game.
Note that you have to press Enter during the 2nd intro movie
("The best drivers...") or it will repeat.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21736
Summary: Quicken 2004 Premier Ctrl+F is not recognized on
application launch.
Product: Wine
Version: 1.0.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rhdinah(a)yahoo.com
When launching Quicken the keyboard shortcut Ctrl+F (Find) does nothing ...
reliably nothing. However, if you traverse the Quicken menus Edit | Find &
Replace | Find ... then the Find request and operation proceeds normally.
Interestingly enough after this is done then the Ctrl+F keyboard shortcut is
recognized.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20636
Summary: Can't get a COM-object's properties (App: Cardiris),
workaround: winetricks dcom98
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ld(a)gardschwingdoazah.de
Created an attachment (id=24614)
--> (http://bugs.winehq.org/attachment.cgi?id=24614)
Debug trace of failed run; failing property is "CodePage"
This is a problem with the application Cardiris v3.5 by I.R.I.S. (business card
recognition).
The application itself (interactive) runs well, the problem is only with the
COM API. I'm accessing it through a piece of plain C code.
The code *works* on Windows XP,
*works* on wine 1.1.32 with dcom98 installed through winetricks,
but *doesn't work* with wine 1.1.32 with builtin dcom.
The COM works in general, I can create an application object and call methods
on it, but on another object (returned by a method call), access to any
property results in the following error:
Object doesn't support this property or method: 'CodePage'
(Note: Property name is spelled correctly, any other property doesn't work
either.)
Attaching a debug trace with WINEDEBUG=+comcat,+ole (hope that combination
makes sense), but I will gladly produce any other required debug trace -- just
let me know which WINEDEBUG setting you need.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32333
Bug #: 32333
Summary: Crystal Report don't show numeric formulas rigth
justify
Product: Wine
Version: 1.5.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: manuel(a)e-macrobase.com
Classification: Unclassified
When i have a formula in a Crystal Reports report and is right justify, the
value doesn't show up. If i left justify the formula then show up.
Please help me.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35456
Bug ID: 35456
Summary: Child window in a separate process dose not show
Product: Wine
Version: 1.7.11
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: hwei.sy(a)gmail.com
Classification: Unclassified
Created attachment 47330
--> http://bugs.winehq.org/attachment.cgi?id=47330
source code
The area of a child window from a separate process dose not show anything.
While mouse events work correctly.
Run the program in attachment.
It will create a parent window and a child window in the same process and works
fine.
Then run a second instance of the program.
It will create a child window in the previous parent window.
This child windows dose not show.
Resize the parent window, and you will see the white "shadow" of the "hidden"
child window.
You can still drag this "hidden" child window or close it.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34938
Bug #: 34938
Summary: 64-bit cl.exe is failed with error code 2 when using
long decorated name
Product: Wine
Version: 1.7.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: loentar(a)gmail.com
Classification: Unclassified
Created attachment 46556
--> http://bugs.winehq.org/attachment.cgi?id=46556
test source file
64-bit cl.exe (on 64-bit wineprefix) finishes instantly (without any warnings
or errors) with error code 2 when source code contain long decorated name.
Other source files is compiled fine.
When compiling the same source code with 32-bit cl.exe (on 32-bit wineprefix)
it show warnings "decorated name length exceeded" and compiles fine.
on 64-bit (doesn't work):
>cl /nologo decorated-test.cpp /Fodecorated-test.obj
decorated-test.cpp
>echo %ERRORLEVEL%
2
>dir /B decorated-test.obj
File not found.
on 32-bit (works):
>cl /nologo decorated-test.cpp /Fodecorated-test.obj
decorated-test.cpp
C:\Program Files\Microsoft Visual Studio 10.0\VC\\include\xmemory(212) :
warning C4503: 'std::_Tree<_Traits>::erase' : decorated name length exceeded,
name was truncated
.....
>echo %ERRORLEVEL%
0
>dir /B decorated-test.obj
decorated-test.obj
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34577
Bug #: 34577
Summary: MS Access 97 crashes when browsing object library
Product: Wine
Version: 1.7.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fernando(a)cmartins.nl
Classification: Unclassified
After opening the dialog to browse the libraries attached to MS Access it
eventually crashes after a few seconds. Time based, it seems. No navigation
action required for it to crash.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34426
Bug #: 34426
Summary: Visual C++ 2010 Express claims it can't find
MSBuild.exe
Product: Wine
Version: 1.7.1
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
After working around bug 32568, the IDE started up,
and I could load a trivial project. But building, even
of a single file, failed with message
error MSB4014: The build stopped unexpectedly because of an internal failure.
Microsoft.Build.Exceptions.BuildAbortedException: Build was canceled.
MSBuild.exe could not be launched as a child node as it could not be found at
the location \"C:\\windows\\Microsoft.NET\\Framework"...
but the executable is at the specified location, and even runs if run via the
commadline.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34134
Bug #: 34134
Summary: "open file" dialog does not shrink after switching to
"use adobe dialog" and back to system dialog
Product: Wine
Version: 1.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: unxed(a)mail.ru
Classification: Unclassified
If you press "use adobe dialog" button in "open file" dialog, it grows.
If you press "use os dialog" after it, window does not shrink back.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34088
Bug #: 34088
Summary: Symantec Antivirus 10.1 (64-bit) installer very slow
Product: Wine
Version: 1.6-rc4
Platform: x86-64
OS/Version: Linux
Status: NEW
Keywords: Installer, performance
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 45324
--> http://bugs.winehq.org/attachment.cgi?id=45324
wine-1.6-rc4 console output
Towards the end of the installation for Symantec Antivirus 10.1 for Win64 the
installer appears to hang. Left long enough it does complete.
Lots of these:
err:ntdll:RtlpWaitForCriticalSection section 0x1320060 "heap.c:
HEAP.critSection" wait timed out in thread 0072, blocked by 0071, retrying (60
sec)
err:ntdll:RtlpWaitForCriticalSection section 0x1320060 "heap.c:
HEAP.critSection" wait timed out in thread 0075, blocked by 0071, retrying (60
sec)
err:ntdll:RtlpWaitForCriticalSection section 0x1320060 "heap.c:
HEAP.critSection" wait timed out in thread 0076, blocked by 0071, retrying (60
sec)
err:ntdll:RtlpWaitForCriticalSection section 0x1320060 "heap.c:
HEAP.critSection" wait timed out in thread 0077, blocked by 0071, retrying (60
sec)
err:ntdll:RtlpWaitForCriticalSection section 0x1320060 "heap.c:
HEAP.critSection" wait timed out in thread 0078, blocked by 0071, retrying (60
sec)
Running with a +heap trace causes an assertion failure and the installer
crashes.
Running with an +msi,+msiexec,+msidb trace and the installer completes as
normal but much faster.
Workarounds: Bug 22009, Bug 34082 and Bug 34083.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34082
Bug #: 34082
Summary: Symantec Antivirus 10.x installer fails in custom
action
AddServiceGroup.18376EA1_A7B1_41ED_A75C_CD6FAB0434AA
Product: Wine
Version: 1.6-rc4
Platform: x86-64
OS/Version: Linux
Status: NEW
Keywords: Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 45311
--> http://bugs.winehq.org/attachment.cgi?id=45311
wine-1.6-rc4 console output
Working around Bug 22009 the installer for Symantec Antivirus 10.1 (32-bit)
fails in a custom action AddServiceGroup.18376EA1_A7B1_41ED_A75C_CD6FAB0434AA.
fixme:service:svcctl_ChangeServiceConfig2W SERVICE_CONFIG_FAILURE_ACTIONS not
implemented: period 86400 msg (null) cmd (null)
err:msi:ITERATE_Actions Execution halted, action
L"AddServiceGroup.18376EA1_A7B1_41ED_A75C_CD6FAB0434AA" returned 1603
Removing the custom action from the .msi allows the installer to continue.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34071
Bug #: 34071
Summary: Create an application for verifying embedded digital
signatures
Product: Wine
Version: 1.6-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Classification: Unclassified
Currently there's no way to verify a digital signature of Windows applications
(EXE and MSI) that you download from the Internet.
That would be great to have a way to see if the file is indeed digitally signed
(so there's a lesser chance that it's malware).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33642
Bug #: 33642
Summary: Microsoft SQL Server Management Studio Express 2005:
restarting SQL server fails randomly
Product: Wine
Version: 1.5.30
Platform: x86
URL: http://www.microsoft.com/download/en/details.aspx?id=8
961
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wmi&wbemprox
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
Classification: Unclassified
Now that Bug #33607 is out of the way, it is possible to restart SQL Server
service. The application first stops the service, then checks if it is stopped,
and if it is, tries to start it. Starting the service quite often throws an
exception, and stack trace reported by the application points to wbemprox.
>From the initial investigation it seems to me that calling StartService
temporarily invalidates all existing instances of the service object. Here one
thread tries to get SystemName property from the object while another thread
tries to restart the service, and getting property throws an exception.
Relevant pieces of +wbemprox,+seh,+tid trace:
0057:trace:wbemprox:wbem_services_GetObject 0x46cad18,
L"Win32_Service.Name=\"MSSQLSERVER\"", 0x00000000, (nil), 0xe45dab0, (nil)
...
0057:trace:wbemprox:create_class_object returning iface 0x472eda0
0057:trace:wbemprox:class_object_Get ((nil)) 0x472eda0, L"__PATH", 00000000,
0xe45dc28, 0xe45dd0c, 0xe45dd08
0057:fixme:ole:Context_QueryInterface interface not implemented
{51372ae0-cae7-11cf-be81-00aa00a2fa25}
0057:trace:wbemprox:class_object_Get ((nil)) 0x472eda0, L"State", 00000000,
0xe45dc74, 0x1691a54, 0x1691a58
...
0057:trace:wbemprox:class_object_Get ((nil)) 0x472eda0, L"StartMode", 00000000,
0xe45dd14, 0x1691ec8, 0x1691ecc
...
002f:trace:wbemprox:class_object_Get ((nil)) 0x472eda0, L"SystemName",
00000000, 0x32e380, 0x1696178, 0x169617c
002f:trace:wbemprox:class_object_Get ((nil)) 0x472eda0, L"Name", 00000000,
0x32e37c, 0x16963d8, 0x16963dc
...
0057:trace:wbemprox:wbem_services_ExecMethod 0x46cad18,
L"Win32_Service.Name=\"MSSQLSERVER\"", L"StartService", 00000000, (nil), (nil),
0xe45da98, (nil)
0057:trace:wbemprox:grab_table returning 0x7d0b6f90
0057:trace:wbemprox:parse_query wql_parse returned 0
002f:trace:wbemprox:class_object_Get ((nil)) 0x472eda0, L"SystemName",
00000000, 0x32e37c, 0x16965cc, 0x16965d0
002f:trace:seh:raise_exception code=c0000005 flags=0 addr=0x7d0a82c0
ip=7d0a82c0 tid=002f
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33558
Bug #: 33558
Summary: WinEventHook receive no event notify about
OBJID_CURSOR
Product: Wine
Version: 1.5.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: orzhvs(a)gmail.com
Classification: Unclassified
Created attachment 44418
--> http://bugs.winehq.org/attachment.cgi?id=44418
WINEDEBUG=+relay,+user32,+hook LANG='zh_CN.utf-8' wine
/usr/local/vboxvm/vmshare/magnify/magnify.exe 2>&1 |grep -iE Win.*Event >
out.txt
There's a method to track mouse move by setting a WinEvent hook:
call SetWinEventHook with
eventMin=eventMax=EVENT_OBJECT_LOCATIONCHANGE(=0x800B) and provide a
WinEventProc
WinEventProc will be notified with event=EVENT_OBJECT_LOCATIONCHANGE
in case idObject=OBJID_CURSOR we know that mouse moved, then get cursor object
by AccessibleObjectFromEvent and further information like the location of the
cursor.
But the fact is, no event with idObject=OBJID_CURSOR is sent in wine.
This is used in windows's zoom-in utility, it does not update frames with mouse
move in wine. To reproduce :
1. copy 'magnify.exe' 'mag_hook.dll' 'mfc42u.dll' from system32 directory of
windows, I used them from xpsp3.
2. run magnify.exe in wine
3. move mouse in and out the dialog, you will find the zoomed-in view updates
almost only when mouse is inside the dialog.
Note that we see frames update when mouse is inside the dialog, it's triggered
from WM_MOUESMOVE, there's no business of WinEvent, but when mouse is outside
there should be.
I saw several SetWinEvent calls successfully in log but no event notify.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33396
Bug #: 33396
Summary: GetSystemMetrics always reports native resolution with
--with-xinerama.
Product: Wine
Version: 1.5.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: CFSworks(a)gmail.com
Classification: Unclassified
As the summary says, GetSystemMetrics(SM_C{X,Y}SCREEN) always reports the
native resolution, even if an application changes the resolution, unless I
configure Wine with the --without-xinerama option. This can be seen when I run
D3D9 device tests, leading to test failures (see attachments).
I am on the NVIDIA proprietary driver version 313.18, which may be relevant as
this driver does have the "broken" XRandR 1.2. I cannot test with Nouveau
because it doesn't support my GPU.
Even if this is the proprietary driver's fault, I'm still opening this bug on
the WineHQ Bugzilla to track its resolution here, and provide information to
the NVIDIA developers if we do have to report it to them.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33339
Bug #: 33339
Summary: AION: regularly crash during game
Product: Wine
Version: 1.5.27
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: legluondunet(a)free.fr
Classification: Unclassified
Hello,
AION regularly crash during game, I joined you two log files.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33241
Bug #: 33241
Summary: incorrect display of a combobox in a Clipper
application
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ironeman(a)tiscali.it
Classification: Unclassified
As mentioned in http://forum.winehq.org/viewtopic.php?f=8&t=18198, I am using
16-bit Clipper/xBase programs. When I have a listbox, the field is not
correctly initialized, despite the list is ok.
Debugging my application, I have found that it is due to a strange memory
management. I start by saying that Clipper/xBase uses dynamic scoping, so the
value of a variable is the last assigned to it into the stack; a variable can
be local or global (prefixed by m->). When using the dialog that has the
problem, I use the activation command (Fivewin library):
m->mTipoDoc:=.... // assign the global variable m->mTipoDoc
activate DIALOG oDlg centered on init (SettaCombo())
function SettaCombo() // initialization code of the dialog
... // use the global variable m->mTipoDoc but, at this point, when using WINE,
the variable has lost its content and is empty
I solved the problem using a local variable that temporarily holds the value of
the global variable:
m->mTipoDoc:=.... // assign the global variable m->mTipoDoc
local tmpcod:=m->mTipoDoc // to solve the wine bug
activate DIALOG oDlg centered on init (SettaCombo(tmpcod))
function SettaCombo(val)
m->mTipoDoc:=val // to solve the wine bug
... // use the global variable m->mTipoDoc
Evidently the local variable is managed in a different way by WINE and the
error has disappered.
To test this behaviour, I wrote the attached sample program. Into the zip there
is a readme.pdf that explains how it works.
Best regards.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21573
Summary: Need heap overrun detection at beginning of buffers,
too
Product: Wine
Version: 1.1.37
Platform: x86
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
On Linux, valgrind gives nice warnings when you access before
the first byte. It'd be nice if valgrinding Windows apps under Wine
gave the same warnings. For instance, the following program should
give three warnings under valgrind+wine just as it does under valgrind:
#include <stdio.h>
#include <stdlib.h>
int badness_before_n_after ( char* p )
{
return p[-1] + p[10];
}
int main ( void )
{
char* p = malloc(10);
int who_knows = badness_before_n_after(p);
// expect 2 x invalid address yelpage
who_knows += p[5];
if (who_knows == 42)
printf("It's 42 (!)\n");
else
printf("It's not 42 (dull but unsurprising)\n");
free(p);
return 0;
}
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16264
Summary: Builtin Tahoma unreadable when small
Product: Wine
Version: 1.1.9
Platform: Other
URL: http://www.linuxtechs.net/kruch/tb/forum/viewtopic.php?t
=2152&postdays=0&postorder=asc&start=15
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
A user said that ConvWPT ran in Wine, but gave a very complicated recipe,
so I tried simplifying it. Along the way, I noticed that ConvWPT's installer
used teeny tiny nearly unreadable fonts; installing Tahoma fixed that
(now they're just small, but readable).
Recipe to reproduce:
1) Visit http://www.linuxtechs.net/kruch/tb/forum/viewtopic.php?t=2152
scroll down to message "Setup Package Part 1 / 4", and
download and unpack each of the four files Setup.part1.rar, Setup.part2.rar,
... Setup.part4.rar
Ignore warnings from rar about duplicate files.
2) Run the resulting setup.exe
The setup program uses small Tahoma text on some screens, and that's
very nearly unreadable unless you install native tahoma, e.g. with
winetricks tahoma.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31385
Bug #: 31385
Summary: Font in Delphi 3 apps change to "System" after open
Report preview.
Product: Wine
Version: 1.5.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: julio_lists(a)mebamutual.com.ar
Classification: Unclassified
Created attachment 41242
--> http://bugs.winehq.org/attachment.cgi?id=41242
Minimal Delphi app that shows the bug
I'm testing an in-house app written en Delphi 3, the only really annoying
glitch I have found so far happens after a QuickReport preview windows opens.
The Preview and works OK, but then any label drawn in the app uses the System
font.
The effect is akin to bug #29758, but my logs don't include the error reported
there.
Instead, I guess Wine is messing somewhat within the WM_GETFONT and/or
WM_SETFONT calls, yet my debugging abilities are pretty limited.
WM_GETFONT calls aren't returning NULL, but decimal 504, I wonder if that
WM_SETFONT takes that as an invalid handle.
I'm attaching a minimal (kind of, the binary is pretty big) test case.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21082
Summary: Artrage3 studio pro demo : export fails
Product: Wine
Version: 1.1.35
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: meho_r(a)yahoo.com
Created an attachment (id=25286)
--> (http://bugs.winehq.org/attachment.cgi?id=25286)
Output of terminal when running AR3 from it.
Export function in ArtRage 3 Studio Pro Demo version (as well as in full
version) doesn't work. When trying to export a painting as an image, an error
occurs which states:
"Generic Failure. Not enough memory to perform action."
However, it is not lack of RAM that is the cause of problem (at the time of
testing I had over 2GB free RAM). Also, in ArtRage 2.5 export function works as
expected on the same machine.
I tested this on Ubuntu 9.10 (64bit) and Mandriva 2010.0 (32bit) with multiple
versions of wine (from 1.0.1 to 1.1.3.5).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11926
Summary: House of the dead 3 won't draw 3d stuff after the 1st
level
Product: Wine
Version: 0.9.57.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugz(a)chipsugar.plus.com
After the first level where everything is fine all the 3d models & scenery is
black. Possibly textures aren't being rendered. Also the words in the menu list
when starting the game don't get drawn. Maybe that's part of the same bug.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32769
Bug #: 32769
Summary: PowerPoint 2003 hangs when opening test document
Product: Wine
Version: 1.5.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
Classification: Unclassified
Created attachment 43263
--> http://bugs.winehq.org/attachment.cgi?id=43263
test file
To reproduce, make sure gdiplus is set to builtin, then open test file and let
PowerPoint render all the thumbnails. If it doesn't hang after having rendered
all of them, try restarting it and reopening file. Sometimes (though rarely) it
doesn't hang.
If I set gdiplus as native, then no hang occurs.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32957
Bug #: 32957
Summary: Application freezes (related to .net35 ?)
Product: Wine
Version: 1.5.23
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: denis.bonnenfant(a)diderot.org
Classification: Unclassified
When using SolidWorks 2012, which requires .net35, some functions are freezing
totally the application. Then it has to be killed with wineserver -k
The issue is perfectly reproducible, and the last console output is always the
same in this case :
fixme:ntdll:NtSecureConnectPort
(0x32c85c,L"\\BaseNamedObjects\\FontCachePort3.0.0.0",0x32c844,(nil),0x20477398,(nil),0x32c858,0x131d2518,0x32c850),stub!
dotnet35 and corefonts are installed with winetricks.
Is there a particular debug channel to log for this issue ?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29072
Bug #: 29072
Summary: wldap32 tests flaky because they rely on external host
ldap.itd.umich.edu
Product: Wine
Version: 1.3.32
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wldap32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
The wldap32 tests started hanging. It looks like they're trying
to connect forever to ldap.itd.umich.edu, which is unreachable.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.