https://bugs.winehq.org/show_bug.cgi?id=48642
Bug ID: 48642
Summary: kernel32:process contains a race condition in
test_WaitForJobObject()
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
Created attachment 66499
--> https://bugs.winehq.org/attachment.cgi?id=66499
Patch to reproduce and diagnose rare kernel32:process failures
The last test of test_WaitForJobObject() contains a race condition:
create_process("exit", &pi);
// -> Starts a child process which exits almost immediately
ret = pAssignProcessToJobObject(job, pi.hProcess);
// -> If the child has already exited this call fails
This rarely happens (~1% failure rate) but happened on the w864 and w1064v1709
64 bit tests in this job:
https://testbot.winehq.org/JobDetails.pl?Key=65660
--
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=23523
Summary: Call of Juarez DX10 Benchmark does not start
Product: Wine
Version: 1.2-rc6
Platform: x86-64
URL: http://games.on.net/file/9061/Call_of_Juarez_DirectX_1
0_Benchmark_Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: the.ideals(a)gmail.com
Created an attachment (id=29364)
--> (http://bugs.winehq.org/attachment.cgi?id=29364)
Crash log
After running the launcher for the software; it crashed.
--
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=48276
Bug ID: 48276
Summary: VSDC Video Editor needs VT_VECTOR|VT_I4 support in
PropertyStorage_ReadProperty
Product: Wine
Version: 4.21
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: ---
With bug 42046 fixed, this appears in terminal output multiple times when
starting application:
---
0025:fixme:storage:PropertyStorage_ReadProperty unsupported type 4099
---
Does not cause any hard failures as far as I can tell.
--
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=35671
Bug ID: 35671
Summary: I got error "Division by zero" in ERD Concepts 6 when
relations editing
Product: Wine
Version: 1.6.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: svbutsenko(a)gmail.com
I use ERD Concepts 6 under wine on Ubuntu 13.04 x64. When I edit relation - I
got error "Division by zero". On windows all works fine. Is there any chance
that this bug will be fixed? Thanks.
See screenshot: http://i.imgur.com/xbXRzv9.png
Site: http://www.erdconcepts.com/
--
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=32114
Bug #: 32114
Summary: Dialog resizing glitches, slow panning when zooming,
minor traces
Product: Wine
Version: 1.5.16
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: testelor(a)yahoo.com
Classification: Unclassified
Hello
And my apologies for any language errors, I'll "do my best", though.
- I -
Since version 1.5.12 (Linux Mint 13, current version 1.5.16), LTspice seems to
suffer from a slow "click-and-drag" panning after zooming, which seems to be
related to font smoothing. Not being a guru, I reverted to the last version
(1.5.12) which, even if the text isn't anti-aliased after zooming it over a
certain amount (I use these customized settings: http://www.sharpfonts.co.cc/ ,
sharp fonts), it allows for smooth panning.
I can't screenshot the sluggishness, but it can be easily verified by lacing a
fair amount of devices, creating a schematic which, after pressing space (zoom
to fit), will make the fonts barely readable. Then use the mouse-wheel to
scroll and the pan.
- II -
Another problem is since I can't remember when, but it's not something that
really gets in the way, it can be overcome, but now that I'm here I may as well
mention them:
1. Placing a component on the schematic and Ctrl-right-clicking on it;
2. Adding a SPICE directive ('S' key) or a text ('T' key)
3. Ctrl-right-clicking on a component's name
All will make use of some dialog windows which allow text entries: 1 has
table-like entries, 2 has a multi-line entry and 3 uses a one-line entry. The
problem arises when launching LTspice with the simple "wine LTspice.exe"
command (terminal, launcher, etc), which makes use of LTspice's built-in
detection of a WINE environment.
1. In the dialog window that opens, a line that takes more than the default
window (entry) width will be cropped. Nothing unusual, but the line of text
normally follows the last typed characters, to be able to see what you're
currently doing; instead, the line of characters seems anchored to the first
one leaving you typing blindly ahead. (screenshot1.png)
2. Typing a full line and beyond will make things just like above. You can
Ctrl-enter for a new line, but it's the same, all the way down. However, here
you will get to see the "current typing" line. (screenshot2.png)
There's a nastier glitch if you have a mile long line among the others, because
when right-clicking on it to edit it, the I-beam cursor will not move it's
position, furthermore delete or backspace are invisible; this can be avoided by
breaking it into multiple lines with ctrl-enter and adding "+ " at the
beginning of the new line, for SPICE directives. (screenshot3.png,
screeshot4.png)
3. This only has problems with resizing (see below).
Trying to resize the dialog windows will let you do so, but the internal area
won't (I can only imagine what alien description will this seem to you)
(screenshot5.png, screenshot6.png). Therefore for #1 you won't know what
happens if (e.g.) you have a rather long formula to be implemented, for #2, if
there are lots of parameters to be defined, you're left scrolling like crazy,
not being able to see more than 4 lines and cropped, too, while for #3, well, I
suppose that won't matter as much if #1 gets done, because #1 displays all
possible lines (where there's the case).
Now, using "wine LTspice.exe -nowine" (LTspice specific switch) will get around
these problems -- and it's the current way of launching for me -- in that it
will allow proper resizing of dialog windows, but not the cropping of the
longer test line, however...
- III -
...the price to pay will be that using F8 to move a component will leave
crumble-like traces behind (F5, copy, F7, cut, the same) (screenshot7.png).
Minor glitch, though.
PS: I'll add the screenshots after this, it seems to only allow one
attachement.
--
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=45967
Bug ID: 45967
Summary: Beat hazard 2 - bad network/float behavior
Product: Wine
Version: 3.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: spleefer90(a)gmail.com
Distribution: ---
Tested with DXVK 0.81 and wine-devel/staging 3.17.
git staging from yesterday(maybe earlier) seems incapable of launching steam,
so stable versions.
Game hard crashes on wine-devel when trying to start a round of the game but
that's irrelevant for this report(as it works on staging).
The game didn't even go through the version check at bootup until the developer
changed a variable with float into an int.
Current problems are some kind of message check happening over and over in the
main menu, leaderboards only showing score and not any other information, and
ingame leaderboards fluctuating between completely random score.
Game also crashes when trying to view some leaderboards tab, although am not
sure if that relates to the network issue, if it even is a network issue
The only relevant log WINE ever throws is
003a:fixme:wininet:InternetCheckConnectionW (L"https://aws.amazon.com/" 1 0)
Which I don't think is behind the issue.
Developer is reachable on Discord - https://discord.gg/beathazard
--
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=47056
Bug ID: 47056
Summary: Solid Edge v15: Program freeze on File->Open
Product: Wine
Version: 4.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: arvidb(a)fripost.org
Distribution: Mint
Created attachment 64223
--> https://bugs.winehq.org/attachment.cgi?id=64223
Terminal log
After program start ('WINEARCH=win32 wine Edge.exe'), when File->Open (or
File->New) is used, the program freezes (i.e. no response to mouse or keyboard
input, no window redraws).
Possibly related to "fixme:storage:PropertyStorage_ReadProperty unsupported
type 72" message. See attachment for a more detailed description.
--
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=48698
Bug ID: 48698
Summary: Rexygen installer fails with "Unknown method"
(regression)
Product: Wine
Version: 5.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
Assignee: wine-bugs(a)winehq.org
Reporter: rpisl(a)seznam.cz
Distribution: ---
Created attachment 66572
--> https://bugs.winehq.org/attachment.cgi?id=66572
WINEDEBUG=+ole console log
Rexygen installer (InnoSetup) fails with runtime error: Unknown method after
fa0491f23924d17e6b4f84df1c2706d15e8ab0f7 so this is a regression. It fails
immediately after language selection. Reverting the commit fixes the problem.
--
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=41305
Bug ID: 41305
Summary: Might and Magic VI: Game hangs before intro video
(making it unplayable) [regression]
Product: Wine
Version: 1.9.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)iooioio.orion.uberspace.de
Distribution: ---
Created attachment 55633
--> https://bugs.winehq.org/attachment.cgi?id=55633
Console output with Wine 1.6.2 (no bug)
The GOG version of Might and Magic VI hangs with Wine 1.9.18 before the story
intro video for the game begins (after the second "ad video"). This makes it
impossible to reach the main menu and actually start playing.
Interestingly, the issue does not occur with Wine 1.6.2.
I am attaching the console output for a run with both Wine 1.6.2 and Wine
1.9.18.
--
Some additional info about my system (just in case):
Distro: Linux Mint 17.3 (64 bit)
Kernel: 4.4.0-21-generic
Graphics: Proprietary NVIDIA 367.35
--
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=40854
Bug ID: 40854
Summary: Flash Player 22 crashes when it is installed
Product: Wine
Version: 1.6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: joemars694(a)gmail.com
Distribution: ---
Created attachment 54855
--> https://bugs.winehq.org/attachment.cgi?id=54855
The error is here in bactrace.txt
Hi...I have a problem with Wine
When I installed Adobe Flash Player 22, Wine crashes and send me a error
message
The error is attached
This is my first time using Wine
Wine Version: 1.6.2
--
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.