CrossOver Office installed this with no problem, but it won't run.
It appears that I have problems with WINE finding DLLs.
Does anyone have a quick answer?
--- Begin Message ---
Aric Stewart wrote:
>
> You mean the wine debugger? I am not sure I will ask and try to find
> out.
>
> You can get trace and debug messages using the arguments.
> --cx-log <logname> --debugmsg (wine debug channels)
>
Yes, that was what I needed.
I got a trace and this appears to be the problem:
trace:module:GetModuleFileName16 036e -> 'C:\OFFICE\WPWIN\wpwin.exe'
trace:module:MODULE_GetLoadOrder looking for SHWIN20.DLL
trace:module:GetModuleFileName16 025f -> 'C:\OFFICE\WPWIN\wpwin.exe'
trace:module:get_app_load_order searching 'SHWIN20' in \
AppDefaults\wpwin.exe\DllOverrides
trace:module:MODULE_LoadModule16 Trying built-in 'SHWIN20.DLL'
warn:module:BUILTIN32_dlopen cannot open .so lib for builtin
shwin20.dll: libshwin20.so: cannot open shared object file: No such file
or directory
trace:module:MODULE_LoadModule16 Trying native dll 'SHWIN20.DLL'
trace:file:FILE_DoOpenFile SHWIN20.DLL OF_READ OF_SHARE_COMPAT
trace:file:FILE_DoOpenFile SHWIN20.DLL 0000
trace:module:GetModuleFileName16 025f -> 'C:\OFFICE\WPWIN\wpwin.exe'
trace:module:GetModuleFileNameA wineloader
warn:file:FILE_DoOpenFile 'SHWIN20.DLL' not found or sharing violation
warn:file:FILE_DoOpenFile (SHWIN20.DLL): return = HFILE_ERROR error= 2
trace:module:NE_OpenFile (0x403b8ac8) cache: mod=0x403b8ac8 fd=68
Basically, what I think is happening is that WPwin6.1 can't find some of
its own DLLs (which are not in the same directory as the executable).
Do I need to tell WINE where to find them? IIRC there used to be a DLL
path in: "config". This seems to have been eliminated.
I also note that my: "reg.dat" file is empty. The trace noted this.
Does this matter?
--
JRT
--
Ticket #9642
http://support.codeweavers.com/viewticket.php?ticket_id=9642
_______________________________________________
office-support mailing list
office-support@crossover.codeweavers.com
http://crossover.codeweavers.com/mailman/listinfo/office-support
--- End Message ---