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.