[Bug 28479] New: windows7 included programs
http://bugs.winehq.org/show_bug.cgi?id=28479 Summary: windows7 included programs Product: Wine Version: 1.3.29 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: damianatorrpm(a)gmail.com Hi, I guess it may have already been reported, but I could not find the bug. windows7 paint/wordpad/solitaire/other games do not work. They fail with: fixme:heap:HeapSetInformation (nil) 1 (nil) 0 fixme:slc:SLGetWindowsInformationDWORD (L"Shell-InBoxGames-Hearts-EnableGame") stub -- 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=28479 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #1 from joaopa <jeremielapuree(a)yahoo.fr> 2011-09-24 02:01:39 CDT --- How did you install these softwares? -- 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=28479 Damian Ivanov <damianatorrpm(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |damianatorrpm(a)gmail.com --- Comment #2 from Damian Ivanov <damianatorrpm(a)gmail.com> 2011-09-24 03:40:34 CDT --- Just copy from an existing windows 7 installation. -- 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=28479 Damian Ivanov <damianatorrpm(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |major -- 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=28479 --- Comment #3 from joaopa <jeremielapuree(a)yahoo.fr> 2011-09-24 05:30:56 CDT --- This bug can be closed as INVALID. -- 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=28479 --- Comment #4 from Damian Ivanov <damianatorrpm(a)gmail.com> 2011-09-25 01:12:39 CDT --- This software is not in any installer. It can not be installed. You can find this only on windows7 installation medium. I would like to use one of those programs but all of them fail with same error message. -- 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=28479 --- Comment #5 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2011-09-25 03:33:19 CDT --- Created attachment 36541 --> http://bugs.winehq.org/attachment.cgi?id=36541 hack What happens if you apply attached hack? Does it change behaviour of the programs? -- 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=28479 --- Comment #6 from Damian Ivanov <damianatorrpm(a)gmail.com> 2011-09-25 08:27:53 CDT --- Yeah now I get ahead it, but none of the apps work :( fixme:heap:HeapSetInformation (nil) 1 (nil) 0 fixme:slc:SLGetWindowsInformationDWORD (L"Shell-InBoxGames-Solitaire-EnableGame") stub fixme:process:RegisterApplicationRestart (L"\"C:\\Program Files\\Microsoft Games\\Solitaire\\Solitaire.exe\"",0) fixme:gameux:GameExplorerImpl_VerifyAccess (0x172890, L"C:\\Program Files\\Microsoft Games\\Solitaire\\Solitaire.exe", 0x32f7bc) wine: Unhandled page fault on read access to 0x00000000 at address 0x7eb0f189 (thread 0009), starting debugger... Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x7eb0f189). -- 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=28479 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000(a)yahoo.co.uk --- Comment #7 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2011-09-25 13:05:17 CDT --- (In reply to comment #6)
Yeah now I get ahead it, but none of the apps work :(
fixme:heap:HeapSetInformation (nil) 1 (nil) 0 fixme:slc:SLGetWindowsInformationDWORD (L"Shell-InBoxGames-Solitaire-EnableGame") stub fixme:process:RegisterApplicationRestart (L"\"C:\\Program Files\\Microsoft Games\\Solitaire\\Solitaire.exe\"",0) fixme:gameux:GameExplorerImpl_VerifyAccess (0x172890, L"C:\\Program Files\\Microsoft Games\\Solitaire\\Solitaire.exe", 0x32f7bc) wine: Unhandled page fault on read access to 0x00000000 at address 0x7eb0f189 (thread 0009), starting debugger... Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x7eb0f189).
Could you run the app by WINEDEBUG=+relay,+tid,+seh wine Solitaire.exe &>/tmp/log and attacht the bzipped2 file /tmp/log to this file? -- 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=28479 --- Comment #8 from Damian Ivanov <damianatorrpm(a)gmail.com> 2011-09-25 13:10:00 CDT --- Created attachment 36551 --> http://bugs.winehq.org/attachment.cgi?id=36551 WINEDEBUG=+relay,+tid,+seh wine Solitaire.exe -- 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=28479 --- Comment #9 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2011-09-25 13:24:40 CDT --- (In reply to comment #8)
Created attachment 36551 [details] WINEDEBUG=+relay,+tid,+seh wine Solitaire.exe
Hi, how did you compress the file? I'm somehow not able to extract the file from the tarball. You didn't compress with bzip2, did you? -- 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=28479 --- Comment #10 from Damian Ivanov <damianatorrpm(a)gmail.com> 2011-09-25 13:30:04 CDT --- Created attachment 36552 --> http://bugs.winehq.org/attachment.cgi?id=36552 WINEDEBUG=+relay,+tid,+seh wine Solitaire.exe Did compress it with ark. In Dolphin, right-click and compress to... Maybe tar.gz? -- 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=28479 --- Comment #11 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2011-09-25 13:40:41 CDT --- (In reply to comment #10)
Created attachment 36552 [details] WINEDEBUG=+relay,+tid,+seh wine Solitaire.exe
Hi, could you run again, but now with correct path to executable, because it says in your log: wine: cannot find L"C:\\windows\\system32\\Solitaire.exe" So something like WINEDEBUG=+relay,+tid,+seh wine "C:\\Program Files\\Microsoft Games\\Solitaire\\Solitaire.exe" &/tmp/log -- 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=28479 --- Comment #12 from Damian Ivanov <damianatorrpm(a)gmail.com> 2011-09-25 13:49:28 CDT --- Created attachment 36553 --> http://bugs.winehq.org/attachment.cgi?id=36553 WINEDEBUG=+relay,+tid,+seh wine "C:\\Program Files\\Microsoft Games\\Solitaire\\Solitaire.exe" &>log -- 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=28479 --- Comment #13 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2011-09-25 13:55:08 CDT --- (In reply to comment #12)
Created attachment 36553 [details] WINEDEBUG=+relay,+tid,+seh wine "C:\\Program Files\\Microsoft Games\\Solitaire\\Solitaire.exe" &>log
thanks, looks like it now chokes because it cannot find CardGames.dll. Is that dll present in "C:\\Program Files\\Microsoft Games\\Solitaire\\" ? If so, you first have to cd into that directory and run the app from there. If still crashes attach new debug log -- 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=28479 Damian Ivanov <damianatorrpm(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #36551|0 |1 is obsolete| | Attachment #36552|0 |1 is obsolete| | Attachment #36553|0 |1 is obsolete| | --- Comment #14 from Damian Ivanov <damianatorrpm(a)gmail.com> 2011-09-25 14:04:18 CDT --- Created attachment 36555 --> http://bugs.winehq.org/attachment.cgi?id=36555 log with cardgames.dll still crashes, dude thanks for your time :) -- 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=28479 --- Comment #15 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2011-09-25 14:13:37 CDT --- Created attachment 36556 --> http://bugs.winehq.org/attachment.cgi?id=36556 stub for SetGestureConfig now crashes into unimplemented function. Could you try the attached patch and see if it gets any further. If still crashes , attach another debug log -- 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=28479 --- Comment #16 from Damian Ivanov <damianatorrpm(a)gmail.com> 2011-09-25 14:26:53 CDT --- Ok. But will be tomorrow :) -- 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=28479 --- Comment #17 from Damian Ivanov <damianatorrpm(a)gmail.com> 2011-09-25 23:11:27 CDT --- Created attachment 36566 --> http://bugs.winehq.org/attachment.cgi?id=36566 new log;still crashes -- 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=28479 --- Comment #18 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2011-09-26 14:47:28 CDT --- (In reply to comment #17)
Created attachment 36566 [details] new log;still crashes
Him i can see it gets a tiny bit further, but i can't figure out really why it crashes. Do the other win7 apps like paint also crash like this? One thing you might try is 'winetricks comctl32', does that change anything? -- 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=28479 --- Comment #19 from Damian Ivanov <damianatorrpm(a)gmail.com> 2011-09-26 15:16:17 CDT --- Paint requires more native dll's to copy. All other apps still crashes. winetricks comctl32 change some console output. -- 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=28479 --- Comment #20 from Damian Ivanov <damianatorrpm(a)gmail.com> 2011-09-26 15:17:47 CDT --- Created attachment 36573 --> http://bugs.winehq.org/attachment.cgi?id=36573 log after winetricks -- 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=28479 Dmitry Timoshkov <dmitry(a)baikal.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|damianatorrpm(a)gmail.com | Summary|windows7 included programs |windows7 included programs | |usually crash Severity|major |enhancement -- 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=28479 msdobrescu(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |msdobrescu(a)gmail.com --- Comment #21 from msdobrescu(a)gmail.com 2013-07-23 14:32:51 CDT --- Illustrator CC needs SetGestureConfig and it crashes. -- 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=28479 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |focht(a)gmx.net Summary|windows7 included programs |Multiple applications need |usually crash |user32.SetGestureConfig | |(Solitaire from Windows 7, | |Illustrator CC) Ever confirmed|0 |1 Severity|enhancement |normal --- Comment #22 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, one problem per bug. Refining summary to target a specific problem. Regards -- 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=28479 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |user32 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=28479 --- Comment #23 from Austin English <austinenglish(a)gmail.com> --- Created attachment 48752 --> https://bugs.winehq.org/attachment.cgi?id=48752 stub Please test. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=28479 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish(a)gmail.com -- 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.
https://bugs.winehq.org/show_bug.cgi?id=28479 Damian Ivanov <damianatorrpm(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |damianatorrpm(a)gmail.com --- Comment #24 from Damian Ivanov <damianatorrpm(a)gmail.com> --- Applications crash with: fixme:heap:HeapSetInformation (nil) 1 (nil) 0 fixme:slc:SLGetWindowsInformationDWORD (L"Shell-InBoxGames-SpiderSolitaire-EnableGame") stub //or application equivalent -- 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.
https://bugs.winehq.org/show_bug.cgi?id=28479 --- Comment #25 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, --- quote --- fixme:heap:HeapSetInformation (nil) 1 (nil) 0 fixme:slc:SLGetWindowsInformationDWORD (L"Shell-InBoxGames-SpiderSolitaire-EnableGame") stub --- quote --- That's just a FIXME message from the stub and not a crash (no 'winedbg' spawned?). Anyway, I created bug 36709 to track slc.SLGetWindowsInformationDWORD semi-stub/implementation. Regards -- 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.
https://bugs.winehq.org/show_bug.cgi?id=28479 --- Comment #26 from Damian Ivanov <damianatorrpm(a)gmail.com> --- Yes, no winedbg spawned. It just shows the message, no rendering of anything else happens at all. -- 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=28479 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Multiple applications need |Multiple applications crash |user32.SetGestureConfig |on unimplemented function |(Solitaire from Windows 7, |USER32.dll.SetGestureConfig |Illustrator CC) |(Solitaire from Windows 7, | |Illustrator CC) --- Comment #27 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, refining summary again to get better Bugzilla/search engine hits, avoiding dupes. Regards -- 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.
https://bugs.winehq.org/show_bug.cgi?id=28479 --- Comment #28 from Austin English <austinenglish(a)gmail.com> --- https://source.winehq.org/patches/data/105087 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=28479 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |82392e78b73c2cc4d08be8b35a9 | |d224b4bc3e79f --- Comment #29 from Austin English <austinenglish(a)gmail.com> --- (In reply to Austin English from comment #28)
https://source.winehq.org/git/wine.git/commitdiff/82392e78b73c2cc4d08be8b35a... -- 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.
https://bugs.winehq.org/show_bug.cgi?id=28479 Sebastian Lackner <sebastian(a)fds-team.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian(a)fds-team.de --- Comment #30 from Sebastian Lackner <sebastian(a)fds-team.de> --- I think this bug report can be closed. The "main" issue mentioned in the title is definitely fixed (see link in comment 29). For all remaining issues new bug reports should be opened (if there aren't any yet). For SLGetWindowsInformationDWORD there is already: https://bugs.winehq.org/show_bug.cgi?id=36709 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=28479 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #31 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, indeed, Austin's patch got committed: https://source.winehq.org/git/wine.git/commitdiff/82392e78b73c2cc4d08be8b35a... Thanks Austin. Regards -- 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.
https://bugs.winehq.org/show_bug.cgi?id=28479 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #32 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.7.32. -- 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