Segmentation fault on running program

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
David Shaw

Segmentation fault on running program

Post by David Shaw »

I'm trying to run a home design program, Grand Designs 3D Renovation &
Interior, and I'm getting a segfault. This program does not have an
AppDB entry. Any ideas, anyone?

My system is as follows

HP G6000 laptop
Ubuntu 10.04
Wine 1.3.14
nVidia C67 [GeForce 7000M / nForce 610M] with nVidia-173 driver (if
that's relevant)

The program has been installed into its own prefix, but I had to use
winetricks to install Media Player 10 as the program requires WMP10 and
the included installer fails.

The full terminal output follows.

Many thanks,

David Shaw


david@laptop-work:~$ WINEPREFIX='/home/david/.wine-prefix/GD3D/' wine
'c:\Program Files\Grand Designs 3D\GRAND DESIGNS 3D Renovation &
Interior\Program\Grand Designs 3D.exe'
fixme:advapi:RegisterTraceGuidsW (0x100778a, 0x100a060,
{485e7de8-0a80-11d8-ad15-505054503030}, 1, 0x33fe00, (null), (null),
0x100a068,)
fixme:advapi:RegisterTraceGuidsW (0x100778a, 0x100a080,
{485e7de9-0a80-11d8-ad15-505054503030}, 1, 0x33fe00, (null), (null),
0x100a088,)
fixme:advapi:RegisterTraceGuidsW (0x100778a, 0x100a0a0,
{485e7dea-0a80-11d8-ad15-505054503030}, 1, 0x33fe00, (null), (null),
0x100a0a8,)
fixme:advapi:RegisterTraceGuidsW (0x100778a, 0x100a0c0,
{485e7deb-0a80-11d8-ad15-505054503030}, 1, 0x33fe00, (null), (null),
0x100a0c8,)
fixme:advapi:RegisterTraceGuidsW (0x100778a, 0x100a0e0,
{485e7dec-0a80-11d8-ad15-505054503030}, 1, 0x33fe00, (null), (null),
0x100a0e8,)
fixme:advapi:RegisterTraceGuidsW (0x100778a, 0x100a100,
{485e7ded-0a80-11d8-ad15-505054503030}, 1, 0x33fe00, (null), (null),
0x100a108,)
fixme:win:RegisterDeviceNotificationW (hwnd=0x14b510,
filter=0x54e93c,flags=0x00000001) returns a fake device notification handle!
Segmentation fault
david@laptop-work:~$
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Segmentation fault on running program

Post by vitamin »

David Shaw wrote:Segmentation fault
This usually indicates incorrectly installed video drivers. Wine doesn't segfault without a backtrace. Video driver libraries do.
David Shaw

Segmentation fault on running program

Post by David Shaw »

On 22/02/11 14:50, vitamin wrote:
David Shaw wrote:
Segmentation fault
This usually indicates incorrectly installed video drivers. Wine doesn't segfault without a backtrace. Video driver libraries do.
Righto - I'll have look at that and report back.

Many thanks,

David Shaw
David Shaw

Segmentation fault on running program

Post by David Shaw »

On 22/02/11 14:50, vitamin wrote:
David Shaw wrote:
Segmentation fault
This usually indicates incorrectly installed video drivers. Wine doesn't segfault without a backtrace. Video driver libraries do.
OK, I've purged and reinstalled the drivers from the Ubuntu repositories
and it's still segfaulting. I'll take this over to the Ubuntu forums to
see if there's any further ideas on what I can do and come back here to
report.

David Shaw
Frédéric Delanoy

Segmentation fault on running program

Post by Frédéric Delanoy »

On Tue, Feb 22, 2011 at 16:57, David Shaw <[email protected]> wrote:
On 22/02/11 14:50, vitamin wrote:
David Shaw wrote:
Segmentation fault
This usually indicates incorrectly installed video drivers. Wine doesn't
segfault without a backtrace. Video driver libraries do.
OK, I've purged and reinstalled the drivers from the Ubuntu repositories and
it's still segfaulting.  I'll take this over to the Ubuntu forums to see if
there's any further ideas on what I can do and come back here to report.

David Shaw
Can you try upgrading to 179.48 drivers ?
Those are the latest drivers for your card (according to nVidia's
driver page on http://www.nvidia.com/Download/Find.aspx?lang=en-us)

Frédéric
Frédéric Delanoy

Segmentation fault on running program

Post by Frédéric Delanoy »

2011/2/23 David Shaw <[email protected]>:
On 22/02/11 23:09, Frédéric Delanoy wrote:
Can you try upgrading to 179.48 drivers ?
Well, trying that hasn't made things any worse  :-)

Unfortunately, the program still segfaults with exactly the same output - it
just takes a couple of seconds longer, which is progress of a sort, I
suppose  :-)
Did you try with a fresh wineprefix?
This can help sometimes especially if you're using winetricks regularly.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Segmentation fault on running program

Post by vitamin »

David Shaw wrote:OK, I've purged and reinstalled the drivers from the Ubuntu repositories and it's still segfaulting.
Try with installer from nvidia. Distros always get it wrong and don't properly package files or resolve conflicts.
Locked