http://bugs.winehq.org/show_bug.cgi?id=5043
Summary: wine uninstall fails to uninstall program and hangs
Product: Wine
Version: 0.9.11.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djrpublic(a)cfl.rr.com
run 'wine uninstall' in terminal - select program - click uninstall
I've tried to uninstall Ancestral Quest (which didn't install correctly) and
Cartes du Ceil (Windoze version) with the same result - as far as I can see
nothing happens (I've waited as long as 20 min) other than the "button" showing
having been clicked.
In order to quit I have to kill uninstall and the program's own uninstall
program. In at least 2 occasions I've also had to reboot since the system was
also nonfuntional = System -> Log out -> reboot didn't work.
No error messages are shown on the terminal
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5042
Summary: tomb rider - legen (demo) setup.exe crash
Product: Wine
Version: 0.9.11.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rapsys(a)free.fr
I just tried the tomb rider demo to see if it worked, but even the setup.exe
crash.
See the winedbg output in next attachement.
would be great to fix it, but it's not realy important yet ;)
I am not sure if it's due to a protection starforce/etc or the setup.exe that
crash himself...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5034
------- Additional Comments From hannibal(a)megapolis.pl 2006-10-04 15:14 -------
The rect I wrote in prevoius comment is always 0,0,0,0. I'm totaly confused,
and I give up, at least for now...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5034
------- Additional Comments From hannibal(a)megapolis.pl 2006-10-04 14:46 -------
I trace something like that:
ShowWindow in DialogBox queue processing{
X11DRV_ShowWindow{
rect=WINPOS_MinMaximize{
rect=WINPOS_GetMinMaxInfo{
return rect;
}
return rect;
}
SetWindowPos<-It set wrong size
}
}
It looks that somewhere (WINPOS_GetMinMaxInfo?)i s set wrong maximized windows
size, and this wrong size is setting on WM_SHOWWINDOW.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5041
Summary: Speicherzugriffsfehler
Product: Wine
Version: 0.9.11.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: axel.braun(a)gmx.de
I tried to install a type trainer called Goldfinger:
axel@z60m:~> wine /media/cdrecorder/Install.exe
Speicherzugriffsfehler
Is there a way to start wine more verbose?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5040
------- Additional Comments From al.danial(a)ngc.com 2006-10-04 13:42 -------
As Dan mentioned we usually run matlab on Linux--and prefer that over Windows
because we can then blast the code through our Linux clusters. In this
particular case we have m files plus C code that has to be compiled into mex
files. A DLL (for which we do not have source code) accompanies the C code so
we have to compile and link in Windows and generate a Windows mex file which is
only callable from matlab running under Windows.
Actually this is only half the story; it gets more complicated. Once matlab
(for Windows) is installed we want to use the matlab compiler, mcc, to build a
stand-alone executable and will want to run that executable under Wine. Stand-
alone matlab executables do not use matlab licenses when they run. This gives
us the freedom to run the executable on many more cluster nodes than we have
matlab licenses.
As a proof of concept, I compiled a trivial m file on a Windows machine to
create a Windows .exe then transfered that to my Linux box to run that under
Wine. That fails too but I won't file a bug for that yet (too many other
possible reasons for failure, most to do with inability to locate runtime
libraries). I'm hoping that if I have a working matlab-for-Windows in Linux,
executables generated by the mcc compiler will also run under Wine.
Yes, I'm probably nuts for expecting all of this to work but Wine has impressed
me sufficiently in the past that I actually think this can be pulled off.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.