How to find out why an (old xp) application isn' t working

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
bwakkie
Level 1
Level 1
Posts: 5
Joined: Tue Nov 09, 2010 7:01 pm

How to find out why an (old xp) application isn' t working

Post by bwakkie »

I need an how to or something.

I can start the application but ones I open something it hangs. So what are the steps I can take to monitor the application and see what it is trying to do.

(running wine-1.2.1 in ubuntu 10.10)

thx for the help
User avatar
dimesio
Moderator
Moderator
Posts: 13368
Joined: Tue Mar 25, 2008 10:30 pm

Re: How to find out why an (old xp) application isn' t worki

Post by dimesio »

bwakkie wrote:I need an how to or something.

I can start the application but ones I open something it hangs. So what are the steps I can take to monitor the application and see what it is trying to do.

(running wine-1.2.1 in ubuntu 10.10)
http://wiki.winehq.org/FAQ#get_log
bwakkie
Level 1
Level 1
Posts: 5
Joined: Tue Nov 09, 2010 7:01 pm

application hangs but why?

Post by bwakkie »

I am trying to start a taxonomical application under Ubuntu (http://delta-intkey.com/win32/delt32.exe)

if I run the following command the application starts:

Code: Select all

WINEDEBUG=+relay,+seh,+tid wine delta.exe &> /tmp/output.txt
if I then open a new database (or open an existing one) the application stops at the following line:

Code: Select all

171954 0009:Ret  KERNEL32.GetACP() retval=000004e4 ret=2004083d
171955 0009:Call KERNEL32.GetUserDefaultLangID() ret=200407f9
171956 0009:Ret  KERNEL32.GetUserDefaultLangID() retval=00000409 ret=200407f9
171957 0009:Call ntdll.RtlFreeHeap(00ae0000,00000000,00ae41c0) ret=20043770
171958 0009:Ret  ntdll.RtlFreeHeap() retval=00000001 ret=20043770
171959 0009:Ret  window proc 0x200284e0 (hwnd=0x40070,msg=WM_USER+74,wp=00000002,lp=0032c014) retval=000000bf
171960 0009:Ret  user32.CallWindowProcA() retval=000000bf ret=005aad6c
171961 0009:Ret  window proc 0x7094a0 (hwnd=0x40070,msg=WM_USER+74,wp=00000002,lp=0032c014) retval=000000bf
171962 0009:Ret  user32.SendMessageA() retval=000000bf ret=005ac510
I do not understand what it i trying to do or what is it waiting for. Any tips?
User avatar
dimesio
Moderator
Moderator
Posts: 13368
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

First, upgrade to the latest development release; 1.3.8 should be out today. If that doesn't fix it post plain console output, without any WINEDEBUG channels.
User avatar
dimesio
Moderator
Moderator
Posts: 13368
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

I downloaded the app; winetricks riched20 enables it to open the sample file. I didn't test beyond that; tested in 1.3.7.
http://wiki.winehq.org/winetricks
bwakkie
Level 1
Level 1
Posts: 5
Joined: Tue Nov 09, 2010 7:01 pm

http://forum.winehq.org/viewtopic.php?t=10430&highlight=

Post by bwakkie »

see reply here (started a new topic by accident): http://forum.winehq.org/viewtopic.php?t ... highlight=
Locked