Same app at different OSs

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
yark
Newbie
Newbie
Posts: 4
Joined: Mon Jul 20, 2009 11:49 am

Same app at different OSs

Post by yark »

Why same app can works on linuxes, but MacOS? Any differences in wine was builded on linux or MacOS?

I'm about Themida related apps. So CommFort chat client (4.4 MB) http://www.commfort.com/en/index.shtml packed by Themida works under Wine at linuxes but at MacOS i've get "Cannot open oreans.vxd driver" error.
Strange - i've set OS emulating as WinXP, so driver must be .sys or so.
Any sugestion how to fix this? I'm pretty shure, that it's trivial issue 'cause that app correctly works on linuxes. (Please can anybody confirm that?)

I'm under MacOS 10.5.7 and as sugested here: http://forum.winehq.org/viewtopic.php?p=26135#26135 was updating XQuartz to version 2.3.3.2 (xorg-server 1.4.2-apple42).
But configuring ends with some warnings:

Code: Select all

configure: libhal/libdbus 32-bit development files not found, no dynamic device support.
configure: libgnutls 32-bit development files not found, no schannel support.
configure: libsane 32-bit development files not found, scanners won't be supported.
configure: libgphoto2 32-bit development files not found, digital cameras won't be supported.
configure: liblcms 32-bit development files not found, Color Management won't be supported.
configure: libcapi20 32-bit development files not found, ISDN won't be supported.

configure: WARNING: libjpeg 32-bit development files not found, JPEG won't be supported.
Also i'm trying to use wine-devel from macports: http://www.macports.org/ports.php?by=name&substr=wine

So still no result.
yark
Newbie
Newbie
Posts: 4
Joined: Mon Jul 20, 2009 11:49 am

Post by yark »

tested on
Wine development release 1.1.26
Wine development release 1.1.24
and
Wine 1.0.1
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Same app at different OSs

Post by austin987 »

On Mon, Jul 20, 2009 at 8:06 PM, yark<[email protected]> wrote:
Why same app can works on linuxes, but MacOS? Any differences in wine was builded on linux or MacOS?

I'm about Themida related apps. So CommFort chat client (4.4 MB) (http://www.commfort.com/download/commfort_client.zip) http://www.commfort.com/en/index.shtml packed by Themida (http://www.oreans.com) works under Wine at linuxes but at MacOS i've get "Cannot open oreans.vxd driver" error.
Strange - i've set OS emulating as WinXP, so driver must be .sys or so.
Any sugestion how to fix this? I'm pretty shure, that it's trivial issue 'cause that app correctly works on linuxes. (Please can anybody confirm that?)

I'm under MacOS 10.5.7 and as sugested here: http://forum.winehq.org/viewtopic.php?p=26135#26135 was updating XQuartz to version 2.3.3.2 (xorg-server 1.4.2-apple42).
But configuring ends with some warnings:


Code:
configure: libhal/libdbus 32-bit development files not found, no dynamic device support.
configure: libgnutls 32-bit development files not found, no schannel support.
configure: libsane 32-bit development files not found, scanners won't be supported.
configure: libgphoto2 32-bit development files not found, digital cameras won't be supported.
configure: liblcms 32-bit development files not found, Color Management won't be supported.
configure: libcapi20 32-bit development files not found, ISDN won't be supported.

configure: WARNING: libjpeg 32-bit development files not found, JPEG won't be supported.
Those warnings certainly won't help. But there's also a difference in
the compiler, and the kernel is very different.

BTW, if you want to fix those warnings, I've got a script to help with that:
http://winezeug.googlecode.com/svn/trun ... sx-deps.sh
--
-Austin
yark
Newbie
Newbie
Posts: 4
Joined: Mon Jul 20, 2009 11:49 am

Re: Same app at different OSs

Post by yark »

austin987 wrote: Those warnings certainly won't help. But there's also a difference in
the compiler, and the kernel is very different.

BTW, if you want to fix those warnings, I've got a script to help with that:
http://winezeug.googlecode.com/svn/trun ... sx-deps.sh
--
-Austin
Thanks for your answer. That script really help me with that warnings.

So can you suggest me where from i must to digg with my oreans.vxd problem? If you're familiar with wine's inside? May be i can supply my programmers skills :roll:
User avatar
dimesio
Moderator
Moderator
Posts: 13369
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

James McKenzie

Same app at different OSs

Post by James McKenzie »

dimesio wrote:
Could not get it to work and I think there is an open bug for this.

James McKenzie
Locked