http://bugs.winehq.org/show_bug.cgi?id=4796
------- Additional Comments From tony.lambregts(a)gmail.com 2006-11-03 10:04 -------
Putting an empty shdocvw.dll in the windows/system32 directory allows this
program to install.
touch ~/.wine/drive_c/windows/system32/shdocvw.dll
--
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=4797
Summary: Time in PartyPoker lobby is 5 hrs less then real time
Product: Wine
Version: 0.9.9.
Platform: Other
URL: http://appdb.winehq.org/appview.php?appId=1567
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.tester(a)gmail.com
The time in the PartyPoker lobby is 5 hrs less then my pc time. I also noticed
that when I was looking at tournaments their start times were off by 5 hrs also
so they must have been reading the time the same way as the time in the lobby was.
--
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=4709
hans(a)it.vu.nl changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2011 is|0 |1
obsolete| |
Attachment #2022 is|0 |1
obsolete| |
------- Additional Comments From hans(a)it.vu.nl 2006-11-03 05:00 -------
Created an attachment (id=2033)
--> (http://bugs.winehq.org/attachment.cgi?id=2033&action=view)
stubs for all documented Lsa functions
Can you try this patch?
--
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=4785
------- Additional Comments From jag(a)t4000.freeserve.co.uk 2006-11-03 02:42 -------
Update. I have run some tests and I'm happy it's not the sin() and cos()
functions that are the issue. At least part of the problem is to do with
variable types and or variable declarations. The following vb test code gives
different results between Wine and Windows:
Private Sub Command1_Click()
Label1.Caption = testfunction(2100, 1845, 3960, 2460)
End Sub
Public Function testfunction(x1, y1, x2, y2)
'slope calculation
tmp1 = y1 - y2
tmp2 = x1 - x2
tmp3 = tmp1 / tmp2
testfunction = tmp3
End Function
On windows it returns the result 0.330645161290323, whereas under Wine it
returns 0.
The workaround is to declare the variable types passed to the testfunction eg.
Public Function testfunction(x1 as double, y1 as double, x2 as double, y2 as
double)
'slope calculation
...
The following declaration also returns 0 under Wine:
Public Function testfunction(x1, y1, x2, y2) As Double
'slope calculation
...
--
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=4740
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-11-03 01:39 -------
So did you really try if the 10-days trial gives the same same errors for you as
your CD version? That would be handy , as when the trial installs fine for you
as well, we can at least exclude problems with your wine setup as a cause
--
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=1762
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-11-03 01:32 -------
Installer works (allthough quite slowly) and i was able to start the app, so fixed.
--
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=4796
Summary: Can't install keeptool; "IE5 or greater needs to be
installed..."
Product: Wine
Version: CVS
Platform: Other
URL: http://keeptool.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
keeptool is an oracle programers' tool,
a demo is freely downloadable from http://keeptool.com.
Installation fails under Wine, with the message
"Internet Explorder 5 or greater needs to be installed..."
even if I create the usual IE6 registry key.
--
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=4700
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-ipc |wine-msi
------- Additional Comments From dank(a)kegel.com 2006-10-03 23:44 -------
Here's the log I get with tonight's cvs when running
the free download SPSS14Evaluation.exe. I'm going
to go out on a limb and say this is an MSI problem.
fixme:msi:MsiGetProductInfoW L"{2763FD5A-57E9-442B-AFDF-6DCCC23883B0}"
L"PackageCode" 0x7bc72980 0x7b90d860
fixme:msi:MsiInstallProductW L"C:\\windows\\temp\\_is3889\\ISScript9.Msi"
L"REBOOT=ReallySuppress ADDLOCAL=All"
fixme:msi:ITERATE_DuplicateFiles We should track these duplicate files as well
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"RemoveRegistryValues"
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveFolders"
fixme:msi:MsiInstallProductW L"C:\\windows\\temp\\_is3889\\SPSS 14.0 for Windows
Evaluation Version.msi" L" SETUPEXEDIR=Z:\\home\\dank\\installers"
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:msi:MsiSetMode 2 7 1
err:msi:process_action_return_value Invalid Return Code 1604
err:msi:ITERATE_Actions Execution halted, action
L"ISForceReboot.E41D22B8_89E8_11D6_A8E3_00B0D0419B9B" returned 1603
fixme:msi:msi_dialog_set_control_condition Unhandled action L"Default"
fixme:rpc:RpcServerUnregisterIf (IfSpec == (RPC_IF_HANDLE)^(nil), MgrTypeUuid ==
(null), WaitForCallsToComplete == 0): stub
--
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.