http://bugs.winehq.org/show_bug.cgi?id=7410
Summary: making File association by editing registry
Product: Wine
Version: 0.9.30.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ravinderonline(a)yahoo.com
CC: dank@kegel.com,infyquest@gmail.com,ravinderonline@yahoo.
com
I am running a VC++ based application on Linux with the help of wine. Everything
works fine but i am not able to open its help file which is in pdf format.
I tried to trace the reason why pdf isnt being open. It is due to no association
found for pdf file in wine registry. I tried to associate the XPDF for pdf file
but i am not sure why its not working properly.I did following changes
Added following lines in /usr/local/share/wine/wine.inf and
/usr/share/wine/wine.inf and ran the wineprefixcreate.
Added these lines near classes in alpha betical order
HKCR,.pdf,,2,"pdffile"
HKCR,.pdf,"Content Type",2,"application/pdf"
and near the txtfile/open .....
HKCR,txtfile\shell\open\command,,2,"%11%\notepad.exe %1"
HKCR,txtfile\shell\print\command,,2,"%11%\notepad.exe /p %1"
HKCR,pdffile\shell\open\command,,2,"xpdf %1"
After running wineprefixcreate my system.reg was updated as following.
[Software\\Classes\\.pdf] 1171350687
@="pdffile"
"Content Type"="application/pdf"
[Software\\Classes\\pdffile\\shell\\open\\command] 1171350687
@="xpdf %1"
Can anyone suggest where i am doing the mistake?
--
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=7270
------- Additional Comments From itrombley(a)dot-borg.org 2007-13-02 02:30 -------
Created an attachment (id=4898)
--> (http://bugs.winehq.org/attachment.cgi?id=4898&action=view)
BitBlt offset patch
Ultimately this isn't the right thing to do but, in conjunction with Vincent's
"hacky and broken clipper patch", it works if I move the window to the upper
left portion of the screen.
--
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=7377
alephlg(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |alephlg(a)gmail.com
------- Additional Comments From alephlg(a)gmail.com 2007-13-02 02:23 -------
Reproduct: wine 0.9.30, IE6 installed/not installed.
# console output:
fixme:d3d:IWineD3DDeviceImpl_GetAvailableTextureMem (0x16a7c8) : stub,
simulating 64MB for now, returning 64MB left
fixme:imm:ImmSetConversionStatus (0x159b20, 0, 1): stub
fixme:imm:ImmReleaseContext (0x30024, 0x159b20): stub
fixme:imm:ImmSetConversionStatus (0x159b20, 0, 1): stub
fixme:imm:ImmReleaseContext (0x30024, 0x159b20): stub
fixme:imm:ImmSetConversionStatus (0x159b20, 0, 1): stub
fixme:imm:ImmReleaseContext (0x30024, 0x159b20): stub
fixme:d3d:IWineD3DDeviceImpl_ResourceReleased Vertex buffer released while bound
to a state block, stream 0
fixme:d3d:IWineD3DStateBlockImpl_Release Releasing primary stateblock
# login page
Please Connect Again
--
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=6764
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-msi |wine-misc
------- Additional Comments From truiken(a)gmail.com 2007-13-02 02:06 -------
This is more than likely not an msi bug. My guess is that we're running into
another ole bug, but we need a +ole trace to confirm that.
--
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=6764
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-ole |wine-msi
------- Additional Comments From dank(a)kegel.com 2007-13-02 01:57 -------
Susan, you don't have the fix; you have to grab fresh sources.
Rob, that seems to have worked; installation still fails, but it's
now a different problem, there are no err:ole:'s.
+msi shows:
trace:msi:ACTION_CallDllFunction L"C:\\windows\\temp\\msi2178.tmp" L"StartUp"
trace:msi:alloc_msihandle 0x16c670 -> 1
trace:msi:ACTION_CallDllFunction calling L"StartUp"
trace:msi:MSI_GetProperty 1 L"ISStartupEvent" 0x7d28b22c 0x7d28ba30
trace:msi:MSI_GetProperty 1 L"ISStartupEvent" 0x7d28b22c 0x7d28ba30
...
trace:msi:MSI_GetProperty 1 L"ISStartupEvent" 0x7d28b22c 0x7d28ba30
trace:msi:MSI_GetProperty 1 L"ISStartupEvent" 0x7d28b22c 0x7d28ba30
trace:msi:alloc_msihandle 0x1761b0 -> 2
trace:msi:MSI_ProcessMessage 4000000
trace:msi:MSI_ProcessMessage ((nil) 0 10 L"ISStartUp Failure. OpenEvent, Error =
0x6")
...
trace:msi:DllThread custom action (10) returned 1603
...
err:msi:ITERATE_Actions Execution halted, action L"ISStartup" returned 1603
I'll attach a +msi,+relay log.
Incidentally, rzip gives 20% better compression than bzip2 on this log.
--
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=7409
------- Additional Comments From dank(a)kegel.com 2007-13-02 01:26 -------
See bug 5965 for earlier discussion about the msvcr80 issue.
--
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=7342
------- Additional Comments From damjan.jov(a)gmail.com 2007-13-02 01:25 -------
It works for me, try it against a recent GIT. Make sure you're not wrapping
lines or something.
--
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=3930
damjan.jov(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-misc |wine-multimedia
------- Additional Comments From damjan.jov(a)gmail.com 2007-13-02 01:13 -------
Changing component to wine-multimedia.
--
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.