Microsoft Project 98 problem

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
kontiky
Level 1
Level 1
Posts: 7
Joined: Thu Jun 17, 2010 3:07 am

Microsoft Project 98 problem

Post by kontiky »

I installed MS Project 98 in my wine-1.2-rc4. Almost all works fine but when I open Task Information dlg, go to Notes tab I got error dlg

Image

and MS Project is closed. In console at the same time is

Code: Select all

fixme:richedit:IRichEditOle_fnQueryInterface 0x32734f0: unhandled interface {8d33f740-cf58-11ce-a89d-00aa006cadc5}
wine: Unhandled page fault on read access to 0x00000000 at address 0x301f50e6 (thread 0009), starting debugger...
How can I fix this problem? May be I should install more newer MS Project? If yes, what MS Project version do you advice to install?
User avatar
dimesio
Moderator
Moderator
Posts: 13372
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

Try winetricks riched20. http://wiki.winehq.org/winetricks
kontiky
Level 1
Level 1
Posts: 7
Joined: Thu Jun 17, 2010 3:07 am

Post by kontiky »

dimesio wrote:Try winetricks riched20. http://wiki.winehq.org/winetricks
Great! It works! Thanks a lot again! :D
How do you troubleshot wine problems with such effectiveness?
James McKenzie

Microsoft Project 98 problem

Post by James McKenzie »

kontiky wrote:
I installed MS Project 98 in my wine-1.2-rc4. Almost all works fine but when I open Task Information dlg, go to Notes tab I got error dlg

[Image: http://img.photobucket.com/albums/v286/ ... 6168a1.png ]

and MS Project is closed. In console at the same time is


Code:
fixme:richedit:IRichEditOle_fnQueryInterface 0x32734f0: unhandled interface {8d33f740-cf58-11ce-a89d-00aa006cadc5}
wine: Unhandled page fault on read access to 0x00000000 at address 0x301f50e6 (thread 0009), starting debugger...



How can I fix this problem? May be I should install more newer MS Project? If yes, what MS Project version do you advice to install?

Kontiky:


Dimenso gave you a workaround to this problem. Could you also file a
bug report on Wine's Bugzilla for this? This way we can add the
function needed to correct the problem and remove the requirement to use
native dlls from Wine.

James McKenzie
User avatar
dimesio
Moderator
Moderator
Posts: 13372
Joined: Tue Mar 25, 2008 10:30 pm

Re: Microsoft Project 98 problem

Post by dimesio »

James McKenzie wrote:Could you also file a
bug report on Wine's Bugzilla for this?
It's a good idea to check for existing bug reports before filing new ones. In this case there's already an open bug: http://bugs.winehq.org/show_bug.cgi?id=19770
James McKenzie

Microsoft Project 98 problem

Post by James McKenzie »

dimesio wrote:
James McKenzie wrote:
Could you also file a
bug report on Wine's Bugzilla for this?
It's a good idea to check for existing bug reports before filing new ones. In this case there's already an open bug: http://bugs.winehq.org/show_bug.cgi?id=19770

Thanks for the bug report catch, dimensio.

Kontiky:

You can vote for this bug to either confirm that it exists or to let the
developers know that one more person is affected by this problem. This
will require you to access and create an account on Wine's Bugzilla.

James McKenzie
Locked