http://bugs.winehq.org/show_bug.cgi?id=6550
------- Additional Comments From ajackson(a)bcs.org.uk 2006-01-11 09:27 -------
Can the status of stack protection used by the compiler (ie is it on by default)
be detected by the configure script and if it is on add the -fno-stack-protector
to the compile flags for the wine-preloader?
--
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=6580
Summary: Mia's Math crashes on startup if you have saved a game
Product: Wine
Version: CVS
Platform: Other
URL: http://kutoka.com/_en/products_mia_math.html
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Mia Math runs well (aside from some sound/video synch problems)
until you save a game and try to start the game again,
at which point it aborts with a dialog saying something like
Director Player Error
Expected object: void
Removing ~/.wine and reinstalling doesn't help. The file
is saved in a file in the directory
c:\\windows\\profiles\\$USER\\My Documents\\MiaMathSaved
i.e. in ~/MiaMathSaved. Removing the directory ~/MiaMathSaved
gets the game working again.
--
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=6550
------- Additional Comments From mike(a)codeweavers.com 2006-01-11 08:56 -------
> The problem seems to be that the %gs register that holds the thread
> local stack is not setup correctly since the normal _start function is
> not use in wine-preloader.
The problem is that by turning -fstack-protector on all the time and having it
require access to an gs: that glibc sets up, you're assuming that every program
is linked with glibc. wine-preloader does not and cannot link with glibc.
--
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=6550
------- Additional Comments From gamegod(a)sympatico.ca 2006-01-11 08:36 -------
There's a discussion AND solution for this bug on the Ubuntuforums and on
Launchpad.net:
http://ubuntuforums.org/showthread.php?t=287986&highlight=wine+segmentation…https://launchpad.net/distros/ubuntu/+source/wine/+bug/56965
ie. run "export CFLAGS=-fno-stack-protector" before you ./configure.
If I can quote two people from Launchpad though:
Ulf Karlsson wrote:
> The problem seems to be that the %gs register that holds the thread
> local stack is not setup correctly since the normal _start function is
> not use in wine-preloader. The stack protector uses the %gs register and
> the stack protector is enabled by -fstack-protector.
>
> If you compile the wine-preloader with -fno-stack-protector it will thus
> not cause segmentation fault.
John Moser wrote:
> The real fix is to correct the wine-preloader to follow proper
> convention, I assume. For now turn off the stack protector as a
> work-around and file a bug with the wine devs.
Food for thought.
--
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=6579
Summary: Rayman 2 won't install
Product: Wine
Version: 0.9.22.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: penguinofthegods(a)gmail.com
I decided to try and get Rayman 2: The Great Escape working on linux. I popped
in the cd and, uh, cd'd to it. Then:
ehird@ehird-desktop:/media/cdrom0$ wine setup
ehird@ehird-desktop:/media/cdrom0$ wine SetupUbi
No output from either, and nothing happens.
Kubuntu Edgy Eft 6.10
--
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=4449
------- Additional Comments From ianmacfarlane(a)gmail.com 2006-01-11 07:54 -------
In the previous comment I suggested that on install (or somewhere else
appropriate) WINE could somehow provide a link to go and download the fonts from
the website, thus not actually including them inside WINE itself, to get around
the licensing issue. Would this be legally acceptable to the WINE project?
At the very least, a brief mention about this and a link to the fonts on the web
on the homepage (or on a help page) would be extremely helpful to many users,
until such time as compatible fonts have been created.
(I also wanted to correct some incorrect statements about the licensing of these
fonts here to let everyone make the best decision with regards to this).
--
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=6578
------- Additional Comments From natoforce(a)gmx.net 2006-01-11 07:35 -------
well i patched the hack to latest git, but it didnt help ...
--
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=6574
------- Additional Comments From ajackson(a)bcs.org.uk 2006-01-11 06:40 -------
I can confirm that the latest git version works but I also get the can't exit
problem and have to ctrl-c from the terminal screen.
I have found that if you add -O2 to the CFLAGS the tar-ball of wine 0.9.24
compiles and works using gcc 4.1.1 on Ubuntu 6.10, quite why I don't know.
I'm currently running the regression tests and will report back any findings.
--
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.