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??
On Mon, Jun 29, 2009 at 3:45 AM, X_Splinter<wineforum-user at winehq.org> 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
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. > > -- > -AustinI kinda new in Wine, can you tell me how to do that?
austin987 wrote:> On Mon, Jun 29, 2009 at 8:35 AM, X_Splinter<wineforum-user at winehq.org> 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 > > -- > -AustinGreat 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?