Cannot install/run very important application

Stefan Leichter Stefan.Leichter at camline.com
Tue Nov 13 15:35:25 CST 2001


Norbert Zawodsky wrote:


> 
> The installation starts, I click through some info-screens but when the
> actual
> installation-process begins, a message box pops up. Title: "Visual Basic
> 6.0"
> Text: "Ungültiges Bild" ('invalid picture' in english).
> 
> I asked a friend to install it on his windows machine and then just send
> me the
> installed files. BUt when I tried to start the banking application the
> same
> message box pops up again.
> 

Hello,

run the program with --debugmsg +relay and redirect the stderr into a file. 
When the program finished open the file. Search for a line like

0806edb0:Call user32.MessageBoxA(00010021,005cf4cc "Fehler 118: Falsche 
Programmversion",005cf4c4 "Fehler",00000000) ret=0043663e

Of course you will have different texts in your file, also the numbers will 
be different. Try to understand what happend (failed) before the line. 
Normal the problem should be inside the last 200 line before the call to 
the messagebox function.

Tschüß
Stefan




More information about the wine-users mailing list