I am trying to run a windows program called ACR with Wine on a Mandrake system. The install goes beautifully (thanks to all of those hardworking programmers!). But when I try to run ACR it complains that Windows is being run in Debug mode and quits. This is also what happened when trying to run ACR on Win4Lin. Does this make running ACR hopeless on any emmulator or is there a way around this? Thanks!
Could you provide a link to an evaluation for this program ? --- Paul <pej2000@earthlink.net> a ?crit :> I am trying to run a windows program called ACR with Wine on a > Mandrake > system. The install goes beautifully (thanks to all of those > hardworking > programmers!). But when I try to run ACR it complains that Windows is > being > run in Debug mode and quits. > > This is also what happened when trying to run ACR on Win4Lin. Does > this make > running ACR hopeless on any emmulator or is there a way around this? > > Thanks! > _______________________________________________ > wine-users mailing list > wine-users@winehq.com > http://www.winehq.com/mailman/listinfo/wine-users___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran?ais ! Yahoo! Mail : http://fr.mail.yahoo.com
If there are no legal issues, why not ... --- Paul <pej2000@earthlink.net> a ?crit?: > The program is a learning tool for radiologists that just shows a> bunch of > pictures and text. It comes on CD from the American College of > Radiology > (acr.org). By "evaluation" to you mean review? ACR.org gives mostly > sales > info, but nothing technical I've seen. I can upload an image of the > disc? > > > On Thursday 24 October 2002 10:30 am, you wrote: > > Could you provide a link to an evaluation for this program ? > > > > --- Paul <pej2000@earthlink.net> a ?crit : > > > I am trying to run a windows program called ACR with Wine on a > > > Mandrake > > > system. The install goes beautifully (thanks to all of those > > > hardworking > > > programmers!). But when I try to run ACR it complains that > Windows is > > > being > > > run in Debug mode and quits. > > > > > > This is also what happened when trying to run ACR on Win4Lin. > Does > > > this make > > > running ACR hopeless on any emmulator or is there a way around > this? > > > > > > Thanks! > > > _______________________________________________ > > > wine-users mailing list > > > wine-users@winehq.com > > > http://www.winehq.com/mailman/listinfo/wine-users > > > > ___________________________________________________________ > > Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran?ais ! > > Yahoo! Mail : http://fr.mail.yahoo.com >___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran?ais ! Yahoo! Mail : http://fr.mail.yahoo.com
Please use reply all or check you are writing to wine-users. ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran?ais ! Yahoo! Mail : http://fr.mail.yahoo.com -------------- next part -------------- An embedded message was scrubbed... From: Paul <pej2000@earthlink.net> Subject: Re: Windows program detects debugger and quits Date: Thu, 24 Oct 2002 19:49:21 -0600 Size: 3214 Url: http://www.winehq.org/pipermail/wine-users/attachments/20021025/ae201a27/attachment.mht
Sylvain Petreolle wrote:> Please use reply all or check you are writing to wine-users.But not with a 700MB attachment!> > > From: > Paul <pej2000@earthlink.net> > > There should not be any legal issues in getting it to run on Linux. Only with > distributing it. But unfortunately I seem to have trouble with attaching it > to this Email (KMail), probably because it is such a large file (700Mb) it > quits at 51%. Maybe its filling up one of my partitions with a big temp file, > instead of directly sending the file from its /home location. I am not sure > how else to get it to you. > ThanksThe normal way to handle this would be to find a web server somewhere that will handle such a large file, and post a link. Very few email services will permit such a large attachment.
Hiya! Maybe this program checks the debugging processor registers somehow? Wine Gurus out there: Could this be the explanation? The ptrace syscall which Wine uses,setup the process in debug mode (thus using the debug registers). Probably some kind of copy protection in the ACR program checks the debug registers somehow. I believe wine is heavily dependent of the ptrace call (correct me if Im wrong, Wine gurus), for example for catching DOS interupts. Unless there is a way to turn off ptrace calls in Wine, or you hack your app to not do these checks, you wont be able to run your program. //Peter On Thursday 24 October 2002 01.49, Paul wrote:> I am trying to run a windows program called ACR with Wine on a Mandrake > system. The install goes beautifully (thanks to all of those hardworking > programmers!). But when I try to run ACR it complains that Windows is being > run in Debug mode and quits. > > This is also what happened when trying to run ACR on Win4Lin. Does this > make running ACR hopeless on any emmulator or is there a way around this? > > Thanks! > _______________________________________________ > wine-users mailing list > wine-users@winehq.com > http://www.winehq.com/mailman/listinfo/wine-users
Maybe Matching Threads
- [PATCH] drm/nouveau/acr: Abort loading ACR if no firmware was found
- [PATCH -next] drm/nouveau/acr: Use kmemdup instead of kmalloc and memcpy
- [PATCH] drm/nouveau/secboot/acr: Remove VLA usage
- [PATCH] drm/nouveau/acr: fix a coding style in nvkm_acr_lsfw_load_bl_inst_data_sig()
- [PATCH] drm/nouveau/nvfw/acr: set wpr_generic_header_dump storage-class-specifier to static