Hi,

I'm trying to run an installer which I *think* is built with the VB6 Setup Kit 
using Wine recent CVS.

I get past the initial phase where the installer updates some files required 
by the installer itself but then when the blue background and the initial 
dialog comes up it wil not accept mouse or keyboard input.

Has anybody come across this problem with VB apps/VB setup kit before?

I've tried running with the default settings and also with managed=y or 
desktop=640x480 in .wine/config

I notice that the inital dialog window is still managed by wine even if I have 
managed=y in .wine/config (other applications run under wine are managed by 
my X window manager though)

I notice that I get a second desktop with the blue screen + initial dialog in 
it when desktop=640x480. The initial desktop window is empty (black). 
Clicking in the empty desktop window gives messages on the console such as:

"fixme:class:get_class_ptr reading from class of other process window 10025"

Clicking in the desktop where the installer is displayed does nothing and 
produces no console output.

Any pointers as to how to debug this would be useful.

thanks
-- degs

Could not stat /mnt/fd0 (No such file or directory), ignoring drive A:
fixme:win32:SetCriticalSectionSpinCount critsection=0x653c6230: spincount=1000 not supported
fixme:win32:SetCriticalSectionSpinCount critsection=0x653c6278: spincount=1000 not supported
fixme:ole:CoSetState (0x653ca9f0),stub!
fixme:reg:RegFlushKey (54): stub
Could not stat /mnt/fd0 (No such file or directory), ignoring drive A:
fixme:win32:SetCriticalSectionSpinCount critsection=0x653c6230: spincount=1000 not supported
fixme:win32:SetCriticalSectionSpinCount critsection=0x653c6278: spincount=1000 not supported
fixme:ole:CoSetState (0x653ca9f0),stub!
fixme:ole:CoRegisterMessageFilter stub
fixme:string:LCMapStringA (0x0809,0x00400100,0x4038cc50,1,(nil),0): unimplemented flags: 0x00400000
fixme:string:LCMapStringA (0x0809,0x00400100,0x4038cc50,1,0x4038cc70,1): unimplemented flags: 0x00400000
fixme:string:LCMapStringA (0x0809,0x00800200,0x4038cc50,1,(nil),0): unimplemented flags: 0x00800000
fixme:string:LCMapStringA (0x0809,0x00800200,0x4038cc50,1,0x4038cc70,1): unimplemented flags: 0x00800000
fixme:class:get_class_ptr reading from class of other process window 10021
fixme:class:get_class_ptr reading from class of other process window 10025
fixme:class:get_class_ptr reading from class of other process window 10025
fixme:class:get_class_ptr reading from class of other process window 10025

Reply via email to