http://bugs.winehq.org/show_bug.cgi?id=22017
Summary: LiveUpdate can not connect via proxy
Product: Wine
Version: 1.1.40
Platform: x86
URL: ftp://ftp.symantec.com/public/english_us_canada/liveup
date/1.8/lusetup.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=26761)
--> (http://bugs.winehq.org/attachment.cgi?id=26761)
Wine 1.1.40 console output
LiveUpdate (tested 1.8 but will test others shortly) can not connect to the
Internet via a proxy server (tested Squid 2.7).
Wireshark shows that no attempt is made to connect to the server.
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_DATA_RECEIVE_TIMEOUT
(120000): STUB
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT
(120000): STUB
Firefox 3.5.6 on the other hand works fine.
Works fine under Windows XP.
--
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=19576
Summary: Unimplemented function d3dx9_36.dll.D3DXCreateEffect
Product: Wine
Version: 1.1.26
Platform: PC
URL: ftp://ftp.1cpublishing.eu/demos/menofwar_demo_setup.ex
e
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Men of War demo exits with unimplemented function d3dx9_36.dll.D3DXCreateEffect
Native d3dx9_36.dll is the workaround.
--
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=17712
Summary: Monopoly 2 uninstaller fails
Product: Wine
Version: 1.1.16
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=15959
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=19910)
--> (http://bugs.winehq.org/attachment.cgi?id=19910)
Screenshot of error message
Hasbro Interactive's Monopoly fails when trying to uninstall, with message
"Unable to locate the installation log file 'C:\Program'. Uninstallation will
not continue."
The shortcut created during install executes the following command:
env WINEPREFIX="/home/test/.wine" wine "C:\WINDOWS\ISUNINST.EXE" -f"C:\Program
Files\Hasbro Interactive\Monopoly\Uninst.isu"
I'm not sure how to workaround this, but it is a minor bug nonetheless.
Monopoly uses Installshield and I am using GDM/Gnome/Ubuntu 8.10.
--
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=18291
Summary: Quicktime 4 uninstaller fails
Product: Wine
Version: 1.1.20
Platform: PC
URL: http://www.oldversion.com/download/quicktime40.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=20821)
--> (http://bugs.winehq.org/attachment.cgi?id=20821)
Screenshot of error
Quicktime 4 uninstaller fails, apparently ignoring \ in the command line
(created by the shortcut).
Command in the shortcut is:
env WINEPREFIX="/home/test/.wine" wine "C:\windows\unvise32qt.exe"
C:\windows\system32\QUIC~EA4\UNIN~2XG.LOG
Whereas this works:
env WINEPREFIX="/home/test/.wine" wine "C:\windows\unvise32qt.exe"
"C:\windows\system32\QUIC~EA4\UNIN~2XG.LOG"
So maybe if everything after wine <app.exe> was passed to <app.exe> "as-is",
this would 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=23171
Summary: Adobe CS4 installer causes a page fault
Product: Wine
Version: 1.1.41
Platform: x86
URL: http://trials.adobe.com/Applications/Photoshop/CS4/Win
/ADBEPHSPCS4_LS1.7z
OS/Version: Linux
Status: NEW
Keywords: download, Installer, regression
Severity: minor
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
CC: jacek(a)codeweavers.com
Created an attachment (id=28824)
--> (http://bugs.winehq.org/attachment.cgi?id=28824)
Wine 1.2-rc3 console output
Working around Bug 18070, Photoshop CS4's installer now causes a page fault in
mshtml.
This is a regression.
da01d8acaf5d955a055d7ea78220cfa8d747ef70 is the first bad commit
commit da01d8acaf5d955a055d7ea78220cfa8d747ef70
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Thu Mar 18 01:05:10 2010 +0100
mshtml: Moved removing event target to separated function.
:040000 040000 ca78f2f3a6abc7af1e6c33e3ef667fe9dfbb2e78
411a338e71a21795f949c2be145b890b98df2504 M dlls
http://source.winehq.org/git/wine.git/?a=commitdiff;h=da01d8acaf5d955a055d7…
I cannot revert this patch in latest git (1.2-rc3) but checking out the commit
before removes the problem.
winetricks ie6 is the workaround.
--
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=19276
Summary: Internet Explorer 1.0 fails to install
Product: Wine
Version: 1.1.0
Platform: PC
URL: http://www.oldversion.com/download/msie10.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=22318)
--> (http://bugs.winehq.org/attachment.cgi?id=22318)
Wine 1.1.25 +file +relay +seh +tid
Internet Explorer 1.0 fails to install, nothing in the console.
The installer seems to be nothing more complicated than a self extractor and
cab extract.
Need to set Windows version to Win95 for installer to start.
Workaround is manual extraction.
Same in Wine 1.1.25.
--
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=17969
Summary: Warhammer 40K: DoW demo exits silently
Product: Wine
Version: 1.1.18
Platform: PC
URL: http://download.cnet.com/Warhammer-40-000-Dawn-of-War-
Dark-Crusade-demo/3000-7483_4-10579330.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Warhammer 40,000: Dawn of War Demo exits silently.
Appdb claims this should work on older Wines but I have tried 0.9.51 and 0.9.33
with the exact same result.
Wine 1.1.18 gives no console output at all.
The GraphicsConfig.exe does work though.
--
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=19068
Summary: Slingplayer 1.5 installshield error 1628
Product: Wine
Version: 1.1.23
Platform: PC
URL: http://download.slingmedia.com/player/pc/SlingPlayer-S
etup-EU-1.5.1.343.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
CC: hib(a)hiberis.nl
Depends on: 18990
Blocks: 18536
Created an attachment (id=22010)
--> (http://bugs.winehq.org/attachment.cgi?id=22010)
+msi logs and screenshot
Slingplayer 1.5 has another regression.
d9568722aa1c60ae402f18f7a079cb0988dd8c58 is first bad commit
commit d9568722aa1c60ae402f18f7a079cb0988dd8c58
Author: Hib Eris <hib(a)hiberis.nl>
Date: Sun May 24 18:51:58 2009 +0200
msi: Support transforms with binary OBJECTS.
:040000 040000 0843b2732453e265f54c8a52d118aeb9eb39d05a
9fcf49b64bf55349ce6568776904997349a536f0 M dlls
With this commit, Slingplayer 1.5's installer exits with "1628: Failed to
complete installation".
To get this far, native qcap is required to work around Bug 18536.
This is currently blocked by Bug 18990 (reverting
8fb7fdd0295df22b19bc9ee55431ff54521a6ee8 in the latest git brings us back to
this bug).
Reverting d9568722aa1c60ae402f18f7a079cb0988dd8c58 (this bug) and
8fb7fdd0295df22b19bc9ee55431ff54521a6ee8 (Bug 18990) in the latest git takes us
back to Bug 18536, the last bug for which there is a simple workaround.
I am not aware of a workaround for this bug (except reverting this commit
also).
Attached are +msi traces with this commit, and from the commit just before it.
In both cases native qcap is used to workaround Bug 18536.
Screenshot of error also attached.
Note: When testing, you may also come up against Bug 18540.
--
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=26577
Summary: eBay Turbo Lister 7 fails to install
Product: Wine
Version: 1.3.10
Platform: x86-64
URL: http://download.cnet.com/eBay-Turbo-Lister/3000-2155_4
-196740.html
OS/Version: Linux
Status: NEW
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
CC: hans(a)meelstraat.net
Created an attachment (id=33840)
--> (http://bugs.winehq.org/attachment.cgi?id=33840)
Wine 1.3.16 +msi (2.6 MB)
eBay Turbo Lister 7 reports a feature transfer error and exits during install.
This is a regression.
489f82e9b43029fa644718f8c941381c6113672d is the first bad commit
commit 489f82e9b43029fa644718f8c941381c6113672d
Author: Hans Leidekker <hans(a)codeweavers.com>
Date: Thu Dec 23 17:07:55 2010 +0100
msi: Rewrite command line parsing to handle quoted values correctly.
:040000 040000 99daca3b3d9bbaa7ccd470f0bc10b4cbc62e9e28
b8b4f479b98bfedae7ff697934d553eae01c379f M dlls
http://source.winehq.org/git/wine.git/commitdiff/489f82e9b43029fa644718f8c9…
Reverting the commit in Wine 1.3.16 fixes the problem.
--
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=26764
Summary: winecfg is picking up the wrong Windows version
Product: Wine
Version: 1.3.17
Platform: x86-64
URL: http://source.winehq.org/source/programs/winecfg/appde
faults.c?v=wine-1.3.17#L38
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
1. Open winecfg
2. Select Windows 7
3. OK to close
4. Open winecfg
2008R2 is selected.
The problem appears to be that winecfg is pulling the build version from the
registry - but different versions of Windows can use the same kernel and hence
have the same build number (such as 7 and 2008R2).
build_str = get_reg_key( HKEY_LOCAL_MACHINE, szKeyNT, "CurrentBuildNumber",
NULL );
isn't enough information for winecfg to know which version you selected last
time.
A +winecfg trace shows this happening.
This has only become obvious now 2008R2 has been added, but XP x64 SP2 and 2008
SP2 will suffer the same fate (when added).
What I can make out from the code it seems to store szVersion but doesn't
retrieve it. Obviously, I have no idea how to fix it or I would have sent a
patch.
--
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=17863
Summary: Sage Line 50 UK v10 can not launch uninstaller from
shortcut
Product: Wine
Version: 1.1.18
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=16135
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
The shortcut to launch the uninstaller for Sage Line 50 v10 fails, and this is
why:
env WINEPREFIX="/home/test/.wine" wine "C:\windows\command\start.exe"
"C:\Program" Files\Common Files\InstallShield\Driver\7\Intel 32\IDriver.exe
/M{CD442089-F88D-4F46-8E3C-E4B2964B2415}
See the fun mistake? (... "C:\Program" Files\ ...)
Two ways to get around this, run the command correctly
wine "C:\Program Files\Common Files\InstallShield\Driver\7\Intel
32\IDriver.exe" /M{CD442089-F88D-4F46-8E3C-E4B2964B2415}
Or remove it using "uninstall" - both work.
So I guess there's something going a bit wrong when the shortcuts/launchers are
made (winemenubuilder?)
Apologies if this is a duplicate, I could not find the specific problem when
searching.
--
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=20128
Summary: MS .Net (dotnet) 4.0 fails to install
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://download.microsoft.com/download/6/B/2/6B20C066-
05D6-4A83-B174-22F9C4BC7AE5/dotNetFx40_Full_x86.exe
OS/Version: Linux
Status: NEW
Keywords: dotnet, download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=23700)
--> (http://bugs.winehq.org/attachment.cgi?id=23700)
MS error dialog
Running the installer for .Net 4.0 (currently Beta 1) fails immediately and
shows the MS error reporting dialog.
>From the attached screenshot, it seems to fail when attempting to run
"VSSETUP".
This is the x86 (i386/32-bit) version.
--
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=27043
Summary: Warcraft III - Reign of Chaos - Cannot type text in
full screen mode
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: admin(a)dominion-it.co.za
Created an attachment (id=34477)
--> (http://bugs.winehq.org/attachment.cgi?id=34477)
warcraft 3 reign of chaos debug file
Good day.
System : openSuse 11.4 i586
When running Wine that the application has full control to increase its speed I
cannot type text to create a new profile. the text goes directly to the Gnome
desktop and not to the Warcraft game. BUT if I enable that Wine must emulate a
800 x 600 desktop for example, THEN I can type in the text . I tried also to
say that the system must control the windows but that does not help, seems only
to work if I emulate a screen.
Attached log file that was generated when running for more debug information.
thank you
--
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=20061
Summary: wine: Segmentation Fault - all programs under wine
including winecfg
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brad.k.martin(a)gmail.com
Created an attachment (id=23615)
--> (http://bugs.winehq.org/attachment.cgi?id=23615)
Core file created by running 'winecfg' with no .wine folder
Unable to launch any programs using wine, including the builtin notepad.exe or
winecfg. When run from the terminal, the program causes a segmentation fault
immediately.
I have removed the .wine folder and the problem is still happening. Winecfg
seg faults before re-creating the .wine folder.
Distribution: Ubuntu 8.10 with all patches applied.
uname -a: Linux wine_test 2.6.27-14-generic #1 SMP Mon Aug 31 13:01:41 UTC 2009
i686 GNU/Linux
Wine version: 1.0.1
Core dump attached.
--
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=20385
Summary: Half-Life crash when in-game HEV suit volume setting
too high
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: netfab(a)gmail.com
Step to reproduce :
- run steam, half-life and load a game
- go to options, audio tab
- incrase the HEV suit volume slide to maximum
- go in game, play and take damages until the little voice say something like
:
> automatic medical assistance engaged
If the volume is too high, you come back on your desktop with a dialog box
which say :
> Fatal error
> SV_Startsound: volume = 346
(I don't know the exact volume number)
I don't know if the game really crash, but if the volume is really too high,
maybe the error should be handled differently ? Thanks.
--
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=24958
Summary: colormap? problem with internet maps in OziExplorer
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jdoutt(a)whoi.edu
I'm using wine 1.3.6 compiled from source on Ubuntu.
Oziexplorer ( http://www.oziexplorer.com/ ) is mapping software and recently
they have added the capability to use maps from the internet.
To get OziExplorer, go to "http://www.oziexplorer.com/" then click on
oziexplorer in upper left
The latest edition can be downloaded from there.
Finally, to get the new internet mapping capability click on "New click
here for details and downloads" near bottom and then click on internet maps
page. Download "internet maps.map" file.
Most of the internet maps sphw up OK, but images from GoogleSatellite &
GoogleTerrain show up as dots of different colors.
Incidentally, satellites photos from NASA in "MrSid" format are OK.
This looks like a similar problem with OziExplorer that was fixed in bug 21067.
--
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=27203
Summary: EAGL3 Engine: Does not remove splash image after intro
movies, game not displayed correctly. Unusable.
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: oooze81(a)lavabit.com
After the introduction movies play, the splash image for the game is not
removed. It is possible to interact with the game, click on buttons, hear music
etc. but it is possible to play. On one occasion I did manage to reach the
first car selection screen, but the graphics were garbled (Only portions of the
car show, no background images, missing text to an unplayable level). All games
using the EAGL3 engine are affected, and the symptoms are exactly the same
--
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=24822
Summary: Word 2007, Excel 2007, etc. open document, crash
Product: Wine
Version: 1.3.5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: inverness1(a)gmx.de
After pressing the round office button in the left hand corner, Word / excel
freezes and an error message appears. Word / excel must be closed.
Reverting to the stable 1.2 wine, the problem does no longer appear.
--
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=16035
Summary: Microsoft Office XP can't modify word document
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexis.deruelle(a)laposte.net
Created an attachment (id=17262)
--> (http://bugs.winehq.org/attachment.cgi?id=17262)
+msi,+msidb WINWORD.EXE
MS Office XP installs correctly however :
- MSWORD.EXE displays a popup at startup advising to "repair" the installation.
- MSWORD.EXE does not allow for modification although documents are perfectly
rendered.
--
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=9359
Summary: Need for Speed Most Wanted crahshes frequently
Product: Wine
Version: 0.9.43.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mailing_list(a)orange.nl
Created an attachment (id=7649)
--> (http://bugs.winehq.org/attachment.cgi?id=7649)
Terminal_output
I tried running NfS: MW with and without sound. At first it ran great (with
sound), but now it crashes the whole time. I have attached the terminal output.
--
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=21476
Summary: Need for Speed Most Wanted - "unload the debugger and
try again"
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robin-angermann-aka-xaviax(a)gmx.net
if i start need for speed most wanted, a message appears: "unload the debugger
and try again".
the game dont start.
--
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=21195
Summary: Wine fails to launch Pirates of the Caribean at
World's End
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chris(a)cpaulinski.com
I saw the other bugs listed with this app but this bug is new. Whenever I try
to play the game the system switches to 640x480 video mode the disney splash
screen comes up I get about 1 second into the pregame loading and then the
program crashes and I get a message saying that an error has occured and it may
be a defect with wine or the program. Program works under windows. I've tried
updating my wine to no avail.
--
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=20936
Summary: Code::Blocks nightly build crashes on closing.
Product: Wine
Version: 1.1.34
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kai.mast(a)gmail.com
When closing Code::Blocks. It crasehs printing out the following in the
console:
fixme:msvcrt:MSVCRT__wsetlocale 0 L"English_United States.1252"
--
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=25587
Summary: winejack advertises incorrect supported sample rates
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: patrakov(a)gmail.com
This is a copy-paste from Bug 14717 comment 46 (by Raymond), to keep the
different bugs "zero-order-hold resampler is used" and "winejack advertises
incorrect supported sample rates" discussed in different places.
===
if winejack.drv can only supply only jack server'sample rate
wwo->sample_rate = fp_jack_get_sample_rate(client);
but in waveoutcaps , it incorrectly state that it can support 16bits 11025Hz,
22050Hz and 44100Hz if the jack server is running at 48000Hz
948 /* NOTE: we don't support any 8 bit modes so note that */
949 /* WOutDev[i].caps.dwFormats |= WAVE_FORMAT_4M08;
950 WOutDev[i].caps.dwFormats |= WAVE_FORMAT_4S08; */
951 WOutDev[i].caps.dwFormats |= WAVE_FORMAT_4S16;
952 WOutDev[i].caps.dwFormats |= WAVE_FORMAT_4M16;
953 /* WOutDev[i].caps.dwFormats |= WAVE_FORMAT_2M08;
954 WOutDev[i].caps.dwFormats |= WAVE_FORMAT_2S08; */
955 WOutDev[i].caps.dwFormats |= WAVE_FORMAT_2M16;
956 WOutDev[i].caps.dwFormats |= WAVE_FORMAT_2S16;
957 /* WOutDev[i].caps.dwFormats |= WAVE_FORMAT_1M08;
958 WOutDev[i].caps.dwFormats |= WAVE_FORMAT_1S08;*/
959 WOutDev[i].caps.dwFormats |= WAVE_FORMAT_1M16;
960 WOutDev[i].caps.dwFormats |= WAVE_FORMAT_1S16;
961 }
It only 16bit and WAVE_FORMAT_48M16 | WAVE_FORMAT_48S16 by providing 16bit ->
float conversion
if you start jack server at 96000Hz, winejack.drv should WAVE_FORMAT_96S16 |
WAVE_FORMAT_96M16 in waveoutcaps
--
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=20484
Summary: Audio distortion using Jack
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: p.drezet(a)inx-systems.com
When using Jack as the audio back end for wine low level but significant
distortion is heard and measurable on the output.
The level of distortion is sufficient to make wine jack unuseable for medium
quality audio applications (i.e. quality is rediced to equivelant of 32kbs -
mp3). This occurs on all signal levels and does not appear to be clipping.
This can be reproduced and identified most easily by recording the Jack output
with Audacity (also tested with other jack recording applications) and
comparing the spectrum of the original and recorded signals.
The spectrum indicates that the full bandwidth is present, but additional
frequency content has appeared. This also occurs when dithering is enabled in
jack.
Sounds like re-sampling aliasing issue - or perhaps an internal filter variable
scaling problem.
--
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=21050
Summary: Wine returns an error OLE error 80070057
Product: Wine
Version: 1.0.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew(a)drapper.com
I have instaled WORDsearch under wine and all appeared to go well, on fist
opening the programme it took me to a page asking me to tell it what internet
access I have and then... I can not remember if anything happened then, but it
did not work. Now every tine I try to launch the programme it returns OLE error
80070057.
Thanks
--
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=20815
Summary: MAGIX MOVIE EDIT PRO 11 - Fails to Start.
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmnthr(a)yahoo.com
CC: rmnthr(a)yahoo.com
MAGIX MOVIE EDIT PRO 11 Installs successfully but fails to start.
--
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=21389
Summary: Debugger does not start when application crashes
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: winedbg
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ayers(a)fsfe.org
I'm trying to capture trace for bug in a game, yet it seems I'm having issues
creating a useful log. I have followed the instructions:
http://wiki.winehq.org/FAQ#head-a37de3282d447376d2220d20a278ae52258551a4
and obtained a log which ends with:
fixme:cursor:SetSystemCursor (0x1226,00007f02),stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x3d0eb54,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x3d0ed3c,0x00000000), stub!
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x1644a0,0x1672a0): stub
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x1644a0,0x1672a0): stub
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
fixme:d3d9:Direct3DShaderValidatorCreate9 stub
wine: Unhandled page fault on read access to 0x00000000 at address 0x3f12bd
(thread 0009), starting debugger...
err:seh:start_debugger Couldn't start debugger ("winedbg --auto 8 5752") (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
So I've read through:
http://www.winehq.org/docs/winedev-guide/dbg-config
and found that my registry entry for [MACHINE\\Software\\Microsoft\\Windows
NT\\CurrentVersion\\AeDebug] contains:
Debugger REG_SZ winedbg --auto %ld %ld
I assume the --auto is expected even though it is not mentioned in the FAQ.
Please advise on how I can get the wine debugger configured correctly.
--
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=20487
Summary: CS1.6 - high ping
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: d.okias(a)gmail.com
Ping to servers from console is fine, ping to servers from cs1.6 server list is
fine (20-30) and in-game ping is between 100-900ms. For example native linux
openarena have about 20ms. It's not depend on game server. I tested wine from
1.1.28 - 1.1.32, all version have same issue. wine configuration cleared.
--
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=19127
Summary: FlashFXP 2.1 does not show menu bar anymore
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: geist1(a)sms.at
Created an attachment (id=22090)
--> (http://bugs.winehq.org/attachment.cgi?id=22090)
Snapshot of FlashFXP udner Wine 1.24
FlashFXP 2.1 does not show a menu bar anymore with Wine 1.24, instead there
come an error
"An internal error has occurred.
A Win32 API function failed
An internal error has occurred.
Access violation at address 7ECE0B33 in module 'gdi32.dll'. Read of address
00000008"
--
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=18279
Summary: Unhandled page fault on execute access
Product: Wine
Version: 1.1.20
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dwp.txt.file(a)gmail.com
Created an attachment (id=20812)
--> (http://bugs.winehq.org/attachment.cgi?id=20812)
the output when i run lfs.exe
I wanted to play live for speed on my Debian\sid\amd64 but it won't start.
Instead the debugger showed some information
--
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=20537
Summary: Program loader
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eaterjolly(a)gmail.com
Installs work perfectly, but when i launch the program it says eith the name of
the program or wine program loader in the task bar and after 20 seconds it
disappears!
--
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=20125
Summary: Jane's F/A-18 installer fails "not compatible with NT
4.0"
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: keith_kw_muir(a)blueyonder.co.uk
this worked in 1.1.14 so I'm assuming its a regression can you edit the
setup.ini so it ignores the O/S check? or is their a parameter in setup.exe
that allows that? if so I'll put a comment in the app. tried all wineconfig
options for O/S including NT 4.0 nothing worked.
--
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=20321
Summary: The installation of Visma Enskild Firma freezes after
installation-folder is chosen.
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wicing(a)home.se
The installation of Visma Enskild Firma freezes after installation-folder is
chosen.
--
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=19715
Summary: SWAT 4 Freezes, loses mouse focus, crashes.
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: webmaster(a)geekstreak.com
Created an attachment (id=23035)
--> (http://bugs.winehq.org/attachment.cgi?id=23035)
Wine Console output.
While playing SWAT 4, in various sections the game will temporarily freeze with
a Critical Section wait timeout. After several seconds the game will unfreeze
but loses all mouse input (and sometimes loses keyboard input). The mouse will
be able to leave the screen, even if it's warped.
Attached is the wine terminal output.
Reproducing this problem:
In the first level - "Food Wall Restaurant" - you can walk into the front door
of the restaurant. After you and your men are inside the dining area, the game
should freeze. Sometimes nobody is in the dining area. Simply restarting the
level should fix this, as the game randomizes the positions of enemies and
civilians.
Note 1:
The game is unplayable due to the well known mouse capture problem that
requires an xorg API fix. To get around this problem, a simple mouse hack was
written using the middle click to switch between warped and non-warped mouse
modes. Without this, menu navigation is impossible, or looking around in the
game is impossible.
I can confirm that this minor hack does not affect this bug - a version of wine
without the hack was used to confirm the loss of mouse input.
Note 2:
dlls/ntdll/critsection.c, line 436, wait_semaphore - changing the 5 second
delay to 300 seconds temporarily alleviates the problem, allowing the player to
usually get through several levels; however, other problems occur that may or
may not be related to this bug (freezes at random intervals, textures load as
garbage in random levels, the error message is slightly different, etc...)
--
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=22283
Summary: i cant play
Product: Wine
Version: 1.1.41
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alebbius(a)gmail.com
Created an attachment (id=27226)
--> (http://bugs.winehq.org/attachment.cgi?id=27226)
the error
i did the installation correctly, but when i launch the .exe it doesn't
start...
--
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=21213
Summary: Sim Theme Park 2.0: Page fault on read access when
entering username
Product: Wine
Version: 1.1.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=25480)
--> (http://bugs.winehq.org/attachment.cgi?id=25480)
wine: Unhandled page fault on read access to 0xffff0013 at address 0xffff0013
(thread 0009), starting debugger...
The game works fair, mouse is a bit buggy but gameplay is possible. However at
username screen when you start to type a page fault occurs. Only current work
around is leaving player name as "Enter your player name". Attached is log of
me attempting to type and getting the page fault.
--
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=20940
Summary: Macromedia Flash 8 update do not work: it do not copy
the new files.
Product: Wine
Version: 1.1.34
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexyecu(a)gmail.com
In wine 1.1.34 fl8_flashlite2_1_update.exe (an update for Macromedia Flash 8)
works wrong. It backups some old files in .wine/users/user/Local
Settings/Application Data/Macromedia/Flash_8/en/Configuration/Classes but do
not copy the new ones. So, Flash becomes unusable, on any compilation it sais:
**Warning** Scene=Scene 1, layer=action, frame=1:Line 1: The file
'toplevel.as', which is required for typechecking ActionScript 2.0, could not
be found. Please make sure the directory '$(LocalData)/Classes' is listed in
the global classpath of the ActionScript Preferences.
It`s ok with wine 1.1.31.
And one more bug, I do not know where to post it: in any version of wine-1.* I
should kill IDriver.exe, the process starting with Macromedia Flash
installation (оr with an update installation), cause this process do not stop
itself.
--
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=20876
Summary: Wine 1.1.33 + Steam + Counter-Strike 1.6 install crach
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a2525578(a)uggsrock.com
Created an attachment (id=25024)
--> (http://bugs.winehq.org/attachment.cgi?id=25024)
console error when steam crash.
I use Ubuntu 9.10 x64 and Wine 1.1.33. I can install Steam, but i cant install
nothing, it crash. And Steam status icon in "up corner", its very hard use it,
because mouse keep jumping between 3 difference selects: "Games, Store and
Friends".
--
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=20075
Summary: crashes on eMule
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: masterpj(a)ngi.it
After the last update, eMule (0,49c + MorphXT 11.3) is very very often crashing
in the transfer menu: it happens when you use the contestual menu on files in
download (by right click of the mouse). In the previuos version of wine it
didn't happen, it worked perfectly.
Please correct this because its nearly impossible to use emule in this way.
I hope you'll tell me something about the fix.
Thank you a lot and thank you for all Wine is doing!
MasterPJ
--
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=26348
Summary: Unknow ERROR during install Vixi Freecorder
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: enio_job(a)hotmail.com
An error is reported trying install Vixi Freecorder (www.vixi.net) under Wine
on a PC running Ubuntu 10.04 LTS. Vixi Freecorder is a aplication for download
videos in .flv and .swf format from various sites.
--
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=21223
Summary: Installation of Holley Commander 950 Software fails
with Bad File Descriptor error
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: etork(a)neb.rr.com
Created an attachment (id=25495)
--> (http://bugs.winehq.org/attachment.cgi?id=25495)
debuglog created when running SETUP.EXE
Installation of Holley Commander 950 Software (using wine SETUP.EXE on the
commandline) fails with the following:
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x526e6046 wine client error:1e: write: Bad file descriptor
This is on Fedora Core 11, using wine version 1.1.32, installed via rpms. A
test on Fedora Core 12, with wine version 1.1.32 fails in the same way.
Using a fresh install of .wine directory still fails, using as root or
non-root user gives same result.
A small debuglog is attached, (using
WINEDEBUG=+all wine foo.exe > debuglog 2>&1 )
--
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=18988
Summary: Final Fantasy 8: crash with video in background
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: puciek(a)gmail.com
Created an attachment (id=21872)
--> (http://bugs.winehq.org/attachment.cgi?id=21872)
Log from the crash
When playing ff8 and there is a video running in background (ie. from first
disc train mission in timber) game will very often crash.
--
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=19378
Summary: Quicken 2008 registration displays garbled inoperative
HTML
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: info(a)skierpage.com
Created an attachment (id=22459)
--> (http://bugs.winehq.org/attachment.cgi?id=22459)
garbled Quicken Registration dialog
I installed Wine 1.01 on Kubuntu 9.04 amd-64 and installed Quicken 2008 from
CD-ROM. The installation failed in the online update.
I then installed wine-1.1.26 from the PPA http://wine.budgetdedicated.com/apt
I did not install any of the WineTricks mentioned on the AppDB
When I ran Quicken 2008, I got a prompt about going online to register. When I
followed that, the Quicken Registration dialog appeared, but apart from a
banner
"Welcome to Quicken registration..."
it was full of gibberish characters as if the encoding is wrong. I will attach
a screenshot.
As you can see, the status line of the dialog window contains
file://C:\windows\profiles\All Users\Applicataion
Data\Intuit\Quicken\INET\COMMON\PNF\REG\4A5E9E00.H
This file exists on my drive C: with slightly different capitalization at the
end -- Inet\Common\Pnf\Reg\4A5E9E00.HTM
I can open this file and it appears fine in my Linux Firefox browser and text
editor; not garbled at all, no UTF characters. It seems to hold the HTML for
all the stages of the registration process; in working Quicken you don't see
all of this HTML at once.
This bug sounds like what SpinDr describes in comment 9 of bug 14672. I am
reporting a separate bug because that bug is "I am not presented with the box".
I get the box, but it's garbled.
I'm happy to attempt to debug this further; alas my log with WINEDEBUG=+relay
filled my disk and I had to remove it, and now I don't know how to get back to
the registration dialog because I used the trick of Shift+Ctrl "One Step
Update" to turn off registration!
--
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=21237
Summary: Installer for Unreal (original game) crashes on
startup with "Unhandled exception: page fault..."
Product: Wine
Version: 1.1.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shaun(a)cantab.net
Using Ubuntu 9.10 x86_64, wine 1.1.35:
- Inserted original Unreal disk
- ran "WINEPREFIX=/tmp/wine/unreal wine setup.exe"
- get error: "wine: Unhandled page fault on read access to 0x11ff51ba at
address 0xf74c3c1b (thread 0026), starting debugger" (full trace attached)
--
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=20016
Summary: USB audio device only visible to if VirtualBox is
running a virtual machine
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: richardg1952(a)yahoo.com
System: Fedora 11
wine-1.1.23-1.fc11.i586
ION TTUSB05 USB Turntable
VirtualBox-3.0.6_52128_fedora11-1.i586
Acoustica SpinitAgain (LP to CD or mp3)
I purchased the SpinItAgain software to accelerate the process of converting my
+1,000 album collection to mp3. I'd started with Audacity and the USB
turntable, but it is a laborious process. SpinItAgain looked promising since it
could look up album info on the web.My concern was, would wine be able to
access the USB turntable. I installed SpinItAgain and everything worked right
out of the box.
It would crash every few days, but it would restart and I would carry on.
Two days ago the program crashed and could no longer see the USB turntable.
I tried rebooting the Fedora 11 host, re-plugging the USB cable, nothing made
the USB turntable visible in wine. I was invoking winecfg, selecting the audio
tab and checking wave input under ALSA to see if the turntable was visible.
In frustration I started a VirtualBox Windows XP guest with the intention of
moving the SpinItAgain to VB. XP under Virtual Box is horribly slow so while
waiting for XP to boot, I ran winecfg again and to my amazement the USB
turntable was again visible in wave in AlSA. I had been running a Fedora 10
guest in VirtualBox and only shut it down about the time wine lost access to
the USB turntable.
To confirm that VirtualBox is the magic trigger. I shut down the VirtualBox XP
session and checked winecfg - the USB Audio disappears. I then started a Fedora
10 guest under VirtualBox, re-checked winecfg and USB Audio was again under
wave in ALSA. With this setup SpinItAgain is working once more.
If I hadn't already had VirtualBox running when I originally installed
SpinItAgain the USB turntable would not have been visible in wine and I would
have assume the program was unusable through wine with the USB turntable.
It's worrisome that an apparently unrelated application running has such a
major impact wine's ability to access a piece of hardware. As this is audio,
and the weirdness of pulseaudio coming in to replace ALSA is causing a plethora
of problems, I don't feel confident that this workaround will continue to work.
Hopefully this information will be useful to the wine developers.
--
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=27492
Summary: Starcraft locks up when attempting to use the mouse
ingame
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aim_here2002(a)yahoo.co.uk
Created an attachment (id=35148)
--> (http://bugs.winehq.org/attachment.cgi?id=35148)
Regression test result.
After wine version 1.3.20, Starcraft 1/BroodWar is no longer playable. After
starting the game and then attempting to click on any ingame unit or building,
the game locks up. The console complains about a stack overflow. I then have
kill the process to get a decent X resolution, and I don't know offhand how to
get a backtrace or somesuch.
The actual overflow message is this:
"err:seh:setup_exception_record stack overflow 816 bytes in thread 0009 eip
7efb77cb esp 00231000 stack 0x230000-0x231000-0x330000"
The bug only happens in fullscreen mode, and doesn't occur in virtual desktop
mode.
Since this is a regression, I did the long boring compiley thing to get this:
a59c7cc8596b658d3c0854a737528cf60947ac1f is the first bad commit
commit a59c7cc8596b658d3c0854a737528cf60947ac1f
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed May 11 12:30:03 2011 +0200
winex11: Automatically clip the pointer when the foreground window is
full-screen.
:040000 040000 f94f9152b3112463b3bdf874a0d64dae1029e309
04faeb9831f686bb586fd81166ad95cf6da05738 M dlls
--
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=20959
Summary: eureqa : wine: Unhandled illegal instruction
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: n.wilcox(a)comcast.net
Created an attachment (id=25126)
--> (http://bugs.winehq.org/attachment.cgi?id=25126)
backtrace of eureqa
fatal error when starting Eureqa. Illegal instructions.
--
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=21345
Summary: Dreamweaver cs3's installation problem
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: teyssandier.william(a)free.fr
installation dreamweaver cs3 impossible
--
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.