http://bugs.winehq.org/show_bug.cgi?id=3115
------- Additional Comments From burnus(a)gmx.de 2005-14-07 06:32 -------
Quick analysis by Alexandre Julliard:
> The \??\ is the NT prefix, that's normal. The problem is apparently
> that the app wants to create a new file using TRUNCATE_EXISTING, which
> fails if the file does not exist. So either the file should have been
> created earlier on, or the app is using the wrong creation argument
> for some reason.
Ok, looking again the debug output, I see first
-------------
trace:ntdll:NtCreateFile handle=0x45000104 access=80000000
name=L"\\??\\C:\\Program Files\\origin6.0\\" objattr=00000040 root=(nil)
sec=(nil) io=0x406da464 alloc_size=(nil)
attr=00000000
sharing=00000003 disp=1 options=00000021 ea=(nil).0x00000000
-------------
disp(osition)=1 is FILE_CREATE (fails if file exists, otherwise creates file).
Only later it then tries CreateFileW with TRUNCATE_EXISTING (creation 3).
Seemingly, either the file does not yet exist when CreateFileW is called or
something else goes wrong here.
--
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=3132
Summary: Lotus Notes updade packages (for instance 6.5.2 ->
6.5.3) cannot be installed
Product: Wine
Version: 20050524
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)wine.lka.org.lu
When launching the patch (c59dina.exe), it unpacks fine, but when trying to
install, it bombs out with the following error:
fixme:msi:MsiApplyPatchW L"C:\\_is258\\NotesClient.msp" (null) 0 L"
REINSTALLMODE=omus ADDLOCAL=SelfRegisteredFiles
REINSTALL=ClientFonts,ClientHelpFiles65,ClientOLE,ClientProgFiles,ClientSingleLogon,CoreProgramFiles,DomEnterpriseConnSvcs,DomEnterpriseConnSvcsHelp,ImportExportEngine,JavaSupport,KeyView,LotusScript,LotusScriptClientOnly,MSOfficeMailIntegration,MailCo"...
--
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=3115
burnus(a)gmx.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #956 is|0 |1
obsolete| |
Attachment #957 is|0 |1
obsolete| |
------- Additional Comments From burnus(a)gmx.de 2005-14-07 04:55 -------
Created an attachment (id=958)
--> (http://bugs.winehq.org/attachment.cgi?id=958&action=view)
WINEDEBUG=+ntdll,+file
Attachment WINEDEBUG=+ntdll,+file using built-in ole etc.
First, CreateFileW is called which looks quite ok:
-------------
trace:file:CreateFileW L"C:\\Program Files\\origin6.0\\UNTITLED.OPJ"
GENERIC_READ GENERIC_WRITE FILE_SHARE_READ FILE_SHARE_WRITE creation 5
attributes 0x80
-------------
This is kernel/file.c's CreateFileW; creation 5 = TRUNCATE_EXISTING; attributes
0x80 = FILE_ATTRIBUTE_NORMAL.
The next (real) step is the call to NtCreateFile:
-------------
trace:ntdll:NtCreateFile handle=0x406de164 access=c0000000
name=L"\\??\\C:\\Program Files\\origin6.0\\UNTITLED.OPJ" objattr=00000040
root=(nil) sec=(nil) io=0x406de168 alloc_size=(nil)attr=00000080
sharing=00000001 disp=1 options=00000050 ea=(nil).0x00000000
-------------
access=c0000000 - Probably GENERIC_READ|GENERIC_WRITE = 0x80000000|0x40000000
objattr=00000040 = OBJ_CASE_INSENSITIVE
Looks not wrong, but what does the "\\??\\" mean?
--
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=3131
Summary: Lotus Notes 6.5.2 mail no longer works (freezes wine)
Product: Wine
Version: 20050524
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)wine.lka.org.lu
When clicking on the envelope Logo in Lotus Notes 6.5.2 (to access mail), the
window
just freezes and no longer refreshes, while both wine-preloader and wineserver
consume over 50% CPU. As shown by strace, both processes seem to be very busy
reading and writing to a pipe (communicating with each other?) when this
happens.
The last known working version was 20041201-fc3, the first known broken
version was 20050111-fc3
--
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=3123
------- Additional Comments From steve(a)kelem.net 2005-13-07 23:53 -------
I changed WINEDLLOVERRIDE to WINEDLLOVERRIDES.
The Quicken install works for a little while, but...
1. It doesn't show the agreement that I'm agreeing to. (low priority.)
2. I get a message: Error: -2 File not found
3. The output from setenv WINDEBUG "+ole,+tpelib,+loaddll,+file"; wine
install.exe (from the /media/QW05PRMR1B directory) is:
fixme:msi:MsiInstallProductW L"Z:\\media\\QW05PRMR1B\\disk1\\isscript.msi"
L"REBOOT=ReallySuppress ADDLOCAL=All"
fixme:msi:ACTION_HandleStandardAction UNHANDLED Standard Action L"SelfUnregModules"
fixme:msi:ACTION_HandleStandardAction UNHANDLED Standard Action L"RemoveFiles"
fixme:msi:ACTION_HandleStandardAction UNHANDLED Standard Action L"MoveFiles"
fixme:msi:ACTION_HandleStandardAction UNHANDLED Standard Action
L"RemoveRegistryValues"
fixme:msi:ACTION_HandleStandardAction UNHANDLED Standard Action L"RemoveFolders"
fixme:msi:ACTION_HandleStandardAction UNHANDLED Standard Action L"ValidateProductID"
fixme:msi:ACTION_HandleStandardAction UNHANDLED Standard Action L"IsolateComponents"
fixme:msi:ACTION_HandleStandardAction UNHANDLED Standard Action
L"MigrateFeatureStates"
fixme:msi:MsiConfigureProductExW L"{2DBE41DD-2129-4C65-A3D3-5647236A60F3}" 0 5
L"ADDLOCAL=ProgFilesCommon,ProgramFiles ALERTS1=\"c:\\windows\\profiles\\All
Users\\Application Data\\Intuit\\Quicken\\Inet\\Common\\Alerts\\\" ALLUSERS=2
ARPCOMMENTS=\"All URL's valid as of October 2001\" ARPCONTACT=\"Customer Support
Department\" ARPHELPLINK=http://www.intuit.com/support/quicken ARPH"...
Actually, QW installed once okay, but when I tried to run it (from
/opt/Quicken), it complained that the program was corrupted and needed to be
reinstalled! It's safe to ignore the "reboot after installation" messages,
isn't it?
Thanks for your help,
Steve
--
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=3115
------- Additional Comments From burnus(a)gmx.de 2005-13-07 15:23 -------
> I didn't mention to use DCOM98 DLLs. They should work on Wine, AFAIK.
Ok, I installed DCOM95 (easier for me than DCOM98 using CXO)
But with native OLE/RPC it didn't work neither.
I still need someone apt to decipher the file error, which is the real problem
anyhow.
--
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=3115
burnus(a)gmx.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #955 is|0 |1
obsolete| |
--
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=3130
Summary: Mouse buttons swap in Word '97
Product: Wine
Version: CVS
Platform: PC
OS/Version: Mac OS X 10.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bleverett(a)att.net
Running Word '97 SR1, when I move the cursor over the ruler/tab bar at the top
of the screen, the mouse buttons (L/R) become swapped. Buttons remain swapped
in Word, and for any new apps started after this.
If I avoid moving over the ruler bar, I can use the menus and other controls
without causing the mouse button swap.
--
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=3129
Summary: When displaying on an OS X 10.4 (Tiger) machine, Forte
Agent crashes
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: david(a)cantrell.org.uk
I recently upgraded my Mac laptop to from 10.2 to OS X 10.4 (Tiger), without changing anything on the
Linux machine which I use for running wine and Forte Agent. When displaying on OS X with the new
version of X11.app that comes with it, wine and Forte Agent sometimes crashes hard within moments
of the application starting. Wine spits the following to the Linux machine's console:
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 38 (X_QueryPointer)
Resource id in failed request: 0x57
Serial number of failed request: 397
Current serial number in output stream: 397
It's possible that the bug is in fact in the new version of X11.app on OS X, but this seems unlikely
seeing that other applications which I run on Linux but display on the Mac work correctly, including
Mozilla Firefox and The Gimp.
--
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=3123
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2005-13-07 14:25 -------
It seems I have made a typo, as it should be WINEDLLOVERRIDES=... at the start
of the command. I am sorry.
And if you have cleaned up your system-dir, then it may require to install
DCOM98 package: http://wiki.winehq.org/NativeDcom
--
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.