[Mono-list] winforms on debian / wine / segmentation fault

2004-06-08 Thread KiOrKY
are winforms running on debian

which libs dependencies have mono to run these fucking winforms ?
(execpt glib2 ...)

is necessary to glib2 to be compiled from source or the package from debian.org is 
perfect?

-> A PREVIOUS MESSAGE
can someone help me please? its my final test on mono but i have lot of difficults, i 
have nerver had winforms work !!!

why have i  a segmentation fault?
debian sid
kernel  2.4.26
mcs 095
mono 20040607
gecko-sharp-0.4 gtksourceview-sharp-0.3 winelib-0.3
gtk-sharp-0.93  libgdiplus-0.8  wine20040505


installed all in /usr for compatibility problems
no compilation problems

the code:the program is either compiled under windows or linux
class HelloWindowsForms
{
static void Main()
{can someone help me please? its my final test on mono but i have lot of 
difficults, i have nerver had winforms work !!!

why have i  a segmentation fault?
debian sid
kernel  2.4.26
mcs 095
mono 20040607
gecko-sharp-0.4 gtksourceview-sharp-0.3 winelib-0.3
gtk-sharp-0.93  libgdiplus-0.8  wine20040505


installed all in /usr for compatibility problems
no compilation problems

the code:the program is either compiled under windows or linux
class HelloWindowsForms
{
static void Main()
{
System.Windows.Forms.MessageBox.Show("Welcome to the bill free zone.");
}
}

doldit100:/home/kiorky/test_mono# mono --debug apli.exe 
** (apli.exe:24587): WARNING **: Symbol file 
/usr//lib/mono/gac/Accessibility/1.0.5000.0__b03f5f7f11d50a3a/Accessibility.dll has 
incorrect version (expected 37, got 36)
** (apli.exe:24587): WARNING **: Symbol file 
/usr//lib/mono/gac/System.Windows.Forms/1.0.5000.0__b77a5c561934e089/System.Windows.Forms.dll
 has incorrect version (expected 37, got 36)


doldit100:/home/kiorky/test_mono# mono --trace apli.exe 
ENTER: (wrapper runtime-invoke) System.Object:runtime_invoke_void 
(object,intptr,intptr,intptr)((nil), 0xbf5ff9bc, (nil), 0x41233468, )
 ENTER: HelloWindowsForms:Main ()()

i must stop the program with a ctrl +c and i have an segmentation error.

report on http://bugzilla.ximian.com/show_bug.cgi?id=59681



System.Windows.Forms.MessageBox.Show("Welcome to the bill free zone.");
}
}

doldit100:/home/kiorky/test_mono# mono --debug apli.exe 
** (apli.exe:24587): WARNING **: Symbol file 
/usr//lib/mono/gac/Accessibility/1.0.5000.0__b03f5f7f11d50a3a/Accessibility.dll has 
incorrect version (expected 37, got 36)
** (apli.exe:24587): WARNING **: Symbol file 
/usr//lib/mono/gac/System.Windows.Forms/1.0.5000.0__b77a5c561934e089/System.Windows.Forms.dll
 has incorrect version (expected 37, got 36)


doldit100:/home/kiorky/test_mono# mono --trace apli.exe 
ENTER: (wrapper runtime-invoke) System.Object:runtime_invoke_void 
(object,intptr,intptr,intptr)((nil), 0xbf5ff9bc, (nil), 0x41233468, )
 ENTER: HelloWindowsForms:Main ()()

i must stop the program with a ctrl +c and i have an segmentation error.

report on http://bugzilla.ximian.com/show_bug.cgi?id=59681
-- 

I{ i () r |{ Y
Debian User
-
-- Mathieu PASQUET 
-- Testeur Debian SID
-- irc: #debian-fr / irc.freenode.net port: 6667 
-- Site: www.fr.debian.org 
-


___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] winforms on debian / wine / segmentation fault

2004-06-08 Thread Iain McCoy
On Tue, 2004-06-08 at 19:06, KiOrKY wrote:
> are winforms running on debian
Your example works on debian sid here.
> 
> which libs dependencies have mono to run these fucking winforms ?
> (execpt glib2 ...)
What makes you think swearing will get someone to help you?
> 
> is necessary to glib2 to be compiled from source or the package from debian.org is 
> perfect?
The package from the debian archives works.
> debian sid
> kernel  2.4.26
> mcs 095
> mono 20040607
> gecko-sharp-0.4 gtksourceview-sharp-0.3 winelib-0.3
> gtk-sharp-0.93  libgdiplus-0.8  wine20040505
I think the only substantial difference between my system and yours is
that I have kernel 2.6.5 installed. Can you try installing that (it's
easy with the debian package; the command "apt-cache search kernel-image
2.6" will list packages, one of which will probably be optimized for
your computer's CPU), and use it to try again?

Whether it will help or not I don't know, but it's the only thing I can
see that might make a difference.
-- 
Iain McCoy <[EMAIL PROTECTED]>

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] winforms on debian / wine / segmentation fault

2004-06-08 Thread KiOrKY
the problem on kernel is big, the firm where i work dont want to put a 2.6.5 kernel on 
an exploitation machine !

for wineserver i get the same error than wine form source: segmentation fault!

Iain McCoy <[EMAIL PROTECTED]> a écrit :

> On Tue, 2004-06-08 at 19:06, KiOrKY wrote:
> > are winforms running on debian
> Your example works on debian sid here.
> > 
> > which libs dependencies have mono to run these fucking winforms ?
> > (execpt glib2 ...)
> What makes you think swearing will get someone to help you?
> > 
> > is necessary to glib2 to be compiled from source or the package from
> debian.org is perfect?
> The package from the debian archives works.
> > debian sid
> > kernel  2.4.26
> > mcs 095
> > mono 20040607
> > gecko-sharp-0.4 gtksourceview-sharp-0.3 winelib-0.3
> > gtk-sharp-0.93  libgdiplus-0.8  wine20040505
> I think the only substantial difference between my system and yours is
> that I have kernel 2.6.5 installed. Can you try installing that (it's
> easy with the debian package; the command "apt-cache search
> kernel-image
> 2.6" will list packages, one of which will probably be optimized for
> your computer's CPU), and use it to try again?
> 
> Whether it will help or not I don't know, but it's the only thing I can
> see that might make a difference.
> -- 
> Iain McCoy <[EMAIL PROTECTED]>
==+> ORIGINAL THREAD
are winforms running on debian

which libs dependencies have mono to run these fucking winforms ?
(execpt glib2 ...)

is necessary to glib2 to be compiled from source or the package from debian.org is 
perfect?

-> A PREVIOUS MESSAGE
can someone help me please? its my final test on mono but i have lot of difficults, i 
have nerver had winforms work !!!

why have i  a segmentation fault?
debian sid
kernel  2.4.26
mcs 095
mono 20040607
gecko-sharp-0.4 gtksourceview-sharp-0.3 winelib-0.3
gtk-sharp-0.93  libgdiplus-0.8  wine20040505


installed all in /usr for compatibility problems
no compilation problems

the code:the program is either compiled under windows or linux
class HelloWindowsForms
{
static void Main()
{
System.Windows.Forms.MessageBox.Show("Welcome to the bill free zone.");
}
}
-  EXECUTION
doldit100:/home/kiorky/test_mono# mono --debug apli.exe 
** (apli.exe:24587): WARNING **: Symbol file 
/usr//lib/mono/gac/Accessibility/1.0.5000.0__b03f5f7f11d50a3a/Accessibility.dll has 
incorrect version (expected 37, got 36)
** (apli.exe:24587): WARNING **: Symbol file 
/usr//lib/mono/gac/System.Windows.Forms/1.0.5000.0__b77a5c561934e089/System.Windows.Forms.dll
 has incorrect version (expected 37, got 36)


doldit100:/home/kiorky/test_mono# mono --trace apli.exe 
ENTER: (wrapper runtime-invoke) System.Object:runtime_invoke_void 
(object,intptr,intptr,intptr)((nil), 0xbf5ff9bc, (nil), 0x41233468, )
 ENTER: HelloWindowsForms:Main ()()

i must stop the program with a ctrl +c and i have an segmentation error.

report on http://bugzilla.ximian.com/show_bug.cgi?id=59681

-- 

I{ i () r |{ Y
Debian User
-
-- Mathieu PASQUET 
-- Testeur Debian SID
-- irc: #debian-fr / irc.freenode.net port: 6667 
-- Site: www.fr.debian.org 
-


___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


[Mono-list] winforms on debian / wine / segmentation fault => sorry bug in sent

2004-06-08 Thread KiOrKY
are winforms running on debian

which libs dependencies have mono to run these fucking winforms ?
(execpt glib2 ...)

is necessary to glib2 to be compiled from source or the package from debian.org is 
perfect?

-> A PREVIOUS MESSAGE
can someone help me please? its my final test on mono but i have lot of difficults, i 
have nerver had winforms work !!!

why have i  a segmentation fault?
debian sid
kernel  2.4.26
mcs 095
mono 20040607
gecko-sharp-0.4 gtksourceview-sharp-0.3 winelib-0.3
gtk-sharp-0.93  libgdiplus-0.8  wine20040505


installed all in /usr for compatibility problems
no compilation problems

the code:the program is either compiled under windows or linux
class HelloWindowsForms
{
static void Main()
{
System.Windows.Forms.MessageBox.Show("Welcome to the bill free zone.");
}
}
-  EXECUTION
doldit100:/home/kiorky/test_mono# mono --debug apli.exe 
** (apli.exe:24587): WARNING **: Symbol file 
/usr//lib/mono/gac/Accessibility/1.0.5000.0__b03f5f7f11d50a3a/Accessibility.dll has 
incorrect version (expected 37, got 36)
** (apli.exe:24587): WARNING **: Symbol file 
/usr//lib/mono/gac/System.Windows.Forms/1.0.5000.0__b77a5c561934e089/System.Windows.Forms.dll
 has incorrect version (expected 37, got 36)


doldit100:/home/kiorky/test_mono# mono --trace apli.exe 
ENTER: (wrapper runtime-invoke) System.Object:runtime_invoke_void 
(object,intptr,intptr,intptr)((nil), 0xbf5ff9bc, (nil), 0x41233468, )
 ENTER: HelloWindowsForms:Main ()()

i must stop the program with a ctrl +c and i have an segmentation error.

report on http://bugzilla.ximian.com/show_bug.cgi?id=59681
-- 

I{ i () r |{ Y
Debian User
-
-- Mathieu PASQUET 
-- Testeur Debian SID
-- irc: #debian-fr / irc.freenode.net port: 6667 
-- Site: www.fr.debian.org 
-


___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] winforms on debian / wine / segmentation fault => sorry bug in sent

2004-06-08 Thread PFJ
Hi,

> which libs dependencies have mono to run these fucking winforms ?
> (execpt glib2 ...)

Look, I know it can be annoying that bits of the software don't work,
but can you please moderate your language - it makes it far less likely
that anyone will answer your questions.

Winforms is only really at alpha stage currently, so there is no g/tee
on them working. I know they don't currently on my Fedora Core 2 boxes.

TTFN

Paul

-- 
"Your lives are in the hands of men no smarter than you or I, many of
them incompetent boobs. I know this because I worked alongside them,
gone bowling with them, watched them pass me over for promotions time
and again. And I say ... This stinks!" - Homer Simpson


signature.asc
Description: This is a digitally signed message part


Re: [Mono-list] winforms on debian / wine / segmentation fault => sorry bug in sent

2004-06-08 Thread KiOrKY
i dont want to hurt somebody, so sorry!
im just borried with winforms ;)
i have installed wine from packages of debian.org and i have a new error:
could not exec wineserver oO !
regards


 Look, I know it can be annoying that bits of the software don't work,
> but can you please moderate your language - it makes it far less likely
> that anyone will answer your questions.
> 
> Winforms is only really at alpha stage currently, so there is no g/tee
> on them working. I know they don't currently on my Fedora Core 2 boxes.
> 
> TTFN
> > Paul



> 
> -- 
> "Your lives are in the hands of men no smarter than you or I, many of
> them incompetent boobs. I know this because I worked alongside them,
> gone bowling with them, watched them pass me over for promotions time
> and again. And I say ... This stinks!" - Homer Simpson

-- 
=> PREVIOUS THREAD

are winforms running on debian

which libs dependencies have mono to run these fucking winforms ?
(execpt glib2 ...)

is necessary to glib2 to be compiled from source or the package from debian.org is 
perfect?

-> A PREVIOUS MESSAGE
can someone help me please? its my final test on mono but i have lot of difficults, i 
have nerver had winforms work !!!

why have i  a segmentation fault?
debian sid
kernel  2.4.26
mcs 095
mono 20040607
gecko-sharp-0.4 gtksourceview-sharp-0.3 winelib-0.3
gtk-sharp-0.93  libgdiplus-0.8  wine20040505


installed all in /usr for compatibility problems
no compilation problems

the code:the program is either compiled under windows or linux
class HelloWindowsForms
{
static void Main()
{
System.Windows.Forms.MessageBox.Show("Welcome to the bill free zone.");
}
}
-  EXECUTION
doldit100:/home/kiorky/test_mono# mono --debug apli.exe 
** (apli.exe:24587): WARNING **: Symbol file 
/usr//lib/mono/gac/Accessibility/1.0.5000.0__b03f5f7f11d50a3a/Accessibility.dll has 
incorrect version (expected 37, got 36)
** (apli.exe:24587): WARNING **: Symbol file 
/usr//lib/mono/gac/System.Windows.Forms/1.0.5000.0__b77a5c561934e089/System.Windows.Forms.dll
 has incorrect version (expected 37, got 36)


doldit100:/home/kiorky/test_mono# mono --trace apli.exe 
ENTER: (wrapper runtime-invoke) System.Object:runtime_invoke_void 
(object,intptr,intptr,intptr)((nil), 0xbf5ff9bc, (nil), 0x41233468, )
 ENTER: HelloWindowsForms:Main ()()
 Look, I know it can be annoying that bits of the software don't work,
> but can you please moderate your language - it makes it far less likely
> that anyone will answer your questions.
> 
> Winforms is only really at alpha stage currently, so there is no g/tee
> on them working. I know they don't currently on my Fedora Core 2 boxes.
> 
> TTFN
> 
> Paul



> 
> -- 
> "Your lives are in the hands of men no smarter than you or I, many of
> them incompetent boobs. I know this because I worked alongside them,
> gone bowling with them, watched them pass me over for promotions time
> and again. And I say ... This stinks!" - Homer Simpson

-- 
i must stop the program with a ctrl +c and i have an segmentation error.

report on http://bugzilla.ximian.com/show_bug.cgi?id=59681
-- 
PFJ <[EMAIL PROTECTED]> a écrit :

> Hi,
> 
> > which libs dependencies have mono to run these fucking winforms ?
> > (execpt glib2 ...)
> 
>

I{ i () r |{ Y
Debian User
-
-- Mathieu PASQUET 
-- Testeur Debian SID
-- irc: #debian-fr / irc.freenode.net port: 6667 
-- Site: www.fr.debian.org 
-


___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list


Re: [Mono-list] winforms on debian / wine / segmentation fault => sorry bug in sent

2004-06-08 Thread Iain McCoy
On Tue, 2004-06-08 at 19:55, KiOrKY wrote:
> i dont want to hurt somebody, so sorry!
> im just borried with winforms ;)
> i have installed wine from packages of debian.org and i have a new error:
> could not exec wineserver oO !
> regards
Disregard my email of two minutes ago, then.

Try running "/usr/lib/wine/wineserver", then try again with your
application.
-- 
Iain McCoy <[EMAIL PROTECTED]>

___
Mono-list maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list