http://bugs.winehq.org/show_bug.cgi?id=36698
Bug ID: 36698 Summary: audible manager crashes at startup on HEAP_CreateFreeBlock Product: Wine Version: 1.7.19 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: fernando@cmartins.nl
audible manager crashes at startup on HEAP_CreateFreeBlock:
fixme:wininet:set_cookie Unknown additional option L"expires = Sat, 01-Jan-2020 00:00:00 GMT" fixme:wininet:set_cookie Unknown additional option L"expires = Sat, 07-Jan-2020 00:00:00 GMTfixme:wininet:set_cookie Unknown additional option L"expires = Sat, 01-Jan-2020 00:00:00 GMT" fixme:wininet:set_cookie Unknown additional option L"expires = Sat, 07-Jan-2020 00:00:00 GMT" fixme:wininet:set_cookie Unknown additional option L"expires = Sat, 07-Jan-2020 00:00:00 GMT" wine: Unhandled page fault on write access to 0x6e694260 at address 0x7bc4f1ce (thread 0009), starting debugger... Unhandled exception: page fault on write access to 0x6e694260 in 32-bit code (0x7bc4f1ce). " fixme:wininet:set_cookie Unknown additional option L"expires = Sat, 07-Jan-2020 00:00:00 GMT" wine: Unhandled page fault on write access to 0x6e694260 at address 0x7bc4f1ce (thread 0009), starting debugger... Unhandled exception: page fault on write access to 0x6e694260 in 32-bit code (0x7bc4f1ce).
full backtrace report attached
http://bugs.winehq.org/show_bug.cgi?id=36698
--- Comment #1 from Fernando Martins fernando@cmartins.nl --- Created attachment 48745 --> http://bugs.winehq.org/attachment.cgi?id=48745 backtrace
https://bugs.winehq.org/show_bug.cgi?id=36698
--- Comment #2 from Austin English austinenglish@gmail.com --- Does 'winetricks vcrun2003' help?
https://bugs.winehq.org/show_bug.cgi?id=36698
--- Comment #3 from Fernando Martins fernando@cmartins.nl --- no, it says "vcrun2003 already installed, skipping"
https://bugs.winehq.org/show_bug.cgi?id=36698
--- Comment #4 from Austin English austinenglish@gmail.com --- (In reply to Fernando Martins from comment #3)
no, it says "vcrun2003 already installed, skipping"
Try --force
https://bugs.winehq.org/show_bug.cgi?id=36698
--- Comment #5 from Fernando Martins fernando@cmartins.nl --- it still crashes
https://bugs.winehq.org/show_bug.cgi?id=36698
--- Comment #6 from Bruno Jesus 00cpxxx@gmail.com --- Is the program available for download?
https://bugs.winehq.org/show_bug.cgi?id=36698
--- Comment #7 from Fernando Martins fernando@cmartins.nl --- yes, from here: https://www.audible.co.uk/sw?pageFlowType=PC_WIZARD
follow the option "Listen on my computer"
https://bugs.winehq.org/show_bug.cgi?id=36698
--- Comment #8 from Austin English austinenglish@gmail.com --- Created attachment 48754 --> https://bugs.winehq.org/attachment.cgi?id=48754 backtrace in git
https://bugs.winehq.org/show_bug.cgi?id=36698
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |NEW URL| |https://www.audible.com/sw? | |pageFlowType=PC_WIZARD Ever confirmed|0 |1
--- Comment #9 from Austin English austinenglish@gmail.com --- austin@aw25 ~ $ sha1sum ActiveSetupN.exe c2058ef87dabc913415f94e24c7fb60356f6ef43 ActiveSetupN.exe austin@aw25 ~ $ du -h ActiveSetupN.exe 1.7M ActiveSetupN.exe austin@aw25 ~ $ wine --version wine-1.7.19-70-gd6a59f7
confirming.
https://bugs.winehq.org/show_bug.cgi?id=36698
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net Component|-unknown |msvcp Summary|audible manager crashes at |AudibleManager 5.5.x |startup on |crashes at startup |HEAP_CreateFreeBlock |
--- Comment #10 from Anastasius Focht focht@gmx.net --- Hello folks,
you need to set an explicit override as Wine builtins will be preferred over native by default. That winetricks recipe doesn't do that for you.
This should prevent the crash:
--- snip --- $ WINEDLLOVERRIDES=msvcp71=n wine ./Manager.exe --- snip ---
Regards
https://bugs.winehq.org/show_bug.cgi?id=36698
--- Comment #11 from Fernando Martins fernando@cmartins.nl --- Indeed, that works, thanks!
http://bugs.winehq.org/show_bug.cgi?id=36698
Piotr Caban piotr.caban@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |ab0513ef67f33a64627792ed3cb | |9b9a7d1b55c28 Status|NEW |RESOLVED CC| |piotr.caban@gmail.com Resolution|--- |FIXED
--- Comment #12 from Piotr Caban piotr.caban@gmail.com --- Fixed by ab0513ef67f33a64627792ed3cb9b9a7d1b55c28.
https://bugs.winehq.org/show_bug.cgi?id=36698
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #13 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.20.