[Mono-winforms-list] SWF failed to start in Linux-Mandrake 9.1

md@mt.web.id md@mt.web.id
Mon, 2 Jun 2003 12:20:44 +0700


I've tried hours to run in my Linux-Mandrake 9.1 a simple .net winexe 
apps compiled with SharpDevelop in Windows.

these are steps I've done:
0. get wine and patch from openlinksw
1. applied the patch, make wine and make wine-install
2. updated mono and mcs from cvs and make and install them
2. export SWF=1 and run the app

it complained:
....
** (coba.exe:3999): WARNING **: Failed to load function 
GetScrollBarInfo from user32.dll
SEARCH GetScrollBarInfoW
  ** (coba.exe:3999): WARNING **: Failed to load function 
GetScrollBarInfo from user32.dll
....
Unhandled Exception: System.NullReferenceException: A null value was 
found where an object instance was required
in (unmanaged) 00 System.Windows.Forms.Control:.ctor ()
in <0x0000e> 00 System.Windows.Forms.ScrollableControl:.ctor ()
in <0x00014> 00 System.Windows.Forms.ContainerControl:.ctor ()
in <0x00018> 00 System.Windows.Forms.Form:.ctor ()
in <0x0000a> 00 MyFormProject.MainForm:.ctor ()
in <0x00054> 08 MyFormProject.MainForm:.ctor ()
in <0x0001e> 00 MyFormProject.MainForm:Main (string[])

I noticed win32server was not started, so I manually ran it. then I 
rerun the app and it complained the same message.

Mohammad DAMT <mdamt@bisnisweb.com>