Problem with screen in VFP and Wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Ratax
Level 1
Level 1
Posts: 8
Joined: Sat Mar 14, 2009 11:59 am

Problem with screen in VFP and Wine

Post by Ratax »

Hi...

I'm trying to install over debian using wine a soft developed in VFP.
The installer can be download from here:

http://www.huskysoft.com/instalar%20husky%20pos.exe

The problem is when I login correctly. It shows me a window with the message:

"Se ha detectado un pequeño inconveniente en la configuracion de su pantalla. A continuacion salga del programa y reinicie su equipo."

"There is a small problem with the configuration of your screen. Then exit the program and restart your computer."

Press the "Aceptar" ("OK") button and then the program quits.

The program works well on Ms Windows and emulators like Qemu. Have any idea how to solve this problem?

I apologize for my typing errors.

Now I appreciate any feedback.

Alan.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Problem with screen in VFP and Wine

Post by vitamin »

Ratax wrote:"There is a small problem with the configuration of your screen. Then exit the program and restart your computer."
Post complete terminal output of running the program: http://wiki.winehq.org/FAQ#head-3b297df ... b8edc21619:
Ratax
Level 1
Level 1
Posts: 8
Joined: Sat Mar 14, 2009 11:59 am

Post by Ratax »

Hi...

Sorry for the mistake ...

The version of wine that i have running:

ratax@RataxVF-1S:~$ wine --version
wine-1.0.1

The terminal output is:

ratax@RataxVF-1S:~/.wine/drive_c/Archivos de programa/Husky Pos$ wine pos.exe

fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 15/03/2009, dlt (d/m/y): 18/10/2009
err:ole:TLB_ReadTypeLib Loading of typelib L"oleacc.dll" failed with error 2

Fix this error loading the files oleacc.dll and msvcp60.dll natives.
After this, the output of the terminal is:

ratax@RataxVF-1S:~/.wine/drive_c/Archivos de programa/Husky Pos$ wine pos.exe

fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registfor bias 180, std (d/m/y): 15/03/2009, dlt (d/m/y): 18/10/2009

I hope this will help you something.

Thank you.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

Ratax wrote:ratax@RataxVF-1S:~$ wine --version
wine-1.0.1
Try with latest wine-1.1.17 version.
Ratax
Level 1
Level 1
Posts: 8
Joined: Sat Mar 14, 2009 11:59 am

Post by Ratax »

Hello...

Me, again...

Change the version 1.0.1 for version 1.1.17.

ratax@RataxVF-1S:~$ wine --version
wine-1.1.17

The terminal output not change anything ...

ratax@RataxVF-1S:~/.wine/drive_c/Archivos de programa/Husky POS$ wine pos.exe

fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registryfor bias 180, std (d/m/y): 15/03/2009, dlt (d/m/y): 18/10/2009

This is becoming more complicated ...

Thanks for your help and time. :D
Ratax
Level 1
Level 1
Posts: 8
Joined: Sat Mar 14, 2009 11:59 am

Post by Ratax »

Hi...

Here I show the console output with the parameters of WINEDEBUG:

ratax@RataxVF-1S:~/.wine/drive_c/Archivos de programa/Husky POS$ WINEDEBUG="err+all,warn+all,fixme+all" wine pos.exe 2>&1 | tee logfile.txt
Ratax
Level 1
Level 1
Posts: 8
Joined: Sat Mar 14, 2009 11:59 am

Post by Ratax »

Sorry, the file is very large...

I post the link here:

http://www.openratax.com.ar/logfile.txt

Thanks...
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Problem with screen in VFP and Wine

Post by austin987 »

On Mon, Mar 23, 2009 at 12:31 AM, Ratax <[email protected]> wrote:
Hi...

Here I show the console output with the parameters of WINEDEBUG:

ratax@RataxVF-1S:~/.wine/drive_c/Archivos de programa/Husky POS$ WINEDEBUG="err+all,warn+all,fixme+all" wine pos.exe 2>&1 | tee logfile.txt
That's WAY too much. Just attach the output itself, without using WINEDEBUG.

--
-Austin
Ratax
Level 1
Level 1
Posts: 8
Joined: Sat Mar 14, 2009 11:59 am

Post by Ratax »

The console output without WINEDEBUG is my second post. So use WINEDEBUG...

ANY idea...?

Thanks....
Locked