Office 2003 setup - Unhandled page fault on read access

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
JayKay
Newbie
Newbie
Posts: 3
Joined: Thu Jul 21, 2011 6:07 am

Office 2003 setup - Unhandled page fault on read access

Post by JayKay »

Hi! I am having trouble installing Office 2003 on Fedora 15. I had it succesfully installed just few days ago, then I had to reinstall the system to encrypt the disk. Before that I also managed to install Office 2007, but I did not liked it and I wanted to return to Office 2003 but this message appeared:

fixme:ole:NdrCorrelationInitialize (0x324784, 0x324384, 1024, 0x0): stub
wine: Unhandled page fault on read access to 0x00000824 at address 0x686f79bf (thread 0022), starting debugger...

I have tried a full'n'fresh system install just with wine but the Office 2003 setup still gives this error. Help would be very appreciated!
User avatar
dimesio
Moderator
Moderator
Posts: 13369
Joined: Tue Mar 25, 2008 10:30 pm

Re: Office 2003 setup - Unhandled page fault on read access

Post by dimesio »

JayKay wrote:Hi! I am having trouble installing Office 2003 on Fedora 15. I had it succesfully installed just few days ago, then I had to reinstall the system to encrypt the disk. Before that I also managed to install Office 2007, but I did not liked it and I wanted to return to Office 2003 but this message appeared:

fixme:ole:NdrCorrelationInitialize (0x324784, 0x324384, 1024, 0x0): stub
wine: Unhandled page fault on read access to 0x00000824 at address 0x686f79bf (thread 0022), starting debugger...

I have tried a full'n'fresh system install just with wine but the Office 2003 setup still gives this error. Help would be very appreciated!
This is a known bug that apparently affects only some versions of the installer. I haven't been able to reproduce it myself. It is a regression, so the workaround would be to install in the last known working version of Wine. http://bugs.winehq.org/show_bug.cgi?id=26358
JayKay
Newbie
Newbie
Posts: 3
Joined: Thu Jul 21, 2011 6:07 am

Post by JayKay »

If 1.2.3 is the stable version, then why 1.3.24 is installed from repositories?

I tried to install 1.2.3 but could not get over this error:

Code: Select all

checking for X... no
configure: error: X development files not found. Wine will be built
without X support, which probably isn't what you want. You will need to install
development packages of Xlib/Xfree86 at the very least.
Use the --without-x option if you really want this.
because i do not understand which packages/libraries it wants me to install on Fedora 15.
Can anybody suggest something?
User avatar
dimesio
Moderator
Moderator
Posts: 13369
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

JayKay wrote:If 1.2.3 is the stable version, then why 1.3.24 is installed from repositories?
That was your distro's choice. Why they might have made that choice: http://wiki.winehq.org/FAQ#head-0bae04b ... acb6f367ff
I tried to install 1.2.3 but could not get over this error:

Code: Select all

checking for X... no
configure: error: X development files not found. Wine will be built
without X support, which probably isn't what you want. You will need to install
development packages of Xlib/Xfree86 at the very least.
Use the --without-x option if you really want this.
because i do not understand which packages/libraries it wants me to install on Fedora 15.
Can anybody suggest something?
http://wiki.winehq.org/Recommended_Packages
http://wiki.winehq.org/WineOn64bit#head ... 26b77ff6aa
Read both if your system is 64 bit, just the Recommended Packages if 32 bit.
JayKay
Newbie
Newbie
Posts: 3
Joined: Thu Jul 21, 2011 6:07 am

Post by JayKay »

Thanks!

And installing Wine 1.2.3 really did the trick!
Locked