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.