Hi, I'm attempting to run the Aeris Dive Computer interface (ACI V2.x) using WINE under Ubuntu 9.04 Jaunty Jakalope release on an ASUS 1000HE netbook. However, it doesn't seem to be working very well. the install process seemed to work fine. It successfully created an icon under the WINE application for the interface. On startup of ACI, it says that it cannot read the previous dive log (which is normal on a fresh install). It then allows me to create a new log (the file is successfully created in C:\Program Files\AERIS\Aeris Computer Interface 2.x\Logs, but then the process immediately complains that it cannot read the file and terminates. I've run it under the terminal window and I found the following messages: daryl at daryl-linux:~/.wine/drive_c/Program Files/AERIS/Aeris Computer Interface 2.x$ wine ACI.exe fixme:ole:OleLoadPictureEx (0xdf5fdc,3270,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f5d4), partially implemented. fixme:ole:OleLoadPictureEx (0xdf5fdc,334,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32f5d4), partially implemented. fixme:ole:OLEPictureImpl_QueryInterface () : asking for un supported interface {b196b283-bab4-101a-b69c-00aa00341d07} fixme:ole:OLEPictureImpl_SaveAsFile (0x157ae8)->(0xdf816c, 1, (nil)), hacked stub. fixme:ole:OleLoadPictureEx (0xdf816c,21558,1,{00020400-0000-0000-c000-000000000046},x=0,y=0,f=0,0x32ec7c), partially implemented. fixme:ole:OLEPictureImpl_QueryInterface () : asking for un supported interface {b196b283-bab4-101a-b69c-00aa00341d07} fixme:ole:OLEPictureImpl_SaveAsFile (0x16cda0)->(0xdfb0d4, 1, (nil)), hacked stub. fixme:ole:OleLoadPictureEx (0xdfb0d4,9270,1,{00020400-0000-0000-c000-000000000046},x=0,y=0,f=0,0x32ec7c), partially implemented. fixme:ole:OLEPictureImpl_SaveAsFile (0x13fcf0)->(0x169c90, 0, (nil)), hacked stub. daryl at daryl-linux:~/.wine/drive_c/Program Files/AERIS/Aeris Computer Interface 2.x$ any thoughts or ideas as to what I can try to get this to work? I'd really like to get this to work so that I can use this netbook as a lightweight computer when I'm travelling so that I can download the logs off the dive computer. thanks so much! Daryl
James Mckenzie
2009-May-22 14:15 UTC
[Wine] Help requested for Aeris Dive Computer interface
trherald wrote about [Wine] Help requested for Aeris Dive Computer interface> >Hi, > >I'm attempting to run the Aeris Dive Computer interface (ACI V2.x) using WINE under Ubuntu 9.04 Jaunty Jakalope release on an ASUS 1000HE netbook. >Does this product use special drivers to access the Dive Computer? The errors you refer to are caused by picture manipulation and Wine's limited abilities to do so. This should not be related to a program's ability to save log files, if they are plain text. James McKenzie
Austin English
2009-May-22 14:25 UTC
[Wine] Help requested for Aeris Dive Computer interface
On Fri, May 22, 2009 at 8:50 AM, trherald <wineforum-user at winehq.org> wrote:> Hi, > > I'm attempting to run the Aeris Dive Computer interface (ACI V2.x) using WINE under Ubuntu 9.04 Jaunty Jakalope release on an ASUS 1000HE netbook.What version of wine? -- -Austin
trherald
2009-May-22 14:42 UTC
[Wine] Re: Help requested for Aeris Dive Computer interface
Wow, I wasn't expecting people to reply so quickly - thanks! The log files are not plain text, I believe they use an underlying database mechanism, although it will take me some research to find out just what it does use. As for the version of Wine, I don't have the machine immediately handy to me, so I'll check that later this afternoon and post when I have the info. thanks again!