http://bugs.winehq.com/show_bug.cgi?id=1803
------- Additional Comments From ajfrantz(a)comcast.net 2003-02-12 19:03 -------
I've managed to get Steam up and running--that would probably mean that this is
*not* a bug.
Just a couple of quick steps to resolve the crash that follows shortly after
those lines:
Download and install (not sure if this is mandatory, but on a hunch as to the
CoCreateInstance message):
http://download.microsoft.com/download/vb60pro/Redist/sp5/WIN98Me/EN-US/vbr…
Then tweak the DllOverrides... Here's a setup that was working for me (it's a
hacked together list, it's quite likely I could do it cleaner, I just did a
one-pass brute force thing)...
[AppDefaults\\Steam.exe\\DllOverrides]
"*comctl32" = "builtin"
"mapi" = "native, builtin"
"mapi32" = "native, builtin"
"ole32" = "native, builtin"
"compobj" = "native, builtin"
"ole2" = "native, builtin"
"ole2nls" = "native, builtin"
"ole2conv" = "native, builtin"
"ole2prox" = "native, builtin"
"ole2thk" = "native, builtin"
"storage" = "native, builtin"
"olepro32" = "native, builtin"
"rpcrt4" = "native"
"oleaut32" = "native"
"msvcrt" = "native, builtin"
"wininet" = "native"
"setupapi" = "native, builtin"
"devenum" = "native, builtin"
"quartz" = "native, builtin"
"urlmon" = "native"
"shdocvw" = "native"
"jscript" = "native, builtin"
"wintrust" = "native, builtin"
"shlwapi" = "native, builtin"
"secur32" = "native, builtin"
"crypt32" = "native"
"ddraw" = "native, builtin"
"shlwapi" = "native, builtin"
"*user.exe" = "native,builtin"
"*" = "builtin, native"
Now to get hl.exe running! ;)
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1861
Summary: fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal
yet.
Product: Wine
Version: 20011108
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P4
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: chandleg(a)wizardsworks.org
This is an application for a Tax Company, who is getting ready to gear up for
Tax Season. The exact Error is:
fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet.
It's an immediate fail, Please let me know what other info you need.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1803
------- Additional Comments From ajfrantz(a)comcast.net 2003-02-12 12:04 -------
I'm running into the same problem with CVS build from last night. I'm going to
do some debugging work tonight to see if I can sort this out--that will let us
know what's getting messed up. I'm looking at the source of the function, and,
well it looks pretty straightforward... Unless a define got messed up
somewhere (unlikely, I would think) I can't see what the problem would be.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1860
Summary: download
Product: Wine
Version: 20030911
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: mester.gulerod(a)mail.dk
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1667
------- Additional Comments From mike(a)theoretic.com 2003-01-12 17:02 -------
Yeah, that would be good. I don't have a cross compiler setup at the moment
though. I'll try and remember to talk to some people who do, writing the test
case isn't the hard part, getting it into EXE form is.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1667
------- Additional Comments From Andrew.Talbot(a)talbotville.com 2003-01-12 16:05 -------
Mike,
The value of cpuHz on my system is 451083000 - i.e. nicely consistent with a
nominal clock speed of 450MHz.
Does the 'frequency' structure mentioned in that section of Wine code actually
exist in that form in Windows and, if so, is it accessible? I have a dual-boot
system (SUSE 9.0/Win98SE), so if a simple test program could be written to
display the value of frequency->QuadPart under Windows, it would be possible to
see what values different speed machines return - which ought to make it
possible to refine Wine's formula for it accordingly.
-- Andy.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1859
Summary: clicking on "disk" crashes "HEX WOKRSHOP 4.10"
Product: Wine
Version: CVS
Platform: Other
URL: http://www.hexworkshop.com/ or
http://www.bpsoft.com/downloads/index.html (to download)
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: primorec(a)sbcglobal.net
Steps to reproduce the bug:
1) download demo version from the http://www.bpsoft.com/downloads/index.html
2) install demo version with command "wine hw32v410.exe" (InstallShield work
flawlessly !!)
3) start the application with:
wine "/home/you/c/Program Files/BreakPoint Software/Hex Workshop 4.1/hworks32.exe"
4) click on "Disk"
5) select "open drive"
expected result: wine does not work with real disks... therefore it should
ignore RAW access to the disk
real result: steps from above cause wine and app to crash
workaround: do not slick on "disk" --> "open drive"
wine version: CVS wine-20031129
system: RH9 kernel 2.4.20-8
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1858
Summary: tab switching does not work for "HEX WORKSHOP 4.10"
Product: Wine
Version: CVS
Platform: Other
URL: http://www.hexworkshop.com/ or
http://www.bpsoft.com/downloads/index.html (to download)
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: primorec(a)sbcglobal.net
Steps to reproduce the bug:
1) download demo version from the http://www.bpsoft.com/downloads/index.html
2) install demo version with command "wine hw32v410.exe" (InstallShield work
flawlessly !!)
3) start the application with:
wine "/home/you/c/Program Files/BreakPoint Software/Hex Workshop 4.1/hworks32.exe"
4) open binary file_1
5) open another binary file_2
expected result: user should be able to switch between file_1 and file_2 by
clicking with left mouse button on tab "file_1" or "file_2"
real result: last loaded file is active and clicking on the tab does not switch
from one file to the other one
workaround: user can switch between files going through pulldown menue
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.