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@winehq.org ReportedBy: damianatorrpm@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
http://bugs.winehq.org/show_bug.cgi?id=28479
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #1 from joaopa jeremielapuree@yahoo.fr 2011-09-24 02:01:39 CDT --- How did you install these softwares?
http://bugs.winehq.org/show_bug.cgi?id=28479
Damian Ivanov damianatorrpm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |damianatorrpm@gmail.com
--- Comment #2 from Damian Ivanov damianatorrpm@gmail.com 2011-09-24 03:40:34 CDT --- Just copy from an existing windows 7 installation.
http://bugs.winehq.org/show_bug.cgi?id=28479
Damian Ivanov damianatorrpm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |major
http://bugs.winehq.org/show_bug.cgi?id=28479
--- Comment #3 from joaopa jeremielapuree@yahoo.fr 2011-09-24 05:30:56 CDT --- This bug can be closed as INVALID.
http://bugs.winehq.org/show_bug.cgi?id=28479
--- Comment #4 from Damian Ivanov damianatorrpm@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.
http://bugs.winehq.org/show_bug.cgi?id=28479
--- Comment #5 from Louis Lenders xerox_xerox2000@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?
http://bugs.winehq.org/show_bug.cgi?id=28479
--- Comment #6 from Damian Ivanov damianatorrpm@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).
http://bugs.winehq.org/show_bug.cgi?id=28479
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk
--- Comment #7 from Louis Lenders xerox_xerox2000@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?
http://bugs.winehq.org/show_bug.cgi?id=28479
--- Comment #8 from Damian Ivanov damianatorrpm@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
http://bugs.winehq.org/show_bug.cgi?id=28479
--- Comment #9 from Louis Lenders xerox_xerox2000@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?
http://bugs.winehq.org/show_bug.cgi?id=28479
--- Comment #10 from Damian Ivanov damianatorrpm@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?
http://bugs.winehq.org/show_bug.cgi?id=28479
--- Comment #11 from Louis Lenders xerox_xerox2000@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
http://bugs.winehq.org/show_bug.cgi?id=28479
--- Comment #12 from Damian Ivanov damianatorrpm@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
http://bugs.winehq.org/show_bug.cgi?id=28479
--- Comment #13 from Louis Lenders xerox_xerox2000@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
http://bugs.winehq.org/show_bug.cgi?id=28479
Damian Ivanov damianatorrpm@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@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 :)
http://bugs.winehq.org/show_bug.cgi?id=28479
--- Comment #15 from Louis Lenders xerox_xerox2000@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
http://bugs.winehq.org/show_bug.cgi?id=28479
--- Comment #16 from Damian Ivanov damianatorrpm@gmail.com 2011-09-25 14:26:53 CDT --- Ok. But will be tomorrow :)
http://bugs.winehq.org/show_bug.cgi?id=28479
--- Comment #17 from Damian Ivanov damianatorrpm@gmail.com 2011-09-25 23:11:27 CDT --- Created attachment 36566 --> http://bugs.winehq.org/attachment.cgi?id=36566 new log;still crashes
http://bugs.winehq.org/show_bug.cgi?id=28479
--- Comment #18 from Louis Lenders xerox_xerox2000@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?
http://bugs.winehq.org/show_bug.cgi?id=28479
--- Comment #19 from Damian Ivanov damianatorrpm@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.
http://bugs.winehq.org/show_bug.cgi?id=28479
--- Comment #20 from Damian Ivanov damianatorrpm@gmail.com 2011-09-26 15:17:47 CDT --- Created attachment 36573 --> http://bugs.winehq.org/attachment.cgi?id=36573 log after winetricks
http://bugs.winehq.org/show_bug.cgi?id=28479
Dmitry Timoshkov dmitry@baikal.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC|damianatorrpm@gmail.com | Summary|windows7 included programs |windows7 included programs | |usually crash Severity|major |enhancement
http://bugs.winehq.org/show_bug.cgi?id=28479
msdobrescu@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |msdobrescu@gmail.com
--- Comment #21 from msdobrescu@gmail.com 2013-07-23 14:32:51 CDT --- Illustrator CC needs SetGestureConfig and it crashes.
http://bugs.winehq.org/show_bug.cgi?id=28479
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |focht@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@gmx.net --- Hello folks,
one problem per bug. Refining summary to target a specific problem.
Regards
http://bugs.winehq.org/show_bug.cgi?id=28479
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |user32
https://bugs.winehq.org/show_bug.cgi?id=28479
--- Comment #23 from Austin English austinenglish@gmail.com --- Created attachment 48752 --> https://bugs.winehq.org/attachment.cgi?id=48752 stub
Please test.
https://bugs.winehq.org/show_bug.cgi?id=28479
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=28479
Damian Ivanov damianatorrpm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |damianatorrpm@gmail.com
--- Comment #24 from Damian Ivanov damianatorrpm@gmail.com --- Applications crash with: fixme:heap:HeapSetInformation (nil) 1 (nil) 0 fixme:slc:SLGetWindowsInformationDWORD (L"Shell-InBoxGames-SpiderSolitaire-EnableGame") stub
//or application equivalent
https://bugs.winehq.org/show_bug.cgi?id=28479
--- Comment #25 from Anastasius Focht focht@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
https://bugs.winehq.org/show_bug.cgi?id=28479
--- Comment #26 from Damian Ivanov damianatorrpm@gmail.com --- Yes, no winedbg spawned. It just shows the message, no rendering of anything else happens at all.
http://bugs.winehq.org/show_bug.cgi?id=28479
Anastasius Focht focht@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@gmx.net --- Hello folks,
refining summary again to get better Bugzilla/search engine hits, avoiding dupes.
Regards
https://bugs.winehq.org/show_bug.cgi?id=28479
--- Comment #28 from Austin English austinenglish@gmail.com --- https://source.winehq.org/patches/data/105087
https://bugs.winehq.org/show_bug.cgi?id=28479
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |82392e78b73c2cc4d08be8b35a9 | |d224b4bc3e79f
--- Comment #29 from Austin English austinenglish@gmail.com --- (In reply to Austin English from comment #28)
https://source.winehq.org/git/wine.git/commitdiff/82392e78b73c2cc4d08be8b35a...
https://bugs.winehq.org/show_bug.cgi?id=28479
Sebastian Lackner sebastian@fds-team.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sebastian@fds-team.de
--- Comment #30 from Sebastian Lackner sebastian@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
https://bugs.winehq.org/show_bug.cgi?id=28479
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #31 from Anastasius Focht focht@gmx.net --- Hello folks,
indeed, Austin's patch got committed: https://source.winehq.org/git/wine.git/commitdiff/82392e78b73c2cc4d08be8b35a... Thanks Austin.
Regards
https://bugs.winehq.org/show_bug.cgi?id=28479
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #32 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.32.