LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-02-2005, 12:11 PM   #1
mykrob
Member
 
Registered: Jun 2004
Location: Jackson, TN
Distribution: Kubuntu Feisty
Posts: 606

Rep: Reputation: 31
DVD Shrink question


Hey-
i am running Suse 9.2 Pro with KDE 3.4 Final.
I am also running the most recent version of Wine. I used to be able to run DVD Shrink using wine. I had a kernel issue the other day, and ended up simply re-installing after fooling around with it for a few hours.

Anyway, i'mtrying to re-install dvdshrink, as it worked faster than lxdvdrip for me.
It goes through the installation deal at the beginning, but i get this error in an onscreen prompt from DVDshrink, not in the console:

Code:
Access violation at address 400CC5FC. Write of address 41F20000
anyone know what this means, or how i can get this installed? Last time, it installed painlessly and flawlessly. I dont understand why its giving me trouble this time.

here's a console output:

Code:
myk@linux:~/Downloads/dvdshrink> wine dvdshrink32setup.exe
fixme:advapi:CheckTokenMembership ((nil) 0x403bd1e8 0x406ffe18) stub!
fixme:richedit:RichEditANSIWndProc EM_AUTOURLDETECT: stub
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
fixme:richedit:RichEditANSIWndProc EM_LIMITTEXT: stub
fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub
fixme:richedit:ME_ReleaseStyle all style references freed (good!)
myk@linux:~/Downloads/dvdshrink>
thanks,
-myk robinson
 
Old 04-02-2005, 09:59 PM   #2
mykrob
Member
 
Registered: Jun 2004
Location: Jackson, TN
Distribution: Kubuntu Feisty
Posts: 606

Original Poster
Rep: Reputation: 31
:bump:
 
Old 04-03-2005, 08:27 AM   #3
mykrob
Member
 
Registered: Jun 2004
Location: Jackson, TN
Distribution: Kubuntu Feisty
Posts: 606

Original Poster
Rep: Reputation: 31
Frank from Frank's Corner helped me:

Quote:
Hi Myk,

I took a look at it and found the cause of the problem. The program has
problems with the builtin version of riched20.dll, so you've got to use a
native version.
Download it here:
http://www.dll-files.com/dllindex/dl...shtml?riched20 and copy it to
c:\windows\system
Install with the following command:
WINEDLLOVERRIDES="riched20=n" wine dvdshrink32setup.exe

Have a nice day!
Frank
-myk
 
Old 04-18-2005, 07:39 AM   #4
patrickian
LQ Newbie
 
Registered: Jun 2004
Location: Toronto
Distribution: REDHAT switching to Fedora
Posts: 7

Rep: Reputation: 0
Thank You Thank You Thank You
I was going crazy wondering what I did
I tried reinstalling wine from srcs then from an rpm then editing my conficg file
Your solution worked for me (I still get an error but the but I just clicked ok through them and the installation proceded as far as I could tell normally)
Thanks for posting a solution here such that the comunity can benifit
pats
 
Old 04-23-2005, 01:49 PM   #5
mrchaos
Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware current, Fedora Core 5, SuSE 10.1 OSS
Posts: 298

Rep: Reputation: 30
wow! that....... actually worked.... I'm out of breath here b/c I had no idea that the issue was in Windows! THANKS A TON FRANK, you saved my ass.


Although, wait a minute... no ROM drives show up for my disc copier, and when I try to click on "open" nothing comes up. Now what's going on?

Last edited by mrchaos; 04-23-2005 at 01:51 PM.
 
Old 04-23-2005, 10:59 PM   #6
Electro
LQ Guru
 
Registered: Jan 2002
Posts: 6,042

Rep: Reputation: Disabled
You will have to use vobcopy to mirror the DVD. Then in DVD Shrink go into re-author mode and select the video_ts directory for the movie. DVD Shrink should then list the movie as well the menus and special features.

BTW, you have to mount the disc before using it in WINE.
 
Old 06-24-2005, 11:03 AM   #7
J3N7iL
Member
 
Registered: Jun 2004
Location: Chicago
Distribution: Gentoo
Posts: 53

Rep: Reputation: 15
I just got DVD shrink to work and make a successfull copy using wine.

Here is how i did it.

In the config file
(may be in your /root/.wine/config or /usr/share/wine/config you have to look around either way copy it to the /.wine/ folder in your home dir)

you need to add the drive of your cdrom

[Drive D]
"Path" = "/mnt/cdrom"
"Type" = "cdrom"
"Label" = "CD-Rom"
"Filesystem" = "win95"
"Device" = "/dev/cdrom"

just add that anywhere.

then under dosdevices open a terminal and do

ln -s /mnt/cdrom d:

that will make a symbolic link to the device which wine will refrence to the config and open it up.

Just copy the DVD to the hard drive normaly (not as ISO)
then in k3b choose a videoDVD project and the 2 folders that DVD Shrink made and burn!

Perfect copys eery time!

hope this helps!

Last edited by J3N7iL; 06-24-2005 at 11:06 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Linux aternative to Clone DVD, or DVD Shrink plosiv Linux - Software 53 04-07-2012 12:39 AM
DVD Decrypter (without SCSI emulation) + DVD Shrink mrbass Linux - Software 5 10-25-2005 01:20 PM
question about dvd shrink?please linuxgeek13 Linux - Software 2 10-21-2005 11:07 PM
dvd-shrink + autogk + dvd decrypter alaios Linux - Software 1 08-24-2005 10:04 PM
Stupid DVD Shrink question-- brent1a Linux - Software 1 06-10-2004 10:38 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:52 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration