https://bugs.winehq.org/show_bug.cgi?id=42489
Bug ID: 42489
Summary: in fedora 25, install source insight versions 4.0.80,
the height of the toolbar is too big and cannot
adjust.
Product: Wine
Version: 2.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zuogang(a)huawei.com
Distribution: ---
see the attachment.
--
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=43628
Bug ID: 43628
Summary: Linux application cannot be run if they are built with
-pie
Product: Wine
Version: 2.15
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
Compile the following program
#include <stdio.h>
int main(int argc, char args[])
{
printf("Hello World\n");
return 0;
};
gcc -no-pie -o hello hello.c
gcc -pie -o hello2 hello.c
Now run
wine cmd /c path/to/hello
The first exe will run normally (assuming your environment is setup) where as
the second doesn't.
The appears to be an issue when moving from Mint 17 to Mint 18. (as an
example).
--
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=43394
Bug ID: 43394
Summary: backtrace.txt
Product: Wine
Version: 0.9.
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fatcandypapa20(a)gmail.com
Distribution: ---
Booter bug
--
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=25157
Summary: Black Prophecy crashes on unimplemented function
msvcr100.dll._wcsupr_s_l
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Reported in
http://appdb.winehq.org/objectManager.php?sClass=version&iId=21946&iTesting…
('winetricks vcrun2010' ought to work around it, but supposedly doesn't?)
--
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=2948
Fabian Maurer <dark.shadow4(a)web.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dark.shadow4(a)web.de
--- Comment #21 from Fabian Maurer <dark.shadow4(a)web.de> ---
Created attachment 59029
--> https://bugs.winehq.org/attachment.cgi?id=59029
Screenshot on Win7
As of wine 2.15 the edit-control behaves like in Windows XP, listbox doesn't.
However, there is a difference in behavior between Win7 and Win XP, see
attached screenshot. How would be handle that difference?
--
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=7961
Fabian Maurer <dark.shadow4(a)web.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dark.shadow4(a)web.de
--- Comment #19 from Fabian Maurer <dark.shadow4(a)web.de> ---
Still exists as of wine-2.15.
--
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=8028
Fabian Maurer <dark.shadow4(a)web.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dark.shadow4(a)web.de
--- Comment #19 from Fabian Maurer <dark.shadow4(a)web.de> ---
Still exists as of wine-2.15.
--
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=43610
Bug ID: 43610
Summary: Spybot installer has irresponsive window (radio
buttons can not be clicked)
Product: Wine
Version: 2.15
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xerox_xerox2000(a)yahoo.co.uk
Distribution: ---
As the title says; the next to the radiobuttons is flickering, the window
doesn`t seem to respond to any action. The console output doesn`t really say
anything
--
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=40701
Bug ID: 40701
Summary: COCO simulator: Aborting of painting upon concurrent
WM_PAINT messages
Product: Wine
Version: 1.9.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kooijman(a)clarkson.edu
Distribution: ---
Under wine v1.9.9 while using COCO v3.1.0.1(from http://cocosimulator.org/) I
encountered a problem with the painting of window elements during a simulation.
Normally this would cause parts of the flowsheets to light up in a different
color while each part is being solved but now this is no longer the case. The
problem is not related to any particular flowsheet being solved, you can take
any example from the samples they have online at
http://cocosimulator.org/index_sample.html
Note this bug occurs after the most recent bug update from COCO, titled
"prevent problems due to re-entrancy in painting methods caused by STA threads
in 3rd party modules", see http://cocosimulator.org/index_changes.html. I
contacted author jasper van baten <jasper(a)amsterchem.com>. He commented that
"COM is flawed in the matter of thread safety in case there is somewhere any
STA compartment which means that WM_PAINT messages can come in concurrently. If
this is detected, paint is aborted and a private message is posted (which is
received non-concurrently in the main windowing thread) and the window update
proceeds from there. I am guessing wine has a bug that makes this message does
not arrive." Jasper recommended me to go back to using the stable version 1.8
for there the problem does not occur according to him. I fear that going back
would just postpone the issue for me and hence I wanted to report it as a bug.
Harry
--
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=43593
Bug ID: 43593
Summary: wine crashes with page fault running perl PPM
Product: Wine
Version: 2.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexchandel(a)gmail.com
Distribution: ---
Created attachment 59007
--> https://bugs.winehq.org/attachment.cgi?id=59007
wine-2.15-backtrace.txt
It happens when I search for "XPath" in perl's PPM using wine-2.15.
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.