I made a little progress on trying to run windows program ch on wine 0.9.12. Not enough, however. Any guess from the terminal window below (in a separate window it reports failure to connect to chHOST, which another exe is in the same directory as ch.exe)? COMMAND wine "c:\ch\ch.exe" fixme:ole:ITypeInfo_fnRelease destroy child objects err:rpc:RPCRT4_OpenConnection protseq mswmsg not supported fixme:rpc:I_RpcWindowProc (0x30022,0000001c,00000001,00000000): stub fixme:rpc:I_RpcWindowProc (0x30022,0000001c,00000000,00000000): stub fixme:rpc:I_RpcServerStopListening (): stub fixme:rpc:I_RpcWindowProc (0x30022,00000002,00000000,00000000): stub fixme:rpc:I_RpcWindowProc (0x30022,00000082,00000000,00000000): stub fixme:rpc:RpcServerUnregisterIf (IfSpec == (RPC_IF_HANDLE)^0x7fd3ebe8, MgrTypeUu id == (null), WaitForCallsToComplete == 1): stub wine: Unhandled page fault on read access to 0x7de3fe68 at address 0x0000:0x0040 3074 (thread 002d), starting debugger... WineDbg starting on pid 0x2c First chance exception: page fault on read access to 0x7de3fe68 in 32-bit code ( 0x00403074). Register dump: CS:0073 SS:007b DS:007b ES:007b FS:1007 GS:0033 EIP:00403074 ESP:7fbdf968 EBP:7fbdfea0 EFLAGS:00210202( - 00 - -RI1) EAX:7de3fe68 EBX:00403b5b ECX:00000000 EDX:7fbdf970 ESI:7fbdfe88 EDI:7fbdfe88 Stack dump: 0x7fbdf968: 00403919 00403b65 00000000 65f03cb2 0x7fbdf978: 7de3fe68 7fbdfdbc 7fbdf9a8 7fbdf9c0 0x7fbdf988: 00000001 7fbdfe88 7ffd3d84 7ffb5519 0x7fbdf998: 7fbdfdbc 7fbdfe88 7fbdfaf0 7fbdfa40 0x7fbdf9a8: 7fbdfe74 7ff936e0 7fbdfe88 7fc82604 0x7fbdf9b8: 7fbdfaf0 7fbdfdbc 7fbdf9e0 7ffb54ed 0200: sel=1007 base=7fe46000 limit=00001fff 32-bit rw- Backtrace: =>1 0x00403074 in chemsk (+0x3074) (0x00403074) 2 0x00403d54 in chemsk (+0x3d54) (0x00403d54) 3 0x7eb6c03d TT_RunIns+0x24fd in libfreetype.so.6 (0x7eb6c03d) 4 0x00000000 (0x00000000) 0x00403074: movl 0x0(%eax),%ecx Usage: winedbg [ [ --gdb ] [ prog-name [ prog-args ] | <num> | file.mdmp | --he lp ] gigi@debian:~$ gigi is my brittany, who agreed to serve here. francesco pietra
Francesco Pietra <frapietra@alice.it> wrote:> I made a little progress on trying to run windows program ch on wine 0.9.12. > Not enough, however. Any guess from the terminal window below (in a separate > window it reports failure to connect to chHOST, which another exe is in the > same directory as ch.exe)?My guess: chHOST is a windows system service, which is something very poorly supported by wine. No service, no ch. Daniel
You may well be right: I have looked at the chHOST properties (windows): integration with the software house. In tryoing to understand better your suggestion, I came across <http://www.codeproject.com/system/xyntservice.asp> Could it be a solution ? (albeit probably so difficult not to be at my reach) Thank you Daniel francesco pietra On Thursday 04 May 2006 09:47, Daniel Skorka wrote:> Francesco Pietra <frapietra@alice.it> wrote: > > I made a little progress on trying to run windows program ch on wine > > 0.9.12. Not enough, however. Any guess from the terminal window below (in > > a separate window it reports failure to connect to chHOST, which another > > exe is in the same directory as ch.exe)? > > My guess: chHOST is a windows system service, which is something very > poorly supported by wine. No service, no ch. > > Daniel > _______________________________________________ > wine-users mailing list > wine-users@winehq.org > http://www.winehq.org/mailman/listinfo/wine-users
In addition to what below, a naive question. I "installed" ch with the command gigi@debian:~$ WINEDLLOVERRIDES="ole32,oleaut32,rpcrt4=n" wine ch.exe Could the problem of windows system service be circumvented by an OVERRIDES? It is naive but I expect a NO, as life would otherwise be easy. fp _________________ You may well be right: I have looked at the chHOST properties (windows): integration with the software house. In tryoing to understand better your suggestion, I came across <http://www.codeproject.com/system/xyntservice.asp> Could it be a solution ? (albeit probably so difficult not to be at my reach) Thank you Daniel francesco pietra On Thursday 04 May 2006 09:47, Daniel Skorka wrote:> Francesco Pietra <frapietra@alice.it> wrote: > > I made a little progress on trying to run windows program ch on wine > > 0.9.12. Not enough, however. Any guess from the terminal window below (in > > a separate window it reports failure to connect to chHOST, which another > > exe is in the same directory as ch.exe)? > > My guess: chHOST is a windows system service, which is something very > poorly supported by wine. No service, no ch. > > Daniel > _______________________________________________ > wine-users mailing list > wine-users@winehq.org > http://www.winehq.org/mailman/listinfo/wine-users
Francesco Pietra <frapietra@alice.it> wrote:> In addition to what below, a naive question. I "installed" ch with the command > > gigi@debian:~$ WINEDLLOVERRIDES="ole32,oleaut32,rpcrt4=n" wine ch.exe > > Could the problem of windows system service be circumvented by an OVERRIDES?No, overrides only change DLLs used. A service is a seperate program. Daniel