http://bugs.winehq.org/show_bug.cgi?id=13521
Summary: liveusb-creator-2.5 unable to load win32file.pyd [dogfood] Product: Wine Version: 1.0-rc2 Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: treilly1@cs.binghamton.edu
Created an attachment (id=13451) --> (http://bugs.winehq.org/attachment.cgi?id=13451) Generated log file
https://fedorahosted.org/liveusb-creator
Version 2.5 of the liveusb-creator tool created by the Fedora Project for Windows does not run. I tried this on a lark expecting a fully functional GUI and errors detecting USB drives- instead it exits immediately displaying a dialog to the screen informing the user of the existance of a logfile detailing the error (attached.)
http://bugs.winehq.org/show_bug.cgi?id=13521
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com
--- Comment #1 from Vincent Povirk madewokherd@gmail.com 2008-05-28 22:56:34 --- Yep, same thing happens here. You may want to add the download keyword and url.
I tried installing python 2.5 and the pywin32 module then importing win32file manually; that worked fine. If I also install PyQt, I can start the program from the source tree (and it sees my usb drive, but I'm not brave enough to try to use it). So this is apparently a problem specific to py2exe.
http://bugs.winehq.org/show_bug.cgi?id=13521
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #2 from Dan Kegel dank@kegel.com 2008-05-29 00:09:24 --- Seems like a dup of bug 3591 ?
http://bugs.winehq.org/show_bug.cgi?id=13521
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #3 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-05-29 01:32:39 --- Apparently the problem is: 0009:Call KERNEL32.GetProcAddress(604f0000,1e77ef34 "GetAuditedPermissionsFromAclW") ret=004023e3 0009:Ret KERNEL32.GetProcAddress() retval=00000000 ret=004023e3
minimal patch below makes the app start fine for me. could anyone else try if it works for him/her too? I guess we also need a simple stub implementation for GetAuditedPermissionsFromAclW. i could have a look later. This is a change that should not go in for wine-1.0, but later, as other apps might try to use this api as well if they find it in advapi32.
patch :
diff --git a/dlls/advapi32/advapi32.spec b/dlls/advapi32/advapi32.spec index e9a3ccc..f55966a 100644 --- a/dlls/advapi32/advapi32.spec +++ b/dlls/advapi32/advapi32.spec @@ -231,7 +231,7 @@ @ stdcall GetAce(ptr long ptr) @ stdcall GetAclInformation(ptr ptr long long) # @ stub GetAuditedPermissionsFromAclA -# @ stub GetAuditedPermissionsFromAclW +@ stub GetAuditedPermissionsFromAclW @ stdcall GetCurrentHwProfileA(ptr) @ stdcall GetCurrentHwProfileW(ptr) @ stdcall GetEffectiveRightsFromAclA(ptr ptr ptr)
http://bugs.winehq.org/show_bug.cgi?id=13521
--- Comment #4 from Vincent Povirk madewokherd@gmail.com 2008-05-31 20:16:03 --- Bug 3591 appears to be about creating py2exe programs, not running them.
http://bugs.winehq.org/show_bug.cgi?id=13521
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, patch, source
http://bugs.winehq.org/show_bug.cgi?id=13521
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #5 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-06-22 02:38:23 --- Fixed by 44afc4488c47e5f406acdc88732c88cb6aac0205
( http://www.winehq.org/pipermail/wine-cvs/2008-June/044412.html )
http://bugs.winehq.org/show_bug.cgi?id=13521
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Alexandre Julliard julliard@winehq.org 2008-06-27 10:35:45 --- Closing bugs fixed in 1.1.0.