https://bugs.winehq.org/show_bug.cgi?id=7425
Michael Stefaniuc <mstefani(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mstefani(a)winehq.org
--- Comment #40 from Michael Stefaniuc <mstefani(a)winehq.org> ---
The original bug is fixed.
Please open a new bug report and attach the output of running the game with:
WINEDEBUG="+seh,+dsound,+dsound3d,+dswave,+dmband,+dmcompos,+dmdump,+dmfile,+dmfileraw,+dmime,+dmloader,+dmobj,+dmscript,+dmstyle,+dmsynth,+dmusic"
--
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=44714
Bug ID: 44714
Summary: Warhammer Vermintide 2 black screen on startup
Product: Wine
Version: 3.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: holzminister(a)t-online.de
Distribution: ---
Created attachment 60720
--> https://bugs.winehq.org/attachment.cgi?id=60720
log of startup with wine 3.3
When I startup Warhammer Vermintide 2 I get an black screen. There are some err
in the log but I don't know what I could do about it.
--
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=44316
Bug ID: 44316
Summary: tried to load gecko and crashed
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: davemitchell(a)swbell.net
Created attachment 60164
--> https://bugs.winehq.org/attachment.cgi?id=60164
crash report
crashed ace money
--
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=44705
Bug ID: 44705
Summary: Let users pick their favorite VMs
Product: Wine-Testbot
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
Now that it's possible to have multiple snapshots per VM there will be a lot
more test configurations. When a user submits a job he may only be interested
in some of them but currently he will have to systematically unselect those he
does not want (or select the extra ones he's interested in).
For instance one may not be interested in the various locale VMs when working
on a mutex test for instance; or on the contrary only be interested in the
locale VMs and not in the other Windows versions when working on a locale
related test.
When going through a few iterations of a test this can quickly become
bothersome. So it would be nice to provide a way for a user to pick the VMs to
be selected by default.
* This could be a user setting dialog.
* Or the TestBot could automatically remember that user's last VM selection and
reuse it for the next job.
* Or there could be a 'Use the same VMs as for the last job' button. This could
either go to the next step, or remain on the page and adjust the VM selection
using a bit of JavaScript.
On the backend side this information could be stored in the form of a UserVMs
table with the following columns:
UserName
VMName
Then the Submit.pl script would read from this table to initialize the VM
selection table for step 2 of the submission process.
--
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=44694
Bug ID: 44694
Summary: Puredata 0.48: cscript, cannot install plugins
Product: Wine
Version: 3.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jp-dev(a)inbox.ru
Distribution: ---
Pd has a feature to download and install plugins into the software from an
internet repository.
Most plugins are contained in zip files. On Wine, these zips don't extract.
It's because the Windows version invokes a vbs file for the extraction, and in
Wine this fails.
OS: Arch Linux x86_64, latest
How to reproduce:
1) Install Pd 0.48 vanilla. (http://puredata.info/downloads/pure-data)
2) Run bin/pd.exe. Open Help>Find externals.
3) Enter search terms for a particular package (eg. "cyclone")
4) Pick one of the .zip versions. It shows the destination folder. Click yes
to validate.
5) There is a silent failure. The destination folder is empty.
This appears in the console
003a:fixme:vbscript:VBScript_SetScriptState unimplemented
SCRIPTSTATE_INITIALIZED
003a:fixme:vbscript:do_mcall NULL obj
Detail:
This is the source of the script in question, relevant lines highlighted,
embedded in Tcl code.
https://git.io/vApzO
In my limited understanding of vbs, I think it's because Shell.NameSpace is
attempted on a path which is not an ordinary directory, but a zip archive.
It returns the NULL value and results in the error message seen above.
--
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=12123
Summary: Wall Street Advisor 1.27 redraw problems
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.lathuy.com/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Now that bug 7430 is fixed, on to runtime problems.
To install this app, first to
sh winetricks vcrun6 wsh56
Start the app. You'll see a tree control on the left
whose root node flashes constantly. Also, the main
pane doesn't redraw properly when you drag some
unrelated window in front of it.
(Also, the app outputs
err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not
registered
on startup. I think that's associated with ado15, but
doing winetricks art2kmin doesn't seem to help that...? ADO has
always been a mystery to me. But that's a different bug.)
--
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=7430
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
OS|other |Linux
Hardware|Other |x86
CC| |focht(a)gmx.net
Version|unspecified |0.9.30.
--
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=44674
Bug ID: 44674
Summary: The TL866 minipro programmer can't read data via USB
Product: Wine
Version: 3.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: hid
Assignee: wine-bugs(a)winehq.org
Reporter: szg0000(a)freemail.hu
Distribution: ---
Created attachment 60681
--> https://bugs.winehq.org/attachment.cgi?id=60681
picture
The MiniPro programmer can't read device data via USB connection.
see Attachments
--
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=42611
Bug ID: 42611
Summary: Slides in Slide pane/New Slide dropdown are not
rendered properly in PowerPoint 2013
Product: Wine
Version: 2.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: isiraseneviratne(a)yahoo.com
Distribution: Ubuntu
Created attachment 57557
--> https://bugs.winehq.org/attachment.cgi?id=57557
Screenshot of PowerPoint 2013
In PowerPoint 2013, most slides in the Slide pane and New Slide dropdown appear
as black boxes, but sometimes they appear as white boxes with a red cross (in
the New Slide dropdown) or appear normally.
--
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=44107
Bug ID: 44107
Summary: Prey (2017) - Audio sometimes crackling
Product: Wine
Version: 2.21
Hardware: x86
URL: http://store.steampowered.com/app/480490/Prey/
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Sometimes, especially after playing for a while, the audio starts crackling, it
seriously distorts voices. A restart of the game fixes the issue, at least
temporarily.
I don't know of a way to reliably reproduce this issue. I also should mention
that I use wine-staging-2.21, since I didn't get it to run with vanilla wine.
Demo is available on steam.
--
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.