http://bugs.winehq.org/show_bug.cgi?id=4612
--- Comment #7 from Dan Kegel <dank(a)kegel.com> 2008-02-28 16:49:02 ---
Yes, you can temporarily move your .wine directory out of the way for the test,
e.g.
mv .wine .wine.ok
... do the test ...
wineserver -k
rm -rf .wine
mv .wine.ok wine
--
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=4612
--- Comment #6 from Alan Wahnefried <knowsgrace(a)aol.com> 2008-02-28 16:33:47 ---
Sorry for the long delay. I have other Windows applications that are running
under Wine. So I really don't want to run an rm. Any other suggestions.
--
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=11765
Summary: Mathematica 5.1, too close to be usable.
Product: Wine
Version: 0.9.54.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jacobidiego(a)gmail.com
Hello.
I have previously filed a bug about Mathematica not being able to install:
URL: http://bugs.winehq.org/show_bug.cgi?id=11725
The problem was identified and Mathematica is able to install correctly.
It also runs fine, but sadly is not yet usable because of the next reasons:
- Writing wrong Mathematical expressions which will lead to errors makes it
crash.
It is too often that expression will output errors like: "expression does not
converge", or "function can not be evaluated on x=...", or mathematical things
like that. So if after only one error, Mathematica crashes then it is not
usable.
Test with: f[x_]=x+3-
The last "-" sign must be followed by another expression. So this has to output
an error without crashing.
It also crashed when you write a clossing sign before an openning sign (maybe
because you are fixing an error).
Wine debug outputs of this is on the first attached file.
Mathematica reproduces a "chord" sound on each error which is not reproduce by
wine before crashing.
- Opening the Help Browser makes it crash after generating the help data.
Mathematica has a really usefull help browser, and it is a key feature. One can
not know what or how Mathematica can do its stuff without this, so unless you
are a complete expert on Mathematica, it will not be usefull for anyone.
Wine debug outputs of this is on the second attached file.
- Some charecters are not displayed as they should.
Writing an expression like: (2+x)/(x^2-3) will be showed as (2+x)}(x^2-3).
Note the "/" is changed by "}", but double "//" is correctly showed as "//".
Also Pressing x² makes Mathematica crashes just becouse the correct expression
is x^2 and not x² or x³.
Also there seems to be some conditions for the "/" to be drawed, like if it is
preceded by a variable o number: see 1/x or x/(x-3) then the "/" will be
drawed, but if is is preceded by a ) or ] then "}" will be drawed: (x-3)/x or
Sin[x]/x. Thats wear.
- Mathematical representation is badly printed as ascii.
When you enter expressions like (2+x)/(x^2-3) Mathematical has the really nice
feature of showing this as a nice looking fraction. Also it can represent it
with ascii characters if you choose that, but with wine, it doesn't shows the
goodlooking expression and shows a terrible badly drawed ascii expression. Just
to say, "1/x" can not be readed with this expression.
Also there is a non windows Mathematica console. It is Math.exe on the same
dirs as Mathematica.exe
It seems like it does work well:
Testing with wrong expression does not lead to any results and Mathe.exe
doesn't take it as an input.
Other expressions like:
f[x_]=1/x
f[0]
Does shows respective errors of complex infinite value.
No Plotting available.
No help browser available
No easy copy&pasting editor.
All this errors were tested on ubuntu 7.10 AMD64 and with wine 0.9.54 (becouse
.56 is not available yet for ubuntu on your repos) and with all builtin dlls,
but also some natives does the same results.
It is a big shame because it is unusable right now and with a few fixing, it
could be a Platinum.
Cheers
--
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=7380
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|FoxIT pdf reader 2.0 crashes|FoxIT pdf reader 2.0 crashes
| |(indirectly affects Adobe
| |Dreamweaver)
--- Comment #34 from Dan Kegel <dank(a)kegel.com> 2008-02-28 15:54:48 ---
Also affects WinMerge
http://winmerge.sourceforge.net/
which according to
http://www.adobe.com/devnet/dreamweaver/articles/compare_utilities_03.html
is the recommended diff tool for Dreamweaver.
T h i s b u g m u s t d i e.
--
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=5978
Rich Williamson <w7ki(a)yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |w7ki(a)yahoo.com
--- Comment #8 from Rich Williamson <w7ki(a)yahoo.com> 2008-02-28 15:24:29 ---
I experience this problem too. Here are some details if it helps:
CentOS 5.1
wine 0.9.52-1 (installed via yum)
I run Office 97 install from CD. Once the installer starts, I get blank text +
a few dashes within the dialog boxes & pushbuttons (see screenshots from above
comments about Ventrilo).
Attempted "fixes" that did not solve the problem:
- Replaced tahoma font files
- Symlinked fonts directory over to MS core TTF's
- Tried using various font sizes via Gnome desktop settings
- Tried the "ClientSideWithRender=N" registry setting
- Removed /.wine directory, created a fresh one with winecfg
- Installed DCOM98 & changed OLE DLL's as per
http://wine-review.blogspot.com/2007/09/running-ms-office-97-under-linux-wi…
--
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=5889
Ben Hodgetts (Enverex) <ben(a)atomnet.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ben(a)atomnet.co.uk
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--- Comment #16 from Ben Hodgetts (Enverex) <ben(a)atomnet.co.uk> 2008-02-28 12:28:35 ---
Just tried it myself, nothing crashed.
--
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=2467
Kaluzman <konf_kal(a)seznam.cz> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |konf_kal(a)seznam.cz
--- Comment #58 from Kaluzman <konf_kal(a)seznam.cz> 2008-02-28 09:36:23 ---
Confirmed with wine version 0.9.55 on Debian Etch. Battle.Net is usable, if you
know where you must click.
--
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=8945
--- Comment #44 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2008-02-28 08:38:11 ---
Can you generate a +relay,+seh,+tid,+virtual log of an attempt to run
Photoshop CS3, compress it with 'bzip2 -9' and attach it here?
--
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.