Problem with screen in VFP and Wine
Problem with screen in VFP and Wine
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.
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.
Re: Problem with screen in VFP and Wine
Post complete terminal output of running the program: http://wiki.winehq.org/FAQ#head-3b297df ... b8edc21619:Ratax wrote:"There is a small problem with the configuration of your screen. Then exit the program and restart your computer."
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.
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.
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.
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.

Sorry, the file is very large...
I post the link here:
http://www.openratax.com.ar/logfile.txt
Thanks...
I post the link here:
http://www.openratax.com.ar/logfile.txt
Thanks...
Problem with screen in VFP and Wine
On Mon, Mar 23, 2009 at 12:31 AM, Ratax <[email protected]> wrote:
--
-Austin
That's WAY too much. Just attach the output itself, without using WINEDEBUG.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
--
-Austin