wine 1.40 and ImgBurn..

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
aarons6
Level 1
Level 1
Posts: 7
Joined: Thu Jul 30, 2009 9:15 pm

wine 1.40 and ImgBurn..

Post by aarons6 »

since updating to the new version of wine (compiled it from source) imgburn doesnt detect the cdrom drive with the WinAspi module.
i have to use the ms spti module..

any idea why?

before it just worked, its always worked, but now it says no device found.
oiaohm
Level 8
Level 8
Posts: 1020
Joined: Fri Feb 29, 2008 2:54 am

Post by oiaohm »

When you built were all parts present.

Ie not missing some libs.

Also check winecfg that cdrom drive is listed as a cdrom drive(IE not the old bug where cdrom drive magically becomes harddrive) and what drive letter. Then check ~/wine/dosdevices/<driveletter>:: that it points to the hardware device ie the cd burner device in /dev . Yes the :: is different to :

This is the basic list of what to check. Of course these need to be checked before bothing digging any deeper. Please get in the habit of including wine --version in posts build from source could be basically anything around here.
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: wine 1.40 and ImgBurn..

Post by dimesio »

aarons6 wrote:since updating to the new version of wine (compiled it from source) imgburn doesnt detect the cdrom drive with the WinAspi module.
i have to use the ms spti module..

any idea why?

before it just worked, its always worked, but now it says no device found.
http://bugs.winehq.org/show_bug.cgi?id=21980
aarons6
Level 1
Level 1
Posts: 7
Joined: Thu Jul 30, 2009 9:15 pm

Post by aarons6 »

what do i do with this diff in the git?
is it a patch?
patch -p1 < file?
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

aarons6 wrote:what do i do with this diff in the git?
is it a patch?
patch -p1 < file?
The patch is already committed. Just compile the latest git, or wait for 1.1.41.
Locked