Help me out installing RatDVD

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
X_Splinter
Level 2
Level 2
Posts: 20
Joined: Mon Dec 01, 2008 11:26 am

Help me out installing RatDVD

Post by X_Splinter »

I manage to install ratdvd via Wine 1.1.24 but when try to run it I got

XEBEnconder
"Access violation at address 7EA932DD in module "ole32.dll". Read of adress 00000004."

Runtime error 216 at 0040391A

Any ideas of to manege to put ole32.dll working in Wine??
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Help me out installing RatDVD

Post by austin987 »

On Mon, Jun 29, 2009 at 3:45 AM, X_Splinter<[email protected]> wrote:
I manage to install ratdvd via Wine 1.1.24 but when try to run it I got

XEBEnconder
"Access violation at address 7EA932DD in module "ole32.dll". Read of adress 00000004."

Runtime error 216 at 0040391A

Any ideas of to manege to put ole32.dll working in Wine??
You can try 'winetricks dcom98', but it will probably end up breaking
other programs.

If it works, A) file a bug, B) do so in a separate prefix, so you
don't break other apps.

--
-Austin
X_Splinter
Level 2
Level 2
Posts: 20
Joined: Mon Dec 01, 2008 11:26 am

Re: Help me out installing RatDVD

Post by X_Splinter »

austin987 wrote: You can try 'winetricks dcom98', but it will probably end up breaking
other programs.

If it works, A) file a bug, B) do so in a separate prefix, so you
don't break other apps.

--
-Austin
I kinda new in Wine, can you tell me how to do that?
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Help me out installing RatDVD

Post by austin987 »

On Mon, Jun 29, 2009 at 8:35 AM, X_Splinter<[email protected]> wrote:
austin987 wrote:
You can try 'winetricks dcom98', but it will probably end up breaking
other programs.

If it works, A) file a bug, B) do so in a separate prefix, so you
don't break other apps.

--
-Austin
I kinda new in Wine, can you tell me how to do that?
$ wget kegel.com/wine/winetricks
$ sh winetricks -q dcom98

--
-Austin
X_Splinter
Level 2
Level 2
Posts: 20
Joined: Mon Dec 01, 2008 11:26 am

Re: Help me out installing RatDVD

Post by X_Splinter »

austin987 wrote:On Mon, Jun 29, 2009 at 8:35 AM, X_Splinter<[email protected]> wrote:
austin987 wrote:
You can try 'winetricks dcom98', but it will probably end up breaking
other programs.

If it works, A) file a bug, B) do so in a separate prefix, so you
don't break other apps.

--
-Austin
I kinda new in Wine, can you tell me how to do that?
$ wget kegel.com/wine/winetricks
$ sh winetricks -q dcom98

--
-Austin
Great bro is working.

I am gonna test it and report to wine app database.

By the way you said this could make other apps not working, If so how can i revert it?
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Help me out installing RatDVD

Post by austin987 »

On Mon, Jun 29, 2009 at 11:17 AM, X_Splinter<[email protected]> wrote:
austin987 wrote:
On Mon, Jun 29, 2009 at 8:35 AM, X_Splinter<[email protected]> wrote:
austin987 wrote:
I kinda new in Wine, can you tell me how to do that?
$ wget kegel.com/wine/winetricks
$ sh winetricks -q dcom98

--
-Austin
Great bro is working.

I am gonna test it and report to wine app database.
Please file a bug at http://bugs.winehq.org
By the way you said this could make other apps not working, If so how can i revert it?
Remove the dcom dlls from .wine/drive_c/windows/system32 and remove
the override in winecfg/libraries.
It would be wise to put RatDVD in its own WINEPREFIX, along with native dcom98.

--
-Austin
Locked