http://bugs.winehq.org/show_bug.cgi?id=1970
------- Additional Comments From abdul.ahmad(a)utoronto.ca 2004-10-02 05:02 -------
i have finally gotten nhl2004's menus to work the way its supposed to.. going
into the game it crashes however..
i've attached a +d3d trace of the error output.. the game does some d3d8 stuff
before it goes into the menu.. and then once you click on the play button to go
ingame the resolution changes, and it does a whole bunch of d3d stuff again and
crashes... one thing that may or may not be interesting to note here is that the
resolution list in the display options is empty...
the installation instructions look pretty lengthy, I'm not sure if you
*have* to install all of these, but most of them made a difference when
i did install them... you can (and *should*) skip the Flash installation,
because its
not necessary, and when flash IS enabled, it makes everything else on
the screen flicker...
if you have the time i'd appreciate you'd check it out...
1. installed IE6 via mike hearn's script (wine20031212)
- can switch to winex cvs after installing ie6, although ie6 wont be
functional standalone
2. installed DCOM98 with "ole32, oleaut32, rpcrt4" native
3. changed dlloverrides to following:
[DllOverrides]
;dcom
"ole32" = "native"
"oleaut32" = "native"
"rpcrt4" = "native"
"oleaut32.dll" = "native"
"olepro32.dll" = "native"
"comcat.dll" = "native"
"ole32.dll" = "native"
"rpcrt4.dll" = "native"
;ie6
"mshtml" = "native, builtin"
"shfolder" = "native, builtin"
"shell32" = "native, builtin"
"shell" = "native, builtin"
"shdocvw" = "native, builtin"
"shlwapi" = "native, builtin"
"urlmon" = "native, builtin"
"crypt32" = "native, builtin"
"wininet" = "native, builtin"
;default
;"oleaut32" = "builtin, native"
;"ole32" = "builtin, native"
"commdlg" = "builtin, native"
"comdlg32" = "builtin, native"
;"shell" = "builtin, native"
;"shell32" = "builtin, native"
"shfolder" = "builtin, native"
"shlwapi" = "builtin, native"
;"shdocvw" = "builtin, native"
"advapi32" = "builtin, native"
"msvcrt" = "native, builtin"
"mciavi.drv" = "native, builtin"
"mcianim.drv" = "native, builtin"
"msi" = "native, builtin"
4. installed InstallShield
5. installed Java 2 Runtime Environment 1.4.2_02
- gives an error, but it still is installed
6. installed MDAC 2.8
- set "setupapi" = "native" before installation
- set "odbc32" = "native" after installataion
7. installed Jet 4.0 SP8 9x/NT
- set "imm32" to native before installation
- copied native win98se "setupx.dll" to system dir and set to native in
config
8. installed Windows Script 5.6 98/ME/NT
9. installed Shockwave Flash 6 redistributable from NHL2004 CD
(Shockwave_Installer_Full)
- can just regsvr32 Flash.ocx from your windows install
- can be obtained from
www.macromedia.com/support/shockwave/info/licensing/ as well by signing up
- will give an error registering Flash.ocx with redistributable, break
program at this point
- copy tmp/IXPxxx.TMP/Flash.ocx to system/Macromed/flash/
- run install again, or wine regsvr32 Flash.ocx
10. installed nhl2004 demo from
ftp.ea.com/pub/easports/demos/nhl2004/NHL2004Demo.exe
- must apply the intro.html hack and the game_setup_interface.js hack
from http://bugs.winehq.org/show_bug.cgi?id=1970 (make sure you get the
game_setup_interface.js for the DEMO version, not the RETAIL version
--
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=1946
------- Additional Comments From ryan(a)crystaldawn.net 2004-09-02 20:59 -------
Why must people not do any checking before suggesting stupid ideas such as go
back to a version thats over 3 years old? The correct fix for this bug on
Mandrake 9.2 is to install the m4 package. Mandrake flubbed up on the
dependencies for Bison and m4 is not installed when you do a urpmi bison. Once
you install m4, your problems with bison will go away.
--
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=2004
Summary: Bug In LVM_GETNEXTITEM(hWnd, -1, LVNI_FOCUSED |
LVNI_SELECTED)
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: R.J.Shearman(a)warwick.ac.uk
When LVM_GETNEXTITEM(hWnd, -1, LVNI_FOCUSED | LVNI_SELECTED) is sent to the
ListView common control it should get the currently selected item if one is
selected or return -1.
However, after at least one item has been clicked on then the builtin version of
ListView always returns the last selected item regardless of if one is currently
selected.
A good test program is Wine's RegEdit. Simply right-click on a value in the
right-hand pane and then right-click on empty space. It should bring up the menu
with options to create new keys and values. However, it instead brings it the
menu with options like rename and delete as if you had right-clicked on a value.
--
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=2003
R.J.Shearman(a)warwick.ac.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |94
nThis| |
--
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=2003
Summary: WindowFromPoint Returns Wrong Window
Product: Wine
Version: 20040121
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: R.J.Shearman(a)warwick.ac.uk
WindowFromPoint knows nothing about the Z-order of the windows in Wine and so
frequently returns the a background window rather than the foreground window.
This manifests itself as toolbar focus issues in Microsoft Office 2000 while
having an email window open on top of the main window and incorrect window
selection in the Spy++ utility.
Wine also has no concept of desktops and so cannot distinguish the window
coordinates of a window on one desktop to a window in the same position on
another desktop. Again this causes the same issues as above.
As X11DRV appears to not export any Z-order info it seems like this can only be
fixed by The Great Window Management Rewrite(TM).
--
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=2002
Summary: New error with Steam and Wine
Product: Wine
Version: 20040121
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-help
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lordmekius(a)yahoo.com
Ok, so I'm not the most experienced linux user, but I can get around.
I've followed all directions on this website to install steam including the wine
version they used.
http://www.linux-gamers.net/modules/wfsection/article.php?articleid=17
Steam was working, but after a reboot I got segmentation errors when trying to
run wine.
So what I did was install the newest stable version of wine from source and just
used the config file and directory tree from the old version.
Doing this I was able to get steam fully up and running. The only problem I
have now is that when I goto launch a game, the update window pops up and trys
to open a webpage inside of it, but this locks up steam and sends wine into the
debugger. So steam works good but I still can't play any games.
The console output before the debugger starts is this:
fixme:actctx:CreateActCtxW stub!
fixme:actctx:CreateActCtxW stub!
fixme:wininet:InternetSetOptionW Option 86 STUB
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_REQUEST_PRIORITY (0): STUB
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CODEPAGE (1252): STUB
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_ERROR_MASK(11): STUB
fixme:wininet:InternetSetOptionW Option 86 STUB
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_REQUEST_PRIORITY (0): STUB
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CODEPAGE (1252): STUB
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_ERROR_MASK(11): STUB
err:mshtml:DllMain Can't load the Mozilla ActiveX control
err:ole:CoGetClassObject couldn't load InprocServer32 dll
C:\WINDOWS\SYSTEM\mshtml.dll
fixme:wininet:CommitUrlCacheEntryA entry already in cache - don't know what to do!
err:mshtml:DllMain Can't load the Mozilla ActiveX control
err:ole:CoGetClassObject couldn't load InprocServer32 dll
C:\WINDOWS\SYSTEM\mshtml.dll
fixme:ole:CoCreateInstance no classfactory created for CLSID
{25336920-03f9-11cf-8fd0-00aa00686f13}, hres is 0x80070005
fixme:ole:CoCreateInstance no classfactory created for CLSID
{25336920-03f9-11cf-8fd0-00aa00686f13}, hres is 0x80040150
err:mshtml:DllMain Can't load the Mozilla ActiveX control
err:ole:CoGetClassObject couldn't load InprocServer32 dll
C:\WINDOWS\SYSTEM\mshtml.dll
fixme:ole:CoCreateInstance no classfactory created for CLSID
{25336920-03f9-11cf-8fd0-00aa00686f13}, hres is 0x80070005
err:mshtml:DllMain Can't load the Mozilla ActiveX control
err:ole:CoGetClassObject couldn't load InprocServer32 dll
C:\WINDOWS\SYSTEM\mshtml.dll
err:mshtml:DllMain Can't load the Mozilla ActiveX control
err:ole:CoGetClassObject couldn't load InprocServer32 dll
C:\WINDOWS\SYSTEM\mshtml.dll
err:mshtml:DllMain Can't load the Mozilla ActiveX control
err:ole:CoGetClassObject couldn't load InprocServer32 dll
C:\WINDOWS\SYSTEM\mshtml.dll
and then the debugger shows this info:
wine: Unhandled exception (thread 002e), starting debugger...
WineDbg starting on pid 8
Can't find file for ELF 'wine-kthread' ((nil))
No debug information in ELF 'wine-pthread' ((nil))
Breakpoint 1 at 0x4000ccc0 (_end+0x3fefa7f0)
No debug information in ELF '/usr/lib/libwine.so.1' (0x40026000)
No debug information in ELF '/lib/tls/libpthread.so.0' (0x4003e000)
No debug information in ELF '/lib/tls/libc.so.6' (0x4004e000)
No debug information in ELF '/lib/libdl.so.2' (0x40186000)
No debug information in ELF '/lib/tls/libm.so.6' (0x40189000)
No debug information in ELF '/lib/ld-linux.so.2' (0x40000000)
No debug information in ELF '/usr/lib/wine/ntdll.dll.so' (0x401ac000)
No debug information in ELF '/usr/lib/libwine_unicode.so.1' (0x4021a000)
No debug information in ELF '/lib/libnss_files.so.2' (0x40018000)
No debug information in ELF '/usr/lib/wine/kernel32.dll.so' (0x40420000)
No debug information in ELF '/usr/lib/wine/ws2_32.dll.so' (0x40850000)
No debug information in ELF '/usr/lib/wine/user32.dll.so' (0x40876000)
No debug information in ELF '/usr/lib/wine/gdi32.dll.so' (0x409ae000)
No debug information in ELF '/usr/lib/wine/advapi32.dll.so' (0x40a2d000)
No debug information in ELF '/usr/lib/wine/iphlpapi.dll.so' (0x40a5c000)
No debug information in ELF '/usr/lib/wine/winspool.drv.so' (0x40a7a000)
No debug information in ELF '/usr/lib/wine/comdlg32.dll.so' (0x40a9d000)
No debug information in ELF '/usr/lib/wine/shell32.dll.so' (0x40b1a000)
No debug information in ELF '/usr/lib/wine/ole32.dll.so' (0x40b9e000)
No debug information in ELF '/usr/lib/wine/rpcrt4.dll.so' (0x40c12000)
No debug information in ELF '/usr/lib/wine/comctl32.dll.so' (0x40c5a000)
No debug information in ELF '/usr/lib/wine/oleaut32.dll.so' (0x40cf7000)
No debug information in ELF '/usr/lib/wine/oledlg.dll.so' (0x40d7d000)
No debug information in ELF '/usr/lib/wine/version.dll.so' (0x40d95000)
No debug information in ELF '/usr/lib/wine/lz32.dll.so' (0x40daf000)
No debug information in ELF '/usr/lib/wine/oleacc.dll.so' (0x40dc5000)
No debug information in ELF '/usr/lib/libfreetype.so.6' (0x40dd9000)
No debug information in ELF '/usr/lib/libz.so.1' (0x40e29000)
No debug information in ELF '/usr/lib/libfontconfig.so.1' (0x40e37000)
No debug information in ELF '/usr/lib/libexpat.so.0' (0x40e5e000)
No debug information in ELF '/usr/lib/wine/x11drv.dll.so' (0x40e7e000)
No debug information in ELF '/usr/X11R6/lib/libSM.so.6' (0x40741000)
No debug information in ELF '/usr/X11R6/lib/libICE.so.6' (0x40efb000)
No debug information in ELF '/usr/X11R6/lib/libXrandr.so.2' (0x40739000)
No debug information in ELF '/usr/X11R6/lib/libXrender.so.1' (0x40f12000)
No debug information in ELF '/usr/X11R6/lib/libXext.so.6' (0x40f1a000)
No debug information in ELF '/usr/X11R6/lib/libX11.so.6' (0x40f28000)
Unsupported debug information in ELF '/usr/X11R6/lib/libGL.so.1' (0x41006000)
No debug information in ELF '/usr/X11R6/lib/libXcursor.so.1.0' (0x4108a000)
No debug information in ELF
'/usr/X11R6/lib/X11/locale/lib/common/xlcUTF8Load.so.2' (0x40023000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2'
(0x410a4000)
No debug information in ELF '/usr/lib/wine/imm32.dll.so' (0x410c2000)
No debug information in ELF '/lib/libgcc_s.so.1' (0x41651000)
No debug information in ELF '/usr/lib/wine/mswsock.dll.so' (0x41601000)
No debug information in ELF '/lib/libnss_dns.so.2' (0x41624000)
No debug information in ELF '/lib/libresolv.so.2' (0x41628000)
No debug information in ELF '/usr/lib/wine/wsock32.dll.so' (0x41c83000)
No debug information in ELF '/usr/lib/wine/winmm.dll.so' (0x42460000)
No debug information in ELF '/usr/lib/wine/wineoss.drv.so' (0x424cd000)
No debug information in ELF '/usr/lib/wine/msacm.drv.so' (0x4250a000)
No debug information in ELF '/usr/lib/wine/msacm32.dll.so' (0x42521000)
No debug information in ELF '/usr/lib/wine/midimap.drv.so' (0x42660000)
No debug information in ELF '/usr/lib/wine/wininet.dll.so' (0x44580000)
No debug information in ELF '/usr/lib/wine/mpr.dll.so' (0x445b5000)
No debug information in 32bit DLL 'E:\Program Files\Steam\STEAM.exe' (0x400000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\NTDLL.DLL' (0x401d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\KERNEL32.DLL' (0x40450000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\ADVAPI32.DLL' (0x40a40000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\GDI32.DLL' (0x409c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\USER32.DLL' (0x408a0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IPHLPAPI.DLL' (0x40a70000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WS2_32.DLL' (0x40860000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINSPOOL.DRV' (0x40a80000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\RPCRT4.DLL' (0x40c30000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL' (0x40bc0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSVCRT.DLL' (0x78000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHLWAPI.DLL' (0x70bd0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMCTL32.DLL' (0x40c70000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHELL32.DLL' (0x40b40000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMDLG32.DLL' (0x40ab0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLEAUT32.DLL' (0x40d10000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLEDLG.DLL' (0x40d80000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\LZ32.DLL' (0x40dc0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\VERSION.DLL' (0x40da0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLEACC.DLL' (0x40dd0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x40e90000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMM32.DLL' (0x410d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSWSOCK.DLL' (0x41610000)
No debug information in 32bit DLL 'E:\PROGRAM FILES\STEAM\STEAM.DLL' (0x20000000 )
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WSOCK32.DLL' (0x41c90000)
No debug information in 32bit DLL 'E:\PROGRAM FILES\STEAM\DBG.DLL' (0x41ca0000)
No debug information in 32bit DLL 'E:\PROGRAM FILES\STEAM\STEAMUI.DLL' (0x100000 00)
No debug information in 32bit DLL 'E:\PROGRAM FILES\STEAM\BIN\FILESYSTEM_STEAM.D
LL' (0x421e1000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINMM.DLL' (0x42470000)
No debug information in 32bit DLL 'E:\PROGRAM FILES\STEAM\BIN\VGUI2.DLL' (0x4242
0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0x424e0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL' (0x42530000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0x42510000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x42670000)
No debug information in 32bit DLL 'E:\PROGRAM FILES\STEAM\FRIENDS\TRACKERUI.DLL'
(0x439b2000)
No debug information in 32bit DLL 'E:\PROGRAM FILES\STEAM\SERVERS\SERVERBROWSER.
DLL' (0x43c60000)
No debug information in 32bit DLL 'E:\PROGRAM FILES\STEAM\FRIENDS\TRACKERNET.DLL
' (0x44101000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHDOCVW.DLL' (0x71000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MPR.DLL' (0x445c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WININET.DLL' (0x44590000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHDOCLC.DLL' (0x71840000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\URLMON.DLL' (0x702b0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MLANG.DLL' (0x70440000)
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x4
0be64c1).
In 32-bit mode.
0x40be64c1 (OLE32.DLL.CoGetInterfaceAndReleaseStream+0xa1 in OLE32.DLL): call *
0x0(%edx)
Wine-dbg>
I'm going to try and figure out a solution on my own, but seeing as I'm not very
good with linux yet, I was hoping someone else could figure it out. Thanks in
advance for any answers.
--
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=1837
the-fallen(a)web.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From the-fallen(a)web.de 2004-08-02 14:47 -------
Fixed in wine version 20031212 or maybe earlier. Thank u for ur help!
Norbert Nordpol
--
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=1826
the-fallen(a)web.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From the-fallen(a)web.de 2004-08-02 14:46 -------
Fixed in wine version 20031212 or maybe earlier. Thank u for ur help.
Norbert Nordpol
--
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=2001
Summary: Wrong .exe loading with 2.6 kernels
Product: Wine
Version: 20031212
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P4
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: the-fallen(a)web.de
Hi there!
Dunno whether this is the right place (wine-loader) but it think so. So heres my
problem:
I just installed a new 2.6.2 development-kernel (os: gentoo gcc: 3.2.3) and
reinstalled wine completly cause i had a few problems in the past. With the new
version a lot of things work like a charm now, but on some applications i get
errors like this:
err:module:map_image Could not map section .text, file probably truncated
wine: could not load L"D:\\Games\Final Fantasy VIII\\FF8.exe" as Win32 binary
The apps are totally different, with 2.4 kernels everything works for me. I
don't know what exactly u need, so if u need more write it. For testing, one of
those apps which doesnt work is afstools from http://www.geocities.com/myasftools/
I hope u can help me and the others who get this error too.
Norbert Nordpol
--
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.