file damaged - error by application

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
kinuin
Newbie
Newbie
Posts: 4
Joined: Wed Apr 16, 2008 12:11 am

file damaged - error by application

Post by kinuin »

I have installed a windows application named Tally 5.4 in wine under fedora 6. When i start the exe with wine the program opens and starts but during the self test reports an error "file damaged-trnlots.500" and exits. I have tested the program with the same set of files under windows and it is working fine.

Can u pls help
User avatar
dimesio
Moderator
Moderator
Posts: 13209
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

What exactly do you mean by "tested the program with the same set of files under windows"? Are you trying to use wine to start a program that is installed on a windows partition? If so, that's your problem; the program needs to be installed properly in wine.

If you have really installed it in wine, how are you trying to start the program?
kinuin
Newbie
Newbie
Posts: 4
Joined: Wed Apr 16, 2008 12:11 am

Post by kinuin »

the program is properly installed in wine. the error is reported by the program when it is opened from wine. Since, it reported an error "trnlots.500 file damaged" (there is file name trnlots.500 used by the program), to check if the program reports the error while working in windows, i installed it in windows in another machine and it is working fine. this is what i meant.
kinuin
Newbie
Newbie
Posts: 4
Joined: Wed Apr 16, 2008 12:11 am

Post by kinuin »

I am starting the program by right clicking on the icon (in drive_c) and then selecting the option 'open with wine emulator'
User avatar
dimesio
Moderator
Moderator
Posts: 13209
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

i installed it in windows in another machine and it is working fine. this is what i meant.
Then you haven't actually tested the same set of files.

Open a terminal, cd to the directory where the executable is, and try running it from there.
kinuin
Newbie
Newbie
Posts: 4
Joined: Wed Apr 16, 2008 12:11 am

Post by kinuin »

I tried to execute the program from the terminal command prompt and this is the error I got

[root@server ACCOUNTS]# ./TALLY.EXE
libGL warning: 3D driver claims to not support visual 0x46
libGL warning: 3D driver claims to not support visual 0x46
err:int:DOSVM_Int2fHandler int2f: unknown/not implemented parameters:
int2f: AX 4010, BX 0000, CX 11cf, DX 0000, SI 008e, DI fd70, DS 14af, ES 14af
err:int:DOSVM_Int2fHandler int2f: unknown/not implemented parameters:
int2f: AX 4010, BX 0000, CX 0000, DX 11f7, SI d793, DI 481e, DS 11f7, ES 11f7
err:int:do_int2f_16 Accessing unknown VxD 33b6 - Expect a failure now.
err:int:DOSVM_Int2fHandler int2f: unknown/not implemented parameters:
int2f: AX 4010, BX 0000, CX 0000, DX 11f7, SI d793, DI 477c, DS 11f7, ES 11f7
err:int:DOSVM_Int2fHandler int2f: unknown/not implemented parameters:
int2f: AX 4010, BX 0000, CX 0000, DX 11f7, SI d793, DI 481e, DS 11f7, ES 11f7
err:int:do_int2f_16 Accessing unknown VxD 33b6 - Expect a failure now.
err:int:DOSVM_Int2fHandler int2f: unknown/not implemented parameters:
int2f: AX 4010, BX 0000, CX 0000, DX 11f7, SI d793, DI 477c, DS 11f7, ES 11f7
err:int:do_int2f_16 Accessing unknown VxD 0200 - Expect a failure now.
err:int:do_int2f_16 Accessing unknown VxD 0200 - Expect a failure now.
fixme:user:EnableHardwareInput16 (1) - stub

help pls
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

kinuin wrote:I tried to execute the program from the terminal command prompt and this is the error I got

[root@server ACCOUNTS]# ./TALLY.EXE
libGL warning: 3D driver claims to not support visual 0x46
libGL warning: 3D driver claims to not support visual 0x46
err:int:DOSVM_Int2fHandler int2f: unknown/not implemented parameters:
int2f: AX 4010, BX 0000, CX 11cf, DX 0000, SI 008e, DI fd70, DS 14af, ES 14af
err:int:DOSVM_Int2fHandler int2f: unknown/not implemented parameters:
int2f: AX 4010, BX 0000, CX 0000, DX 11f7, SI d793, DI 481e, DS 11f7, ES 11f7
err:int:do_int2f_16 Accessing unknown VxD 33b6 - Expect a failure now.
err:int:DOSVM_Int2fHandler int2f: unknown/not implemented parameters:
int2f: AX 4010, BX 0000, CX 0000, DX 11f7, SI d793, DI 477c, DS 11f7, ES 11f7
err:int:DOSVM_Int2fHandler int2f: unknown/not implemented parameters:
int2f: AX 4010, BX 0000, CX 0000, DX 11f7, SI d793, DI 481e, DS 11f7, ES 11f7
err:int:do_int2f_16 Accessing unknown VxD 33b6 - Expect a failure now.
err:int:DOSVM_Int2fHandler int2f: unknown/not implemented parameters:
int2f: AX 4010, BX 0000, CX 0000, DX 11f7, SI d793, DI 477c, DS 11f7, ES 11f7
err:int:do_int2f_16 Accessing unknown VxD 0200 - Expect a failure now.
err:int:do_int2f_16 Accessing unknown VxD 0200 - Expect a failure now.
fixme:user:EnableHardwareInput16 (1) - stub

help pls
Looks like something really really old. Most of that stuff never ran on Wine and probably never will. Find something a bit newer.
Locked