http://bugs.winehq.org/show_bug.cgi?id=19994
Summary: Microsoft Security Essentials Setup crashes missing
__uncaught_exception
Product: Wine
Version: 1.1.29
Platform: PC-x86-64
URL: http://www.microsoft.com/security_essentials/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P3
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nerv(a)dawncrow.de
Depends on: 19064
If you hack around Bug 19064, the Setup of Microsoft Security
Essentials(Virus-Scanner) is trying to call Unimplemented function
msvcrt.dll.__uncaught_exception
So it 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=25950
Summary: SEE_MASK_NO_CONSOLE flag in ShellExecuteEx have
opposite effect
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atohom(a)gmail.com
Created an attachment (id=33084)
--> (http://bugs.winehq.org/attachment.cgi?id=33084)
compiled executable
Despite of what MSDN is saying SEE_MASK_NO_CONSOLE in not equivalent of
CREATE_NEW_CONSOLE from CreateProcess, it its opposite.
On Windows this test program runs in single window, but in wine it creates
separate console.
#include <windows.h>
int main(int nargs,char *args[])
{
SHELLEXECUTEINFOW si={sizeof(si)};
si.fMask=SEE_MASK_FLAG_NO_UI|SEE_MASK_NOASYNC|SEE_MASK_NOCLOSEPROCESS|SEE_MASK_NO_CONSOLE;
si.lpFile=L"cmd.exe";
si.lpParameters=L"/C dir && pause";
si.nShow = SW_SHOWNORMAL;
ShellExecuteExW(&si);
WaitForSingleObject(si.hProcess, INFINITE);
return 0;
}
--
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=21895
Summary: assertion "next->protect & VPROT_SYSTEM" failed:
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: OpenBSD
Status: UNCONFIRMED
Keywords: download, source
Severity: trivial
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
wine: created the configuration directory '/home/austin/.wine'
assertion "next->protect & VPROT_SYSTEM" failed: file "virtual.c", line 512,
function "create_view"
Marking as unconfirmed, since OpenBSD needs a few out of tree patches to even
begin to start, so this may be due to those patches.
Doesn't occur on every run, semi-random. Only seems to occur on new prefix's
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=29525
Bug #: 29525
Summary: Problem with fullscreen games on dual monitors
Product: Wine
Version: 1.3.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: deveee(a)gmail.com
Classification: Unclassified
Problem is when I want to run game on dual monitors. Resolution is changing,
screen from laptop is off. Then I get this text:
X Error of failed request: BadValue (integer parameter out of range for
operation)
Major opcode of failed request: 129 (XFree86-VidModeExtension)
Minor opcode of failed request: 17 (XF86VidModeGetGammaRamp)
Value in failed request: 0x2000019
Serial number of failed request: 2480
Current serial number in output stream: 2480
When I run it second time (resolution was changed previously), game runs good.
But when I change resolution and then run game, I have text about bug again.
Problem is on all fullscreen games - for example Luxor 2.
I have this bug since update debian from squeeze-backports to wheezy/sid
Versions of packages:
wine 1.3.35
libxxf86vm1 1:1.1.1-2
x11-xserver-utils 7.6+3
xserver-common 2:1.11.2.902-1
linux-image 3.2.0-rc4-686-pae
libc6 2.13-22
xserver-xorg-video-intel 2:2.17.0-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=26496
Summary: Text on disabled widgets is often not antialiased
Product: Wine
Version: 1.3.16
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Created an attachment (id=33734)
--> (http://bugs.winehq.org/attachment.cgi?id=33734)
Sample
In many applications text on disabled widgets is not antialiased.
I'll attach a screenshot to demonstrate 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=30435
Bug #: 30435
Summary: Boson NetSim8 - Unable to run application
Product: Wine
Version: 1.5.1
Platform: x86-64
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brasshat.69(a)gmail.com
Classification: Unclassified
Created attachment 39795
--> http://bugs.winehq.org/attachment.cgi?id=39795
Output from cli on FreeBSD-10 trying to start Boson NetSim8
uname -a
FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #7 r234042: Sun Apr 8
17:36:38 EDT 2012 root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL amd64
pkg_info |grep wine
wine-fbsd64-1.5.1,1 Microsoft Windows compatibility environment
whereis wine
wine: /usr/local/bin/wine /usr/local/man/man1/wine.1.gz
/usr/ports/emulators/wine
wine --version
wine-1.5.1
On FreeBSD 10-current I have installed Wine 1.5.1. Trying to run Netsim from
the command line fails, output is 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=25696
Summary: Graphics Bug: Characters draw weird "puppeteer's"
lines
Product: Wine
Version: 1.3.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: oneofone(a)gmail.com
Created an attachment (id=32733)
--> (http://bugs.winehq.org/attachment.cgi?id=32733)
Screenshot of the lines.
There are no errors in the log, but tell me which traces you need and I will
post them.
--
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=31086
Bug #: 31086
Summary: AlfBanco crashes when user-pwd is entered
Product: Wine
Version: 1.5.7
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: akern(a)web.de
Classification: Unclassified
Created attachment 40809
--> http://bugs.winehq.org/attachment.cgi?id=40809
bugreport
Installing AlfBanco succeeds, but I can't use the programme, because it won't
accept user data.
Bugreport is 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=30253
Bug #: 30253
Summary: Q-SEE CMS 1.6.20 ControlCenter crashes when attaching
a DVR device.
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fhmanas(a)yahoo.com
Classification: Unclassified
Installed Q-SEE CMS 1.6.20 controlcenter downloaded from there site
http://qsee.custhelp.com/app/answers/detail/a_id/915
It is a DVR remote viewing software.
Installed with winetricks JET4.0, MDAC 2.7, VCRun6 (mfc42.dll). I was able to
login and move around. On setting up DVR device, it crashes (see attached zip)
I have zipped up and attached images of the error, output.txt and backtrace of
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=29820
Bug #: 29820
Summary: Killing Floor crashes with "motion blur" enabled when
you're attacked. Scope doesn't work with it disabled.
Product: Wine
Version: 1.3.37
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: legoman666(a)gmail.com
Classification: Unclassified
Created attachment 38730
--> http://bugs.winehq.org/attachment.cgi?id=38730
crash report
Latest Steam and Killing Floor as of 2/6/2012. Latest nVidia drivers. In OpenGL
mode with motion blur enabled, the game crashes with a "General Protection
Fault!" when you get attacked (but not before).
With motion blur disabled, the scope on the crossbow and similar weapons
doesn't work correctly, it just displays a white circle instead of a zoomed in
image.
Hardware:
Quadro FX 570M /w 512MB dedicated memory
4GB RAM
Intel C2D T7700 dual 2.4Ghz
--
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.