http://bugs.winehq.org/show_bug.cgi?id=9258
Summary: free space is based on dosdevice free space, rather than
partition free space
Product: Wine
Version: 0.9.34.
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael.s.gilbert(a)gmail.com
wine will return the incorrect amount of free space to applications under
certain common scenarios. it appears that the free space is determined by the
dosdevice that has the directory that the application is running from. it
should be expected that the free space returned would be based on the partition
that has the directory that the application is running from instead.
let me provide an example to clarify. i've installed steam to
/home/user/games, which falls under the z:/ dosdevice, which is a symlink to /.
/ and /home are on different partions:
$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/hda3 9.2G 7.9G 914M 90% /
/dev/hda6 63G 30G 30G 50% /home
i am trying to install half-life2 via steam, which should be fine because i
have 30 GiB of free space in /home. however, the steam application says this
is not possible because there is only 914 MiB of free space, and the game needs
3.8 GiB total to install. wine is providing the free space for / instead of
/home to the application.
note that if i install the game to /home/user/.wine/drive_c/steam, then wine
correctly returns 30 GiB free space to steam and i can install the application.
i believe this is because the drive_c directory appears to be under the c:/
dosdevice, rather than the z:/ dosdevice. this is a solution, but it is far
from optimal to be forced into arranging my files in a way that i don't want
to.
so i think the problem is that wine returns the size of the partition of the
dosdevice that apparently has the working directory, rather than the size of
the partition that actually has the working directory.
i still don't think i've clearly explained this, so if you have questions,
please ask.
thanks for all the hard work on wine.
mike
--
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=9539
Summary: Photoshop Elements 4 goes into infinite recursion
Product: Wine
Version: 0.9.44.
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikolaj.zalewski(a)gmail.com
With the patch
http://www.winehq.org/pipermail/wine-patches/2007-August/043447.html and the
next one it's possible to install Photoshop Elements 4. However the app will go
into infinite recursion - QDialog::move will call QWidget::event and this will
call QDialog::move. The only call the the APIs is
SystemParametersInfo(SPI_GETWORKAREA, ...) that returns a value which isn't
senseless.
It uses Qt 3.3.1.1 and there is no source code for this version generally
available - the open source version of Qt for Windows is only available for Qt
4.x. Maybe I should ask them if I can get a 30-day evaluation version.
--
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=9743
Summary: Family Archive Viewer 6 aborts with X_GetImage X error
Product: Wine
Version: 0.9.45.
Platform: Other
URL: http://familytreemaker.genealogy.com/abtffiv.html
OS/Version: other
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Install FAV 6 and start it. Click past the two dialogs.
Notice that the app starts with a way too small
window size; risize it. Notice that the UI is
"stretchy" - it scales with the size of the Window!
Stretch it larger and smaller several times quickly.
It crashes for me with
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 73 (X_GetImage)
Serial number of failed request: 508646
Current serial number in output stream: 508646
This is with Ubuntu 7.04,
--
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=9813
Summary: Clipboard deleted
Product: Wine
Version: 0.9.45.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stanwell(a)gmx.de
There is a problem with writing Text to Clipboard. When
closing a program (compiled with VB6 or C++) that has copied/written text to
clipboard, then the clipboard is completely cleared out.
This affects functions like
- Clipboard.SetText (VB6)
- CopyToClipboard (C++)
- setClipboardContents
...
--
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=9301
Summary: regression: windows almost never focussed or loose focus
Product: Wine
Version: 0.9.43.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Hi,
since upgrading to 0.9.42 and 0.9.43, I cannot use wine anymore because most
windows don't get focus or immediately loose it when clicking, even winecfg and
regedit. Some apps iconify as soon as I click something. I upgraded from 0.9.38
(so I don't know whether the regression was introduced with 0.39, .40, 41 or
42).
Although I'm using metacity in Ubuntu Dapper, I believe this bug is different
from bug #5120 as I had been using Ubuntu with wine successfully with 20070725,
0.9.9, 0.9.15 .16, .19 21 ... and many other versions.
Symptoms:
winecfg & regedit start without getting focus.
When I move the cursor from one window to the other, the "window resize" cursor
that was set while moving over the window's border remains set even after I
click to activate the second window.
There are also several refresh problems when moving windows (mostly grey border
lines) in winecfg and regedit.
Every time I activate the wine 800x600 desktop window, all ms-windows apps
become deactivated (some iconify then).
Normally, I have apps\metycity\focus_mode "sloppy" set via the preferences (the
Gnome prefs set "sloppy", not "mouse"). With that, the situation is now so bad
that wine is unusable. E.g. I can activate winecfg only by moving its window.
Then, approx every other click causes the window to loose focus (which causes
other apps to iconify). Every other click does not toggle the boolean
checkboxes in winecfg (because its window is not active).
When I'm not using a wine desktop window, the sudden iconification also
prevents the apps from being usable, as there's no "restore" menu available
(and "maximize" is disabled) in Gnome/metacity.
I have no other window managers installed on this machines to try.
--
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=9775
Summary: Max Payne 1.05 - Screenshot fails
Product: Wine
Version: 0.9.45.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquid.acid(a)gmx.net
The MaxPayne.exe can be called with the "-screenshot" parameter. This enables
an integrated screenshot functionality. You can then take in-game screenies
when pressing the F10 key. Shots are saved in the screenshots directory inside
the Max Payne directory. This works without problems in Windows.
Running Max Payne on wine results in completly black TGA screenshot file.
--
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=9573
Summary: Lotro will not show anything but world textures.
Product: Wine
Version: 0.9.44.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-atl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: viktor.knutsson(a)gmail.com
Created an attachment (id=7948)
--> (http://bugs.winehq.org/attachment.cgi?id=7948)
A screenshot of the game
After following the guide for lotro
(http://appdb.winehq.org/appview.php?iVersionId=8986) no textures will show but
some of the world effects. It is also incredibly slow(1-2fps).
I've tried a few things;
- Both installing from repo's and source
- removed the .wine-folder completely and created a new one for only lotro
- And obviously i've been using the registry-tweaks and the lotro-launcher.
Im attaching a picture to show how it looks, and i'll link you the
error-messages from the terminal through a pastebin; http://pastebin.se/30658
(Im sorry but I had no idea in which component to put this in)
--
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=9465
Summary: WarCraft III causes OSS to emit loud noise
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sealage(a)gmail.com
Using WarCraft III, Wine 0.9.44 on OSS sound output, loud noise is emitted
regardless of the application outputting sound of any kind.
Using a wine built and run in place, 0.9.43 using OSS works as expected, as
does 0.9.44 ALSA. Of note may be that 0.9.43 ALSA does not output any sound at
all.
--
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=9709
Summary: Solid cyan screen when entering character select
Product: Wine
Version: 0.9.44.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ycarus(a)gmail.com
Upon entering the character selection screen, I see the UI elements but there
is no 3d environment, a few seconds later, the entire window turns cyan.
Controls work as I can escape out of the screen and exit the program that way.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.