Hi, It's my very first post to this list. I'm trying to use wine-0.9.20 on debian sarge to get an accounting app (contaplus) working. I searched app database but the only report about it is "not working" I understand that (perhaps) loading some dll's would make it work, but I have been unable to see wich one would be the rigth one(s) Any help would be greatly appreciated Here is winedbg output: ######################################################################## tatel@live:~$ winedbg .wine/drive_c/GrupoSP/SPPanel/SPPG.EXE Invoking /usr/lib/wine/wine.bin winedbg.exe .wine/drive_c/GrupoSP/SPPanel/SPPG.E XE ... WineDbg starting on pid 0xa 0x7b86f06a: jmp 0x7b86f059 Wine-dbg>step Single stepping until exit from function, which has no line number information. fixme:winedbg:be_i386_is_func_call Unsupported yet call insn (0x10) at 0x7b86f05 c fixme:shdocvw:PersistStreamInit_Load (0x16edd8)->(0x16f258) fixme:shdocvw:WebBrowser_QueryInterface (0x16edd8)->({376bd3aa-3845-101b-84ed-08 002b2ec713} 0x58523c) interface not supported fixme:shdocvw:OleControl_OnAmbientPropertyChange (0x16edd8)->(-1) First chance exception: 0x0eedfade in 32-bit code (0x7b8417d3). Register dump: CS:0073 SS:007b DS:007b ES:007b FS:003b GS:0033 EIP:7b8417d3 ESP:0034f98c EBP:0034fa00 EFLAGS:00000216( - 00 - IAP1) EAX:7b82bd41 EBX:7b90386c ECX:00000000 EDX:00000018 ESI:0034fa34 EDI:0034f9c8 Stack dump: 0x0034f98c: 0034f9ac 7bc351bb 001710e8 0eedfade 0x0034f99c: 00000001 00000000 7b841740 00000007 0x0034f9ac: 004629ba 0058a904 0058502c 00000000 0x0034f9bc: 0016edd8 0034fa44 0034fa34 00000010 0x0034f9cc: 00402324 0034fcf4 00402348 0040234f 0x0034f9dc: 0016edd8 00000000 0058502c 0034fa0c fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for c0000119 Backtrace: =>1 0x7b8417d3 RaiseException+0x93 in kernel32 (0x7b8417d3) 2 0x004629ba in sppg (+0x629ba) (0x004629ba) 3 0x7da58386 in shdocvw (+0x18386) (0x7da58386) 4 0x7da58c0a in shdocvw (+0x18c0a) (0x7da58c0a) 5 0x0046249e in sppg (+0x6249e) (0x0046249e) 6 0x00443d1b in sppg (+0x43d1b) (0x00443d1b) 7 0x00443dcf in sppg (+0x43dcf) (0x00443dcf) 8 0x0042cc17 in sppg (+0x2cc17) (0x0042cc17) 9 0x00441587 in sppg (+0x41587) (0x00441587) 10 0x004404f9 in sppg (+0x404f9) (0x004404f9) 11 0x0042be23 in sppg (+0x2be23) (0x0042be23) 12 0x0042bb1f in sppg (+0x2bb1f) (0x0042bb1f) 13 0x0043285c in sppg (+0x3285c) (0x0043285c) 14 0x00485815 in sppg (+0x85815) (0x00485815) 15 0x7b86f05e in kernel32 (+0x4f05e) (0x7b86f05e) 16 0xb7de49eb wine_switch_to_stack+0x17 in libwine.so.1 (0xb7de49eb) 0x7b8417d3 RaiseException+0x93 in kernel32: subl $4,%esp ####################################################################################### Thanks, Roman