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=11711
Summary: foobar2000: I/O errors with flac codec
Product: Wine
Version: 0.9.50.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: seajey.serg(a)gmail.com
foobar2000: since wine version 0.9.50 I can't normally convert files to
.flac
Convertion error:
Error writing to file (I/O error (win32 #233)) :
file://h:\music\metal\Абордаж\2007 - Demo\1 Весёлый
Роджер.flac
.flac to .wav
or .flac to .mp3 (via lame.exe)
or .flac to .wv (via WavPack.exe)
or .ape to .wv
works fine.
So, there is a problem with flac codec
Using foobar2000 version 0.9.4.x and latest 0.9.5
http://www.foobar2000.org
Wine versions up to 0.9.49 works - 0.9.50-55 don't work
--
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=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=11356
Summary: Conflict denied ops demo fails to install.
Product: Wine
Version: 0.9.54.
Platform: PC
URL: http://www.jeuxvideo.fr/demo-conflict-denied-ops-8406-0-
0.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
The demo fails to install with the following short console output
fixme:msi:ACTION_HandleStandardAction unhandled standard action
L"SetODBCFolders"
fixme:msi:msi_unimplemented_action_stub MigrateFeatureStates -> 1 ignored
L"Upgrade" table values
fixme:msi:msi_unimplemented_action_stub RemoveExistingProducts -> 1 ignored
L"Upgrade" table values
fixme:mscoree:GetCORVersion (0x33f730, 600, 0x33f71c): semi-stub!
fixme:mscoree:LoadLibraryShim (0xab2c98 L"fusion.dll", (nil), (nil), 0x33ee28):
semi-stub
fixme:msi:msi_unimplemented_action_stub MsiUnpublishAssemblies -> 2 ignored
L"MsiAssembly" table values
fixme:msi:msi_unimplemented_action_stub RemoveShortcuts -> 12 ignored
L"Shortcut" table values
fixme:msi:msi_unimplemented_action_stub RemoveFolders -> 4 ignored
L"CreateFolder" table values
err:msi:load_media_info Failed to extract cabinet stream
err:msi:ready_media Unable to load media info
err:msi:ACTION_InstallFiles Failed to ready media
err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned
1627
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1627
Joaopa
--
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=11006
Summary: easyct.exe 1.34 seg faults
Product: Wine
Version: 0.9.52.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael(a)stroeder.com
Created an attachment (id=9982)
--> (http://bugs.winehq.org/attachment.cgi?id=9982)
stderr
I'm trying to run easyct.exe version 1.34 (download from http://www.easyct.de)
under Wine wine-0.9.52-11.1 on openSUSE 10.3 (using RPMs from
http://download.opensuse.org). This program used to work under wine 0.9.49 on
openSUSE 10.2. Unfortunately I made a new installation of openSUSE (but without
change of wine preferences in my $HOME) so I can't test with 0.9.52 on my old
system.
--
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=10705
Summary: AceMoneyLite doesn't work
Product: Wine
Version: 0.9.25.
Platform: PC
URL: http://160.114.33.20/~kovzol/AceMoneyLite.txt
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kovzol(a)gmail.com
I cannot run the AceMoneyLite setup program properly.
--
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=10432
Summary: Steam game Team Fortress 2 fails to start on FreeBSD
Product: Wine
Version: 0.9.49.
Platform: PC
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nightmare(a)int13h.com
Created an attachment (id=9125)
--> (http://bugs.winehq.org/attachment.cgi?id=9125)
wine-kthread Steam.exe log
When clicking Launch game for Team Fortress 2 on FreeBSD 6.2-Release, wine
quits with a GLXBadDrawable (X_GLXMakeCurrent) error.
Running on a Pentium M 1700 with 2gb of ram and a Geforce FX Go5200.
Tried the last 3 releases of wine (0.9.47 / 0.9.48 / 0.9.49) all with the same
outcome. Running the latest Nvidia drivers (FreeBSD-x86-100.14.19) and the
FreeBSD-kthread kernel patches from http://wiki.freebsd.org/Wine
I have disabled the Steam Community overlay but that doesn't help.
>From what I can tell, the problem occurs in dlls/winex11.drv/opengl.c : line
1690.
The latest version of wine (0.9.49 from git this morning) is a lot better at
loading steam than the last two versions. Steam loads a lot quicker and doesn't
die with a recursive malloc error 4 out of 5 times, now it seems to start
everytime reliably.
I will attach the wine output file with this.
I have installed and ran Soldat successfully (another D3D game), so I am
guessing the problem is to do with Steam/Source Engine games.
Thanks in advance for any pointers.
--
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=11473
Summary: Crash in Metatrader during opening News
Product: Wine
Version: 0.9.33.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: suman.kan(a)gmail.com
I have Metatrader (could be downloaded from ) installed on my Ubuntu Feisty
run terminal.exe ->
In Bottom Pane see News headers - open any - application closes
what wine said see in attachment
--
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.