http://bugs.winehq.org/show_bug.cgi?id=11541
Summary: NSIS calls not working on installer Product: Wine Version: unspecified Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: mardis@rpi.edu
Window freezes and won't update when running an NSIS3 installer. After asking the creators of the executable about it they gave me this list of posssible installer calls as what may have caused it. The installer in question is here: http://m.mirrormoon.org/get/2/Utawarerumono_English_v1.1_%5Bmirror_moon_&... (if the link doesn't work by the time this is read change the m.mirrormoon to just mirrormoon) It freezes at the point after you choose the install location. You hit 'next' and it refreshes the screen once and doesn't display the 'find dvd' dialouge it is supposed to. It also clocks the CPU to 60% and remains there. I left it running for over 10 hours and no progress was made. No errors were listed when I exited the application either.
;get all drives (return to $R0, bitwise) System::Call 'kernel32::GetLogicalDrives() i .r10'
;get ascii-number of first char in function parameter System::Call "*(&t1 r14)i.r12" System::Call "*$R2(&i1 .r14)" System::Free $R2
;get type of drive System::Call 'kernel32::GetDriveType(t "$R2:") i .r13'
;get the label of the drive (return to $R1) System::Call 'Kernel32::GetVolumeInformation(t r10,t.r11,i ${NSIS_MAX_STRLEN},*i,*i,*i,t.r12,i ${NSIS_MAX_STRLEN})i.r10'
nsDialogs::Create /NOUNLOAD 1018 Pop $3
http://bugs.winehq.org/show_bug.cgi?id=11541
Stephen Mardin mardis@rpi.edu changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |advapi32
--- Comment #1 from Stephen Mardin mardis@rpi.edu 2008-02-10 15:07:43 --- i've been playing around with it some more and got it to give me this error: fixme:advapi:CheckTokenMembership ((nil) 0x125458 0x33f7b0) stub! fixme:advapi:CheckTokenMembership ((nil) 0x125458 0x33f7b0) stub! fixme:advapi:CheckTokenMembership ((nil) 0x125458 0x33f7b0) stub! fixme:advapi:CheckTokenMembership ((nil) 0x125458 0x33f7b0) stub! (yes it did it that many times). Hope this helps...
http://bugs.winehq.org/show_bug.cgi?id=11541
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|advapi32 |-unknown
--- Comment #2 from James Hawkins truiken@gmail.com 2008-02-10 15:18:19 --- fixme's are not bugs. No reason to think the bug is in advapi32.
http://bugs.winehq.org/show_bug.cgi?id=11541
--- Comment #3 from Vitaliy Margolen vitaliy@kievinfo.com 2008-02-10 16:11:05 --- What Wine version?
http://bugs.winehq.org/show_bug.cgi?id=11541
Stephen Mardin mardis@rpi.edu changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |0.9.55.
--- Comment #4 from Stephen Mardin mardis@rpi.edu 2008-02-10 19:12:46 --- 0.9.55, sorry i forgot to put that in. Updated it. It also didn't work on 0.9.51 (what i had before)
http://bugs.winehq.org/show_bug.cgi?id=11541
James Hawkins truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|0.9.55. |0.9.51.
--- Comment #5 from James Hawkins truiken@gmail.com 2008-02-10 19:19:28 --- Version should be the first known non-working version.
http://bugs.winehq.org/show_bug.cgi?id=11541
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://m.mirrormoon.org/get/ | |2/Utawarerumono_English_v1.1 | |_%5Bmirror_moon_&_Soylations | |%5D.exe Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Keywords| |download, Installer
--- Comment #6 from Austin English austinenglish@gmail.com 2008-02-13 14:24:26 --- Confirming. No terminal output. I'll attach a +relay,+seh,+tid.
http://bugs.winehq.org/show_bug.cgi?id=11541
--- Comment #7 from Austin English austinenglish@gmail.com 2008-02-13 15:37:39 --- Created an attachment (id=10756) --> (http://bugs.winehq.org/attachment.cgi?id=10756) +relay,+seh,+tid bzip2 -9'ed
Careful, 128 Mb uncompressed.
http://bugs.winehq.org/show_bug.cgi?id=11541
Jeff Wall keitaro.sanketsu@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |keitaro.sanketsu@gmail.com
--- Comment #8 from Jeff Wall keitaro.sanketsu@gmail.com 2008-02-16 11:51:11 --- I had this issue as well when right clicking and choosing "Open with WINE Windows Emulator". I'm using wine 0.9.46-0ubuntu1 .
However I moved the translation installer to my virtual C drive and just double clicked it and it proceeded past the problem point.
Only issue I'm having now is that I'm trying to install from a .ISO image because my laptop's DVDrom is busted.
http://bugs.winehq.org/show_bug.cgi?id=11541
--- Comment #9 from Jeff Wall keitaro.sanketsu@gmail.com 2008-02-16 14:52:07 --- (In reply to comment #8)
I had this issue as well when right clicking and choosing "Open with WINE Windows Emulator". I'm using wine 0.9.46-0ubuntu1 .
However I moved the translation installer to my virtual C drive and just double clicked it and it proceeded past the problem point.
Only issue I'm having now is that I'm trying to install from a .ISO image because my laptop's DVDrom is busted.
I just updated to the latest version of WINE and it's still working as long as the installer file is in the "virtual C drive".
http://bugs.winehq.org/show_bug.cgi?id=11541
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #10 from Austin English austinenglish@gmail.com 2008-12-01 23:02:31 --- Works fine in git (gets past that point, up to where you have to tell it the DVD location, but I don't have the DVD).
http://bugs.winehq.org/show_bug.cgi?id=11541
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #11 from Alexandre Julliard julliard@winehq.org 2008-12-05 11:14:07 --- Closing bugs fixed in 1.1.10.