wine-users digest, Vol 1 #1243 - 4 msgs

Dennis Hayes DENNISH at Raytek.com
Mon Sep 9 12:15:20 CDT 2002


-----Original Message-----
From: wine-users-request at winehq.com
[mailto:wine-users-request at winehq.com]
Sent: Sunday, September 08, 2002 10:01 AM
To: wine-users at winehq.com
Subject: wine-users digest, Vol 1 #1243 - 4 msgs


Send wine-users mailing list submissions to
	wine-users at winehq.com

To subscribe or unsubscribe via the World Wide Web, visit
	http://www.winehq.com/mailman/listinfo/wine-users
or, via email, send a message with subject or body 'help' to
	wine-users-request at winehq.com

You can reach the person managing the list at
	wine-users-admin at winehq.com

When replying, please edit your Subject line so it is more specific
than "Re: Contents of wine-users digest..."


Today's Topics:

   1. =?iso-8859-1?Q?Re:_Question_about_running_DVD_Profiler?=
(puoti at inwind.it)
   2. Re: Question about running DVD Profiler (Duane Clark)
   3. Re: Question about running DVD Profiler (Tom Williams)
   4. Compiling Wine on old Linux kernel ... (David Woodyard)

--__--__--

Message: 1
Date: Sat,  7 Sep 2002 21:09:17 +0200
Subject: =?iso-8859-1?Q?Re:_Question_about_running_DVD_Profiler?=
From: "puoti at inwind.it" <puoti at inwind.it>
To: wine-users at winehq.com

You can specify and win version, but it probably won't help. 
Hi!  I'm compiling wine-20020904 at the time of this writing and I had a
> question about a problem I'm having running the DVD Profiler
> application:
> 
> http://www.dvdprofiler.com
> 
> I've currently got wine-20020804 installed and I'm able to install
> DVD Profiler just fine.  (I have my old Windows 98 install on a second
> hard disk that the wine installation DID detect and configure itself to
> support).  When I try to run DVD Profiler, like this:
> 
> wine C:/Program\ Files/Intervocative\ Software/DVD\ Profiler/dvdpro.exe
> 
> It tries to start and then dies with these errors:
> 
> fixme:reg:RegNotifyChangeKeyValue (4c,1,5,50,1): stub
> fixme:file:DEVICE_Open Unknown/unsupported VxD SHRINK34.LDR. Try setting
> Windows version to 'nt40' or 'win31'.
> fixme:file:DEVICE_Open Unknown/unsupported VxD C:\WINDOWS\0002f7b.tmp.
> Try setting Windows version to 'nt40' or 'win31'.
> fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet.
> 
> Now, my question is this:  since I have a WIndows 98 installation that
> wine detected, should I change my Windows version in .wine/config to
> 'nt40' or 'win31', per the messages above?   I DID try setting the
> config to 'nt40' and that didn't help.  I'll see what wine-20020904
> does.
> 
> Is it "safe" to specify OTHER Windows versions that don't match the
> version Wine detects during its installation?
> 
> Thanks in advance for your time.
> 
> Peace...
> 
> Tom
> 
> _______________________________________________
> wine-users mailing list
> wine-users at winehq.com
> http://www.winehq.com/mailman/listinfo/wine-users
> 

--__--__--

Message: 2
To: wine-users at winehq.com
From: Duane Clark <dclark at akamail.com>
Subject: Re: Question about running DVD Profiler
Date: Sat, 07 Sep 2002 12:49:17 -0700

Tom Williams wrote:
> Hi!  I'm compiling wine-20020904 at the time of this writing and I had a
> question about a problem I'm having running the DVD Profiler
> application:
> 
> ...
> It tries to start and then dies with these errors:
> 
> fixme:reg:RegNotifyChangeKeyValue (4c,1,5,50,1): stub
> fixme:file:DEVICE_Open Unknown/unsupported VxD SHRINK34.LDR. Try setting
> Windows version to 'nt40' or 'win31'.
> fixme:file:DEVICE_Open Unknown/unsupported VxD C:\WINDOWS\0002f7b.tmp.
> Try setting Windows version to 'nt40' or 'win31'.
> fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet.

The problem is that Wine as a general rule doesn't support VXDs. As with 
most "rules", there may be an occasional exception, but probably not in 
this case. Some programs use VXDs when run under Win98 but not under 
WinNT or Win31. So that is why the suggestion for trying those.

> 
> Now, my question is this:  since I have a WIndows 98 installation that
> wine detected, should I change my Windows version in .wine/config to
> 'nt40' or 'win31', per the messages above?   I DID try setting the
> config to 'nt40' and that didn't help.  I'll see what wine-20020904
> does.

If it was still complaining about a VXD, then unfortunately, I think 
that pretty much means you are hosed :-( Unless you have access to the 
code for the VXD, and good coding skills ;)

> 
> Is it "safe" to specify OTHER Windows versions that don't match the
> version Wine detects during its installation?

Generally, yes.





--__--__--

Message: 3
Date: Sat, 07 Sep 2002 17:06:16 -0700
From: Tom Williams <tomdkat at attbi.com>
Reply-To: tomdkat at attbi.com
To: Duane Clark <dclark at akamail.com>
CC: wine-users at winehq.com
Subject: Re: Question about running DVD Profiler

Duane Clark wrote:

> Tom Williams wrote:
> > Hi!  I'm compiling wine-20020904 at the time of this writing and I had a
> > question about a problem I'm having running the DVD Profiler
> > application:
> >
> > ...
> > It tries to start and then dies with these errors:
> >
> > fixme:reg:RegNotifyChangeKeyValue (4c,1,5,50,1): stub
> > fixme:file:DEVICE_Open Unknown/unsupported VxD SHRINK34.LDR. Try setting
> > Windows version to 'nt40' or 'win31'.
> > fixme:file:DEVICE_Open Unknown/unsupported VxD C:\WINDOWS\0002f7b.tmp.
> > Try setting Windows version to 'nt40' or 'win31'.
> > fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet.
>
> The problem is that Wine as a general rule doesn't support VXDs. As with
> most "rules", there may be an occasional exception, but probably not in
> this case. Some programs use VXDs when run under Win98 but not under
> WinNT or Win31. So that is why the suggestion for trying those.
>
> >
> > Now, my question is this:  since I have a WIndows 98 installation that
> > wine detected, should I change my Windows version in .wine/config to
> > 'nt40' or 'win31', per the messages above?   I DID try setting the
> > config to 'nt40' and that didn't help.  I'll see what wine-20020904
> > does.
>
> If it was still complaining about a VXD, then unfortunately, I think
> that pretty much means you are hosed :-( Unless you have access to the
> code for the VXD, and good coding skills ;)
>

Actually, I was mistaken.  When I specify "nt40" as the Windows version, the
complaints about the VxDs DO go away, but the app still doesn't run and I
get
a Windows dialog with a "Dispatcher initialisation error 02" message.   I
get
this with wine-20020804 and wine-20020904.

It's no biggie.  I have a WinNT machine at work I can run this app on so I'm
covered..... :)

Thanks again for your help!

Peace...

Tom


--__--__--

Message: 4
From: David Woodyard <dwoody1 at airmail.net>
Reply-To: dwoody1 at airmail.net
To: wine-users at winehq.com
Subject: Compiling Wine on old Linux kernel ...
Date: Sun, 8 Sep 2002 11:46:23 -0500

I understand that a patch is going to be included so that someone with an
old 
Linux kernel (ie. 2.2.14) can compile Wine. The file cdrom.c will not
compile 
on my Linux. I am currently using VMware 2.0.4 to run my Windows programs
but 
the version of VMware I am using will not run on a newer kernel.

Can you tell me when the patch will be added to the download? Or if it is an

easy fix can you tell me what the fix is?

Your help will be very appreciated,

David


--__--__--

_______________________________________________
wine-users mailing list
wine-users at winehq.com
http://www.winehq.com/mailman/listinfo/wine-users


End of wine-users Digest



More information about the wine-users mailing list