[Wine] Re: Lotus Organizer 6.1 under Wine

vitamin wineforum-user at winehq.org
Sun Jul 13 13:19:57 CDT 2008


bostjanv wrote:
> Hello,
> I am running Suse 11.0 Linux (actually, within a VMware Workstation 6.0.4) with Wine 0.9.64_aka_1.0.rc3-2.1 (i586) installed.
> 
> I would like to run Lotus Organizer 6.1 under Wine. However, after installation I am encountering the following problems:
> 
> 1. The first thing I noticed was that on invoking org6.exe the program was not able to find certain DLL's. It turned out that the DLL's in question were located in another directory (lotus\org6\compnent). This particular problem can be solved by copying the said directory into the directory where the main program, org6.exe, resides. However, it would be nicer to add the DLL directory name to the path variable. Question: Does Wine have a special path variable, or can I simply use the Linux path variable?

This is some-what known problem - Wine creates incorrect lunch shortcut. To start the program you need to do something like:

Code:
cd ~; wine start org6.exe




bostjanv wrote:
> 2. After solving the DLL problem as described previously, I encountered the next error with the following message:
> 
>  fixme:cursor:CURSORICON_LoadFromFile No support for .ani cursors.
> wine: Unhandled exception 0xe06d7363 at address 0x7b845610 (thread 0009), starting debugger...
> Unhandled exception: C++ exception(object = 0x0032fdb0, type = 0x19367c40) in 32-bit code (0x7b845683).
> ETC.


Wine does not support animated cursors. I'm guessing here Lotus Organizer just dies if the cursor load failed. You could try and hack Wine to return success from the above mentioned function.







More information about the wine-users mailing list