[Bug 19849] New: Links 2003 does not run
http://bugs.winehq.org/show_bug.cgi?id=19849 Summary: Links 2003 does not run Product: Wine Version: 1.1.28 Platform: PC URL: http://linkscountryclub.com/ OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: firesword14(a)yahoo.com Created an attachment (id=23264) --> (http://bugs.winehq.org/attachment.cgi?id=23264) Log Can install either the download version or trial version (see link). Error Dialog comes up and have to CTRL-C out of wine Log attached -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19849 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19849 --- Comment #1 from Stefan Leichter <Stefan.Leichter(a)camLine.com> 2009-08-27 07:56:33 --- Created an attachment (id=23273) --> (http://bugs.winehq.org/attachment.cgi?id=23273) create additional fake dlls First of all wine need a lot more fake dlls. The attachment contains most of them. The stuff for the sound might be missing because the installer complains of a missing sound driver on my system. 001e:Call KERNEL32.Module32FirstW(00000064,006cc674) ret=30022b7c 001e:Ret KERNEL32.Module32FirstW() retval=00000001 ret=30022b7c -- loop start -- 001e:Call psapi.GetModuleFileNameExW(0000009c,00400000,006cc420,0000021c) ret=300224e5 001e:Ret psapi.GetModuleFileNameExW() retval=0000003b ret=300224e5 001e:Call KERNEL32.CreateFileW(006cc420 L"C:\\Programme\\Microsoft Games\\Links 2003 Demo\\LinksMMIII.exe",80000000,00000003,00000000,00000003,0 0000000,00000000) ret=3001f925 001e:Ret KERNEL32.CreateFileW() retval=0000006c ret=3001f925 001e:Call KERNEL32.GetFileSize(0000006c,00000000) ret=3001f99e 001e:Ret KERNEL32.GetFileSize() retval=004e8000 ret=3001f99e 001e:Call KERNEL32.CreateFileMappingA(0000006c,00000000,00000002,00000000,00000000,00000000) ret=3001f9cd 001e:Ret KERNEL32.CreateFileMappingA() retval=00000074 ret=3001f9cd 001e:Call KERNEL32.MapViewOfFile(00000074,00000004,00000000,00000000,00000000) ret=3001f9f6 001e:Ret KERNEL32.MapViewOfFile() retval=006f0000 ret=3001f9f6 [snip] 001e:Call version.GetFileVersionInfoSizeW(006cc420 L"C:\\Programme\\Microsoft Games\\Links 2003 Demo\\LinksMMIII.exe",006cc2b8) ret=3001f555 001e:Ret version.GetFileVersionInfoSizeW() retval=000005ac ret=3001f555 [snip] 001e:Call version.GetFileVersionInfoW(006cc420 L"C:\\Programme\\Microsoft Games\\Links 2003 Demo\\LinksMMIII.exe",00000000,000005ac,0013d838) re t=3001f61c 001e:Ret version.GetFileVersionInfoW() retval=00000001 ret=3001f61c 001e:Call version.VerQueryValueA(0013d838,30001cc4 "\\",006cc2c0,006cc2bc) ret=3001f651 001e:Ret version.VerQueryValueA() retval=00000001 ret=3001f651 [snip] 001e:Call KERNEL32.Module32NextW(00000064,006cc674) ret=30022ca2 001e:Ret KERNEL32.Module32NextW() retval=00000001 ret=30022ca2 -- goto loop start -- When checking the version information of the dlls is finished the program looks for "RtlGetFunctionTableListHead" in ntdll, which is currently missing. 001e:Call KERNEL32.GetProcAddress(7ef70000,30001ea0 "RtlGetFunctionTableListHead") ret=30022549 001e:Ret KERNEL32.GetProcAddress() retval=00000000 ret=30022549 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19849 --- Comment #2 from Stefan Leichter <Stefan.Leichter(a)camLine.com> 2009-08-27 10:55:29 --- What is wrote last just make dw1.5.exe working. This gives you the option to report the problem to the manufacturer. The real problem is in the process calling dw1.5.exe. The problem looks like this: 001b:Call user32.ReleaseDC(00020034,000003ec) ret=7d8128a2 001b:Ret user32.ReleaseDC() retval=00000001 ret=7d8128a2 trace:seh:raise_exception code=c0000005 flags=0 addr=0x51 ip=00000051 tid=001b trace:seh:raise_exception info[0]=00000000 trace:seh:raise_exception info[1]=00000051 trace:seh:raise_exception eax=053503d0 ebx=7d8ada84 ecx=00000002 edx=00000000 esi=049c80d0 edi=053503d0 trace:seh:raise_exception ebp=0033dbbc esp=0033db90 cs=0073 ds=007b es=007b fs=0033 gs=003b flags=00010202 trace:seh:call_vectored_handlers calling handler at 0x7e1a90d0 code=c0000005 flags=0 trace:seh:call_vectored_handlers handler at 0x7e1a90d0 returned 0 trace:seh:call_vectored_handlers calling handler at 0x7edeb720 code=c0000005 flags=0 trace:seh:call_vectored_handlers handler at 0x7edeb720 returned 0 trace:seh:call_stack_handlers calling handler at 0x7b57d8 code=c0000005 flags=0 -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19849 --- Comment #3 from Mikey Alexander <firesword14(a)yahoo.com> 2009-10-03 10:50:43 --- In version 1.30, running Links caused Linux to log out (Went to login screen) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19849 --- Comment #4 from Jeff Zaroyko <jeffz(a)jeffz.name> 2009-10-03 18:07:55 --- (In reply to comment #3)
In version 1.30, running Links caused Linux to log out (Went to login screen)
Sounds like a bug in your video drivers or X.org. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19849 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |focht(a)gmx.net Resolution| |FIXED --- Comment #5 from Anastasius Focht <focht(a)gmx.net> 2010-08-19 14:51:06 --- Hello, no problem with the links 2003, the game installs and runs successfully in clean WINEPREFIX. http://www.linkscountryclub.com/downloads/linkspc/2k3demo.exe $ sha1sum 2k3demo.exe aa334fcfaa8a0c39ec62ac3b1925da387e308722 2k3demo.exe Whatever problem you had has probably been fixed. Reopen if persists with recent Wine version. Also make sure you don't use some broken graphics drivers. $ wine --version wine-1.3.0-449-g703ab02 Regards -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19849 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #6 from Alexandre Julliard <julliard(a)winehq.org> 2010-08-20 12:39:03 --- Closing bugs fixed in 1.3.1. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org