http://bugs.winehq.org/show_bug.cgi?id=23499
Summary: Opti Drive Control (cdspeed2000) crashes at startup after "No Drive Found" error message Product: Wine Version: 1.2-rc6 Platform: x86 URL: http://www.optidrivecontrol.com/files/OptiDriveControl _setup_149.exe OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: t.artem@mailcity.com
It starts with
"fixme:mountmgr:harddisk_ioctl unsupported ioctl 4d014"
then it immediately crashes.
and even though wine shows this message afterwards:
"wine: Unhandled page fault on write access to 0x00000004 at address 0x7ef8fa2b (thread 0009), starting debugger..."
debugger never actually starts.
http://bugs.winehq.org/show_bug.cgi?id=23499
Artem S. Tashkinov t.artem@mailcity.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
--- Comment #1 from Artem S. Tashkinov t.artem@mailcity.com 2010-07-04 07:10:42 --- I have tried assigning an already mounted CD to D: drive and setting its type to CD-Rom - it didn't help.
Then I tried changing Windows version for this app (I tried 98 and NT4) and it didn't help either.
http://bugs.winehq.org/show_bug.cgi?id=23499
--- Comment #2 from A Wine user RandomAccountName@mail.com 2010-07-04 07:23:17 --- Opti Drive Control and CDSpeed are two different programs... both of them start up fine for me in a fresh wineprefix.
http://bugs.winehq.org/show_bug.cgi?id=23499
Artem S. Tashkinov t.artem@mailcity.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Opti Drive Control |Opti Drive Control crashes |(cdspeed2000) crashes at |at startup after "No Drive |startup after "No Drive |Found" error message |Found" error message |
--- Comment #3 from Artem S. Tashkinov t.artem@mailcity.com 2010-07-04 09:37:04 --- Any ideas how to get a backtrace?
http://bugs.winehq.org/show_bug.cgi?id=23499
--- Comment #4 from Artem S. Tashkinov t.artem@mailcity.com 2010-07-04 09:41:22 --- OK, my DVD drive has these permissions:
s -l /dev/sr0 brw-rw---- 1 root cdrom 11, 0 Jul 4 17:54 /dev/sr0
and I wasn't in cdrom group.
As soon as I become a member of this group, Opti Drive Control started functioning correctly.
Nonetheless, applications should NOT crash if a user doesn't have enough permissions to access optical drives.
http://bugs.winehq.org/show_bug.cgi?id=23499
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #5 from Dmitry Timoshkov dmitry@codeweavers.com 2010-07-04 23:52:44 --- (In reply to comment #4)
Nonetheless, applications should NOT crash if a user doesn't have enough permissions to access optical drives.
Report that to the application developers.
http://bugs.winehq.org/show_bug.cgi?id=23499
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Dmitry Timoshkov dmitry@codeweavers.com 2010-07-04 23:52:54 --- Closing.
http://bugs.winehq.org/show_bug.cgi?id=23499
Artem S. Tashkinov t.artem@mailcity.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Resolution|INVALID |
--- Comment #7 from Artem S. Tashkinov t.artem@mailcity.com 2010-07-05 01:38:01 --- Dmitry, *wine* crashes, under Windows with no optical drives present, this application exits gracefully.
http://bugs.winehq.org/show_bug.cgi?id=23499
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Opti Drive Control crashes |Opti Drive Control crashes |at startup after "No Drive |at startup if a user has no |Found" error message |access to the drive Severity|normal |minor
--- Comment #8 from Dmitry Timoshkov dmitry@codeweavers.com 2010-07-05 02:10:36 --- (In reply to comment #7)
Dmitry, *wine* crashes, under Windows with no optical drives present, this application exits gracefully.
There is no a single indication that it's a Wine crash, and not an application one. Do you have a backtrace?
http://bugs.winehq.org/show_bug.cgi?id=23499
--- Comment #9 from Artem S. Tashkinov t.artem@mailcity.com 2010-07-05 03:48:51 --- Created an attachment (id=29363) --> (http://bugs.winehq.org/attachment.cgi?id=29363) bt
http://bugs.winehq.org/show_bug.cgi?id=23499
--- Comment #10 from Artem S. Tashkinov t.artem@mailcity.com 2010-07-05 03:59:14 --- It (or wine) also crashes if there's no
d: -> /media/cdrom
symbolic link (like e.g. when your optical drive is not mounted, but this application accesses an optical device directly).
http://bugs.winehq.org/show_bug.cgi?id=23499
--- Comment #11 from Dmitry Timoshkov dmitry@codeweavers.com 2010-07-05 04:30:48 --- (In reply to comment #9)
Created an attachment (id=29363)
--> (http://bugs.winehq.org/attachment.cgi?id=29363) [details]
bt
Please create another one with debug information.
Also a missing optical drive and limited access rights to an existing drive are two different things.
http://bugs.winehq.org/show_bug.cgi?id=23499
--- Comment #12 from Artem S. Tashkinov t.artem@mailcity.com 2010-07-05 05:06:59 --- (In reply to comment #11)
(In reply to comment #9)
Created an attachment (id=29363)
--> (http://bugs.winehq.org/attachment.cgi?id=29363) [details] [details]
bt
Please create another one with debug information.
Also a missing optical drive and limited access rights to an existing drive are two different things.
Like I said in comment 0,
and even though wine shows this message afterwards:
"wine: Unhandled page fault on write access to 0x00000004 at address 0x7ef8fa2b (thread 0009), starting debugger..."
debugger never actually starts.
I have no idea how to get/see a backtrace. I cannot even see a backtrace after attaching winedbg using:
info proc attach PID (there are two PIDs related to this application) bt
commands
http://bugs.winehq.org/show_bug.cgi?id=23499
--- Comment #13 from butraxz@gmail.com 2013-06-09 11:22:32 CDT --- This has not been updated for over 900 days.
Is this still an issue in 1.6-rc1 or higher or is this abandoned ?
http://bugs.winehq.org/show_bug.cgi?id=23499
Artem S. Tashkinov t.artem@mailcity.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED
--- Comment #14 from Artem S. Tashkinov t.artem@mailcity.com 2013-06-19 16:27:43 CDT --- Ostensibly fixed in 1.6-rc2.
http://bugs.winehq.org/show_bug.cgi?id=23499
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #15 from Alexandre Julliard julliard@winehq.org 2013-06-21 13:33:23 CDT --- Closing bugs fixed in 1.6-rc3.