http://bugs.winehq.org/show_bug.cgi?id=14157
Summary: program will not execute - size me Product: Wine Version: 1.1.0 Platform: PC URL: http://lars.werner.no/?page_id=2 OS/Version: Windows XP Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: stinger30au@yahoo.com.au
Ever since version .9.50 of wine, this program has filed to execute and start.
i could have wine set to run in XP or 2000 and it would execute. now all that happens is that the hard drive light flashed for a while and on the screen it says "starting sizeme" for about 8 seconds then it vanishes.
http://bugs.winehq.org/show_bug.cgi?id=14157
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com Keywords| |download, regression Version|1.1.0 |0.9.50.
--- Comment #1 from Dan Kegel dank@kegel.com 2008-06-28 07:32:29 --- If you can build wine, please run a regression test to identify the patch that introduced the problem. See http://wiki.winehq.org/Recommended_Packages and http://wiki.winehq.org/RegressionTesting
http://bugs.winehq.org/show_bug.cgi?id=14157
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- OS/Version|Windows XP |other
--- Comment #2 from Vitaliy Margolen vitaliy@kievinfo.com 2008-06-29 00:20:20 --- Anything in the terminal? Please attach complete terminal out put (as a text file).
http://bugs.winehq.org/show_bug.cgi?id=14157
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk
--- Comment #3 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2008-06-29 01:41:37 --- It starts just fine for me. Could you try this in a fresh, new ~/.wine ?
http://bugs.winehq.org/show_bug.cgi?id=14157
--- Comment #4 from James stinger30au@yahoo.com.au 2008-06-30 01:52:00 --- (In reply to comment #2)
Anything in the terminal? Please attach complete terminal out put (as a text file).
how do i do this??? im no expert on it
http://bugs.winehq.org/show_bug.cgi?id=14157
--- Comment #5 from James stinger30au@yahoo.com.au 2008-06-30 01:53:15 --- (In reply to comment #3)
It starts just fine for me. Could you try this in a fresh, new ~/.wine ?
would love to do this and give you the result.
i use ubuntu 8.04. if you can tell me how to do it i will let you know. thanks
http://bugs.winehq.org/show_bug.cgi?id=14157
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #6 from Dan Kegel dank@kegel.com 2008-06-30 09:17:47 --- rm -rf ~/.wine wine SizeMeInstallation.exe cd .wine/drive_c/Program\ Files/SizeMe/ wine sizeme.exe > log.txt 2>&1
Then look at log.txt. For me, this shows err:module:import_dll Library MFC42.DLL (which is needed by L"C:\Program Files\SizeMe\SizeMe.exe") not found err:module:import_dll Library MSVCP60.dll (which is needed by L"C:\Program Files\SizeMe\SizeMe.exe") not found
Looks like that app forgot to bundle two important runtime libraries. The fix is
wget http://kegel.com/wine/winetricks sh winetricks vcrun6
The app starts ok for me then.
http://bugs.winehq.org/show_bug.cgi?id=14157
--- Comment #7 from James stinger30au@yahoo.com.au 2008-07-04 06:56:59 --- (In reply to comment #6)
Looks like that app forgot to bundle two important runtime libraries. The fix is
wget http://kegel.com/wine/winetricks sh winetricks vcrun6
The app starts ok for me then.
AWESOME!!! Thanks so much you have just made my day! Works just fine now :-))
http://bugs.winehq.org/show_bug.cgi?id=14157
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Austin English austinenglish@gmail.com 2008-11-17 13:12:34 --- Closing.