http://bugs.winehq.org/show_bug.cgi?id=36937
Bug ID: 36937
Summary: WinHttpReceiveRequest goes into infinite blocking on
304 responses
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: winhttp
Assignee: wine-bugs(a)winehq.org
Reporter: anduchs(a)gmail.com
Created attachment 49045
--> http://bugs.winehq.org/attachment.cgi?id=49045
TestCase for the issue
When requesting a website with an "If-Modified-Since"-header and the website
returns "304 Not Modified" then the call to WinHttpReceiveResponse() blocks
forever.
The reason is that a 304-response does not have a Content-Length reader. For
some reason it gets set to 4096 and winhttp tries to read this many bytes from
the network even though nothing is going to come.
This bug affects the "Marvel Heroes 2015 Launcher" during update checking.
(Unfortunately game client still has some more issues)
Attach are a Testing-Program and a patch that fixes it.
(for the patch, I don't know if this would be the correct way to fix the issue,
but it looked like a good place to put the fix)
--
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=28556
Bug #: 28556
Summary: ICQ 7 installer error message
Product: Wine
Version: 1.3.29
Platform: x86-64
URL: http://ftp.icq.com/pub/ICQ7/install_icq7.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 36673
--> http://bugs.winehq.org/attachment.cgi?id=36673
Wine 1.3.29 console output
ICQ 7 installs correctly but the installer pops up with an error message:
"Service failed to run"
Not clear how this affects the app as I don't have an account so it may simply
be a minor annoyance.
vcrun2008 needed to get this far.
--
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=35971
Bug ID: 35971
Summary: dsound resampler causing clicks in StarCraft when
resampling to 48000
Product: Wine
Version: 1.7.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
Assignee: wine-bugs(a)winehq.org
Reporter: cus(a)fazekas.hu
Something is still not perfect with the resampler in Wine.
I tested Starcraft (Starcraft is using 22050 and 11025 freq buffers), and it
seems when the primary buffer sample rate is 48000, there are noticable clicks
on the sound output. On the other hand, if the primary buffer sample rate is
44100, the sound is fine.
In order to test this I hacked winealsa.drv to force the max sample rate to
44100 insetad of 48000, and this resolved the issue, that is why I think that
the resampler is handling badly resampling from 22050 or 11025 to 48000.
--
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=34330
Bug #: 34330
Summary: Wine64 does not work on FreeBSD
Product: Wine
Version: 1.7.0
Platform: x86-64
OS/Version: FreeBSD
Status: NEW
Keywords: download, source, win64
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Using PC-BSD 9.1 and gcc4.6, wine64 compiles, however, it fails to run:
# ./wine64 cmd
wine: failed to map the shared user data: c0000018
also tried the mmap patch from their port:
http://www.freebsd.org/cgi/cvsweb.cgi/ports/emulators/wine/files/patch-part…
but it made no difference.
--
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=13137
Summary: IE6 crashes due to unimplemented function
wininet.dll.GetDiskInfoA
Product: Wine
Version: 1.0-rc1
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eddie(a)lania.nl
Created an attachment (id=12940)
--> (http://bugs.winehq.org/attachment.cgi?id=12940)
Crash-when-trying-to-set-Temporary-Internet-Files-settings-in-ie6_related_to_wininet_wine-1.0-rc1
When trying to change the settings for the "Temporary Internet Files", IE6
crashes. See the attachment for more 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=29571
Bug #: 29571
Summary: Chrome with User Agent Switcher unable to load any
urls with --no-sandbox --single-process
Product: Wine
Version: 1.3.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
Created attachment 38302
--> http://bugs.winehq.org/attachment.cgi?id=38302
Log: chrome + UAswitcher
wine-1.3.36-172-gb00e703
1. Download Google Chrome Standalone installer from :
https://www.google.com/chrome/index.html?platform=win&hl=en&standalone=1
sha1sum: 3700838267c7d2f01b3a4cf6802052967166bffa
2. Install with Wine:
$ wine ChromeStandalone.exe
3. Start chrome.exe with --no-sandbox switcher
$ cd .wine/drive_c/users/fracting/Local\ Settings/Application\
Data/Google/Chrome/Application/
$ wine chrome.exe --no-sandbox ( Workaround for Wine Bug 21232 [1] )
4. open chrome://flags, enable `Experimental Extension APIs`
5. Restart chrome.exe with --no-sandbox and --single-process switchers
( Workaround for Wine Bug 27248 )
$ wine chrome.exe --no-sandbox --single-process
6. Open http://spoofer-extension.appspot.com/spoofer.crx , install
User Agent Switcher Extension
7. open any urls, with any tab, usually fails.
How reproducible:
Nearly 90%
When this bug appear, Chrome display such message in the status bar:
"Waiting for extension User-Agent Switcher for Chrome..."
Below message seems relate to the bug:
[116:99:3876457:ERROR:proxy_resolver_winhttp.cc(79)] WinHttpGetProxyForUrl
failed: 12166
--
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=18431
Summary: Lords 2: Autoplay doesn't realize that game is installed
Product: Wine
Version: 1.1.21
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roothorick(a)new.rr.com
After installing the game through wine, and running autoplay again, "Play" and
"Uninstall" is still greyed out, and "Install" is clear. Clicking on "Install"
starts the installation procedure all over again. Running the game directly
("wine C:\\SIERRA\\Lords2\Lords2.exe") works perfectly.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37045
Bug ID: 37045
Summary: Warframe: launcher crashes on startup
Product: Wine
Version: 1.7.22
Hardware: aarch64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ds98s3a(a)gmail.com
Created attachment 49227
--> https://bugs.winehq.org/attachment.cgi?id=49227
Backtrace
When launching game (either through .msi file downloaded from site or
Launcher.exe downloaded by game), window frame shows up and crashes. Backtrace
attached.
--
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=35918
Bug ID: 35918
Summary: Mouse acts funky on ROBLOX
Product: Wine
Version: 20050930
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nonobaOMGWEEGEE2(a)gmail.com
Using a ROBLOX wrapper made by someone on the ROBLOX wikia (download link:
https://db.tt/P1M7V0oV), which works fine for the most part, it seems my mouse
acts funky.
The mouse doesn't act the way it does on the desktop, it's sometimes a struggle
to get out of the window to say, check on Skype. It keeps staying into the
window until it feels like it wants to work. It also seems to be much more
sensitive, it's especially a problem when playing a game with weapons, it isn't
impossible however, just harder.
If you need my mouse information, it is a Microsoft Wireless mouse, it doesn't
specifiy though, I remember it being a 2000, 3000, or 5000 model.
--
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=35308
Bug ID: 35308
Summary: Warcraft III and it's extension Frozen Throne crash at
start if winegstreamer isn't disabled
Product: Wine
Version: 1.7.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winegstreamer
Assignee: wine-bugs(a)winehq.org
Reporter: scrimekiler(a)yahoo.fr
Classification: Unclassified
If winegstreamer isn't disabled (in dll overrides with winecfg) the game crash
at start.
Gentoo with kernel 3.10.17, gstreamer 0.10.36 and 1.0.10
About logs, what debug channels should I add ? (I didn't found a gstreamer
debug channel)
--
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=35180
Bug ID: 35180
Summary: Quake Live standalone fails to authenticate using
remembered credentials
Product: Wine
Version: 1.7.8
Hardware: x86
URL: http://quakelive.com
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexandru.balut(a)gmail.com
Classification: Unclassified
Created attachment 46926
--> http://bugs.winehq.org/attachment.cgi?id=46926
terminal log
Steps to reproduce:
1. Start Launcher.exe
2. Enter valid email and password
3. Check Remember Me, click Play
4. Exit the app
5. Start Launcher.exe, notice it sais "Will automatically login as USERNAME"
(USERNAME is the correct username), but nothing else happens. It should start
the web ui.
$ sha1sum .wine-ql/drive_c/Program\ Files\ \(x86\)/Quake\ Live/Launcher.exe
b4d565634bdac72047790d64dbc870b8b8bb5f48 .wine-ql/drive_c/Program Files
(x86)/Quake Live/Launcher.exe
$ sha1sum QuakeLiveSetup_840.exe
843d1542bccaaf1bd46bee0acec95d4bfdfc898b QuakeLiveSetup_840.exe
$ wine --version
wine-1.7.8
--
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=34970
Bug #: 34970
Summary: mpg2cut2 crashes at startup
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stanislav.petrek(a)gmail.com
Classification: Unclassified
Created attachment 46598
--> http://bugs.winehq.org/attachment.cgi?id=46598
wine autocrash report system
i used this program for cutting mpeg2 streams *.ts. All works fine in 1.3
versions, after this release wine 1.4.x.
--
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=31902
Bug #: 31902
Summary: Crash when clicking on a .pptx file to open MS
PowePoint 2010
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vinay(a)totalcaos.com
Classification: Unclassified
Created attachment 41999
--> http://bugs.winehq.org/attachment.cgi?id=41999
Backtrace and dump after crash
Powerpoint 2010 under crossover linux crashes when opening a powerpoint (.pptx)
file from the filesystem (double click on a filename.pptx) causing powerpoint
to launch
No issues if powerpoint is open and the file is opened by using the file ->
open from within powerpoint.
--
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=35735
Bug ID: 35735
Summary: setup_exception_record stack overflow occurred while
running ie
Product: Wine
Version: 1.7.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shiy_118(a)sina.com
err:seh:setup_exception_record stack overflow 816 bytes in thread 00e9 eip
7bc824c1 esp 00d51000 stack 0xd50000-0xd51000-0xe50000
I was browsing through the Amazon.cn with IE at the time.
It happened each time when I browsing Amazon.cn whith IE.
--
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=35861
Bug ID: 35861
Summary: ePSXe: Persistent input with 360 controller
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: linusfora(a)gmail.com
The Xbox 360 Controller's Joystick 1 UP is constantly registered by ePSXe, both
when mapping input and ingame. It doesn't appear to happen in native linux
applications.
--
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=36972
Bug ID: 36972
Summary: Unigine Valley wine "Fatal error"
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Linuxhelper2881(a)yahoo.com
Created attachment 49094
--> http://bugs.winehq.org/attachment.cgi?id=49094
Unigine Valley log
found a non-working program which used to work for wine at 1 time now it broke
or something between the time of new versions and the old.
Didn't get a back-trace but got an error log attached to this report
The program for this bug is called Unigine Valley which is a Benchmarking tool
Link:https://unigine.com/products/valley/download/
--
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=35739
Bug ID: 35739
Summary: Audio driver bug
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: samusdabomb(a)gmail.com
The audia in wine won't work
Wine cfg crashes if the audio is set to core audio and winetricks won't set the
audio correctly
--
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=30832
Bug #: 30832
Summary: Canon Digital Photo Professional: Fails to convert
.cr2 files
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: test051102(a)hotmail.com
Classification: Unclassified
It is possible to edit/save .cr2 files without problems. Any changes made to a
.cr2 file are added to the file in a non desctructive way. They can be removed
at a later time. The changes are displayed correctly in the internal viewer.
Hower to actually apply the changes the final .cr2 file needs to be converted
to .jpg for example. This is the most important functionality of the
application. It totally failes in current version of wine with an "unknown
error". The application continues to work after display the error.
I have tested the issue with Canon DPP Version "3.11.4.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=35988
Bug ID: 35988
Summary: Reinstalling on top program doesn't work
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: jarkko_korpi(a)hotmail.com
I have already installed Lego Star Wars DEMO, I tried to install it again. But
it fails. I thought it would complain about already installed application or
asks if I want to overrun files or something like that, but it just basically
gives an error:
"Error -1627 function failed."
I doubt you see this error with native windows.
--
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=33960
Bug #: 33960
Summary: Regression: newer WineD3D versions crashes in several
games
Product: Wine
Version: 1.3.31
Platform: x86
OS/Version: Windows
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: svyatpro(a)gmail.com
Classification: Unclassified
Starting from WineD3D 1.3.31 and all newer versions, Metro Last Light crashes
immediately before the intro.
But 1.3.30 does not crash and able to start intro without with black screen and
playing sound and after intro is finished MetroLL.exe process stops responding.
More about this issue is on Wine's forum:
http://forum.winehq.org/viewtopic.php?f=2&t=19290&p=86315#p86315
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37232
Bug ID: 37232
Summary: XIII Demo doesn't start anymore
Product: Wine
Version: 1.7.25
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
I got the game demo from the following URL:
http://www.4players.de/4players.php/download_start/Downloads/Download/5282.…
The demo installs fine but then closes with a critical error window which says:
Assertion failed: RenDev
[File:D:\Code\XIII_Wan_Protected\WinDrv\Src\WinViewport.cpp] [Line: 532]
History: UWindowsViewport::OpenWindow <- UGameEngine::Init <- InitEngine
There is also an AppDB entry:
https://appdb.winehq.org/objectManager.php?sClass=version&iId=5592
--
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=33321
Bug #: 33321
Summary: Photoshop CS5.1 doesn't resize nor refresh RAW files
in CameraRaw
Product: Wine
Version: 1.5.27
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.kijas(a)gmail.com
Classification: Unclassified
With new wine 1.5.27 wine starts about 5mins on 4 - cores computer, 8GB DDR3,
NVIDIA GT-240 and cannot resize, nor refresh (after zoom etc.) it in CameraRaw,
so it is unusable.
--
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=37098
Bug ID: 37098
Summary: Checking Wine with PVS-Studio and Clang Static
Analyzer
Product: Wine
Version: 1.7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nick.smallville(a)gmail.com
Hello, I checked out the Wine using two static analyzers(Clang Static Analyzer
&& PVS-Studio) in the openSUSE 13.1. In my article, I described the errors
found: http://www.viva64.com/en/b/0272/
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37127
Bug ID: 37127
Summary: PVS-Studio Error: Unreliable tests
Product: Wine
Version: 1.7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lukebenes(a)hotmail.com
PVS-Studio identifies Unreliable tests. Some of the modules' folders contain
the test folder with source files for tests. Debug information is printed
through the 'ok' macro. Here are a few suspicious fragments:
V501 There are identical sub-expressions to the left and to the right of the
'==' operator: ddsd3.lpSurface == ddsd3.lpSurface dsurface.c 272
...
ok(ddsd3.lpSurface == ddsd3.lpSurface, //<==
"lpSurface from GetSurfaceDesc(%p) differs\
from the one returned by Lock(%p)\n",
ddsd3.lpSurface, ddsd2.lpSurface); //<==
...
It very much looks like a typo. I suspect this code should compare the same
variables that are printed.
V502 Perhaps the '?:' operator works in a different way than it was expected.
The '?:' operator has a lower priority than the '==' operator. url.c 767
...
ok(size == no_callback ? 512 : 13, "size=%d\n", size);
...
The precedence of the "==" operator is higher than that of '?:', so the size
variable is not compared to the values 512 and 13. The expression is always
true as it evaluates either to 512 or 13, which means this check doesn't check
anything.
Other similar fragments:
V502 Perhaps the '?:' operator works in a different way than it was
expected. The '?:' operator has a lower priority than the '==' operator.
string.c 1086
V502 Perhaps the '?:' operator works in a different way than it was
expected. The '?:' operator has a lower priority than the '==' operator.
string.c 1111
V502 Perhaps the '?:' operator works in a different way than it was
expected. The '?:' operator has a lower priority than the '==' operator.
reader.c 761
V502 Perhaps the '?:' operator works in a different way than it was
expected. The '?:' operator has a lower priority than the '==' operator.
protocol.c 2928
V502 Perhaps the '?:' operator works in a different way than it was
expected. The '?:' operator has a lower priority than the '==' operator. dde.c
1594
V502 Perhaps the '?:' operator works in a different way than it was
expected. The '?:' operator has a lower priority than the '==' operator.
reader.c 761
details on the V501 error here: http://www.viva64.com/en/d/0090/
details on the V502 error here: http://www.viva64.com/en/d/0091/
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37126
Bug ID: 37126
Summary: PVS-Studio Error: Printing the result of identical
functions
Product: Wine
Version: 1.7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lukebenes(a)hotmail.com
PVS-Studio identifies Printing the result of identical functions Error,V681.
The language standard does not define an order in which the 'tlb_read_byte'
functions will be called during evaluation of arguments. tlb.c 650
...
printf("\\%2.2x \\%2.2x\n", tlb_read_byte(), tlb_read_byte());
...
According to the C++ language standard, the sequence of computing a function's
actual arguments is not defined. Which function will be called first depends on
the compiler, compilation parameters, etc.
details on the V681 error here: http://www.viva64.com/en/d/0315/
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37123
Bug ID: 37123
Summary: PVS-Studio Error: Double type conversion
Product: Wine
Version: 1.7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lukebenes(a)hotmail.com
PVS-Studio identifies a Double type conversion Error.
The *void pointer is cast to other types twice: first to char*, then to DWORD*,
after which an offset is added. Either the expression lacks parentheses or the
code is excessive. Whether or not there is an error here depends on how much
the programmer wanted to increment the pointer.
V650 Type casting operation is utilized 2 times in succession. Next, the '+'
operation is executed. Probably meant: (T1)((T2)a + b). typelib.c 9147
...
struct WMSFT_SegContents arraydesc_seg;
typedef struct tagWMSFT_SegContents {
DWORD len;
void *data;
} WMSFT_SegContents;
...
DWORD offs = file->arraydesc_seg.len;
DWORD *encoded;
encoded = (DWORD*)((char*)file->arraydesc_seg.data) + offs;//<==
Another similar issue:
V650 Type casting operation is utilized 2 times in succession. Next, the '+'
operation is executed. Probably meant: (T1)((T2)a + b). protocol.c 194
INT WINAPI
EnumProtocolsW(LPINT protocols, LPVOID buffer, LPDWORD buflen)
{
...
unsigned int string_offset;
...
pi[i].lpProtocol = (WCHAR*)(char*)buffer + string_offset;//<==
...
}
details on the V650 error here: http://www.viva64.com/en/d/0269/
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37120
Bug ID: 37120
Summary: PVS-Studio Error: Equivalent branches of if operator
Product: Wine
Version: 1.7.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lukebenes(a)hotmail.com
Equivalent branches of if operator
V523 The 'then' statement is equivalent to the 'else' statement. filedlg.c 3302
if(pDIStruct->itemID == liInfos->uSelectedItem)
{
ilItemImage = (HIMAGELIST) SHGetFileInfoW (
(LPCWSTR) tmpFolder->pidlItem, 0, &sfi, sizeof (sfi),
shgfi_flags );
}
else
{
ilItemImage = (HIMAGELIST) SHGetFileInfoW (
(LPCWSTR) tmpFolder->pidlItem, 0, &sfi, sizeof (sfi),
shgfi_flags );
}
This code is either excessive or contains a typo.
V523 The 'then' statement is equivalent to the 'else' statement. genres.c 1130
...
if(win32)
{
put_word(res, 0); /* Reserved */
/* FIXME: The ResType in the NEWHEADER structure should
* contain 14 according to the MS win32 doc. This is
* not the case with the BRC compiler and I really doubt
* the latter. Putting one here is compliant to win16 spec,
* but who knows the true value?
*/
put_word(res, 1); /* ResType */
put_word(res, icog->nicon);
for(ico = icog->iconlist; ico; ico = ico->next)
{
...
}
}
else /* win16 */
{
put_word(res, 0); /* Reserved */
put_word(res, 1); /* ResType */
put_word(res, icog->nicon);
for(ico = icog->iconlist; ico; ico = ico->next)
{
...
}
}
...
One of the repeating branches is commented. Perhaps this is an incomplete
fragment, not an error, but I decided to point it out anyway.
details on the V523 error here: http://www.viva64.com/en/d/0112/
--
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.
https://bugs.winehq.org/show_bug.cgi?id=37119
Bug ID: 37119
Summary: PVS-Studio Error: Cascade of conditional operators
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lukebenes(a)hotmail.com
V517 The use of 'if (A) {...} else if (A) {...}' pattern was detected. There is
a probability of logical error presence. Check lines: 1754, 1765. msi.c 1754
if (!strcmpW( szProperty, INSTALLPROPERTY_LOCALPACKAGEW )) //<==
{
...
}
else if (!strcmpW( szProperty, INSTALLPROPERTY_INSTALLDATEW ))
{
...
}
else
if (!strcmpW( szProperty, INSTALLPROPERTY_LOCALPACKAGEW )) //<==
{
...
}
else if (!strcmpW( szProperty, INSTALLPROPERTY_UNINSTALLABLEW ) ||
!strcmpW( szProperty, INSTALLPROPERTY_PATCHSTATEW ) ||
!strcmpW( szProperty, INSTALLPROPERTY_DISPLAYNAMEW ) ||
!strcmpW( szProperty, INSTALLPROPERTY_MOREINFOURLW ))
{
...
}
else
{
...
}
If identical conditions are checked in a cascade of conditional operators,
those conditions never get control. Perhaps there is a typo in the constant
INSTALLPROPERTY_* passed to this fragment.
details on the V517 error here: http://www.viva64.com/en/d/0106/
--
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=36800
Bug ID: 36800
Summary: XMP failed to start, services.exe has crashed
Product: Wine
Version: 1.7.20
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: penghao(a)linuxdeepin.com
download from:
http://xmp.down.sandai.net/kankan/XMPSetup_4.9.16.2203-www.exe
after install, start XMP from:
~/.wine/drive_c/Program Files/Thunder Network/Xmp/Program/
with:
wine XMP.exe
then the services.exe report crashed.
--
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=36253
Bug ID: 36253
Summary: Add Nvidia gtx 750 support to the device list
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dyvazar(a)numericable.fr
Get that card on my 32 bits system, and hope for it to be recognized and used.
http://www.gigabyte.com/products/product-page.aspx?pid=4947#sp
--
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=36100
Bug ID: 36100
Summary: Civilization III Complete (Steam) crashes if OSMesa
support was compiled in
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Created attachment 48286
--> http://bugs.winehq.org/attachment.cgi?id=48286
terminal output
This bug was addressed in http://forum.winehq.org/viewtopic.php?f=8&t=21105
some time ago.
The game starts fine and a new game can be started, but it crashes usually in a
few minutes.
I believe it has something to do with scrolling the map in the game: if you
move the mouse pointer near the edges of the screen the crash occurs in a
matter of seconds.
If I compile Wine without OSMesa support then the crash doesn't occur.
Fedora 20 x86
mesa-libOSMesa-10.1-6.20140305.fc20.i686
Nvidia binary drivers 337.12
X.Org X Server 1.14.4
--
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=11217
Summary: X Error of failed request: BadAlloc
Product: Wine
Version: 0.9.53.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: viehl(a)fzi.de
Created an attachment (id=10295)
--> (http://bugs.winehq.org/attachment.cgi?id=10295)
Crash log
The game Archlord (available free at www.archlordgame.com) installs using wine.
For starting some dlls were missing and were copied an registered to the
necessary location (shdocvw.dll).
Now, the application crashs on startup. A splash screen could be seen for a
split second. The problem is a "BadAlloc" in the X 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=12346
Summary: Installation second cd
Product: Wine
Version: 0.9.58.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tkachenkok(a)gmx.de
Created an attachment (id=11827)
--> (http://bugs.winehq.org/attachment.cgi?id=11827)
console-output of wine
At the installation of the Lingvo 12.0 the second cd is requested. After wine
eject it is possible to eject cd by pushing the eject-button at the cd-rom.
But after insertion and automounting of the second cd it isn't recognized
(pushing retry button in the "insert second cd" dialog does nothing).
--
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=12380
Summary: Microsoft Word Viewer 2003: Cannot associate with *.doc
files
Product: Wine
Version: 0.9.58.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bammzilla(a)gabriana.com
To reproduce:
1) Start with a clean .wine profile just to make sure (delete .wine and run
wineprefixcreate)
2) Install Microsoft Office Word Viewer 2003. Installation should succeed
without problems.
3) Create a shortcut in KMenu (in KDE) or Applications menu (in Gnome). The
command should look similar to this:
env WINEPREFIX="/home/bamm/.wine" wine "C:\Program Files\Microsoft
Office\OFFICE11\WORDVIEW.EXE"
depending, of course, on the installation path you selected, and label it
Microsoft Office Word Viewer 2003 (or whatever you please).
Note that this step may be unneccessary because Wine may have already created
this shortcut for you.
4) Associate *.doc files (application/msword) with the Microsoft Office Word
Viewer 2003.
5) Double click on a *.doc file. Word Viewer opens but the document does not
open.
==
Analysis:
It seems the wrong path to the document is sent to Word Viewer. To test this,
replace wordview.exe with a script that displays the full path name.
You can see this problem without actually associating *.doc files with the
viewer. In my desktop you can right-click on a *.doc file, select Open With,
choose Other, then browse to the shortcut you created in Step 3. The result is
the same; Word Viewer opens but the document is not loaded.
--
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=12771
Summary: Multiple graphic problems in "The Witcher"
Product: Wine
Version: 0.9.60
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: HASH.DuOrden(a)gmail.com
In "The Witcher" there is no progress bars shown, at left-top of screen, for
own health (red), for energy (yellow), for part progress (green) and for
experience (sky blue around wolf medalion).
And no health bar for targeted creature (green circle under foots of creature),
you can see part of it in the middle of Windows screen shot under the wolf
body.
Also in key binding menu the button with corresponding letters are empty under
Linux-Wine.
--
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=13795
Summary: Babylon 7: dictionary installation fails
Product: Wine
Version: 1.0-rc4
Platform: Other
URL: http://dl.babylon.com/files/Babylon7/Babylon7_setup.exe
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: furox(a)gmx.net
Installation of a new dictionary from disk (BGL file) with Babylon 7 crashes.
--
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=13832
Summary: Circuitmaker schematic does not print to a printer
Product: Wine
Version: 1.0-rc4
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brodo(a)o2.pl
Created an attachment (id=13887)
--> (http://bugs.winehq.org/attachment.cgi?id=13887)
snapshots of the "printing" effect
In schematic section of the Circuitmaker 2000 invoking printing operation
directed to a printer gives no printing at all and the screen is losing wired
connections.
I am enclosing snapshots of the normal view of the design and the broken (after
printing attempt) one.
Refreshing screen can be made only by reopening the design file, so some work
can be lost while invoking printing of an unsaved file/design.
--
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=13872
Summary: Audiosurfs main menus displays incorrectly
Product: Wine
Version: 1.0-rc4
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ninja.gofer(a)gmail.com
Created an attachment (id=13952)
--> (http://bugs.winehq.org/attachment.cgi?id=13952)
Game Menu 1
In windowed mode, the games graphics for the main menu is not resized to the
size of the window. The buttons can still be clicked as if they were in there
original position, in other words you have to hover the mouse above button
graphic till its highlighted. Also, if you change from fullscreen to windowed
the game graphics are not resized in the window.
The in-game song browser displays all the song names on the same line, making
it very difficult to select a song. Unsure though if this is related to the
above problem.
Note, these issues are reproducible in the demo version that is available on
steam.
--
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=14188
Summary: utorrent - it disconnects fast leaching peers with Error
10022
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yvko(a)mail.com
Running utorrent 1.7.7 on Wine 1.0.0 (but 0.9.55 is the same) on ubuntu 7.04
feisty (Intel based).
When seeding and single peer reaches speed above approx 1MB/s it disconnects
this peer with the following error: Peer error: Error 10022.
Seeding to peers with speed below 1MB/s works well and is not affected by this
disconnections.
Consulted with utorrent developers and they are not aware of this behavior on
any other platform.
--
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=14320
Summary: Game starts, but has so much 'lag' that it becomes
unplayable.
Product: Wine
Version: 1.1.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mike.bronner(a)gmail.com
Created an attachment (id=14597)
--> (http://bugs.winehq.org/attachment.cgi?id=14597)
School Tycoon Terminal Log
This has happened with multiple games from Cat Daddy Games so far. I have
attached the terminal log from School Tycoon, and will attach the terminal log
from Medieval Campaign when I re-install it.
Both games are exhibiting the same behavior, and the terminal log may suggest
that it might have something to do with DirectMusic or DirectPlay?
--
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=14559
Summary: Rosetta stone v3 microphone detection
Product: Wine
Version: 1.1.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: groennevik(a)gmail.com
Rosetta Stone v3 has a simple mic detection, which simply says it's not found.
It seems to work for many, but many others have the same issue I have. I've
tried every setting I could think of, but obviously I could've missed
something.
The software appears to work well other than the mic recognition, but it would
be very useful to have that feature enabled.
--
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=14819
Summary: Rockman 7 Famicom Edition causes crash,
Product: Wine
Version: 1.1.2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zombie(a)terralab.com
Rockman 7 Famicom edition causes a severe crash, additionaly, the Japanese
character set is not displayed 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=15013
Summary: Thunder:Can't finish any task.
Product: Wine
Version: 1.1.3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wineappdb(a)sina.com
CC: wineappdb(a)sina.com
Thunder(xunlei) download link(You need to install it
first):http://down.sandai.net/Thunder5.8.4.572.exe
I can't use it to finish tasks.(It is the main use of this software)You can
read the picture below to know the situation.(The task stop at the 99.9%)
http://appdb.winehq.org/appimage.php?iId=19736
Here is a test link.You can try to use Thunder(xunlei) to download it and you
may know what the bug I find is.(only
4M)ftp://202.107.228.143:26/pub/games/games/koei/sea2a.zip
distribution:RedFlag Linux Desktop 6.0 SP1
compiler:
Using built-in specs.
Target: i386-pc-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--enable-checking=release --with-system-zlib --enable-__cxa_atexit
--disable-libunwind-exceptions --enable-libgcj-multifile --disable-libmudflap
--enable-languages=c,c++,java,fortran --disable-libgcj --with-cpu=generic
--host=i386-pc-linux
Thread model: posix
gcc version 4.2.1
command line:wine .wine/drive_c/Program\ Files/Thunder\
Network/Thunder/Thunder.exe
--
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=15654
Summary: Tournament director needs Microsoft HTML Application
Host to start (mshta.exe)
Product: Wine
Version: 1.1.6
Platform: PC
URL: http://www.thetournamentdirector.net/download.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Saw this reported on wine user's. Guy needs it for his job, so thought I'd
help. First bug, requires mshta.exe, otherwise it fails with a cryptic error:
CreateProcess failed (2).
Not sure what component that would be...leaving as unknown for now.
--
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=16966
Summary: Powerslide segfaults under wine-1.1.13
Product: Wine
Version: 1.1.13
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: specious(a)gmail.com
Created an attachment (id=18746)
--> (http://bugs.winehq.org/attachment.cgi?id=18746)
Powerslide segfaults on wine-1.1.13 on Gentoo/amd64
Powerslide segfaults right before game starts (both the original CD install,
and with the 1.04 patch applied). The menu works, but after you click through
the menus to play, wine crashes.
This is after running ps_clo.exe and setting "-nopollsound", without which the
game won't start at all.
--
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=17325
Summary: Multiwinia locks up when you exit it
Product: Wine
Version: 1.1.14
Platform: PC-x86-64
URL: http://www.introversion.co.uk/multiwinia/downloads/index
.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: soulblade(a)ntlworld.com
When attempting to the exit the game by clicking on 'Quit', the game locks up.
The X server and Linux are not effected.
To replicate this issue:
1. Run 'pkill pulseaudio' if you are using Pulseaudio.
2. Launch Multiwinia using the Application menu short cut.
3. Wait the the game has loaded.
4. Click on quit.
5. The game locks up.
Pc specifications are as follows:
CPU: Intel Q6600 2.4Ghz
RAM: 2Gb DDR2
GFX: Nvidia 8800GT 512MB
MOBO: GA-965P-DS3 (rev. 1.0)
Network: WUSB54GC
OS: Ubuntu 8.10 "Intrepid" x86_64
--
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=17672
Summary: Wine denies access to Oracle Client install folder
Product: Wine
Version: 1.1.16
Platform: PC
URL: http://www.oracle.com/technology/software/products/datab
ase/oracle10g/htdocs/10201winsoft.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lineback(a)toastytech.com
When installing the Oracle DB Client Wine removes the permissions on the
destination folder so it can not be read or written to.
I have been trying to see if I can get the installer for the Oracle 10gR2 (
Client to install under Wine on Ubuntu 8.04. (Available from here:
http://www.oracle.com/technology/software/products/database/oracle10g/htdoc…
) The version 11 client also does the same thing.
I can get past the DirectDraw issue in bug#11877 and bug#17371 by running the
setup program with the command line "setup -J-Dsun.java2d.noddraw=true"
But then when it starts the actual installation process of creating folders and
copying files, it modifies the file permissions - in such a way that it can no
longer write to the folder, and the installer logs the error and immediately
exits. It should not set the permissions like that.
Under Windows the installer does change around the permissions on the folder, I
think to ensure SYSTEM has full access.
Off hand, I have not found a work around because even when I use a mounted FAT
partition the installer under Wine thinks it can still set the permissions.
(The client can be installed on a FAT/FAT32 partition just fine under Windows)
An example of what I am talking about. First from inside Wine just after an
attempted install to the destination home directory of
"c:\oracle\product\10.2.0\client_1\" (starting with a completely clean Wine
folder of course):
------------
C:\oracle\product\10.2.0>dir
Volume in drive C is
Volume Serial Number is 0000-0000
Directory of C:\oracle\product\10.2.0
3/8/2009 10:56 AM <DIR> .
3/8/2009 10:56 AM <DIR> ..
3/8/2009 10:56 AM <DIR> client_1
0 files 0 bytes
3 directories 6,748,340,224 bytes free
C:\oracle\product\10.2.0>cd client_1
Access denied
C:\oracle\product\10.2.0>copy c:\test.txt
c:\oracle\product\10.2.0\client_1\test.txt
Access denied
C:\oracle\product\10.2.0>
------------
And then from the Ubuntu command prompt:
------------
nathan@bignathan:~/.wine/drive_c/oracle/product/10.2.0$ ls -l
total 4
d----wS--- 3 nathan nathan 4096 2009-03-08 10:56 client_1
nathan@bignathan:~/.wine/drive_c/oracle/product/10.2.0$ cp
~/.wine/drive_c/test.txt
~/.wine/drive_c/oracle/product/10.2.0/client_1/test.txt
cp: accessing
`/home/nathan/.wine/drive_c/oracle/product/10.2.0/client_1/test.txt':
Permission denied
nathan@bignathan:~/.wine/drive_c/oracle/product/10.2.0$
------------
And additionally, from the end of the log the Oracle installer creates:
------------
...
INFO: *** Install Page***
INFO: FastCopy : File Version is Compatible
INFO: Install mode is fastcopy mode for component 'oracle.client' with Install
type 'Administrator'.
INFO: HomeSetup JRE files in Scratch :584
INFO: OUI-10125:Unable to write into the Oracle Home you have specified.
------------
I can manually reset the permissions after the fact with chmod, but that
doesn't help because the installer just removes the permissions again the next
time I run it.
--
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.