https://bugs.winehq.org/show_bug.cgi?id=41917
Bug ID: 41917
Summary: Uploading Screenshots fails
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: blue-t(a)web.de
Distribution: ---
When i tried to upload a new screenshot, all i got was an error
"unable to move Screenshot from " to 'ho
me/winehq/opt/appdb/data/screenshots/originals/50324'
File format was PNG, in case that makes any diffrence
--
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=44417
Bug ID: 44417
Summary: WINE Does Not Detect Primary Display Correctly on
macOS
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: me(a)haravikk.com
The title mostly says it all with this one; while WINE detects both of my
displays at the correct resolution etc., it unfortunately doesn't get them in
the right order, which can be annoying with games that don't offer a choice of
which screen to use when running in fullscreen mode. Usually there's a
workaround, but in some cases there is not.
To give some detail; my machine has two monitors, one is a 1680x1050 monitor
attached via DVI, and the other is a 1080p screen attached via HDMI. It seems
that the DVI connection is considered the primary screen by the GPU, so it has
to be overridden under System Preferences -> Displays to reclassify which is
the primary display.
While it's understandable that WINE would likewise prioritise the DVI screen
first, it would be nice if it could use the system's display configuration to
reorder the displays.
Searching online the impression I got is that this may be what happens under a
Linux host, but it doesn't seem to occur under macOS.
While there may be an API call that can do this more easily, the information
can be obtained from a user's
~/Library/Preferences/ByHost/com.apple.windowserver.<machine_uuid>.plist file,
where <machine_uuid> is the UUID used to identify the machine itself, though
I'm not certain what value indicates which display is the primary one, or if
it's simply the order in which they are provided (i.e- primary first).
Anyway, if WINE's method of obtaining the display information could be changed
to either get them in the order as defined by macOS's Display settings, then
this would be great.
--
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=43197
Bug ID: 43197
Summary: 5Plus: regression: Print dialog crashes with illegal
floating point operation
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: felix.huber(a)schyf.de
Distribution: ---
5Plus (a German school credits and report program) crashes with lately versions
of wine when trying to print a report. A pop-up with "Unzulässige
Gleitkommaoperation" (illegal floating point operation) occurs and the print
cancel button doesn't react anymore. Interestingly, the menu bar gets corrupted
with the first letters missing the left half.
The regression occurs here:
commit a60144ee74e1db170f04edeb8cfd3a5a17d36d46
Author: Huw Davies <huw(a)codeweavers.com>
Date: Thu Jan 26 09:30:20 2017 +0000
user32: Disable cached DCs once they are released.
Signed-off-by: Huw Davies <huw(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
:040000 040000 e4b9b15bea9e9ba5c5e59a9bc1711793f8ef38db
82429bb454753e5dd76e396abababde24e0db498 M dlls
The error is in dlls/user32/painting.c
static INT release_dc( HWND hwnd, HDC hdc, BOOL end_paint )
{
if (!(dce->flags & DCX_NORESETATTRS)) SetHookFlags( dce->hdc,
DCHF_RESETDC );
if (end_paint || (dce->flags & DCX_CACHE)) delete_clip_rgn( dce );
if (dce->flags & DCX_CACHE)
{
dce->count = 0;
SetHookFlags( dce->hdc, DCHF_DISABLEDC );
}
ret = TRUE;
}
Commenting out SetHookFlags() bings back normal behaviour.
--
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=44700
Bug ID: 44700
Summary: call to arms dll error
Product: Wine
Version: 3.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bronsonmathews(a)gmail.com
Distribution: ---
Free version available on steam:
http://store.steampowered.com/app/302670/Call_to_Arms/
When loading it gives the error "bugsplatrc resource dll not found" but that
dll is in the game folder.
See here:
https://pastebin.com/w5pUm9VK
--
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=44710
Bug ID: 44710
Summary: Give users push button solution thru winetricks or via
another means to sustain most common modern
dependencies
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zakhar.nasimov(a)gmail.com
Distribution: ---
Most professional software such as the immensely popular photoshop and the
whole adobe suite in general along with virtually EVERY OTHER professional
grade software packages NEEDS at LEAST MS.NET and VISUAL C++ Im here suggesting
to make the life of the users easier by providing a push button solution to
install the most common dependent packages for the most popular productivity
softwares. Because winetricks is horrible, it not only allows you to install
outdated and obsolete packages but many of them are listed BEFORE the most
RECENT and most USEFULL packages. Using winetricks is already challenging, its
interface is horrible enough to revert to windows if one were to try using it
to no avail. Therefore a push button solution is extremely favorable.
--
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=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.