inetcpl.cpl or appwiz.cpl segmentation fault

Asked by Doudz

Hi !

First, thank you for your incredible work, ubuntu+wine is so powerful.

I'm using ubuntu 10.04 x64 and the last wine 1.3.4.
I just discover appwiz.cpl and inetcpl.cpl but I can't use it because of a segmentation fault.

doudz@billy:~$ wine inetcpl.cpl
Erreur de segmentation
doudz@billy:~$ winedbg inetcpl.cpl
Couldn't start process 'inetcpl.cpl '

any idea ?

thank you

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu wine Edit question
Assignee:
No assignee Edit question
Solved by:
Detlef
Solved:
Last query:
Last reply:
Revision history for this message
Doudz (sebastien-ramage) said :
#1

Correction :

it perfectly works with : wine control inetcpl.cpl

On MS Windows I never call "control inetcpl.cpl", just "inetcpl.cpl"

so I don't know if it can be a bug or not...

Revision history for this message
Best Detlef (winspool) said :
#2

The crash is a Bug.
=> http://bugs.winehq.org/show_bug.cgi?id=24680

Starting a control panel applet without control.exe is an enhancement.
 => To be filled upstream

Revision history for this message
Doudz (sebastien-ramage) said :
#3

Thanks DetlefRiekenberg, that solved my question.