https://bugs.winehq.org/show_bug.cgi?id=41859
Bug ID: 41859
Summary: pingo crashes when optimizing PNG images
Product: Wine
Version: 1.9.24
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: danielbermond(a)yahoo.com
Distribution: ---
Created attachment 56266
--> https://bugs.winehq.org/attachment.cgi?id=56266
pingo wine terminal log when using PNG image
With JPG image: works well.
With PNG image: it just crashes. Tested with all possible pingo options.
Without command line arguments: shows the help screen as usual.
pingo is a command line PNG/JPG image optimizer that is shipped as a single
'.exe' without needing installation.
Tested with the 3 methods of running Console User Interface programs: 'wine',
'wineconsole --backend=user' and 'wineconsole --backend=curses'. All of them
crashes when using PNG image.
Website: http://css-ig.net/pingo
Download: http://css-ig.net/tools/pingo.zip
OS: Arch Linux x86_64
Wine: 1.9.24 (with all optional dependencies installed)
pingo: 0.41
--
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=46108
Bug ID: 46108
Summary: Wine creates env var with empty string for name and it
breaks python-pip
Product: Wine
Version: 3.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: stu.axon(a)gmail.com
Distribution: ---
When I try and install things using pip (from python 2.7, since python 3.5
install doesn't work right not).
it fails, with
*** ValueError: illegal environment variable name
If I open the python interpreter I can see there is an env var with the name of
an empty string:
>>> import os
>>> os.environ['']
'Z:=Z:\\home\\stu\\Downloads'
I had a look at this outside of wine and the env var doesn't show up when
running the same python.
I edited pythons pip code to remove the env var:
~/.wine/drive_c/Python27/Lib/site-packages/pip/_internal/utils/misc.py
I changed these lines:
env = os.environ.copy()
if extra_environ:
env.update(extra_environ)
To:
env = os.environ.copy()
if extra_environ:
env.update(extra_environ)
env.pop('')
And then pip succeeds
--
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=46832
Bug ID: 46832
Summary: Drag and drop of multiple files
Product: Wine
Version: 4.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: k8auf1947(a)cometchaser.de
Distribution: ---
Created attachment 63865
--> https://bugs.winehq.org/attachment.cgi?id=63865
Screenshot how to find the function used to drag and drop
Hi,
Drag and drop of multiple fit - files in the commercial application Astroart
6.0 doesn't work as in Windows.
I attached a screenshot. Drag and drop can also be made with jpg files. I
normally use it with fit files.
Astroart: http://www.msb-astroart.com/
I can provide the Setup file.
--
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=46170
Bug ID: 46170
Summary: Programs that get MIDI data from the "Midi Through"
port will crash
Product: Wine
Version: 3.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: realnc(a)gmail.com
Distribution: ---
Created attachment 62822
--> https://bugs.winehq.org/attachment.cgi?id=62822
Example MIDI file that reproduces the crash.
Any Windows software that is configured to use the ALSA "Midi Through" port for
MIDI input (as provided by the snd-seq-dummy kernel module) will crash with a
page fault exception dialog. This only happens with certain MIDI data. It seems
to depend on the speed of the MIDI data.
The issue was originally discovered by using the Linux version of ScummVM
together with the Windows program "Falcosoft Midiplayer" as a means of using a
Windows-only VSTi as a software MIDI synth for ScummVM. In such a setup, the
Linux program is configured to use the "Midi Through" port as MIDI-out, and the
Windows program is configured to use it as MIDI-in.
However, after capturing the specific MIDI data that triggers the crash into a
*.mid file, playing that file in any MIDI player that uses "Midi Through" for
MIDI-out and *any* Windows MIDI program that uses "Midi Through" as MIDI-in,
will crash the Windows program.
The problem is reproducible by at least two people on two different machines.
It is reproducible by building current Wine Git master, without any third-party
patches, and on a cleared ~/.wine directory. Example steps to reproduce this
are:
1. Make sure the "Midi Through" port is available. aplaymidi -l should list
something like:
$ aplaymidi -l
Port Client name Port name
14:0 Midi Through Midi Through Port-0
"Midi Through" is port 14:0 here. If no such port exists, load the
"snd-seq-dummy" kernel module:
$ modprobe snd-seq-dummy
2. Download the attached "crash.mid" file.
3. Download the Falcosoft Midiplayer from:
http://falcosoft.hu/softwares.html#midiplayer
4. Run MidiPlayer.exe in Wine and click the gear icon to open the settings.
Check the "Use Bass (Soundfonts/VSTi)" checkbox (this is only necessary in
order to avoid an unrelated Wine crash.) In the "Midi In" group, check the
"Active" checkbox. In the "Input Port" drop-down selection list, select "Midi
Through Port-0". Click OK.
5. Play the "crash.mid" file using a Linux MIDI player, like aplaymidi, telling
it to use the Midi Through port as output:
$ aplaymidi -p 14 crash.mid
Substitute "14" with the actual port if it differs on your system. It might
take a few attempts before the crash occurs. Here, it crashes about 80% of the
time.
The above steps are just an example. The crash is reproducible with any other
Windows MIDI client, not just the Falcosoft one. See:
https://www.vogons.org/viewtopic.php?f=24&t=48207&start=760#p714667
--
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=47160
Bug ID: 47160
Summary: wine-staging is unable to execute executable which is
soft link in linux.
Product: Wine-staging
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: l12436(a)yahoo.com.tw
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Since recently wine-staging version, wine-staging is no longer able to
successful recognize soft link directory or executable.
I have many directory is soft link to save disk space.
I can not found which patch cause this issue.
--
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=47273
Bug ID: 47273
Summary: Unix symlinks no longer work in wine-staging 4.8
Product: Wine-staging
Version: 4.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Keywords: regression
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gabrielopcode(a)gmail.com
CC: erich.e.hoover(a)gmail.com, leslie_alistair(a)hotmail.com,
z.figura12(a)gmail.com
Distribution: ---
With wine-staging-4.8, symlinks created on Linux (i.e. outside of Wine) to
directories no longer work in Wine. They show up as empty files. Previously,
and on wine-devel, they work just fine and even show up as symlinks under file
managers.
The culprit seems to be the updated ntdll-Junction_Points patchset, though I've
no idea what part of it specifically does this.
I know that support for NT symlinks and junctions was updated to differentiate
them, but IMO support for native unix symlinks should remain as it was before
this updated patchset, so they continue to work like before. Many people,
including me, rely on that for our workflow.
Unfortunately I don't know how to bisect wine-staging patches so I can't
pinpoint exactly which patch in the series is responsible for this regression.
--
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=37443
Bug ID: 37443
Summary: Civilization 5 unhandled exeption when starting new
game /w Expansions
Product: Wine
Version: 1.7.29
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ptrampau(a)gmail.com
Distribution: ---
Created attachment 49814
--> https://bugs.winehq.org/attachment.cgi?id=49814
crash output
When starting a new game Civ5 crashes during loading screen (you can hear about
half of the text narrated, then crash)
I have both Gods and Kings and brave new World Addons.
--
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=46134
Bug ID: 46134
Summary: QuickBooks 2018 Premier: Setup fails after accepting
license agreement.
Product: Wine
Version: 3.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: operations(a)yocopcs.com
Distribution: ---
Created attachment 62779
--> https://bugs.winehq.org/attachment.cgi?id=62779
Terminal output from setup program.
System Configuration
Debian 9.5.0 Stretch x86-64
Wine 3.20 Staging
x86 Wineprefix with ie8,ie7, dotnet462, msxml6, vcrun2005-2017, corefonts, and
msls31.
Starting QuickBooks 2018 setup crashes wine after accepting the license
agreement. Unfortunately Intuit does not provide a direct download of the full
setup file, instead using Akamai Download Manager to download the file I used.
I did not try Akamai Download Manager in this test.
--
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=42714
Bug ID: 42714
Summary: frequent crash while downloading Grand Theft Auto V
update (win7 mode; 64bit prefix; staging)
Product: Wine
Version: 2.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: o.dierick(a)piezo-forte.be
Distribution: ---
Created attachment 57688
--> https://bugs.winehq.org/attachment.cgi?id=57688
standard terminal output
New install of GTAV (DVD version). After login the game tries to update itself
with a multi-GB download. The download fails either with a lost connection
error "code 203", or crash. Error "code 203" is seen on Windows too so that may
be not wine fault, but the crash are not. After restarting the application, the
download resumes where it left and fails almost instantly.
When the download fails it leaves a .part file in the game directory. When the
.part file is deleted, restarting the application makes the download continue
for a varying amount of time (probably depending on the size of the next file
it downloads).
The whole thing is not yet downloaded so I can't say if the download get
corrupted or not.
Using wine-staging 2.4
Linux 3.16.0-4-amd64 #1 SMP Debian 3.16.39-1+deb8u2 (2017-03-07) x86_64
GNU/Linux
Nvidia GTX970 Debian driver 375.26
--
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.