[Bug 10725] New: excel page faults and exits
http://bugs.winehq.org/show_bug.cgi?id=10725 Summary: excel page faults and exits Product: Wine Version: 0.9.50. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: wine-ole AssignedTo: wine-bugs(a)winehq.org ReportedBy: dansawyer(a)earthlink.net The system is Fedora 7 with all updates installed. Wine is .50. The environment is a clean install with only the M$ Office 2000 installed. Word appears to run successfully. Excel errors on load. The package loads, the screen is initialized, and then page faults. The output is attached. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10725 --- Comment #1 from dan sawyer <dansawyer(a)earthlink.net> 2007-12-08 19:23:08 --- Created an attachment (id=9566) --> (http://bugs.winehq.org/attachment.cgi?id=9566) this is the error output The attachment did not work the first time -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10725 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|major |normal Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #2 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-12-09 01:53:39 --- Invalid. Incorrect command line! -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10725 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-12-09 01:53:48 --- Closed invalid. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10725 --- Comment #4 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-12-09 01:54:28 --- For home reading: Severity This field describes the impact of a bug. Blocker Blocks development and/or testing work Critical Critical problem that prevents all applications from working Major Major loss of functionality for a wide range of applications Normal For an application crash or loss of functionality Minor For minor loss of functionality, or other problem where an easy workaround is present Trivial For a UI glitch that doesn't affect running of a program Enhancement Request for enhancement How do I run Wine? Wine is not something you run, you run applications with it. Simply open your applications and Wine should be loaded to run them automatically. You can configure your wine environment by running winecfg, and you can browse your fake windows drive at ~/.wine/drive_c If you would like a general overview and tutorial about using Wine, you can read the User Guide. For the most part, however, Wine should be as straightforward as clicking the application you'd like to run from your Gnome/KDE/Whatever menu. When using the terminal there are two valid methods of running applications. The first method is to chdir into the program's folder and then run the application directly, e.g. cd "~/.wine/drive_c/Games/Tron" && wine tron.exe The second method should ONLY be used if you are intending to install from something which has multiple CDs (you need to use this method to allow you to swap discs) as it doesn't always work. It consists in using the full Windows path like so... wine "C:\Games\Tron\tron.exe" Do NOT run with the full Linux path i.e. "wine /stuff/mygame.exe" or by double clicking icons from your file manager (sometimes this works but more often it will fail with errors of some sort). This is because Wine passes this path as-is to the windows program in argv[0]. This is exactly what cmd.exe does and Wine has extensive tests for that. However some programs expect fully qualified windows path in argv[0], and break if they don't get it. Lots of programs written with Borland tools will have that problem because Borland mistakenly stated in the manuals that argv[0] will always be set to fully qualified path of the executable. Which is not the case. If you use Gnome, KDE or XFCE4, then after you have installed some applications in Wine you should notice a Wine subfolder in your main desktop menu with menu entries for all your installed Wine programs (as long as you told them to make Start Menu shortcuts). If any apps seem to be missing try running "wineboot" and looking again. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10725 --- Comment #5 from dan sawyer <dansawyer(a)earthlink.net> 2007-12-09 08:12:54 --- Created an attachment (id=9572) --> (http://bugs.winehq.org/attachment.cgi?id=9572) wine page fault running excel 2000 This is a repeatable solid page fault. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10725 dan sawyer <dansawyer(a)earthlink.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Resolution|INVALID | --- Comment #6 from dan sawyer <dansawyer(a)earthlink.net> 2007-12-09 09:49:00 --- re-open bug. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10725 --- Comment #7 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-12-09 12:43:02 --- Strange, works fine here. Office 2000 Pro. Except some times freezes on exit (for a minute or so, then exits): err:ntdll:RtlpWaitForCriticalSection section 0x149d50 "../../../wine.git/dlls/ole32/moniker.c: RunningObjectTableImpl.lock" wait timed out in thread 000b, blocked by 0000, retrying (60 sec) -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10725 --- Comment #8 from dan sawyer <dansawyer(a)earthlink.net> 2007-12-09 13:50:11 --- The test was duplicated on Fedora 6. A fresh install into a fresh wine. The result was the same. It ran a little longer then page faulted. The module trace was the same but the actual registers and addresses varied. This is consistent on two machines. Is there a 'standard' config used for building wine? There can be errors resulting from configuration differences. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10725 --- Comment #9 from Austin English <austinenglish(a)gmail.com> 2007-12-09 16:27:08 --- Check your compile. Try running $ ./configure --verbose and fix any missing dependencies. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10725 Rob Shearman <robertshearman(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |robertshearman(a)gmail.com --- Comment #10 from Rob Shearman <robertshearman(a)gmail.com> 2008-06-03 17:35:07 --- Please attach a +ole debug log. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10725 --- Comment #11 from dan sawyer <dansawyer(a)earthlink.net> 2008-06-07 14:37:54 --- Created an attachment (id=13792) --> (http://bugs.winehq.org/attachment.cgi?id=13792) +ole trace It is attached. Let me know if any additional input is needed. Dan -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10725 Rob Shearman <robertshearman(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #12 from Rob Shearman <robertshearman(a)gmail.com> 2008-06-09 03:17:04 --- The bug is the lack of exception handling in generated COM proxies. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10725 Rob Shearman <robertshearman(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|ole |rpc -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10725 --- Comment #13 from Rob Shearman <robertshearman(a)gmail.com> 2008-09-09 11:26:06 --- Code for exception handling is now generated for COM proxies. Please retest with wine 1.1.4 or later. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10725 dan sawyer <dansawyer(a)earthlink.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #14 from dan sawyer <dansawyer(a)earthlink.net> 2008-09-11 07:39:00 --- This is resolved in wine 1.1.4. Thank you - Dan -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10725 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #15 from Alexandre Julliard <julliard(a)winehq.org> 2008-09-19 11:16:52 --- Closing bugs fixed in 1.1.5. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org