Toni Volkmer - 2004-06-06

Logged In: YES
user_id=511851

I had the same problem today.
I used pearpc-0.2cvs-03-jun-2004 and compiled it on winxp
with jitc-x86.

I think macosx 10.3 doesn't release the cd(-device).

I changed the following lines in main.cc BUT this is not a
solution to the problem, 'cause I just removed the check if
the device is locked:
--- main.cc.old 2004-05-30 23:52:11.000000000 +0200
+++ main.cc 2004-06-06 13:54:33.445227200 +0200
@@ -65,11 +65,11 @@

dev->acquire();

- if (dev->isLocked()) {
+/* if (dev->isLocked()) {
dev->release();

// sys_gui_messagebox("cdrom is locked!");
- } else {
+ } else {*/
dev->setReady(false);
dev->release();
/*
@@ -90,7 +90,7 @@
* we choose the second option.
*/
}
- }
+/* }*/
}

void initMenu()