https://bugs.winehq.org/show_bug.cgi?id=32715
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |focht@gmx.net Summary|Linux Live USB crashes |LiLi USB Creator 2.8 | |crashes on ISO image | |selection Ever confirmed|0 |1
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello folks,
I don't get that crash here.
There is a scripting engine error report after selecting an ISO image.
--- snip --- "C:\Program Files\LinuxLive USB Creator\LiLi USB Creator.exe" (23643) : ==> Subscript used on non-accessible variable.: --- snip ---
You can short-circuit the launcher with:
--- snip --- $ pwd /home/focht/.wine/drive_c/Program Files/LinuxLive USB Creator
$ wine ./LiLi\ USB\ Creator.exe /ErrorStdOut /AutoIt3ExecuteScript "C:\Program Files\LinuxLive USB Creator\LiLi USB Creator.exe" --- snip ---
Since the sources exist it should be rather easy to locate issues. Leaving that low hanging fruit to others.
BTW there exist multiple native Linux based tools which essentially do the same.
$ sha1sum LinuxLive\ USB\ Creator\ 2.8.29.exe 1fbd22223bb5dbd88ac3d8e81231210b564d4850 LinuxLive USB Creator 2.8.29.exe
$ du -sh LinuxLive\ USB\ Creator\ 2.8.29.exe 4.8M LinuxLive USB Creator 2.8.29.exe
$ wine --version wine-1.7.21-3-gbf72c67
Regards