http://bugs.winehq.org/show_bug.cgi?id=22602
Summary: KP500-Utils-EN.exe fails silently to extract .kdz files Product: Wine Version: 1.1.42 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: saxando4u@gmail.com
KP500-Utils-EN.exe is a program included in LG-Utils-0.4.2.zip. (download link: http://www.megaupload.com/?d=LTQS4EF9 - I think this is legit as it's a community-made suite) It has an option to decrypt a .kdz file, used by Lg to distribute their firmwares, and output a .cab file. Here's the issue, the .cab is corrupted and can't be opened. There's no error message in the process. All works fine under Windows, I also exclude a cabextract issue as it can extract .cab files created under windows and the file output under linux can't be read under windows. Tested under Ubuntu 10.04
If someone wants to test this here's a link to a kdz file: csmg.lgmobile.com:9002/swdata/WEBSW/GW620/ANEUBB/V10i_00/V10I_00.kdz
I've tried both wineconsole and wine, no luck. I've also run "WINEDEBUG=+relay wineconsole KP500-Utils-EN.exe", same issue, but I haven't printed the log to a file so I can't post it. I'll do that as soon as I relaunch it.
http://bugs.winehq.org/show_bug.cgi?id=22602
Giorgio Micotti saxando4u@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |saxando4u@gmail.com
--- Comment #1 from Giorgio Micotti saxando4u@gmail.com 2010-05-06 05:14:08 --- The log is 142,5 MB long. What should I do? There's no crash, I don't think the last part is relevant....
http://bugs.winehq.org/show_bug.cgi?id=22602
--- Comment #2 from Austin English austinenglish@gmail.com 2010-05-06 12:32:06 --- (In reply to comment #1)
The log is 142,5 MB long. What should I do? There's no crash, I don't think the last part is relevant....
Compress it.
http://bugs.winehq.org/show_bug.cgi?id=22602
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://ar.gsmlibrary.com/Pr | |oducts+Support/HWK/LG_SW/KM | |900/LG-Utils-0.4.2.zip.html
http://bugs.winehq.org/show_bug.cgi?id=22602
--- Comment #3 from Giorgio Micotti saxando4u@gmail.com 2010-05-06 14:49:01 --- @Austin You're right, I'm a moron... XD
http://bugs.winehq.org/show_bug.cgi?id=22602
--- Comment #4 from Giorgio Micotti saxando4u@gmail.com 2010-05-06 14:50:44 --- Created an attachment (id=27782) --> (http://bugs.winehq.org/attachment.cgi?id=27782) complete log
watch out whoever downloads this - uncompressed it's 145 MB
http://bugs.winehq.org/show_bug.cgi?id=22602
--- Comment #5 from butraxz@gmail.com 2013-05-29 11:22:00 CDT --- Link is broken.
This has not been updated for over 900 days.
Is this still an issue in 1.5.31 or higher or is this abandoned ?
https://bugs.winehq.org/show_bug.cgi?id=22602
Giorgio Micotti gm89@hotmail.it changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gm89@hotmail.it
--- Comment #6 from Giorgio Micotti gm89@hotmail.it --- I would close this since the related binary cannot be found anywhere on the internet. Thanks.
https://bugs.winehq.org/show_bug.cgi?id=22602
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |ABANDONED
--- Comment #7 from Austin English austinenglish@gmail.com --- Abandoned.
https://bugs.winehq.org/show_bug.cgi?id=22602
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://ar.gsmlibrary.com/Pr |https://www.assembla.com/sp |oducts+Support/HWK/LG_SW/KM |aces/ks360/documents/cCrKUY |900/LG-Utils-0.4.2.zip.html |I_4r3QndeJe5afGb CC| |focht@gmx.net Resolution|ABANDONED |FIXED
--- Comment #8 from Anastasius Focht focht@gmx.net --- Hello folks,
works fine here.
@OP ... there is this thing called 'search engine'.
You put some words or even filenames in it and - surprise - it gives you multiple hits.
App download: https://www.assembla.com/spaces/ks360/documents/cCrKUYI_4r3QndeJe5afGb
Example .kdz file(s): http://sourceforge.net/projects/p700files/files/V10I_00.kdz/download
The app is console based:
--- snip --- $ wine ./KP500-Utils-EN.exe ... |--------------------------------------| | ! LG-Utils V0.4.2 ! | | KP500 | | By Blackhorn for www.lgks360.e3b.org | | NO WARANTY | | USE AT YOUR OWN RISK | |--------------------------------------|
Menu -------------------------------- A - Send ROOT partition on mobile phone B - BACKUP ROOT partition on mobile phone C - Send CUST partition on mobile phone D - Backup CUST partition on mobile phone E - Send USER partition on mobile phone F - Backup USER partition on mobile phone G - Extract CUST partition from .DFAT H - Extract files from a WDB file I - Extract files from a KDZ file J - Flash with assistant (file .cab) M - Extended /!\ N - Send STATIC_EEP partition on mobile phone O - Backup STATIC_EEP partition on mobile phone P - Unlock /!\ Q - Exit Choice: I err:module:import_dll Library MFC42.DLL (which is needed by L"Z:\home\focht\Downloads\LGMobileDL.dll") not found err:module:import_dll Library LGMobileDL.dll (which is needed by L"Z:\home\focht\Downloads\LGMUpgradeDL.dll") not found err:module:import_dll Library MFC42.DLL (which is needed by L"Z:\home\focht\Downloads\LGMUpgradeDL.dll") not found Error during the loading DLL --- snip ---
It needs 'MFC42.dll' -> 'winetricks -q mfc42'
After satisfying the prerequisite it loads the .kdz file, writes the .cab which is perfectly valid.
--- snip --- $ cabextract -t V10I_00.cab Testing cabinet: V10I_00.cab LGP700AT-00-V10i-EUR-XX-AUG-25-2012+0.dz OK 79953708192f427fbd5ff309f086a6c7 QCT_P700_20120706.dll OK 12a740deb261d7d4755c7d170388f5b6 --- snip ---
Resolving 'fixed'.
$ sha1sum LG-Utils-0.4.2.zip 53aeebb3e6e2b03a3b45d557a62df2ee39d44482 LG-Utils-0.4.2.zip
$ du -sh LG-Utils-0.4.2.zip 1.2M LG-Utils-0.4.2.zip
$ wine --version wine-1.7.33-84-gfecbc88
Regards
https://bugs.winehq.org/show_bug.cgi?id=22602
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.34.