http://bugs.winehq.org/show_bug.cgi?id=11288
Summary: Compilating & some bugs that I see only in Ubuntu
Product: Wine
Version: 0.9.53.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Zenitur(a)yandex.ru
Dear developpers! Thank you very much for great program!
Sorry, my English is dadly.
Usually I download precompilated wine for Ubuntu 7.10 AMD64, but 0.9.53 version
I wanted to compile using specially for Ubuntu 7.10 source.
sudo apt-get -b source wine
It was good! Because precompilated wine was compiled with old nvidia driver,
and my Morrowind game was with bad pixel-shadered water in Ubuntu with this.
Apt wants to delete nvidia-glx-new, because one of the dependences is
nvidia-glx-dev, not nvidia-glx-new-dev, but I forbid this. But error was with
nvidia-glx and nvidia-glx-new. I see some bugs of the compilation! For
exsample, 5-10 input/output errors of bison, and in the end of compilation was
many nvidia-glx(-new) errors:
dpkg-shlibdeps: warning: diversions involved - output may be incorrect
diversion by nvidia-glx to: /usr/X11R6/lib32/nvidia/libGL.so.1.xlibmesa
dpkg-shlibdeps: warning: diversions involved - output may be incorrect
diversion by nvidia-glx to: /usr/X11R6/lib32/libGL.so.1.2
dpkg-shlibdeps: warning: diversions involved - output may be incorrect
diversion by nvidia-glx to: /usr/lib32/nvidia/libGL.so.1.2.xlibmesa
and etc., because Ubuntu AMD64 haven't this files in lib32 directory!
nvidia-glx-new have really bug, because I see some lines in water then playing
Morrowind. I don't know, was it in older versions, because in older versions I
don't saw pixel shadered water. If I compile wine with old version of nvidia
driver, I don't see water again!
I installed my new wine. Then I type winecfg, he spoke:
wine: creating configuration directory '/home/zenitur/.wine'...
Could not load Mozilla. HTML rendering will be disabled.
wine: '/home/zenitur/.wine' created successfully.
Why?! May be, I have not some dependences? I install it all from
wine_0.9.53~winehq0~ubuntu~7.10-1.dsc. Installations of many programs was good,
but installation of program was in RAM after installation, I need restart. This
bug was only if I use not precompilated wine. But I can play Morrowind normally
in myself compilated wine!
New button "Control Panel" in audio said me in fixme error window: "Launching
audio control panel not implemented yet!". I don't saw this button in oldest
versions of Wine, and don't know, work this in normal compilation, or no. May
be, it all bison's errors? I can't download precompilated deb, because have not
money and I'm using GPRS. In all versions of wine I need add russian Tahoma
font. Morrowind can't run main screen if I use native windows quartz. Only in
Ubuntu version of wine I need add /media/cdrom0 in Drives in winecfg, and can't
run wine with sudo!
In one moment of playing Morrowind I was attacked with invisible monster. I
have screenshots of spell on this before my death. I don't know, was it bug of
wine or bug of game. Game have many bugs in windows too: in one game one of
main character dissapear. He was not invisible, but he can was in any of walls.
Game save fails.
I can pay $20-$100 to developping of wine. Can you make better the Morrowind
game?
Thank you for wine!
Zenitur.
--
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=9959
Summary: Make wine updates work even if the registry changed
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: blin(a)gmx.net
Currently, we tend to tell people to start with a new .wine directory after
updates. For wine 1.0 and after, we should probably have some tool to handle
this more gracefully.
--
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=11402
Summary: Date selector not displayed in Lotus Notes 7.0.2
Product: Wine
Version: 0.9.53.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ploum(a)fritalk.com
I'm using Lotus Notes 7.0.2 with wine 0.9.53/Ubuntu 7.10
In some places in Lotus Notes, there are what I call "date selector", which are
small calendar displayed so you can easily choose a day. A typical place where
it is used is when you schedule an appointment.
This date selector is not displayed when LN is used with Wine.
Instead, clicking the date selector button writes the current date into the
date field. No error is displayed in the console.
Workaround : you can still write the date manually or use the up/down arrows to
change the date in the field.
--
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=10198
Summary: IE’s writing-mode:tb-rl (CJK-style vertical text
layout) renders fullwidth characters rotated when it
should not
Product: Wine
Version: 0.9.44.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: wine-shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chortos(a)inbox.lv
Since version 5.5, IE supports the CSS property ‘writing-mode’. It enables
vertical text layout, in which text flows from top to bottom and lines flow
from right to left. Fullwidth characters (including all non-specially-halfwidth
CJK) are to be rendered as usual (with their top pointing towards the absolute
top of the box), while halfwidth characters are to be rotated by 90°. In Wine,
on the other hand, all characters are rotated no matter what width they are.
Here is a closely related piece of text from MSDN
(http://msdn2.microsoft.com/en-us/library/bb250415.aspx):
‘Operating system limitations prevent the correct display of East Asian
characters in an upright orientation in some configurations. This limitation
has been eliminated in Microsoft Windows® 2000, but Microsoft Windows NT® 4.0
and Windows 9x systems require a version of the operating system that has been
localized for an East Asian language to ensure that these characters display
correctly.’
--
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=11191
Summary: Chief Architect refuses to install
Product: Wine
Version: 0.9.53.
Platform: PC
URL: http://www.chiefarchitect.com/products/demo.html
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=10250)
--> (http://bugs.winehq.org/attachment.cgi?id=10250)
+relay log, bzip2 -9'ed
Setup starts to extract files to C:\windows\temp, then after a while, suddenly
bombs out, saying it couldn't start the msiexec process (with a General
Failure). Demo is available at url above. Terminal output wasn't too useful,
I'll attach a +relay log.
FWIW, copying the msi file to another location (the temp folder gets erased
after the error) and launching it directly works fine.
--
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=10411
Summary: Synergy HL2 mod crashes in IHTMLWindow2_Release
Product: Wine
Version: 0.9.49.
Platform: PC-x86-64
URL: http://www.planetdawson.com/synergy/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: l_bratch(a)yahoo.co.uk
Created an attachment (id=9100)
--> (http://bugs.winehq.org/attachment.cgi?id=9100)
Output with wine-0.9.49
The Synergy mod for HL2 crashes when creating or joining a server, the crash is
in mshtml.
Disabling mshtml.dll is a workaround that at least makes it playable.
Useful information in attachment starts at around line 175.
--
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=10128
Summary: winecfg: not launching, reports ALSA error
Product: Wine
Version: 0.9.47.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: basschimp(a)gmail.com
When running winecfg from a terminal, it doesn't launch and reports errors with
ALSA (log 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=11196
Summary: Acrobat Reader 3: Text of the Document is displayed as
big black boxes
Product: Wine
Version: 0.9.53.
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=7672
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
Created an attachment (id=10261)
--> (http://bugs.winehq.org/attachment.cgi?id=10261)
+process,+loaddll,+tid,+font
- Install Acrobat Reader 3
- Start "wine acrord32.exe ACROBAT.PDF"
- The Document is loaded
- The text is displayed as black boxes (the Images are displayed correct)
- Debug Mark
- "Next Page"
- Close wine Desktop
Component is a guess
--
By by ... Detlef
--
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=10152
Summary: Paint Shop Pro X not installable because of next-button
stays greyed out
Product: Wine
Version: 0.9.47.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jr98(a)gmx.net
When you try to install PSP X (10.0) you can't get past license agreement
screen,
because the next-button is disabled and doesn't change when you check the
accept box.
My first guess would be window messaging problems.
On Windoze, the Button becomes active when you scroll to the bottom of the
agreement and check the box.
The cancel (and after that, the finish-) button is invisible, but gets drawn
when you click in the right place.
err:msi:deformat_environment Unknown environment variable L"ALLUSERSPROFILE"
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:msi:ITERATE_Actions Execution halted, action L"LicenseAgreement" returned
1602
This is the only possibly relevant output, last line after you clicked cancel.
Anyone think it's a good idea to suggest this for 1.0?
PSP is pretty popular, it has some functionality gimp hasn't and most people
can't afford Photoshop.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.