http://bugs.winehq.org/show_bug.cgi?id=28037
Summary: cmd: sharing violation when using >>
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frederic.delanoy(a)gmail.com
Assuming "bar" does not pre-exist, issuing
if 1==1 echo foo>>bar
in cmd generates a "Sharing violation" message, and "bar" isn't created
--
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=41376
Bug ID: 41376
Summary: Firefox Ver 49 will not run on Wine 1.8
Product: Wine
Version: 1.8.1
Hardware: x86-64
OS: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lgh00930(a)xzsok.com
I am running Wine 1.8 on Mint Linux 18 64 bit. Firefox 48.0.2 32bit works fine,
but when we upgraded Firefox to version 49 32bit today, the browser will not
load. I had to downgrade to get it working. Firefox ver 49 has major security
bug fixes. Thanks.
--
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=41914
Bug ID: 41914
Summary: incorrect execute path within nested if (else)
statement
Product: Wine
Version: 1.9.23
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: unya_zk_gf(a)hotmail.co.jp
Distribution: ---
When we execute the following batch command on wine's cmd
if "x" == "a" (
) else (
echo 11
if "y" == "b" echo 12
echo 13
)
echo 20
normally 11 13 20 should be displayed.
but in version 1.9.23 (cmd /version: Microsoft Windows 6.1.7601 (1.9.23)),
it displays 11 20. (13 is skipped.)
Apparently it seems that it jumps to the end of the "else" clause of the outer
"if" when there is no corresponding "else" clause whose inner "if" condition is
false.
--
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=44356
Bug ID: 44356
Summary: Neverwinter: some ingame objects don't render properly
Product: Wine
Version: 3.0-rc6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: anton.sudak(a)gmail.com
Distribution: ---
Created attachment 60251
--> https://bugs.winehq.org/attachment.cgi?id=60251
Screnshots made under wine and windows for comparsion
Some ingame objects like weapon or clothes are black or rendered partically.
Changing ingame settings doesn't solve issue. Bug could be found starting from
character creation screen.
Neverwinter is free-to-play MMORPG that could be installed through Steam.
Tested on Ubuntu 17.10 x64, AMD Radeon 7650A, latest Mesa from git
--
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=41194
Bug ID: 41194
Summary: SetFileTime does not set timestamp on ntfs-3g mounts
Product: Wine
Version: 1.9.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: wine.severach(a)spamgourmet.com
Distribution: ---
To change file times:
Total Commander Wine: Files, Change Attributes
Double Commander: Files, Change Attributes
Linux Shell: touch -r, touch -d, touch -t
File time changes from TC are applied VFAT and ext mounts. File time changes
from TC are ignored on NTFS mounts. Linux touch and Double Commander are able
to change the file time on NTFS mounts.
--
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=35902
Bug ID: 35902
Summary: [EA Origin] Online login is currently unavailable
Product: Wine
Version: 1.7.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: robert2505(a)gmail.com
Created attachment 47943
--> http://bugs.winehq.org/attachment.cgi?id=47943
log from running origin up untill the login screen that displays the message
Since the latest update (a few days ago), EA Origin displays the message
"Online login is currently unavailable"
It won't allow me to log in
I'm running the latest wine, version 1.7.15 on archlinux x86_64.
I've tried the following:
-start over in a fresh prefix with WINEARCH=win32
-install Qt5 as described in the appdb entry
-use winetricks to install vcrun2008 and vcrun2010
-recompiling wine, in case an update broke it
-running it in a windows vm in case the server is actually down (it isn't)
I don't recognise anything out of the ordinary in the log, other than the
"CLSCTX_REMOTE_SERVER not supported" message. I'm not sure it wasn't there
before, but it also displays in Steam and that works fine.
--
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=45255
Bug ID: 45255
Summary: Provide easy way to configure proxy (winecfg?)
Product: Wine
Version: 3.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: winhttp
Assignee: wine-bugs(a)winehq.org
Reporter: luizluca(a)gmail.com
Distribution: ---
Currently wine tries to automatically detect proxy.
It will:
1) use env vars (http_proxy)
2) try to detect automatic settings (wpad)
One can easily disable env vars unsetting them or make them empty (since wine
3.9). However, there is easy no way to disable automatic detection without
directly editing registry (it is a binary entry) or installing IExplorer.
winecfg could have a tab or wine could have a new tool to set proxy settings,
just like windows control panel applet. However, it should have an extra
setting from what Windows already have: "Use system environment values".
--
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=28251
Summary: Shadows do not appear in Mafia II
Product: Wine
Version: 1.3.27
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peanuthead_069(a)yahoo.com
I'm not sure if it can be fixed via winetricks, but shadow maps don't show up
ingame even if I tweak with the ingame settings. Also, the skydome texture
occasionally flickers when I drive or move around. Nothing really that
show-stopping, as I can play the game just fine, albeit with somewhat lower
framerates.
--
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=43794
Bug ID: 43794
Summary: While mouse warping is in use, a bounding box randomly
traps the cursor.
Product: Wine
Version: 2.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jlinkkai(a)gmail.com
Distribution: ---
I've not seen any reports of this, so it may have something to do with my
setup. Whenever a program uses mouse warping, a bounding box may trap it at a
random time. This is temporarily resolved by causing the window to lose focus.
I first knew this bug to occur on 2.4, and it may have been earlier. I knew 2.0
to work perfectly in this regard, but Steam now crashes on that version and
cannot test 2.1-2.3.
I've created a video demonstrating situations where this occurs. Please request
more info where needed.
https://youtu.be/-Nzt6p8fYis
--
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=19376
Summary: Suspend kwin's compositing when starting a 3D
application
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kde(a)martin-graesslin.com
KDE bug https://bugs.kde.org/show_bug.cgi?id=198744 illustrates that some
graphics card drivers are still not able to support 3D applications in a
composited environment correctly. This seems to be a stronger problem for wine
applications (at least in the bug report).
KWin supports suspending compositing via a dbus interface
(http://websvn.kde.org/*checkout*/trunk/KDE/kdebase/workspace/kwin/org.kde.K…).
You can basically check if compositing is active, suspend it when the app is
started and resume when the app is closed. This is for example done by KDE's
powermanagement daemon.
As a shell script it looks like that:
composited='qdbus org.kde.kwin /KWin compositingActive'
if $composited; then qdbus org.kde.kwin /KWin toggleCompositing; fi
wine blablabla
if $composited; then qdbus org.kde.kwin /KWin toggleCompositing; fi
I basically wish with this enhancement report that you add support for
suspending KWin's compositing on an application basis in wine. It shouldn't be
for every app and it shouldn't be activated in general but the user should have
the possibility to just say that one specified app should suspend compositing.
--
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.