https://bugs.winehq.org/show_bug.cgi?id=39441
Bug ID: 39441
Summary: The reverts keep getting slower
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: ---
A revert that would take under 10 seconds right after creating the snapshot
would take over 7 minutes 6 months later. So every few months this would cause
the TestBot to become really sluggish and barely able to keep up with the patch
influx. Restarting libvirt, rebooting the host, restoring the VM from backup or
even transferring it to another host had no effect on the revert time.
While the revert is taking place the QEmu process fully occupies one core, no
disk I/O is performed and the VM is not running. The exact reason is not yet
known exactly but it seems to have to do with the VM's timer devices,
particularly the rtc one.
To confuse matters further not all VMs are affected: only Windows 2000, XP,
2003, 2008 and 10 suffer from this. The other post Windows Vista are immune.
Yet the guest is not active while the revert is taking place so it should not
have an impact on it.
Finally at WineConf 2015 it was discovered that the revert time of a live
snapshot is simply proportional to the snapshot's age.
This yielded a first workaround which is to refresh the live snapshots
regularly.
Further investigation showed that the common point between the impacted live
snapshots is that they all have the following clock settings
<clock offset='localtime'>
<timer name='rtc' tickpolicy='delay'/>
<timer name='pit' tickpolicy='delay'/>
<timer name='hpet' present='no'/>
</clock>
while the unaffected VMs have
<clock offset='localtime'/>
But switching from the former to the latter does not fix the affected VMs.
Still this lead to a better fix which has now been put in place: setting
track='guest' on the rtc timer.
Regardless, something is wrong with the way QEmu handles timers and live
snapshots so a bug was reported:
https://bugs.launchpad.net/qemu/+bug/1505041
Maybe this will shed some light on what's really happening and what the correct
timer settings are.
--
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=44581
Bug ID: 44581
Summary: *.winehq.org tls certificate deprecated
(Symantec/GeoTrust/RapidSSL)
Product: WineHQ.org
Version: unspecified
Hardware: Other
OS: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tyng(a)cock.li
https://groups.google.com/forum/#!msg/mozilla.dev.security.policy/Oaeqtddo_…
as of today for firefox nightly:
Error code: SEC_ERROR_UNKNOWN_ISSUER
--
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=44844
Bug ID: 44844
Summary: Typo in description of rsaenh component
Product: WineHQ Bugzilla
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
CC: austinenglish(a)gmail.com
Created attachment 60897
--> https://bugs.winehq.org/attachment.cgi?id=60897
Screenshot showing the bug (typo)
It says "cyrpto" instead of "crypto".
Link: https://bugs.winehq.org/describecomponents.cgi?product=Wine
--
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=37104
Bug ID: 37104
Summary: Infinite revert loop
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
The current task scheduling algorithm can enter into an infinite revert loop
while trying to prepare VMs for the next tasks. Assume the following settings:
$MaxRevertingVMs = 2;
$MaxRevertsWhileRunningVMs = 0;
$MaxActiveVMs = 2;
Then the following sequence can play out:
| Steps
VM | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8
----+-----+-----+-----+-----+-----+-----+-----+-----
vm1 | rev | idl | off | off | rev | rev | rev | ...
vm2 | rev | rev | rev | idl | off | off | rev | ...
vm3 | off | off | rev | rev | rev | idl | off | ...
The issue happens in steps 2, 4 and 6.
The scheduler can shut down idle VMs to replace them with VMs that are more
appropriate for the upcoming tasks. This is what happens in these steps: it
decides the idle VM it just prepared is not what it wants after all, and thus
shuts it down and prepares another one.
The problem is it keeps changing its mind over and over and can never actually
start a task because there is always a reverting VM and
$MaxRevertsWhileRunningVMs = 0.
Another prerequisite for this scenario to play out is probably to have multiple
tasks have the exact same priority, so that their order is undefined. But
regardless, the scheduler should probably not be shutting down an idle VM that
has an actual 'pending' task.
--
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=45921
Bug ID: 45921
Summary: Wrapper 2.22
Product: Packaging
Version: unspecified
Hardware: Other
OS: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: skimark1(a)gmail.com
CC: michael(a)fds-team.de, sebastian(a)fds-team.de
I'm using Wrapper Wineskin 2.6.2 with Engine WS9Wine2.22. I don't get any
installed printers listed with any app I create on my 2017 iMac running Mojave.
This isn't a new issue in that the same problem existed in High Sierra before
the update. I tested all the engines and the only one that displays my printers
is 2.18. Problem, for some reason 2.18 has been removed from the list of
available engines. Please make 2.18 available again, and also, please fix 2.22
to show printers and also any future versions of the engine.
2.18 works good for me with the 3 apps I have created in that 2.18 and above
will allow the built-in help system for each app to function, but the printers
won't display as available in anything but 2.18.
Thanks for all you do!
--
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=39470
Bug ID: 39470
Summary: https://bugs.winehq.org/page.cgi?id=fields.html needs
to be updated to include new statuses
Product: WineHQ Bugzilla
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dimesio(a)earthlink.net
Distribution: ---
NEEDINFO and STAGED need to be added and UPSTREAM needs to be changed to
NOTOURBUG.
--
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=42160
Bug ID: 42160
Summary: Need ddraw component
Product: WineHQ Bugzilla
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
I just tried to file a bug in ddraw.dll and couldn't find any component option
for it. Something like "directx-ddraw" 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=44080
Bug ID: 44080
Summary: Update descriptions in
https://bugs.winehq.org/enter_bug.cgi to use HTTPS
URLs
Product: WineHQ Bugzilla
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pmenzel+bugs.winehq.org(a)molgen.mpg.de
CC: austinenglish(a)gmail.com
Distribution: ---
Please use the more secure HTTPS URLs in the descriptions of the Bugzilla
components.
--
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=39411
Bug ID: 39411
Summary: Provide a way to monitor VM revert times
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: ---
It would be nice to have a graph of the VM revert times to verify that
everything is working fine (or conversely to get a better sense that things are
wrong and action is needed).
Currently the way to do so is to ask Alexandre for the WineTestBot log, run a
perl script on it to get a CSV, and import the CSV in a spreadsheet to graph
the data. That's pretty cumbersome and obviously does not permit regular
monitoring.
Providing per-VM revert time graphs, maybe using something like RRDtool would
be really nice.
But then one could argue that revert times should just be low and stay that way
and that then monitoring them may not be needed.
--
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=31784
Bug #: 31784
Summary: Add support for VM snapshots
Product: Wine-Testbot
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
As we expand the number of configurations to test it seems wasteful to have to
create and maintain a brand new VM just for them. In a lot of cases all we need
is to slightly reconfigure a VM to add a CD image, add network interfaces or
change the locale and run the test with these changes settings.
That's where snapshots can be useful: take a snapshot for each configuration we
need to test and then let the TestBot start the VM from the right snapshot.
There is a catch though: while it's possible to run the tests in two VMs in
parallel, for a given VM only one snapshot can be active at a time. There's two
consequences:
* TestBot must know about snapshot and not try to simultaneously run the tests
in two snapshots belonging to the same VM.
* If in the base configurations (those all Wine patches run on) we have a VM
with ten snapshots, it means we will need to run the tests ten times
*sequentially*. That VM is quickly going to become a bottleneck. So we should
still limit the number of snapshots per VM, at least in the base
configurations.
--
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=45115
Bug ID: 45115
Summary: Forum side menus missing background and wineglass logo
Product: WineHQ.org
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dimesio(a)earthlink.net
Distribution: ---
Created attachment 61296
--> https://bugs.winehq.org/attachment.cgi?id=61296
Screenshot of forum side menu
The forum page is now missing the wineglass logo and the backgrounds for the
side menu, probably a result of commit
3e735e7dc5292294eb593ac9774a569193a5b624.
--
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=39927
Bug ID: 39927
Summary: Update the build VM
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: ---
The current build VM is based on Debian 7.0 which is pretty old.
It would be nice to upgrade it to Debian 8.0.
* This might solve some issues with the VM sometimes going dead after a
Reconfig job.
See: https://www.winehq.org/pipermail/wine-devel/2016-January/111059.html
* This would also get us a newer MinGW compiler. This would get us newer
headers, in particular for GetConsoleScreenBufferInfoEx(). Note however that
since this is a Vista+ API and the tests must still run on Windows XP it means
that specific API would still have to be loaded dynamically in order for the
test to be accepted in Wine. But it would make things easier for quick /
preliminary tests.
See: https://www.winehq.org/pipermail/wine-devel/2015-December/110942.html
--
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=31789
Bug #: 31789
Summary: Fix handling of jscript/vbscript tests
Product: Wine-Testbot
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
Classification: Unclassified
The Wine TestBot reports failures for all patches to the jscript/vbscript
tests:
=== W7PROX64 (32 bit) ===
No test summary line found
This generates quite a bit of spam on wine-devel and is annoying and needs to
be fixed. I believe it also happens with some other tests.
--
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=45758
Bug ID: 45758
Summary: sdl_driver_init compiled without SDL support
Product: Packaging
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: andy86(a)fastwebnet.it
CC: michael(a)fds-team.de, sebastian(a)fds-team.de
Distribution: ---
Created attachment 62203
--> https://bugs.winehq.org/attachment.cgi?id=62203
WINEDEBUG=+plugplay | grep plugplay
I can't get work new controller stuff, Aric Stewart implemented, because
"sdl_driver_init compiled without SDL support".
--
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=45434
Bug ID: 45434
Summary: wine should depend on libgtk3-nocsd0:i386
Product: Packaging
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: raul(a)dias.com.br
CC: michael(a)fds-team.de, sebastian(a)fds-team.de
Distribution: ---
wine-staging:i386 3.11-staging on ubuntu package should depend on
libgtk3-nocsd0:i386.
I haven't test the -devel or standard packages, but I believe that it will be
missing too.
--
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=39410
Bug ID: 39410
Summary: Provide a way for the WineTestBot administrator to get
the WineTestBot log
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: ---
When a task fails it logs the failure into the WineTestBot log(*). The
WineTestBot Engine may also log issues into the log. Analyzing the log also
provides a way to figure out the evolution of the revert times.
But accessing the log requires having login access to the WineTestBot server
which the administrator may not have. So it would be nice to have access to the
log (or portions thereof) through an administrator-only section of the website.
(*) In the case of WineRunBuild and WineRunTask one will get most of that in
the corresponding task's log on the website, but that's not the case for
RevertVM for instance.
--
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=44764
Bug ID: 44764
Summary: Xss in your wewbsite
Product: WineHQ Bugzilla
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: whitehatbangladeshteam(a)gmail.com
CC: austinenglish(a)gmail.com
Distribution: ---
Hi!
I Am Wamim 19 Year Old Bangladeshi White Hat hacker
There's a xss on your website
Affected URL :
https://www.winehq.org/news/2017103101/
Proof of Concept URLs for XSS :
https://www.winehq.org/news/2017103101/x%22%3E%3CsvG%20onLoad=prompt(9)%3E
POC AS Screenshot
Copy and paste it any browser
Proof OF Concept with Firefox
Thanks
ALI WAMIM KHAN
--
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=46082
Bug ID: 46082
Summary: HitFilmPro: Call to unimplemented function
Fusion.dll.?Create@Fusion@fusion@biff@@SA?AV?$shared_p
tr@VFusion@fusion@biff@@@std@@AEBV?$basic_string@_WU?$
char_traits@_W@std@@V?$allocator@_W@2@@5@0@Z, aborting
Product: Wine
Version: 3.19
Hardware: x86
URL: http://installers.fxhome.com/hitfilm-pro/HitFilmPro_x6
4_10.0.8218.60494.msi
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: fusion
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: Ubuntu
Created attachment 62713
--> https://bugs.winehq.org/attachment.cgi?id=62713
console output
A user submitted this application into Appdb, i gave it a try
As the title says:
wine: Call from 0x7bc7938c to unimplemented function
Fusion.dll.?Create@Fusion@fusion@biff@@SA?AV?$shared_ptr@VFusion@fusion@biff@@@std@@AEBV?$basic_string@_WU?$char_traits@_W@std@@V?$allocator@_W@2@@5@0@Z,
aborting
This is in a fresh WINEPREFIX, after doing ``winetricks dotnet40``, and setting
fusion to native the program starts for me (the app is not a .NET app btw)
sha1sum ~/Downloads/HitFilmPro_x64_10.0.8218.60494.msi
31dd682d20dcf52f5828b856fa421e1734515752
/home/louis/Downloads/HitFilmPro_x64_10.0.8218.60494.msi
Tested in Staging 3.19
--
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=45008
Bug ID: 45008
Summary: capella 8 crashes on wine 3.0, runs fine on 1.6.2
Product: Wine
Version: 3.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: stephan.herrmann(a)berlin.de
Distribution: ---
Created attachment 61132
--> https://bugs.winehq.org/attachment.cgi?id=61132
crash log
Two linux boxes with the same version of Kubuntu 16.04 LTS.
One one box I have wine 1.6.2 and installed Capella 8 => works fine.
Today on the other box I installed wine 3.0 (following
https://wiki.winehq.org/Ubuntu selecting stable).
On that second box any attempt to start Capella 8 causes a crash.
--
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=37666
Bug ID: 37666
Summary: Quicken 2015 Home & Business Retail - Fails on Install
Product: Wine
Version: 1.7.32
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: reefland(a)gmail.com
Distribution: ---
Created attachment 50130
--> https://bugs.winehq.org/attachment.cgi?id=50130
Console messages
New Fresh WINE Prefix Creation:
WINEARCH=win32 WINEPREFIX=~/.winequicken2015 winecfg
(I set Windows 7 as OS)
WINEARCH=win32 WINEPREFIX=~/.winequicken2015 winetricks -q msxml3
WINEARCH=win32 WINEPREFIX=~/.winequicken2015 winetricks corefonts
WINEARCH=win32 WINEPREFIX=~/.winequicken2015 winetricks -q dotnet45
Installation Wizard Starts (Passes .NET tests). Upon clicking install it
fails.
Appears to be installing some kind of PDF print driver. There are no options
or other way to deselect this feature that I can find.
--- snip ---
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:ver:GetCurrentPackageId (0x33da08 (nil)): stub
err:setupapi:do_file_copyW Unsupported style(s) 0x284
fixme:printui:PrintUIEntryW command not implemented: L"i"
err:msi:ITERATE_Actions Execution halted, action L"InstallPDFDriver" returned
1627
--- snip ---
--
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=45985
Bug ID: 45985
Summary: Modern Combat Versus Crashes Before creating display.
Not just on wine-staging but on all wine versions.
Product: Wine-staging
Version: 3.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: williamtomasine(a)yandex.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 62546
--> https://bugs.winehq.org/attachment.cgi?id=62546
The Errors
It's only a handful of errors. It's not one of those programs where it spams
like 50 different errors. It's like a ton of the same one then two others.
You'll see in the attachment. It happens both when running it with proton and
regular wine. Hopefully this can be fixed :D
--
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=43876
Bug ID: 43876
Summary: It is a game for children with problems in school
Product: Packaging
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: yellow.b09(a)gmail.com
CC: michael(a)fds-team.de, sebastian(a)fds-team.de
Distribution: ---
Created attachment 59479
--> https://bugs.winehq.org/attachment.cgi?id=59479
Error Log in wine after start the .exe
i try to install an .exe file. but it follows the message, that an error
occure.
I am a linux beginner, and have no idea how i can fix this problem.
Thank you for your help. i hope that the attachment have the information that
you need. The programm is not free and have ~ 90Mb size
bye zirpe
--
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=46071
Bug ID: 46071
Summary: After installing Eudora 7.1.0.9 AND CONFIG IT - Crash
when display a message
Product: Wine
Version: 3.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mikyfolk(a)libero.it
Distribution: ---
Created attachment 62676
--> https://bugs.winehq.org/attachment.cgi?id=62676
Crash Eudora After trying to display a message (I see only a black window)
After installing Eudora 7.1.0.9 AND CONFIG IT - The splash screen doesn't
disappear, both if I resize the IN or OUT window (partially bottom of window
remain) -
Major BAD: if I open an EMail in the IN or OUT mailbox, the message doesn't
appear (BLACK Window) and Eudora crash.
If you need I send you the Eudora_7.1.0.9.EXE (17MB)
Thanks for your works.
Michele
Rome - Italy
--
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=46069
Bug ID: 46069
Summary: wine iexplore Basemark Web 3.0 does not run
Product: Wine
Version: 3.19
Hardware: x86
URL: https://web.basemark.com/
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: the.ideals(a)gmail.com
Distribution: ---
Created attachment 62674
--> https://bugs.winehq.org/attachment.cgi?id=62674
run log
wine iexplore.exe https://web.basemark.com/run/
The page does not load.
--
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=7412
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
Keywords| |localization
Version|unspecified |0.9.31.
--
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=17921
Summary: Just a translation problem
Product: Wine
Version: 1.1.18
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: laughmetal(a)gmail.com
It is just a translation problem.
I am currently using Wine 1.1.18 simplified Chinese under ubuntu. Everything
works fine, but for the translation of word "Apply", it used the tradition
Chinese notation rather than simplified Chinese one.
Not a big problem however solving it can make this program better.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=21459
Summary: Ukrainian translation for some files
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: igor-hkr(a)mail.ru
Created an attachment (id=25841)
--> (http://bugs.winehq.org/attachment.cgi?id=25841)
Ukrainian translation for some files
Ukrainian translation for
dlls/crypt32/crypt32_Uk.rc
dlls/hhctrl.ocx/Uk.rc
dlls/mpr/mpr_Uk.rc
dlls/msacm32/msacm_Uk.rc
dlls/mshtml/Uk.rc
dlls/msi/msi_Uk.rc
dlls/msvfw32/msvfw32_Uk.rc
dlls/oleaut32/oleaut32_Uk.rc
dlls/oledlg/oledlg_Uk.rc
dlls/wldap32/wldap32_Uk.rc
programs/reg/Uk.rc
programs/winhlp32/Uk.rc
programs/wordpad/Uk.rc
programs/write/Uk.rc
programs/xcopy/Uk.rc
--
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.
http://bugs.winehq.org/show_bug.cgi?id=21457
Summary: Ukrainian translation resources for credui
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: igor-hkr(a)mail.ru
Created an attachment (id=25839)
--> (http://bugs.winehq.org/attachment.cgi?id=25839)
ukrainian credui.rc
Ukrainian resources for dlls/credui.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=18461
Summary: Problem in English localization of Winelib programs
Product: Wine
Version: unspecified
Platform: All
URL: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=50499
2
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ovek(a)arcticnet.no
Most of the Winelib programs in Wine, such as winecfg, contain this in their
English localization resource (En.rc):
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
SUBLANG_DEFAULT is 1, which for English, maps to SUBLANG_ENGLISH_US. This means
that the localization in En.rc is *only* selected in an en_US locale, *not* in,
say, an en_GB locale (unless no other fallback is found).
It would probably better if these files said
LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
so that if the user has a British English user locale (from LC_MESSAGES) and a
French system locale, winecfg will show up in English, not fall back to French.
(From Debian bug #504992, linked to in the URL field.)
--
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=38122
Bug ID: 38122
Summary: Spelling mistake in Dutch crash dialog
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: computergeoffrey(a)zoho.com
Distribution: ---
When running Wine 1.7.35 on Linux, the crash dialog says in Dutch:
..."en het probleem nog niet is gerapporteed"... (translation: and the problem
has not yet been reported)
But the Dutch translation contains a mistake at this point: it should be
"gerapporteerd" and not "gerapporteed".
I hope someone can fix it as I'm not sure how to proceed :)
--
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=11136
Summary: Trados: TagEditor loosing contact with Workbench.
Product: Wine
Version: CVS/GIT
Platform: HP
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yolande(a)haneder.biz
When opening Tageditor, it should be able to open and connects to Workbench
(working OK yesterday). Now when opening TagEditor, it is prompting Workbench
but not seeing it (Workbench is opening although TagEditor says it can't open
it).
Showing in the log.
err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111
err:ole:CoGetClassObject no class object {b196b286-bab4-101a-b69c-00aa00341d07}
could be created for context 0x80000001
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{b196b284-bab4-101a-b69c-00aa00341d07}
err:rpc:I_RpcReceive we got fault packet with status 0x80004002
err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface
failed with error 0x80004002
Now imagine you try to open a file with TagEditor. It opens the file and is
immediately loosing contact with Workbench and ask you if you want to restart
Workbench (which is still not closed).
err:ole:StdMarshalImpl_ReleaseMarshalData could not map object ID to stub
manager, oxid=4d7000004d8, oid=3
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error
0x8001011d
It is now opening a SECOND workbench window with again the error.
err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111
err:ole:CoGetClassObject no class object {b196b286-bab4-101a-b69c-00aa00341d07}
could be created for context 0x80000001
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{b196b284-bab4-101a-b69c-00aa00341d07}
err:rpc:I_RpcReceive we got fault packet with status 0x80004002
err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface
failed with error 0x80004002
and asking again to reconnect as soon as you point your mouse on the text.
Any idea?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=45957
Bug ID: 45957
Summary: Playing Eve, came out of Warp and game crashed
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cef1231(a)gmail.com
Distribution: ---
Created attachment 62505
--> https://bugs.winehq.org/attachment.cgi?id=62505
Playing EVE, came out of warp and game crashed
I was playing eve. ship was docked for about an hour. started a mission, left
the docking station and started warping. When warp ended the game crashed.
--
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=46061
Bug ID: 46061
Summary: MSI uninstaller does not clean up Registry's
UpgradeCode, ProductCode
Product: Wine
Version: 3.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: reinhold.hoffmann(a)hotmail.com
Distribution: ---
This bug is the same bug as 41269.
===================================================
This bug was fixed in Wine greater 2.0.3 and was OK in Wine-3.0 a year ago.
But it is open again in Wine-3.19.
Scenario:
(1) A Windows app with version e.g. 3.1.7 is installed
(2) An new version of this app e.g. 3.1.21 gets installed with same UpgradeCode
but different Product- and PackageCode and with the directive
"RemoveExistingProducts" in the installation sequence BEFORE the new
installation.
PROBLEM:
The new 3.1.21 does not get installed automatically. In the installation
process the windows comes up again whether the former 3.1.7 should be Repaired
or Removed.
After Repair or Remove the former version gets uninstalled and the installer
terminates without installing the new 3.1.21.
BUT the installation of 3.1.21 needs to be started again.
Two years ago (Nov. 2016) we ran through a long and somehow painful discussion
and fixed the scenarion in Wine greater than 2.0.3. Also, Wine 3.0 worked fine.
But the bug is open again in Wine 3.19
--
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=42674
Bug ID: 42674
Summary: Skyrim audio crackles and pops when Wine is set to
Windows 7, plays normally for Windows XP
Product: Wine
Version: 2.4
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexchandel(a)gmail.com
After installing Skyrim on a fresh wine prefix with wine-2.4, which defaults to
Windows 7, Skyrim's audio crackles and pops and character voices are somewhat
distorted.
However, if the Windows version is changed to Windows XP in winecfg, then the
audio works perfectly.
This should not happen.
--
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=30264
Bug #: 30264
Summary: TRANSLATION: Turkish translation for shdoclc and
shdocvw
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ardatanrikulu(a)gmail.com
Classification: Unclassified
Created attachment 39536
--> http://bugs.winehq.org/attachment.cgi?id=39536
Patch
TRANSLATION: Turkish translation for shdoclc and shdocvw
Arda Tanrıkulu
ardatanrikulu(a)gmail.com
--
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.
http://bugs.winehq.org/show_bug.cgi?id=25436
Summary: Lithuanian translation of "Program files" and
"Application Data" folders (see file shell32_Lt.rc)
causes problems with some software for Windows
Product: Wine
Version: 1.3.8
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mantas(a)akl.lt
In the Lithuanian of localization of Wine "Program files" gets translated as
"Programų failai", "Application Data" - as "Programų duomenys" and "Local
Settings" - as "Vietinės nuostatos" (see file shell32_Lt.rc) causes problems
with some software for Windows.
- This is inconsistent with localized Windows (Lithuanian version) behavior,
which ALWAYS uses the name "Program files", "Application Data" and "Local
Settings".
- Some Windows software doesn't find files in these folders, as translated
folders have accented characters "ų" and "ė".
Requesting to use these translations in /dlls/shell32/shell32_Lt.rc :
IDS_APPDATA "Application Data"
IDS_LOCAL_APPDATA "Local Settings\\Application Data"
IDS_INTERNET_CACHE "Local Settings\\Temporary Internet Files"
IDS_COOKIES "Cookies"
IDS_HISTORY "Local Settings\\History"
IDS_PROGRAM_FILES "Program Files"
IDS_PROGRAM_FILES_COMMON "Program Files\\Common Files"
I can attach a patch if you like.
Same localization error was with Dutch translation, look at bug #15844
Most other Windows localizations also don't translate these folders if
translations would have accented characters, look for example at Russian or
Ukrainian localizations of WINE:
http://source.winehq.org/source/dlls/shell32/shell32_Ru.rchttp://source.winehq.org/source/dlls/shell32/shell32_Uk.rc
--
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.
http://bugs.winehq.org/show_bug.cgi?id=20883
Summary: Faults on Portuguese translation of the Winecfg.exe
program
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ricardopcosta1967(a)gmail.com
I would like to inform the following faults on Portuguese translation of
Applications section of the Winecfg.exe program: 1) the text "Versão do
Windows" appears incomplete; 2) "Adiconar aplicação...", instead of "Adicionar
aplicação...".
Thank you
--
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.
http://bugs.winehq.org/show_bug.cgi?id=15844
Summary: Weird Dutch translation for Program files folder
Product: Wine
Version: 1.0.1
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: VincentBeers(a)gmail.com
In the Dutch localization of Wine, Program files gets translated as "Programma
bestanden". This is:
- Inconsistent with Windows behaviour, which ALWAYS uses the name "Program
files".
- Bad grammar, it becomes "Programmabestanden" in Dutch, but it doesn't make it
sound any better.
Requesting the name to be reverted to "Program files".
--
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.
http://bugs.winehq.org/show_bug.cgi?id=25236
Summary: Wrong italian translation in "add/remove programs"
Product: Wine
Version: 1.3.6
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mugeta(a)virgilio.it
IDS_CPL_TITLE, "Agiungi/Rimuovi Programmi"
should be instead
"Aggiungi/Rimuovi Programmi"
--
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.
http://bugs.winehq.org/show_bug.cgi?id=25235
Summary: Wrong italian translation in "add/remove programs"
Product: Wine
Version: 1.3.6
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mugeta(a)virgilio.it
IDS_CPL_TITLE, "Agiungi/Rimuovi Programmi"
should be instead
"Aggiungi/Rimuovi Programmi"
--
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.
http://bugs.winehq.org/show_bug.cgi?id=11075
Summary: Translation error
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey(a)esin.name
Created an attachment (id=10094)
--> (http://bugs.winehq.org/attachment.cgi?id=10094)
Patch to solve this problem.
Error in translation in file wine/dlls/shell32/shell32_Ru.rc at 87 string:
MENUITEM "&Удалмть", FCIDM_SHVIEW_DELETE
must be:
MENUITEM "&Удалить", FCIDM_SHVIEW_DELETE
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24596
Summary: Italian translation for "target" should be
"destinazione" and not "obiettivo"
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: devotip(a)tiscali.it
In CMD and XCOPY the Italian translation for "target" is sometime "obiettivo"
instead of the more appropriate "destinazione"
Most of the translations are already using "destinazione"
--
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.
http://bugs.winehq.org/show_bug.cgi?id=29500
Bug #: 29500
Summary: Translation: general Romanian corrections
Product: Wine
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fulea.stefan(a)gmail.com
Classification: Unclassified
Created attachment 38202
--> http://bugs.winehq.org/attachment.cgi?id=38202
general Romanian corrections
Respecting the ReactOS guidelines
(http://www.reactos.org/wiki/Translation_Introduction#Wine_translations), I
submit this Romanian general correction patch. It's purpose is to upkeep a
synchronized Romanian terminology among the ReactOS and Wine projects, and as
well inside the Wine Romanian resources (shared or not by ReactOS).
--
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.
http://bugs.winehq.org/show_bug.cgi?id=18230
Summary: Romanian translation wrong
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: petrimetri(a)gmail.com
I'm a Romanian ReactOS translator. (For those who don't know, ReactOS is an
operating system which seeks to be 100% compatible and similar to Windows NT.)
Many translations from Wine are passed to the ReactOS project when
synchronizing the source code.
That leads to the fact that I can't directly translate and/or update any
translation of ReactOS files that are in sync with Wine. Some translations are
already done here on the Wine project but some of them are wrong (For example
Basic colours is translated incorrectly as Culori de basă when the correct
translation is Culori de bază), others don't fit with the rest of the
translations (The translations of ReactOS should retain the terminology used in
Windows. In Windows, Cancel is translated to Revocare, in Wine the translation
is Renunţă which is the imperative form of the verb a renunţa - to give up).
I was told I should speak to you if I want to change these translations but the
problem is that many Linux distributions are translated in Romanian using
Renunţă as Cancel etc and if I try to change the translation in Wine, then
the Romanian Linux-users will strongly disagree ...
What should I do? Please propose a fix.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=34447
Bug #: 34447
Summary: Make the list of embedded translations configurable
Product: Wine
Version: 1.7.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Classification: Unclassified
Currently, Wine configure script builds in all the translation languages by
default - for many of us it's wasted space and translations we don't want to
see (I have to run some applications with the ru_RU.UTF-8 locale to get correct
filenames).
Please, make it possible, e.g. via
--languages=en,en_US,lang1,lang2,lang3 ...
configure option to specify the list of translations to be built in.
--
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=46054
Bug ID: 46054
Summary: Pinball FX3 - audio doesn't work, only crackles
Product: Wine
Version: 3.18
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: ---
Tried on Arch Linux with Nvidia 396.54.09, DXVK 0.90 and wine-staging
(3.18.r10.g616bf112+wine.3.18.r114.g417e94f199-1)
Same happens when trying to play on Win XP, Win 7 or W10.
As a note, game also doesn't launch properly - launches in the between of my
two screens and drops down resolution on one of them. But that's for another
bug report.
Other than that the game seems perfect.
--
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=46044
Bug ID: 46044
Summary: Applications look for their resources and and drops
configs in my home folder
Product: Wine-staging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yoshikirby43(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Wine was working fine and applications were able to find their resources in the
folders the executables are in.Now for no reason no matter what branch of wine
I use the applications are dumping configs and looks for resources in the root
of my home folder and now games like sonic heroes don't work as it now cant
find its resources similar thing with thcrap (touhou community patcher). Both
programs were working normally but then started doing what was previously
stated.
--
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=46034
Bug ID: 46034
Summary: BitChe doesn't run
Product: Wine
Version: 3.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: luca.finizio.mgbx(a)hotmail.it
Distribution: ---
The BitChe application doesn't run. You can download the program from here:
https://download.cnet.com/Bit-Che/3000-2196_4-10543409.html
After installation, try to run it: nothing happens on my pc.
I have Linux Mint 19 Tara 64-bit, Kernel Linux 4.15.0-36-generic x86_64, MATE
1.20.1
--
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=43903
Bug ID: 43903
Summary: Prezi
Product: Packaging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: bukbr(a)yahoo.com.br
CC: michael(a)fds-team.de, sebastian(a)fds-team.de
Distribution: ---
Created attachment 59530
--> https://bugs.winehq.org/attachment.cgi?id=59530
Error Report Prezi
Download a Prezi presentation to run on 'windows', off line mode.
Open it and you'll see the issue. On last prezi version it wasn't happening.
Error report 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.
https://bugs.winehq.org/show_bug.cgi?id=4418
--- Comment #23 from joaopa <jeremielapuree(a)yahoo.fr> ---
Confirming with wine 3.19
We must note that for one second, one sees a picture, but then the black screen
occurs.
--
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=45996
Bug ID: 45996
Summary: S.T.A.L.K.E.R. Call Of Prypyat DX11 benchmark has
visual artifacts
Product: Wine
Version: 3.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: svyatpro(a)gmail.com
Distribution: ---
When you execute STALKER Call Of Prypyat benchmark in DX11 mode you experience
completely broken graphics. No textures, no object lighting, completely broken
rendering.
Benchmark download link:
http://files.gsc-game.com/st/bench/stkcop-bench-setup.exe
--
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=39207
Bug ID: 39207
Summary: Battlefield 2 Demo - Crashes
Product: Wine
Version: 1.7.51
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 52265
--> https://bugs.winehq.org/attachment.cgi?id=52265
Backtrace and console output - Slackware wine 1.7.51
Hello everyone,
one member of the German ubuntuusers.de-Forum asked about the state of this
game and I gave the demo version a try which unfortunately crashed.
The demo version can be obtained from this URL. The link in the AppDB is no
longer valid.
http://www.4players.de/4players.php/download_info/Downloads/Download/44463/…
Is it due to my graphics drivers again?
Regards,
Maik
--
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=45972
Bug ID: 45972
Summary: Lego Mindstorms EV3 1.3.1 installer crashes
Product: Wine
Version: 3.17
Hardware: x86
URL: https://le-www-live-s.legocdn.com/downloads/LMS-EV3/LM
S-EV3_Full-setup_1.3.1_en-US_WIN32.exe
OS: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: dmitry(a)baikal.ru
Distribution: ---
Warning: winetricks has a recipe to install Lego Mindstorms EV3 as 'ev3'
however it installs a lot of unnecessary things like vcrun2005, ie8 and
dotnet40 and after that it downloads an old version of the software.
In order to reproduce this bug just download the installer specified in
URL field and run it. After initial unpacking and pressing "Next" the
installer crashes, and shows its own crash handler window with a backtrace.
Fortunately after the installer has crashed it leaves in the %TEMP%
directory full installation tree under "LEGO MINDSTORMS EV3 Home Edition"
sub-directory. In order to reproduce further crashes and make the investigation
of the bug easier just locate in that directory tree MetaUninstaller.msi under
Products/MetaUninstaller/MU and run 'wine msiexec /i MetaUninstaller.msi'.
To make long story short: the crash is caused by silently failing "NIPaths"
custom action due to a failed MsiViewModify() call. MsiViewModify() failure
happens because of the check
https://source.winehq.org/git/wine.git/blob/HEAD:/dlls/msi/msiquery.c#l696
696 if ( mode == MSIMODIFY_UPDATE && rec->query != query )
697 return ERROR_FUNCTION_FAILED;
since for the remote MSIRECORD structures rec->query field always stays not
initialized (NULL). Commenting out this check makes both the MetaUninstaller
and Lego Mindstorms EV3 installations work, however this breaks the tests.
Probably one of our MSI experts has an idea how to fix this issue properly.
--
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=28923
Bug #: 28923
Summary: utorrent 2.2.1 minidumps when clicking Files tab
Product: Wine
Version: 1.3.31
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lats(a)yless4u.com.au
Classification: Unclassified
Created attachment 37181
--> http://bugs.winehq.org/attachment.cgi?id=37181
Error info
This problem seems somewhat intermittent. It occurs when clicking the Files
tab. A pop-up appears saying a minidump is written but there is no file name
in the message. utorrent stop and then starts a new window.
--
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=39355
Bug ID: 39355
Summary: The Guild 2 Demo installer crashes when starting
copying files
Product: Wine
Version: 1.7.43
Hardware: x86
URL: http://www.fileplanet.com/169779/160000/fileinfo/The-G
uild-2-Demo
OS: Linux
Status: UNCONFIRMED
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: alexhenrie24(a)gmail.com
Regression SHA1: f920dfd6984ca9227900d0f0406afb3ceb892cc5
Distribution: ---
Created attachment 52447
--> https://bugs.winehq.org/attachment.cgi?id=52447
terminal output/backtraces
To reproduce the problem start the installer with Setup.exe, follow the steps
by clicking <Next>. When the installer is about to start copying the files, it
crashes with a backtrace which looks like some kind of heap corruption.
The attachment contains 2 different backtraces, the first one was produced in
Wine that was compiled with -O2 opt. level, the second one with -O0.
According to my testing the crash was introduced by
commit f920dfd6984ca9227900d0f0406afb3ceb892cc5
Author: Alex Henrie <alexhenrie24(a)gmail.com>
Date: Wed May 13 00:33:13 2015 -0600
user32: Load hIconSmIntern from the best-matching resource.
The installer works properly with the previous commit (it just takes a very
long time to finish installation, but that was the same with previous versions
too).
wine-1.7.51-225-g3966aff
Fedora 22 32-bit
Guild_2_Demo.zip (634M)
sha1: 955f4ff07348f5d9d70a40f37d9db5c65e3acaa7
--
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=45955
Bug ID: 45955
Summary: Wineconsole: font size is not scaled with system dpi
settings
Product: Wine
Version: 3.17
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: ---
Selected console font sizes should be scaled with current DPI settings, global
or ideally per-window ones.
--
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=38422
Bug ID: 38422
Summary: Arithmetic exception in GdipMeasureCharacterRanges
Product: Wine
Version: 1.7.39
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
Assignee: wine-bugs(a)winehq.org
Reporter: bs666_1(a)hotmail.com
Distribution: ---
A program (from
http://www.sentrilock.com/cu/sentrilock/SentriCardUtilityInstaller-4.0.11.e… )
crashes with a SIGFPE.
trace:gdiplus:GdipMeasureCharacterRanges (0x1445a0 L"Groupbox" -1 0x144690
(0.00,0.00,56.88,340282346638528859811704183484516925440.00) 0x144520 1
0xe538f8)
trace:gdiplus:GdipMeasureCharacterRanges may be ignoring some format flags:
attr 800
trace:gdiplus:GdipTransformPoints (0x1445a0, 2, 0, 0x32ef14, 3)
trace:gdiplus:GdipSetMatrixElements (0x32ee44, 1.00, 0.00, 0.00, 1.00, 0.00,
0.00)
trace:gdiplus:GdipMultiplyMatrix (0x32ee44, 0x1445e0, 1)
trace:gdiplus:GdipScaleMatrix (0x32ee44, 1.00, 1.00, 1)
trace:gdiplus:GdipTransformMatrixPoints (0x32ee44, 0x32ef14, 3)
trace:gdiplus:GdipTransformPoints (0x1445a0, 2, 0, 0x32edbc, 3)
trace:gdiplus:GdipSetMatrixElements (0x32ed14, 1.00, 0.00, 0.00, 1.00, 0.00,
0.00)
trace:gdiplus:GdipMultiplyMatrix (0x32ed14, 0x1445e0, 1)
trace:gdiplus:GdipScaleMatrix (0x32ed14, 1.00, 1.00, 1)
trace:gdiplus:GdipTransformMatrixPoints (0x32ed14, 0x32edbc, 3)
trace:gdiplus:GdipSetEmpty 0x144638
Program received signal SIGFPE, Arithmetic exception.
0x7daa49b9 in ?? ()
The program works with a native gdiplus.dll.
--
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=45994
Bug ID: 45994
Summary: Affinity Designer crashes on unimplemented
mscms.WcsEnumColorProfilesSize
Product: Wine
Version: 3.18
Hardware: x86-64
URL: https://affinity.store/download/aea673/
OS: Linux
Status: NEW
Keywords: dotnet, download
Severity: normal
Priority: P2
Component: mscms
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: Ubuntu
Created attachment 62555
--> https://bugs.winehq.org/attachment.cgi?id=62555
stub for WcsEnumColorProfiles
As the title says. Attached patch fixes the crash
Note: to get it installed one needs to work around a few bugs. I did winetricks
dotnet472 and work around:
bug 23455
bug 45871
bug 45868
To start:
bug 44055 or set windows version to win8.1
--
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=45982
Bug ID: 45982
Summary: SofTalk 1.56: Exit abnormally when pressing "Play"
button ("Run-time error '5': Invalid procedure call or
argument")
Product: Wine
Version: 3.18
Hardware: x86-64
URL: https://www.vector.co.jp/soft/winnt/art/se412443.html
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: kakurasan(a)gmail.com
CC: sagawa.aki+winebugs(a)gmail.com
Distribution: ---
This is a regression (this app works in 1.9.10) but I could not find the first
bad commit due to another regression (error on startup) that was introduced by
6938fec4aeb3b94ed184e3c272e7e278f354117e [1] and fixed by
429ca40fc89df38342a28047cf387ade9e2a05dc [2]:
* Before 6938fec4aeb3b94ed184e3c272e7e278f354117e: Works
* From 6938fec4aeb3b94ed184e3c272e7e278f354117e to
85cff1717d0aeb66aa1f5d8f271ddc6a21d2e1dd: Error on startup
* Since 429ca40fc89df38342a28047cf387ade9e2a05dc: Run-time error (this bug)
Steps to reproduce:
1. Download stk01560.zip from
https://www.vector.co.jp/soft/winnt/art/se412443.html
2. Download Winetricks from
https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetric…
3. Run "chmod +x winetricks"
4. Run "./winetricks vb6run comctl32ocx"
5. Unpack stk01560.zip
6. Run softalk/SofTalk.exe on Japanese locale
7. Type "が" and press "Play (▶)" button
$ sha1sum stk01560.zip
2fa9d9e199796503748479d605b29c9607e8dec0 stk01560.zip
[1]:
https://source.winehq.org/git/wine.git/commitdiff/6938fec4aeb3b94ed184e3c27…
[2]:
https://source.winehq.org/git/wine.git/commitdiff/429ca40fc89df38342a28047c…
--
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=45904
Bug ID: 45904
Summary: RasAero II crashes when button is pressed due to
argument conversion exception.
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: paul.hansel(a)colorado.edu
Distribution: ---
RasAero II (http://www.rasaero.com) crashes immediately when pressing the
second button ("Add body tube") due to the following errors:
System.ArgumentException: Argument 'Expression' cannot be converted to type
'System.Double'.
at Microsoft.VisualBasic.Conversion.Val (System.Object Expression) [0x00000]
in <filename unknown>:0
at w.a () [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) w:a ()
at w.b (System.Object A_0, System.EventArgs A_1) [0x00000] in <filename
unknown>:0
at FarPoint.Win.Input.SuperEditLicensed.OnValueChanged (System.EventArgs e)
[0x00000] in <filename unknown>:0
at FarPoint.Win.Input.SuperEditLicensed.OnEditTextChanged (System.Object
sender, System.EventArgs e) [0x00000] in <filename unknown>:0
at FarPoint.Win.Input.FpDouble.OnEditTextChanged (System.Object sender,
System.EventArgs e) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Control.OnTextChanged (System.EventArgs e) [0x00000]
in <filename unknown>:0
at System.Windows.Forms.TextBoxBase.OnTextChanged (System.EventArgs e)
[0x00000] in <filename unknown>:0
at System.Windows.Forms.TextBoxBase.set_Text (System.String value) [0x00000]
in <filename unknown>:0
at System.Windows.Forms.TextBox.set_Text (System.String value) [0x00000] in
<filename unknown>:0
at FarPoint.Win.Input.SEditTextBox.set_Text (System.String value) [0x00000]
in <filename unknown>:0
at FarPoint.Win.Input.SEditTextBox.set_Value (System.Object value) [0x00000]
in <filename unknown>:0
at FarPoint.Win.Input.InputTextBox.set_Value (System.Object value) [0x00000]
in <filename unknown>:0
at FarPoint.Win.Input.FpDouble.SetNewFormat (System.Object val) [0x00000] in
<filename unknown>:0
at FarPoint.Win.Input.FpDouble.set_FixedPoint (Boolean value) [0x00000] in
<filename unknown>:0
at w.b () [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) w:b ()
at w..ctor () [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) w:.ctor ()
at aq.s () [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check) aq:s ()
at aq.aj (System.Object A_0, System.EventArgs A_1) [0x00000] in <filename
unknown>:0
at System.Windows.Forms.ToolStripItem.OnClick (System.EventArgs e) [0x00000]
in <filename unknown>:0
at System.Windows.Forms.ToolStripButton.OnClick (System.EventArgs e)
[0x00000] in <filename unknown>:0
at System.Windows.Forms.ToolStripItem.HandleClick (Int32 mouse_clicks,
System.EventArgs e) [0x00000] in <filename unknown>:0
at System.Windows.Forms.ToolStripItem.FireEvent (System.EventArgs e,
ToolStripItemEventType met) [0x00000] in <filename unknown>:0
at (wrapper remoting-invoke-with-check)
System.Windows.Forms.ToolStripItem:FireEvent
(System.EventArgs,System.Windows.Forms.ToolStripItemEventType)
at System.Windows.Forms.ToolStrip.OnMouseUp
(System.Windows.Forms.MouseEventArgs mea) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Control.WmLButtonUp (System.Windows.Forms.Message& m)
[0x00000] in <filename unknown>:0
at System.Windows.Forms.Control.WndProc (System.Windows.Forms.Message& m)
[0x00000] in <filename unknown>:0
at System.Windows.Forms.ScrollableControl.WndProc
(System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
at System.Windows.Forms.ToolStrip.WndProc (System.Windows.Forms.Message& m)
[0x00000] in <filename unknown>:0
at System.Windows.Forms.Control+ControlWindowTarget.OnMessage
(System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
at System.Windows.Forms.Control+ControlNativeWindow.WndProc
(System.Windows.Forms.Message& m) [0x00000] in <filename unknown>:0
at System.Windows.Forms.NativeWindow.WndProc (IntPtr hWnd, Msg msg, IntPtr
wParam, IntPtr lParam) [0x00000] in <filename unknown>:0
Shutting down finalizer thread timed out.
abnormal program termination
--
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=40289
Bug ID: 40289
Summary: winedbg --gdb fails to create process
Product: Wine
Version: 1.8.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winedbg
Assignee: wine-bugs(a)winehq.org
Reporter: vz-wine(a)zeitlins.org
Distribution: Debian
Using wine 1.8-2 from Debian jessie-backports repository I can't use winedbg
--gdb:
% winedbg --gdb notepad.exe
0023:0024: create process 'C:\windows\system32\notepad.exe'/0x1106e0
@0x7ff17200 (0<0>)
0023:0024: create thread I @0x7ff17200
Doing it with any other program, including my own one which I'd like to debug,
fails with the same error. Without --gdb option, winedbg works correctly (but
doesn't understand the debug info).
--
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=45971
Bug ID: 45971
Summary: K-Shoot Mania: Some objects aren't drawn properly.
Product: Wine
Version: 3.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: sagawa.aki+winebugs(a)gmail.com
Distribution: ---
Created attachment 62525
--> https://bugs.winehq.org/attachment.cgi?id=62525
K-Shoot MANIA 1.64e running on Wine 3.17
K-Shoot MANIA (KSM) is a music game for Windows. It can obtain from
https://www.kshootmania.com/en/download_full.html .
According to v1.65 release notes (readme.txt; written in Japanese), it
introduces two workarounds for Wine. The first one relates Bug 40409 (slow down
issue), and the second one is graphic glitches. This report files the latter
one.
Please see the attachment. This screenshot is taken from K-Shoot mania 1.64e
running on Wine 3.17. It shows two white rectangles on the left blue lane. This
doesn't happen on native. So, this is Wine's 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.
https://bugs.winehq.org/show_bug.cgi?id=45932
Bug ID: 45932
Summary: Assassin's Creed gameplay freezes after looking around
with mouse
Product: Wine
Version: 3.16
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: awesie(a)gmail.com
Regression SHA1: 580ea44bc65472c0304d74b7e873acfb7f680b85
Distribution: ---
It takes around 1-2 sec. and freezes.
--
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=46024
Bug ID: 46024
Summary: Qt applications crash after call to WTOpen without
tablet hardware attached
Product: Wine
Version: 3.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wintab32
Assignee: wine-bugs(a)winehq.org
Reporter: bernhardu(a)mailbox.org
Distribution: ---
Was observed first in debian bug [1] with wine-3.13.
In my opinion WTInfo returns some uninitialized stack memory in LOGCONTEXTW.
Qt does not look at the return value at all and calls then WTOpen,
which puts some window messages near lcMsgBase into the message queue.
Most of the time this works as a random window message is just ignored.
But under some circumstances an existing wine internal window message is hit,
but that message needs parameters which are not given, therefore it is
crashing.
This happens when there is no device attached that is usable via wintab32.dll.
RFC patches and discussion in [1],[2].
[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=905090
[2] https://www.winehq.org/pipermail/wine-devel/2018-September/132083.html
[3] https://www.winehq.org/pipermail/wine-devel/2018-October/133775.html
--
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=38189
Bug ID: 38189
Summary: Yarxi
Product: Wine
Version: 1.7.38
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: serjflint(a)gmail.com
Distribution: ---
When I start Yarxi 7.5 from http://www.susi.ru/yarxi/ on wine 1.7.38 I have
Error "OLE erorr 80004001" three times. After clicking on help I have the same
error. And main menu buttons didn't appear until I clicked on it. It works good
but menu behaivor is annoying. On Windows works perfectly.
P.S. sorry for English.
--
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=45995
Bug ID: 45995
Summary: Affinity Designer crashes on unimplemented
kernel32.MoveFileTransactedW
Product: Wine
Version: 3.18
Hardware: x86-64
URL: https://affinity.store/download/aea673/
OS: Linux
Status: NEW
Keywords: dotnet, download
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: Ubuntu
Created attachment 62556
--> https://bugs.winehq.org/attachment.cgi?id=62556
stub for MoveFileTransacted{A,W}
As the title says. Attached patch fixes the crash
Note: to get it installed one needs to work around a few bugs. I did winetricks
dotnet472 and work around:
bug 23455
bug 45871
bug 45868
To start:
bug 44055 or set windows version to win8.1
bug 45994
--
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=26198
Summary: BrainSplode! user interfaces is not usable
Product: Wine
Version: 1.3.14
Platform: x86
URL: http://www.redprodukt.com/rocket/BrainSplode!_1.1.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
Continuation of Bug #25098
Past the screen resolution chooser, the first screen is a single colored
background and if you get past that it is hard to navigate that screen.
Due to being not able to work out what is being displayed
*Compose windows can pop up
*BrainSplode! can close
--
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=40470
Bug ID: 40470
Summary: wordpad.exe
Product: Wine
Version: 1.9.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lang48(a)planet.nl
Distribution: ---
Created attachment 54228
--> https://bugs.winehq.org/attachment.cgi?id=54228
wordpad.exe
wordpad.exe
--
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=43848
Bug ID: 43848
Summary: Grand Theft Auto 5 and Tomb Raider 2013 need
DepthBiasClamp
Product: Wine
Version: 2.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: byi5000(a)gmail.com
Distribution: ---
According to this thread
(https://www.gamedev.net/forums/topic/596741-depth-bias-clamping-in-opengl/)
the OpenGL function EXT_polygon_offset_clamp is the equivalent to DirectX10/11
depthbiasclamp for d3d11_immediate_context_RSSetState
Multiple games need this and it should fix their shadows.
https://www.khronos.org/registry/OpenGL/extensions/EXT/EXT_polygon_offset_c…
--
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=38983
Bug ID: 38983
Summary: VirtualDub processing goes "live lock" when minimizing
main window
Product: Wine
Version: 1.7.44
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: j-p-t(a)gmx.net
Distribution: Ubuntu
Created attachment 51935
--> https://bugs.winehq.org/attachment.cgi?id=51935
VirtualDub log
Load any video file, save it to avi.
Minimize the main window to task bar.
The avi encoding process will stop after a few seconds.
The virtualdob log says, the threads went "live lock".
As soon as I succeed in building current development version I will try in
1.7.47.
--
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=41699
Bug ID: 41699
Summary: Problem with Prezi presentation
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bukbr(a)yahoo.com.br
Distribution: ---
Created attachment 56102
--> https://bugs.winehq.org/attachment.cgi?id=56102
Error message after opening
To reproduce the error:
- Login on Prezi
- Download a presentation for windows (without installation). It's a file.exe.
- Open downloaded file using Wine
- See the error
Till about 3 months ago was working, but Prezi has changed something on windows
file format.
Please, identify and correct, if possible.
Thanks.
--
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=46046
Bug ID: 46046
Summary: Keys which have valid keysyms (and unicode character)
not works, if they not fit to 101key-like layout
Product: Wine
Version: 3.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: avnick(a)gmail.com
Distribution: ---
I have custom (written via XKB) keyboard layout, based on US, but have extra 33
keys for cyrillic symbols allocated from unused scancodes (210-243 range). All
of them have proper keysyms, and issue proper unicode characters (so
XLookupString/XmbLookupString return valid values). But wine completely ignores
all of them (tested on notepad).
I include log, produced by following command:
WINEDEBUG=+key,+keyboard,+xim wine notepad.exe >notepad.log 2>&1
(Inside notepad I typed "hello" and "привет" delimited by "Return" key. Russian
word contain following keys [Cyrillic_pe, Cyrillic_er, Cyrillic_i, Cyrillic_ve,
Cyrillic_ie, Cyrillic_te]).
As well, I include my patch (which looks very brute force), which mark all
these keys to VK_NONCONVERTABLE (just unused VK) and preserve scancode in
unused event field, then restore all back inside ToUnicodeEx). I clearly
understand, that my solution is bad, and create this report to look for
appropriate fix.
--
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=29062
Bug #: 29062
Summary: Invalid escape sequences in winemenubuilder's desktop
files' comment section
Product: Wine
Version: 1.3.32
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Classification: Unclassified
% cat "/home/adys/.local/share/applications/wine/Programs/Windows Media
Player.desktop"
[Desktop Entry]
Name=Windows Media Player
Exec=env WINEPREFIX="/home/adys/new2" wine
C:\\\\windows\\\\command\\\\start.exe /Unix
/home/adys/new2/dosdevices/c:/users/adys/Start\\ Menu/Programs/Windows\\
Media\\ Player.lnk
Type=Application
StartupNotify=true
Comment=@C:\windows\inf\unregmp2.exe,-155
Icon=EE61_wmplayer.0
"KConfigIni: In file /home/adys/.local/share/applications/wine/Programs/Windows
Media Player.desktop, line 6: " "Invalid escape sequence "\w"."
"KConfigIni: In file /home/adys/.local/share/applications/wine/Programs/Windows
Media Player.desktop, line 6: " "Invalid escape sequence "\i"."
"KConfigIni: In file /home/adys/.local/share/applications/wine/Programs/Windows
Media Player.desktop, line 6: " "Invalid escape sequence "\u"."
--
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.
http://bugs.winehq.org/show_bug.cgi?id=30412
Bug #: 30412
Summary: Dr.com network client for TUST doesn't quit after
clicking close button
Product: Wine
Version: 1.5.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
There are many different variants of Dr.com.
This bug is regarding Dr.com for TUST ( Tianjin University of Science and
Technology )
Dr.com for TUST work out of box on Wine, (no wpcap required, no virtual
interface required)
However, when I click the close button (x) of Dr.com, it doesn't quit as
expect. If I click it twice, the GUI will disappear, but the following three
process are always running:
Dr.main.exe
DrUpdate.exe
DrClient.exe
I have confirmed on Windows Dr.com will quit cleanly if I click (x) just once.
There is no public download version of Dr.com for TUST, here is my testing
steps:
1. Install Dr.com :
$ wine tust-drcom.exe
2. Start Dr.com:
$ cd .wine/drive_c/Drcom/DrUpdateClient/
$ wine DrMain.exe
3. Click close button (x) twice
Expect result:
Dr.com should quit cleanly ( after the first clicking on 'close' )
Actual result:
Dr.com GUI disappear, but three related exe is still running.
--
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=45491
Bug ID: 45491
Summary: Warframe crash while playing
Product: Wine
Version: 3.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: duhowpi(a)gmail.com
Distribution: ---
Created attachment 61845
--> https://bugs.winehq.org/attachment.cgi?id=61845
Crash report
While playing with Warframe Steam version through Lutris, the game crash in a
random situation - when loading map fragments, or switching to another map.
(Maybe is related to bug 40313 ?)
--
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=29483
Bug #: 29483
Summary: Fiesta Online crashes when displaying a long (> ~52
chars) message
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)dezzanet.co.uk
CC: huw(a)codeweavers.com
Classification: Unclassified
Fiesta Online crashes when displaying (whether from sending or receiving) a
message of about 52 characters or more. I believe this is to do with the chat
bubble appearing above a character when they speak, as it only happens when you
are in a relatively close proximity.
I performed some regression testing and found the first bad commit:
17e72c816b9cbc17aeaae1c2ecf2ba230083817d is the first bad commit
commit 17e72c816b9cbc17aeaae1c2ecf2ba230083817d
Author: Huw Davies <huw(a)codeweavers.com>
Date: Thu Oct 6 16:26:07 2011 -0500
gdi32: Load the font properties from the cache if it exists.
:040000 040000 c0ddafd0f315788a234d4bfbe6ad3d975bf0a4cb
b4d13f5e352efe271cf957ed07c79515efbfe9f3 M dlls
--
Steps to reproduce:
1. Create an account and character if not already available -
http://fiesta-online.gamigo.com/ for the EU. There are other franchises for
other parts of the world, but I don't know if the bug is reproducible there
2. When entering the game, send a short chat message (press enter to get the
chat box)
3. Observe how the text appears above the character, and in the recent chat box
4. Send a long message. For me the fault occurs at 52 characters or more.
5. Observe how the game immediately crashes with a segmentation fault.
The fault also happens if someone (or even something!) close to you says a long
message - leading to much frustration!
--
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=39947
Bug ID: 39947
Summary: .NET installation fails in Steam due to missing user
temp directory
Product: Wine
Version: 1.8
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: b.adamski(a)mac.com
Using WS9Wine1.8 in a Wineskin 2.6.2 wrapper causes an error when installing
.NET in Steam during the first time setup of Fallout 3:
"The temp directory ’C:\users\mactrix\Temp’ is not a valid directory. Setup
cannot continue."
"mactrix" is my OS X user. Wineskin creates an alias (file shortcut) to the
user directory within the wrapper. Other users who will use my wrapper on their
machines don't have the original "mactrix" user directory on their machines.
This is common and shouldn't cause problems.
I wanted to create a bug for Wineskine but an user confirmed that the bug
occurs with the WS9Wine1.8 engine but not with WS9Wine1.7.50. This leads me to
the conclusion that it's a Wine bug.
Also the problem does not occur with the first time setup of Fallout New Vegas
in Steam. Maybe it's a different .NET version or different .NET components that
don't cause this error in this case.
You can find the port and the related comments here:
http://portingteam.com/files/file/8213-fallout-3-and-fallout-new-vegas-on-s…
--
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=33842
Bug #: 33842
Summary: Steam failed to log-in/connect in a restricted
environment
Product: Wine
Version: 1.6-rc2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jitsumi(a)gmail.com
Classification: Unclassified
Created attachment 44880
--> http://bugs.winehq.org/attachment.cgi?id=44880
wine log
Steam use various type of connection to connect/log-in (udp/tcp, direct/P2P).
When I try to use steam (with wine) with the connection of my university (that
block P2P and UDP connections) Steam failed to log-in/connect. But Steam succes
to connect in the same university environment under windows 7.
In attachement is the wine log of the tentative of the connection
--
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.
http://bugs.winehq.org/show_bug.cgi?id=31372
Bug #: 31372
Summary: Cypress PSoC Designer installer crashes with "Fatal
error in GC"
Product: Wine
Version: 1.5.9
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
To reproduce:
- Download
ccb9602ac3e0628fd0066816bce2b5d8756c10f4 psoc_designer_5.2_b2401.iso
from http://www.cypress.com/?rID=36833
- Mount it
- rm -rf .wine
- wine /mnt/cyautorun.exe
- Click Install
- Click Next
After a couple seconds, I get "Fatal Error in gc / GetThreadContext failed".
(Doesn't quite seem like bug 23246, since it's not random,
and it's a different message than in bug 25192.)
--
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=42042
Bug ID: 42042
Summary: Shantae: Half-Genie Hero crashes upon launch
Product: Wine
Version: 2.0-rc1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: emailofchris(a)gmail.com
Distribution: ---
Created attachment 56520
--> https://bugs.winehq.org/attachment.cgi?id=56520
The backtrace of the crash.
The game does not launch. I've attached the backtrace.
--
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=42331
Bug ID: 42331
Summary: The game "Transcendence" crashes on startup.
Product: Wine
Version: 2.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ferdi(a)sttc-nlp.nl
Distribution: ---
The game Transcendence crashes immediately when started. This is with Wine 2.0
Previous versions and last release candidate did run the game without any
problems at all.
After downgrading Wine to the default version in the ubuntu 16.10 repository
(it says 1.6, but could be 1.8) the game works just fine again.
This is on Ubuntu 16.10 with Linux kernel 4.9.5
--
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=45965
Bug ID: 45965
Summary: Life is Strange 2 - black screen after intro
Product: Wine
Version: 3.17
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 62519
--> https://bugs.winehq.org/attachment.cgi?id=62519
+d3d_shader
After intro just a black screen with sound.
wine-3.17-126-gcc4b28a99d
--
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=46032
Bug ID: 46032
Summary: Ace money is not opening properly, when it does, the
windows are compressed. I could not go to tech
support under help, it 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: tincher.bob(a)gmail.com
Had difficulty starting AceMoney. Had to go into wine first
Then, when I got it open, the windows do not display properly. They come in
smaller and have to be manipulated. When I tried to access tech support
through Help, the program crashed and gave me the attached 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=45866
Bug ID: 45866
Summary: Installation OK but couldnt run
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ansmn(a)hotmail.com
Distribution: ---
Created attachment 62362
--> https://bugs.winehq.org/attachment.cgi?id=62362
Installation went OK but this error came when i tried to run the application
Installation went OK but i got this error when i tried to run the application
--
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=45621
Bug ID: 45621
Summary: Adobe Photoshop CS6 crashes after create new PSD or
open some files
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vattikorn.d(a)hotmail.com
Distribution: ---
Created attachment 62051
--> https://bugs.winehq.org/attachment.cgi?id=62051
Back-trace about Photoshop CS6e GPF.
Recently, I switched from Windows 7 Ultimate to Linux Mint 17.3 Rosa MATE and
the only problem's my freaking high school love to use Windows and Macintosh
only software (like Microsoft Office 2013 Professional Plus, Adobe After Effect
CC2015, Microsoft Visual Studio 2010 Professional, Sony Vegas Pro 14
blahblahblah) as their girlfriends (as I think).
So, I've to use Wine to install Windows-only software, and the result's
Microsoft Office 2003 run fine but I've no time to test VBA yet (I'm not a fans
of stupid ribbon bars which cluttered and taking up part of screen, so I've to
install this version) and Adobe Photoshop CS6e installed fine but refuse to
create/open any files and give me a GPF (General Protection Fault) error (The
back-trace of it I also provided in attachment section).
PS: Sorry for my terrific English, Please forgive me.
PS2: They also reject any assignment which were created by any Photoshop
replacement like GIMP!
--
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=43571
Bug ID: 43571
Summary: Paint Shop Pro 2018 Installer complains about
JavaScript
Product: Wine
Version: 2.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: maiktapwagner(a)aol.com
Distribution: ---
Created attachment 58981
--> https://bugs.winehq.org/attachment.cgi?id=58981
Console Output wine 2.14 (Non-staging)
Hello everyone,
this is probably related to bug 43221 but I would like to let you know that
this affects Paint Shop Pro 2018 as well. Console output is 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.
http://bugs.winehq.org/show_bug.cgi?id=26711
Summary: Empty black window when running Minitroid tech demo
ControlConfig.exr
Product: Wine
Version: 1.3.13
Platform: x86-64
URL: http://www.metroid-database.com/fanapps/MinitroidTechD
emo.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: toddrme2178(a)gmail.com
Created an attachment (id=34022)
--> (http://bugs.winehq.org/attachment.cgi?id=34022)
commandline output when running "wine ControlConfig.exe"
When trying to run the ControlConfig.exe program from the Minitroid tech demo,
a window pops up that is solid black inside. I can close the window, but
clicking inside of it does not produce any apparent effect.
--
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=45974
Bug ID: 45974
Summary: regedit exits prematurely
Product: Wine
Version: 3.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: zl29ah(a)gmail.com
Distribution: ---
Run the following shell script:
cat > desktop.reg << EOF
REGEDIT4
[HKEY_CURRENT_USER\Software\Wine\Explorer]
"Desktop"="Default"
EOF
regedit desktop.reg
winecfg
And observe that winecfg is ran in a window instead of firing up the virtual
desktop. Adding `sleep 5` between regedit and winecfg makes it work as
expected.
--
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=40388
Bug ID: 40388
Summary: Wine update error
Product: Wine
Version: 1.9.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: paul.stapleton(a)nuigalway.ie
Distribution: ---
Created attachment 54102
--> https://bugs.winehq.org/attachment.cgi?id=54102
Trace report
Problem when I tried to download a virtual machine on Linux OS 32 from
https://www.virtualbox.org/wiki/Downloads
--
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=41162
Bug ID: 41162
Summary: Cannot Use Some Applications
Product: Wine
Version: 1.9.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gavm234(a)gmail.com
Distribution: ---
Some big applications cannot be used. My guess is it being too big so it
doesn't convert it fast enough, so the operating system forces it to close. I
have tried many different operating systems that run linux. I cannot get a mac,
so I don't know if this is the same problem on a mac.
--
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=41465
Bug ID: 41465
Summary: Steam
Product: WineHQ.org
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dsmith52(a)aum.edu
Distribution: ---
Created attachment 55846
--> https://bugs.winehq.org/attachment.cgi?id=55846
Steam error message
I have finally downloaded Steam to my Linux PC. Steam will only show a black
screen however. I have attached the error message that appears.
--
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=43214
Bug ID: 43214
Summary: it keeps crashing
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: woob4230(a)student.ashcoll.school.nz
Distribution: ---
Keeps Crashing
--
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=44237
Bug ID: 44237
Summary: smecher
Product: Wine
Version: 3.0-rc3
Hardware: x86
OS: Windows
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: raresgaming026(a)gmail.com
nu merge
--
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=45350
Bug ID: 45350
Summary: When i open an application, a program error window
will appear and if i press the close button below, the
window will close. And as the application is ongoing
the program error will appear again and the
application will close like its crashed.
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ren_03pink(a)yahoo.com
When i open an application, a program error window will appear and if i press
the close button below, the window will close. And as the application is
ongoing the program error will appear again and the application will close like
its crashed.
--
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=44986
Bug ID: 44986
Summary: I have to use FairBot
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: liodin44(a)gmail.com
Used ti use a Betfair software
--
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=45652
Bug ID: 45652
Summary: No entries in Menu System
Product: Wine
Version: 3.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: electron(a)fearnleys.org.uk
Distribution: ---
Following a suggestion on this site I have just updated from V1.8 to V3.10
using this page:
https://www.tecmint.com/install-wine-on-ubuntu-and-linux-mint/
Wine has installed OK (can run 'wine --version') but there are no entries in
the Menu. There were Menu entries when I installed V1.8 using Mint's Software
Manager.
Is there any way to resolve this? I have searched on-line but nothing found
seems to apply to Mint.
Many thanks.
--
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=45933
Bug ID: 45933
Summary: Error during installation of FormatFactory
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: luca.finizio.mgbx(a)hotmail.it
Distribution: ---
Created attachment 62461
--> https://bugs.winehq.org/attachment.cgi?id=62461
error screen
During installation of FormatFactory I get the Error shown in the attached
file. You can download FormatFactory here:
http://pcfreetime.com/formatfactory/index.php?language=en
I have Linux Mint 19 64-bit, Kernel Linux 4.15.0-36-generic x86_64, MATE 1.20.1
(installed on a Lenovo G500).
--
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=46020
Bug ID: 46020
Summary: Multiple issues with Microsoft DirectX SDK DX11 Demos
Product: Wine
Version: 3.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: svyatpro(a)gmail.com
Distribution: ---
There are several demos that affected with issues on WineD3D.
Here is a list of broken demos at the following path
DXSDK\Samples\C++\Direct3D11\Bin\x86\:
AdaptiveTessellationCS40.exe - failed to create Direct3D device
DynamicShaderLinkage11.exe - artifacts, broken rendering
DynamicShaderLinkageFX11.exe - artifacts, broken rendering
FluidCS11.exe - failed to create Direct3D device
HDRToneMappingCS11.exe - failed to create Direct3D device
NBodyGravityCS11.exe - failed to create Direct3D device
SubD11.exe - artifacts, broken rendering
DirectX SDK download:
https://www.microsoft.com/en-us/download/details.aspx?id=6812
--
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=3783
Vincent Povirk <madewokherd(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |madewokherd(a)gmail.com
--- Comment #10 from Vincent Povirk <madewokherd(a)gmail.com> ---
Mono's winforms did something similar, and the result does not look good. In my
opinion, this should be closed WONTFIX.
Using a native toolkit like GTK to build a proper theme may make more sense.
--
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=8051
--- Comment #164 from Alexandr Oleynikov <sashok.olen(a)gmail.com> ---
Created attachment 62611
--> https://bugs.winehq.org/attachment.cgi?id=62611
rebased-3.18
Rebased patch for 3.18 (should work with newer drivers). Huge thanks to Paul
Gofman!
--
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=37476
Bug ID: 37476
Summary: Embedded Objects in game maker Flicker
Product: Wine
Version: 1.7.29
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: anesu_email(a)yahoo.com.au
Distribution: ---
I am a windows developer that uses gml to program programs and games.
I have been trying to run several applications that i created and the ones that
embed a an object (such as a video or web plugin) flicker.
I think this is a problem with external objects like activex because even the
explorer activex (wine gecko)
In the attachment, there is a web browser example made in game maker by another
developer:
Extract and run the exe from hereL http://puu.sh/c1kJ3/ff6907f18a.7z
If it were to work correctly, you would see: http://puu.sh/c1kWG/3d2a70888a.png
I hope to get a fix soon as this has affected a development of a software.
Thanks
--
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=46029
Bug ID: 46029
Summary: Problem to close Wine after to close Dofus
Product: Wine
Version: 3.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jean-marc.viscuso(a)laposte.net
Distribution: ---
Created attachment 62603
--> https://bugs.winehq.org/attachment.cgi?id=62603
log to Wine
Problem to close Wine after to close Dofus.
root@toto-System-Product-Name:~#uname -a
Linux elsoyo-System-Product-Name 4.15.0-36-generic #39-Ubuntu SMP Mon Sep 24
16:19:09 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
root@toto-System-Product-Name:~# cat /etc/os-release
NAME="Ubuntu"
VERSION="18.04.1 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.1 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic
root@toto-System-Product-Name:~# wine --version
wine-3.0 (Ubuntu 3.0-1ubuntu1)
Please see the log in the attachment below
--
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=46016
Bug ID: 46016
Summary: DX11 Demo "AMD Ladybug" shows black screen
Product: Wine
Version: 3.18
Hardware: x86
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: svyatpro(a)gmail.com
AMD DX11 Tech Demo shows black screen while normally playing sound.
Download link
https://www.guru3d.com/files-details/amd-ladybug-directx-11-demo.html
--
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=46027
Bug ID: 46027
Summary: Some games intermittently drop controller input if >4
controllers are connected.
Product: Wine
Version: 3.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)azelphur.com
Distribution: ---
I have found that when I have more than 4 controllers connected, Sonic Mania
and Stick fight both drop controller input every few seconds. This doesn't seem
global to wine, as I don't experience the issue running Cemu, but it does seem
to effect more than one game.
If I disconnect some controllers and restart the game, everything works as it
should.
I have tested Sonic Mania on native Windows with 8 controllers connected and
the issue does not occur.
Video of issue in Stick fight: https://www.youtube.com/watch?v=ctYE1fFrBzk
Video of issue in Sonic Mania: https://www.youtube.com/watch?v=KuHTjZ0zghs
--
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=45980
Bug ID: 45980
Summary: Cisco packet tracer crashes
(secur32.LsaGetLogonSessionData is a stub)
Product: Wine
Version: 3.17
Hardware: x86
URL: https://drive.google.com/file/d/1qK79wHrDjvnWa_4JSw0AP
MIJUTsrxpLW/view
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: secur32
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: ---
Hi, a user reported trouble with this app on the forum:
https://forum.winehq.org/viewtopic.php?f=9&t=31265
It throws up an error box as can be seen in the forum-thread. I was not able to
get the backtrace from the user, for me it hangs after clicking OK.
AFAICT it only needs the LogonTime from the _SECURITY_LOGON_SESSION_DATA
structure to return something useful, then the errorwindow is gone for me, even
if still returning STATUS_NOT_IMPLEMENTED; hack below makes the app start
without errorwindow
sha1sum Packet\ Tracer\ 7.2\ for\ Windows\ 32\ bit.zip
f84e1a08b0b4f38ac977a11c7071e20c028b8d3e Packet Tracer 7.2 for Windows 32
bit.zip
diff --git a/dlls/secur32/lsa.c b/dlls/secur32/lsa.c
index 694971d714..549de73511 100644
--- a/dlls/secur32/lsa.c
+++ b/dlls/secur32/lsa.c
@@ -153,7 +153,10 @@ NTSTATUS WINAPI LsaGetLogonSessionData(PLUID LogonId,
PSECURITY_LOGON_SESSION_DATA* ppLogonSessionData)
{
FIXME("%p %p stub\n", LogonId, ppLogonSessionData);
- *ppLogonSessionData = NULL;
+ // *ppLogonSessionData = NULL;
+ SECURITY_LOGON_SESSION_DATA fake;
+ fake.LogonTime.QuadPart = 44;
+ *ppLogonSessionData = &fake;
return STATUS_NOT_IMPLEMENTED;
}
--
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=35860
Bug ID: 35860
Summary: Crysis 2 - Claims unsupported video card
Product: Wine
Version: 1.7.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jarkko_korpi(a)hotmail.com
Created attachment 47882
--> http://bugs.winehq.org/attachment.cgi?id=47882
Error while launching
Ati 7870, 14.3 beta closed source driver
OpenGL vendor string: Advanced Micro Devices, Inc.
OpenGL renderer string: AMD Radeon HD 7800 Series
OpenGL core profile version string: 4.3.12798 Core Profile Context 13.35.1005
OpenGL core profile shading language version string: 4.30
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 4.3.12798 Compatibility Profile Context 13.35.1005
OpenGL shading language version string: 4.30
OpenGL context flags: (none)
--
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=44072
Bug ID: 44072
Summary: Agents of Mayhem does not start
Product: Wine
Version: 2.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: byi5000(a)gmail.com
Distribution: ---
Created attachment 59787
--> https://bugs.winehq.org/attachment.cgi?id=59787
wine debug log: 13.4 mb unzipped
Using wine-2.21-staging
*Could* be because of Steam CEG https://bugs.winehq.org/show_bug.cgi?id=32515
Could be something else
--
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=46009
Bug ID: 46009
Summary: "Total WAR: Attila" visual artifacts and slow
performance
Product: Wine
Version: 3.18
Hardware: x86
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: svyatpro(a)gmail.com
Created attachment 62581
--> https://bugs.winehq.org/attachment.cgi?id=62581
Photo
Running Total War:Attila on WineD3D has artifacts and very low framerate.
--
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=45969
Bug ID: 45969
Summary: ArcGIS Pro crashes on start
Product: Wine
Version: 3.17
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 62523
--> https://bugs.winehq.org/attachment.cgi?id=62523
console output
To reproduce:
1. Run `winetricks dotnet461`. This is a prerequisite of ArcGIS Pro.
2. Run `wine ArcGISPro_22_163783.exe`. Note that this is a 64-bit program.
3. Run `wine 'C:\Program Files\ArcGIS\Pro\bin\ArcGISPro.exe'`.
Console output is attached.
$ sha256sum ArcGISPro_22_163783.exe
b6acceb36d51cdb1cc283478fd6170b7e51630f127ea4c841fef67d662d40f1e
--
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=43263
Bug ID: 43263
Summary: Wine cannot coexist with other ALSA programs, even
with dmix
Product: Wine
Version: 2.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winealsa.drv
Assignee: wine-bugs(a)winehq.org
Reporter: sgilles(a)math.umd.edu
Distribution: ---
Created attachment 58587
--> https://bugs.winehq.org/attachment.cgi?id=58587
.asoundrc
This machine runs Gentoo and ALSA + dmix (.asoundrc attached). I
have observed this issue with wine installed from Gentoo's repositories,
but also with wine built from git (I have observed this with commit
6ec3cd9434488ba5bc0fd271a47b7d46827477c5 for example, which is the
latest at time of writing). Every native program on this machine
(mpv, mpd, ffplay, firefox, etc) is able to play sound concurrently
with every other such program.
My options under winecfg's audio tab are different depending
on whether an ALSA-using program is currently running:
[A] (System default)
[A] Out: default
[A] Out: HDA NVidia - HDMI 3
[A] Out: HDA NVidia - HDMI 2
[A] Out: HDA NVidia - HDMI 0
[A] Out: HDA NVidia - HDMI 1
[B] Out: HDA Intel PCH-ALC887-VD Anal...
The entry marked [B] only appears if there is no such program
running. The entries marked [A] cause the "Test Sound" to be
truncated abruptly, while the entry marked [B] allows the test sound
to fully die down. Furthermore, if an entry marked [A] is selected,
running a program that produces sound will fail with lines like
err:dsound:DSOUND_ReopenDevice Initialize failed: 8889000f
in the output. I have attached a log created with wine from commit
6ec3cd9434488ba5bc0fd271a47b7d46827477c5, from a fresh, WINEARCH="win32"
wineprefix, running Warning Forever 1.08, with "(System default)"
selected (mpd is running in the background), and with
WINEDEBUG="+tid,+mmdevapi,+winmm,+driver,+midi,+dsound,+dsound3d,+dmusic,+mci,+oss,+alsa,+coreaudio"
The expected behavior is that, since I have dmix configured, wine
should behave like other programs and play sound concurrently with
them.
I've looked around for solutions to this, and people claim that
wine has been able to coexist with other programs in the past
(hence my reporting it as a bug), but every piece of advice I
find seems to be outdated.
--
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=37950
Bug ID: 37950
Summary: Listview in uTorrent 2.4.2 (32-bit) unresponsive when
removing torrent
Product: Wine
Version: 1.7.34
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shomari.sharpe(a)gmail.com
Distribution: ---
Created attachment 50556
--> https://bugs.winehq.org/attachment.cgi?id=50556
uTorrent 3.4.2 screenshot
The following problems are noted when working with uTorrent 3.4.2 (37754)
32-bit
* clicking on a torrent (gives a textbox appearance with a cursor)
* uTorrent appears to hang when deleting a torrent
* listview redraw problems
* listview items on the left are too big
--
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=46003
Bug ID: 46003
Summary: glibc (libpthread.so.0) crashes 64-bit FPUs and
freezes screen in 32-bit applications
Product: Wine
Version: 3.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wine.fixes(a)gmail.com
Distribution: ---
The 64-bit glibc libraries (specifically, libpthread.so.0 - version 2.27)
apparently use the sysenter / syscall assembly commands in order to initiate
the __libc_write() system calls, rather than the "int 0x80" command that the
32-bit libraries use.
This is fine for 64-bit Windows applications in Wine, but seems to cause a CPU
exception when running certain 32-bit applications on a 64-bit Intel CPU (such
as the Core i5), which - in turn - seems to cause stack underflow and NaN
errors on the FPU unit under certain circumstances, thus preventing the screen
from updating whenever floating point calculations are required in order to
calculate the final screen position. It can also cause unhandled exceptions and
cause the application to terminate entirely in some applications.
I am yet to identify any commercial applications which suffer from this
problem, but I have written several simple SDL and Win32 graphical programs
(compiled with version 0.9.25 of the TCC Tiny C Compiler) which demonstrate the
effects. I have provided sample code of one such application below.
This problem also appears to manifest on 64-bit Intel CPUs even when using
32-bit operating systems (such as Ubuntu 18.04-i386), but I can confirm from
testing that the 32-bit QEMU virtual machine appears to be unaffected (and,
presumably, so are 'real' 32-bit CPUs too). I have been told that 64-bit AMD
CPUs (unlike 64-bit Intel CPUs) will not trigger an error when using sysenter /
syscall in 32-bit mode, but I am yet to confirm this as I currently only have
access to Intel CPUs. Incidentally, I believe that Intel themselves advise
against sysenter / syscall in 32-bit mode.
I have been able to temporarily fix the problem from within Wine by calling the
assembly command "fninit" (which resets the FPU) at the start of the
DC_UpdateXforms() function in dlls/gdi32/dc.c, or by calling the "fninit"
command from within the application (or, in some circumstances, simply moving
the window across the screen), but obviously it would be preferable to fix the
error at source from within the glibc libraries...
I realise that this is not an error with the Wine source code itself per se,
but I have registered it here in case anybody else encounters the same problem
in future.
SAMPLE CODE
(Note: This code requires the 32-bit v.0.9.25 or v.0.9.24 version of the TCC
Tiny C Compiler, as the error does not appear to manifest on newer versions)
This simple program should display a window which changes colour between red,
green, and blue every 0.5 seconds on Windows; however, when run from within
Wine on 64-bit Intel CPUs, it appears to freeze on the first colour due to the
FPU encountering an error during the __libc_write() routine
#include <windows.h>
#include <string.h>
MSG msg;
WNDCLASS wc;
HWND hwnd;
BITMAPINFO bmp = { { sizeof(BITMAPINFOHEADER), 400, 400, 1, 32 } };
unsigned char *pBits = NULL;
HDC hdc, compatibleDC;
HBITMAP dib_section;
float f = 1.0f;
unsigned char color[3][4] = { {255, 0, 0, 255}, {0, 255, 0, 255}, {0, 0, 255,
255} };
unsigned char current_color = 0;
unsigned int i;
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR
lpCmdLine, int nCmdShow)
{
ZeroMemory(&wc, sizeof wc);
wc.hInstance = hInstance;
wc.lpfnWndProc = (WNDPROC)DefWindowProc;
wc.lpszClassName = "Test App";
if (RegisterClass(&wc) == FALSE) return 0;
hwnd = CreateWindow("Test App", "Test App", WS_OVERLAPPEDWINDOW|WS_VISIBLE,
CW_USEDEFAULT, CW_USEDEFAULT, 400, 400, 0, 0, hInstance, 0);
hdc = GetWindowDC(hwnd);
compatibleDC = CreateCompatibleDC(hdc);
dib_section = CreateDIBSection(NULL, &bmp, DIB_RGB_COLORS, (VOID**)&pBits,
NULL, (DWORD)NULL);
SelectObject(compatibleDC, dib_section);
while(TRUE)
{
while(PeekMessage(&msg,NULL,0,0,PM_REMOVE))
{
if (msg.message == WM_QUIT) break;
TranslateMessage(&msg);
DispatchMessage(&msg);
}
/* The two float operations below will trigger the error */
f += 1.0f;
f -= 1.0f;
for(i=0; i < (400 * 400 * 4); i+=4) memcpy(&pBits[i], &color[current_color][0],
4);
/* If called here, the "fninit()" assembly routine will reset the FPU and
enable the screen to update */
// __asm__ volatile ("fninit");
BitBlt(hdc, 0, 0, 400, 400, compatibleDC, 0, 0, SRCCOPY);
current_color++;
if (current_color >= 3) current_color = 0;
Sleep(500);
}
return msg.wParam;
}
--
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=45999
Bug ID: 45999
Summary: Opening File dialog in Micrographx Windows Draw 4.0
causes Unhandled exception
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jklaas(a)appalachian.dyndns.org
Distribution: ---
Created attachment 62564
--> https://bugs.winehq.org/attachment.cgi?id=62564
Backtrace saved after application crash
Installation of Micrographx Windows Draw 4.0 works without issue.
Micrographx Windows Draw 4.0 starts without any difficulty.
I can drag a file from a file manager onto the open application to open a file.
However, if I attempt to open or save a file from any of the file management
dialogs, the application crashes with an Unhandled exception.
--
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=45903
Bug ID: 45903
Summary: internet Downlaod Manager Problem in Deepin Desktop
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: mahmoud.elswerky(a)gmail.com
Distribution: ---
again again ,, no one listen to me
i face this problem it is a major problem for me
this problem wasn't presnt untill wine 3.5 devel then it appeared in coming
updates till latest version now 3.17
please read this problem and reply to me to feel that am not talking to my self
the problem is : in deepin desktop when i install internet downlaod manager ,,
the system tray icon of internet download manager and active running schedule
updates icon on system tray are not working
both the idm icon on system tray ( or topbar if i installed unofficial deepin
topbar )
and the active running schedule downalod icon on system tray also not working
the most important for me is the icon of running schedule downloads in system
tray where i can't restore windows of runnig schedule downloads
this problem occures with me on deepin desktop from version 3.6 to version 3.17
the most recent version now
please i reported this problem before and no one reply me and you even didn't
see it
currently i am stuck with version 3.5 due to this bug as idm is one of reasons
for using wine
please fix this problem and reply to me to know that you saw this bug report
i am using manjaro deepin
also same bug occur in deepin os
my email is
mahmoud.elswerky(a)gmail.com
and Telegram id is :
@elswerky
https://t.me/elswerky
--
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=40267
Bug ID: 40267
Summary: ChoosePixelFormat and SetPixelFormat always fail on
X11 with invalid format error
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
Assignee: wine-bugs(a)winehq.org
Reporter: alexchandel(a)gmail.com
Distribution: ---
Created attachment 53892
--> https://bugs.winehq.org/attachment.cgi?id=53892
Anomalous ChoosePixelFormat and SetPixelFormat error
Attempting to run a T3 emulator with wine 1.9.5-1 on Arch always produces two
error popup boxes saying "ChoosePixelFormat failed" and "SetPixelFormat
failed".
After the ChoosePixelFormat error, the following is logged:
fixme:event:wait_for_withdrawn_state window 0x10072/e00004 wait timed out
err:wgl:set_pixel_format Invalid format 0
Then after the SetPixelFormat error, the following is logged:
fixme:event:wait_for_withdrawn_state window 0x20072/e00006 wait timed out
I've attached a complete log with WINEDEBUG=trace+wgl that yields ore
information. From the log, the PIXELFORMATDESCRIPTOR clearly has a valid
format, despite Wine's "Invalid format 0" error.
Despite these popup errors, the program paints a mostly correct window. But it
detects the errors through error code checking, and they are sufficient to
prevent the program from functioning at all.
--
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=40578
Bug ID: 40578
Summary: "msiexec /uninstall ..." shows "Install" button.
Product: Wine
Version: 1.9.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: htl10(a)users.sourceforge.net
Distribution: ---
trying to ungrade to the latest mono by uninstalling the old one first:
http://download.mono-project.com/archive/4.0.2/windows-installer/mono-4.0.2…
was a little alarmed that "msiexec /uninstall ..." shows a "Install" button,
but it does the right thing anyway, so this is mainly a cosmetic thing.
--
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=45886
Bug ID: 45886
Summary: Civilization IV crashes while loading saved game
Product: Wine
Version: 3.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bgracer2010(a)gmail.com
Distribution: ---
Created attachment 62393
--> https://bugs.winehq.org/attachment.cgi?id=62393
Backtrace from the crash
Civilization IV Complete (GOG version) crashes while loading a saved game,
during the loading screen.
The test machine is a ThinkPad T400, C2Duo P8400; 2x2GB DDR3; with the 01:00.0
VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV620/M82
[Mobility Radeon HD 3450/3470]
Ubuntu MATE 18.04; kernel 4.15.0-34-generic
The same crash happens on OpenSUSE Leap 15 with kernel 4.12
--
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=39588
Bug ID: 39588
Summary: teamviewer-11 crashes on remote connect
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: saif.raza93(a)gmail.com
Distribution: ---
Created attachment 52754
--> https://bugs.winehq.org/attachment.cgi?id=52754
bug not letting teamviewer on remote connection
when i connect teamviewer on remote access , it crashes and displays an error.
i have attached the type of error as well... i'm using Zorin OS Core 32-Bit...
--
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=38229
Bug ID: 38229
Summary: TeamViewer crashes on remote connect
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: atnaguzin(a)gmail.com
Distribution: ---
Created attachment 51031
--> https://bugs.winehq.org/attachment.cgi?id=51031
teamviewer10 windows on remote connect crashing backtrace
I used TeamViewer 10 for Windows in Wine.
Programm crashed, when I try connect to remote computer.
--
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=34031
Bug #: 34031
Summary: Altium Designer 2013 installer aborts without native
gdiplus
Product: Wine
Version: 1.6-rc4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Tested with
55188066ae77e8766c4c007a0776ae91229fd5c3 AltiumDesigner2013Installer.exe
This doesn't happen with Altium Designer 10's installer, which seems otherwise
similar.
The installer aborts before even putting up a UI.
+relay showed a string with an error message about a gdiplus failure,
and sure enough, 'winetricks gdiplus' lets the app continue starting.
Next problem is bug 34012.
trace:gdiplus:DllMain (0x7de70000, 1, 0x1)
trace:gdiplus:GdiplusStartup 0x95d1ec 0x8d087c (nil)
trace:gdiplus:GdiplusStartup GdiplusStartupInput 1 (nil) 0 0
trace:gdiplus:GdipGetImageEncodersSize 0x33fdb4 0x33fdb0
trace:gdiplus:GdipGetImageEncoders 4 304 0xcb35a0
trace:gdiplus:GdipGetImageEncodersSize 0x33fdb4 0x33fdb0
trace:gdiplus:GdipGetImageEncoders 4 304 0xcb35a0
trace:gdiplus:GdipGetImageEncodersSize 0x33fdb4 0x33fdb0
trace:gdiplus:GdipGetImageEncoders 4 304 0xcb35a0
trace:gdiplus:GdipGetImageEncodersSize 0x33fdb4 0x33fdb0
trace:gdiplus:GdipGetImageEncoders 4 304 0xcb35a0
trace:gdiplus:GdipGetImageEncodersSize 0x33fdb4 0x33fdb0
trace:gdiplus:GdipGetImageEncoders 4 304 0xcb35a0
trace:seh:raise_exception code=eedfade flags=1 addr=0x7b83b412 ip=7b83b412
tid=0028
--
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=45944
Bug ID: 45944
Summary: Tiny Bubbles shows blank screen
Product: Wine-staging
Version: 3.0.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexterranova81(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Game: Tiny Bubbles
OS: Kubuntu 18.04 x64
CPU: AMD 4Ghz 2Core
RAM: 8GB
The game starts but the screen is blank. You can hear the sound though.
I also tried "-force-d3d9" and it's the same issue
Please help.
--
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=44534
Bug ID: 44534
Summary: Text missing in menu of gangsters demo
Product: Wine
Version: 3.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: jeremielapuree(a)yahoo.fr
Distribution: ---
Text is missing in menu.
--
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=40849
Bug ID: 40849
Summary: Ashes of the Singularity (DX11, Windows 10 64-bit)
fails to start
Product: Wine
Version: 1.9.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fjfrackiewicz(a)gmail.com
Distribution: ---
Created attachment 54835
--> https://bugs.winehq.org/attachment.cgi?id=54835
Terminal output Wine 1.9.12 Staging
Ashes of the Singularity is a 64-bit only Direct X 11 (and 12 but since there
isn't even a d3d12.dll we'll not go into that :) game. I am attempting to run
the game in a clean 64-bit only Windows 10 prefix in Wine 1.9.12 Staging.
As of right now, the game crashes on launch and gives me a dialog box with
Japanese or Chinese letters in the title bar (no idea why I get Japanese or
Chinese letters in the title bar of that dialog box as I have everything in
English...) with the choice to either click "OK" or "Cancel" and start the Wine
debugger.
Terminal output 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.
https://bugs.winehq.org/show_bug.cgi?id=37188
Bug ID: 37188
Summary: [counterclockwise] unable to start
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: orbisvicis(a)gmail.com
Created attachment 49432
--> https://bugs.winehq.org/attachment.cgi?id=49432
terminal output when running "wine ccw.exe"
Counterclockwise (http://www.16x16.org/games/ccw/), a free windows game, is
unable to start.
version
wine 1:1.7.25-0ubuntu1~ppa4
counterclockwise: 1.1
--
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=32834
Bug #: 32834
Summary: Batman: Arkham Asylum (non-steam) Demo - needs
GetVideoMemoryViaWMI
Product: Wine
Version: 1.5.22
Platform: x86
URL: http://www.shacknews.com/file/14150/batman-arkham-asyl
um-demo
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: wmi&wbemprox
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: andrey.goosev(a)gmail.com, hans(a)meelstraat.net
Classification: Unclassified
Still installs, but thinks the computer doesn't meet the minimum spec:
fixme:wbemprox:enum_class_object_Next timeout not supported
WMI: pEnumVideoControllers uReturned == 0
GetVideoMemoryViaWMI
n/a
austin@aw25 ~/oldbugs/32788 $ sha1sum nzd_BMDemo_v12.exe
7582c87cc3983016c7fbf2104999df087ecce7a6 nzd_BMDemo_v12.exe
austin@aw25 ~/oldbugs/32788 $ du -h nzd_BMDemo_v12.exe
2.1G nzd_BMDemo_v12.exe
austin@aw25 ~/oldbugs/32788 $ wine --version
wine-1.5.22-158-g236b4da
--
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.
http://bugs.winehq.org/show_bug.cgi?id=35773
Bug ID: 35773
Summary: Bogus/dummy text strings shown with WinUAE MSI
installer
Product: Wine
Version: 1.7.14
Hardware: x86-64
URL: http://www.winuae.net/files/InstallWinUAE2700.msi
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: markk(a)clara.co.uk
Created attachment 47766
--> http://bugs.winehq.org/attachment.cgi?id=47766
Installer window running in Windows 7
I noticed a problem with incorrect text strings when using the WinUAE MSI
installer. See the attached images, one of the installer in Windows 7, the
other in Wine.
To reproduce:
- Download http://www.winuae.net/files/InstallWinUAE2700.msi
- wine start InstallWinUAE2700.msi
- At the initial welcome message click Next
- Notice three bogus text strings:
CustomizeDlgItemDescription-CustomizeDlgItemDescription
CustomizeDlgItemSize-CustomizeDlgItemSize
CustomizeDlgLocation-CustomizeDlgLocation
The correct strings for those should be:
WinUAE executable
This feature requires 1KB on your hard drive.
C:\Program Files\WinUAE\
--
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=45987
Bug ID: 45987
Summary: Multiple regressions with Wine 3.18 and Nvidia -
GL_INVALID_OPERATION error generated. Invalid
VAO/VBO/pointer usage
Product: Wine
Version: 3.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vulture6(a)mail.com
Distribution: Mint
Multiple games fail with Wine 3.18 and Nvidia. They all crash with some variant
of this error:
002f:fixme:d3d:state_linepattern_w Setting line patterns is not supported in
OpenGL core contexts.
002f:err:d3d:wined3d_debug_callback 0x177918: "GL_INVALID_OPERATION error
generated. Invalid VAO/VBO/pointer usage.".
002f:err:d3d:wined3d_debug_callback 0x177918: "GL_INVALID_OPERATION error
generated. Invalid VAO/VBO/pointer usage.".
002f:err:d3d:wined3d_debug_callback 0x177918: "GL_INVALID_OPERATION error
generated. Invalid VAO/VBO/pointer usage.".
wine: Unhandled page fault on read access to 0x00000000 at address 0x7c4dcd76
(thread 002f), starting debugger...
Games were working fine on previous version.
Examples include:
Guarodan - https://locomalito.com/gaurodan.php
Maldita Castilla - https://locomalito.com/maldita_castilla.php
--
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=45079
Bug ID: 45079
Summary: Building winfile with winemaker still fails
Product: Wine
Version: 3.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: blauerhunger(a)outlook.de
Distribution: ---
Created attachment 61229
--> https://bugs.winehq.org/attachment.cgi?id=61229
make -k output for winemaker
Make fails with many undeclared errors and other errors
--
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=45981
Bug ID: 45981
Summary: Irfanview. Selection with mouse gets broken after
zooming
Product: Wine
Version: 3.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shooreek(a)gmail.com
Distribution: Ubuntu
"Selection" is a rectangular area that you can select when image is open.
Generally there are two ways to get selection broken 1) Select some area, zoom
to it, switch to fullscreen and back 2) Select some area, zoom to it, switch to
next image by hitting Space key
Steps to reproduce;
- Configure Irfanview in the following way: View -> Display options -> Fit only
big images to desktop
- Printscreen you desktop and save to file - this is image you will be working
with to reproduce the bug
- Open image
- Create a 100x100 pixels selection with mouse
- Zoom to it by clicking left mouse button
- Switch to fullscreen and back by hitting Enter key twice
- Try to create another selection with mouse -> it is impossible. In the
Irfanview window title one can see that X coordinate is equal to image width,
which is outside the window due to fitting option. Therefore X coordinate for
selection is locked to 0.
It looks like mouse cursor position is not correctly restored after zooming.
Irfanview 4.51 32-bit on Ubuntu/Kubuntu 18.04
--
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=45914
Bug ID: 45914
Summary: VLC v 3 bug on wine
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: mahmoud.elswerky(a)gmail.com
Distribution: ---
i installed vlc v 3.0 to v 3.0.4 latest version x64 bit as it is recommeneded
in vlc database page of wine
but i found a bug not reported there and decided to report it here because i
couldn't report it at the app page in wine appds
the bug is :
when i move mouse wheel up and down to change sound volume ,, it changes in
screen (notification appears in screen )
but in fact it doesn't change
sound volume remain the same
this happened with me on deepin desktop
this bug wasn't presnet on v 2.2 of vlc
sorry if this isn't the place to report such bug
also i know that there is a native vlc app for linux ,, i just report 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.
https://bugs.winehq.org/show_bug.cgi?id=45863
Bug ID: 45863
Summary: teamviewer portable not work on 64bit system (only
works on 32bit)
Product: Wine
Version: 3.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: virexmail(a)gmail.com
Distribution: ---
we have several laptops with opensuse tumbleweed 32bit and with 64bit
on 32bit all work fine, on 64 bit teamviewer started but after connection is
closed with a error
wine: Unhandled page fault on read access to 0x00000000 at address 0x1c8eb9c
(thread 002a), starting debugger...
--
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=39618
Bug ID: 39618
Summary: TeamViewer 11 "File Not Found" info window during
installation
Product: Wine
Version: 1.7.55
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sasha969(a)hotmail.com
Distribution: ---
Created attachment 52789
--> https://bugs.winehq.org/attachment.cgi?id=52789
Info copied from trminal using winedbg.
Installation starts fine.
At the end of folders creation process Wine shows "File not Found" error but
after that installation continues and finish without a 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=40817
Bug ID: 40817
Summary: The last remnat demo does not install
Product: Wine
Version: 1.9.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jeremielapuree(a)yahoo.fr
Distribution: ---
Created attachment 54762
--> https://bugs.winehq.org/attachment.cgi?id=54762
backtrace
The last remnant demo fails to install. Here is the backtrace. Note that I have
install the debug symbols, but looks like that is not sufficient to have a
useful backtrace.
--
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=43282
Bug ID: 43282
Summary: TeamViewer 12 won't launch
Product: Wine
Version: 2.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fjfrackiewicz(a)gmail.com
Distribution: ---
Created attachment 58619
--> https://bugs.winehq.org/attachment.cgi?id=58619
Wine 2.11 terminal output
I have tried to run TeamViewer 12 on Wine and Wine Staging 2.11 and it appears
to install fine but it will simply not launch.
--
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=34356
Bug #: 34356
Summary: cannot run magnus translation dictionaries
Product: Wine
Version: 1.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mjakubicek(a)gmail.com
Classification: Unclassified
The Magnus 2011 translation dictionaries don't work. They can be downloaded
from: http://www.vocab.cz/download/magnus2011_9.5.6.rar
Setup seems to proceed fine, but the application crashes right on startup.
Wine is of version 1.6, as installed by Fedora package wine-1.6-1.fc19.i686
Exact steps:
1) WINEARCH=win32 WINEPREFIX=~/.win32magnus winecfg
2) WINEPREFIX=~/.win32magnus wine setup.exe
3) WINEPREFIX=~/.win32magnus wine ~/.win32magnus/drive_c/Program\
Files/Magnus/Magnus\ 2011/magnus.exe
fixme:wtsapi:WTSRegisterSessionNotification Stub 0x10082 0x00000000
fixme:wtsapi:WTSUnRegisterSessionNotification Stub 0x10082
wine: Unhandled exception 0x0eedfade in thread 32 at address
0x7cafc83d:0x7b83ae9f (thread 0032), starting debugger...
err:seh:setup_exception_record stack overflow 976 bytes in thread 0032 eip
7bc75ee7 esp 00240f60 stack 0x240000-0x241000-0x340000
Process of pid=0031 has terminated
No process loaded, cannot execute 'echo Modules:'
Cannot get info on module while no process is loaded
No process loaded, cannot execute 'echo Threads:'
process tid prio (all id:s are in hex)
0000000e services.exe
00000027 0
00000026 0
0000001f 0
0000001a 0
00000018 0
00000016 0
00000010 0
0000000f 0
>00000012 mscorsvw.exe
0000001c 0
0000001b 0
00000019 0
00000013 0
0000001d winedevice.exe
00000025 0
00000022 0
00000021 0
0000001e 0
00000023 plugplay.exe
00000029 0
00000028 0
00000024 0
00000033 explorer.exe
00000035 0
00000034 0
winedbg: Internal crash at 0x7ed565af
I'm attaching output of running magnus.exe with WINEDEBUG=+all.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=34012
Bug #: 34012
Summary: Altium Designer 10 installer z-order problems
Product: Wine
Version: 1.6-rc4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Requested trial license; the company was very helpful.
Tested installation of
76f590451717cc011948ff36d50885b9ff129173 AltiumInstaller.exe
with wine-1.6-rc4.
Early in installation, there is a login window that is behind a fuzzy
splash screen. You can kind of see it if you use Ubuntu's alt-tab thingy,
but you can't use it.
Workaround: run in virtual desktop. (appdb also suggests using winecfg to
uncheck 'allow window manager to control windows.')
--
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=2889
Alex Henrie <alexhenrie24(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
CC| |alexhenrie24(a)gmail.com
--- Comment #11 from Alex Henrie <alexhenrie24(a)gmail.com> ---
Closing this bug since it's been resolved for nearly 3 years.
--
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=43242
Bug ID: 43242
Summary: SteamLauncherUI.exe: crashes during install
Product: Wine
Version: 2.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shasharala(a)outlook.com
Distribution: ---
Created attachment 58549
--> https://bugs.winehq.org/attachment.cgi?id=58549
This is the backtrace from when SteamLauncherUI.exe crashed.
Halfway through a download and installation of Smite through
HirezLauncher.exe(available from InstallSmite.exe at
https://www.smitegame.com/download/) SteamLauncherUI.exe will crash, freezing
the Hirez launcher.
--
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=42285
Bug ID: 42285
Summary: Age of empire 3 crashes
Product: Wine
Version: 2.0-rc6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winegstreamer
Assignee: wine-bugs(a)winehq.org
Reporter: jeremielapuree(a)yahoo.fr
Distribution: ---
Created attachment 56993
--> https://bugs.winehq.org/attachment.cgi?id=56993
Console output
The demo of ages of empire 3 crashes a start for me. Winegstreamer requests a
plugin.
I am on Ubuntu 16.10 with the following gstreamer plugins installed
gstreamer-qapt
gstreamer1.0-libav:amd64
gstreamer1.0-nice:amd64
gstreamer1.0-plugins-bad:amd64
gstreamer1.0-plugins-bad-faad:amd64
gstreamer1.0-plugins-bad-videoparsers:amd64
gstreamer1.0-plugins-base:amd64
gstreamer1.0-plugins-base:i386
gstreamer1.0-plugins-good:amd64
gstreamer1.0-plugins-ugly:amd64
gstreamer1.0-plugins-ugly-amr:amd64
gstreamer1.0-pulseaudio:amd64
gstreamer1.0-x:amd64
--
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=13651
Summary: crash when opening tab Privacy settings in ie6 due to
unimplemented function
wininet.dll.PrivacyGetZonePreferenceW
Product: Wine
Version: 1.0-rc3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eddie(a)lania.nl
CC: jon_p_griffiths(a)yahoo.com
Created an attachment (id=13636)
--> (http://bugs.winehq.org/attachment.cgi?id=13636)
Crash when trying to set privacy settings in ie6.
crash when opening tab Privacy settings in ie6 due to unimplemented function
wininet.dll.PrivacyGetZonePreferenceW
Seet attachment.
Regards,
Eddie.
--
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=41953
Bug ID: 41953
Summary: Guitar Hero World Tour (msi_view_get_row Error
fetching data for 1)
Product: Wine
Version: 1.9.23
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: mistere2002(a)zonnet.nl
Distribution: ---
Tried to install the game. It fails today. It worked fine in the past (the
exact same ISO)
It pops a dialog:
"Please insert the disc to continue installation."
In the logging:
err:ole:StdMarshalImpl_ReleaseMarshalData could not map object ID to stub
manager, oxid=8300000084, oid=2
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error
0x8001011d
err:msi:msi_view_get_row Error fetching data for 1
Adds a "msi" line every time i press "Yes"
--
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=38641
Bug ID: 38641
Summary: Trying to start a Steam game whilst Steam isn't
running doesn't open the game
Product: Wine
Version: 1.7.43
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ben(a)xnode.org
Distribution: ---
If Steam isn't running and you try and start a Steam game, the expected
behaviour (and the behaviour on Windows) is that Steam opens and then the game
launches.
On Wine, Steam opens as you'd expect, but it doesn't then try and start the
game, it simply sits there at the Steam interface as if you'd opened the Steam
and not the game specifically.
Trying to open the game once Steam is already running works as expected.
To recreate this behaviour; On the command line, run this command:
wine start steam://run/123456
(replacing '123456' with the ID of a Steam game you have installed in Steam)
This happens regardless of the way you try and launch the game, the command
above is simply the easiest way to 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=43615
Bug ID: 43615
Summary: 32Bit Process Hacker 2.39.124 crashes in 64Bit prefix
Product: Wine
Version: 2.15
Hardware: x86
URL: http://processhacker.sourceforge.net/downloads.php
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 59034
--> https://bugs.winehq.org/attachment.cgi?id=59034
Log
32Bit program works in 32Bit prefix, 64Bit program works in 64Bit prefix. But
32Bit program crashes in 64Bit prefix.
--
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=20613
Summary: PVSYST 5 crashed when launched
Product: Wine
Version: 1.1.32
Platform: PC
URL: http://www.pvsyst.com/5.0/purchase.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xavier.walhin(a)gmail.com
Installation is ok but launching the program directly crashes.
--
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=45830
Bug ID: 45830
Summary: Fifa 19 Demo refuses to launch past the launcher
Product: Wine
Version: 3.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: throwawayaccx(a)gmail.com
Distribution: ---
Created attachment 62289
--> https://bugs.winehq.org/attachment.cgi?id=62289
This is logged when Play is pressed
Launcher works but as soon as Play is pressed it complains about needing to be
reinstalled.
--
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=44787
Bug ID: 44787
Summary: 1Password-6.8.496 crashes:
System.EntryPointNotFoundException (.Net app): Unable
to find an entry point named
'SetWindowCompositionAttribute' in DLL 'user32.dll'.
Product: Wine
Version: 3.4
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: xerox.xerox2000x(a)gmail.com
Distribution: ---
Title says it all, seems to be undocumented
0009:err:eventlog:ReportEventW L"Application:
AgileBits.OnePassword.Desktop.exe\nFramework Version: v4.0.30319\nDescription:
The process was terminated due to an unhandled exception.\nException Info:
System.EntryPointNotFoundException\n at
AgileBits.OnePassword.DwmApi.SetWindowCompositionAttribute(IntPtr,
WindowCompositionAttribut"...
0009:fixme:advapi:DeregisterEventSource (0xcafe4242) stub
Unhandled Exception: System.EntryPointNotFoundException: Unable to find an
entry point named 'SetWindowCompositionAttribute' in DLL 'user32.dll'.
at AgileBits.OnePassword.DwmApi.SetWindowCompositionAttribute(IntPtr hwnd,
WindowCompositionAttributeData& data)
--
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=44405
Bug ID: 44405
Summary: Rise Of Nations Extended edition, Steam version
crashes with page fault when trying to list mods
Product: Wine
Version: 3.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: alexboly(a)gmail.com
Distribution: ---
Run steam version of Rise of Nations extended edition (32 bits) on Ubuntu 16.04
LTS (64 bits) with Nvidia GeForce GTX 660M, proprietary driver 384.111. When it
tries to list mods from Steam Workshop, a page fault happens.
Excerpt from log:
page fault on write access to 0x00000000 in 32-bit code
Backtrace:
=>0 0x7e3bb761 in crypt32 (+0xb761) (0x0033eef8)
1 0x7e3bce4a CryptBinaryToStringW+0x229() in crypt32 (0x0033ef5c)
Complete log 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.
https://bugs.winehq.org/show_bug.cgi?id=45509
Bug ID: 45509
Summary: MSI installer error
Product: Wine
Version: 3.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hildogjr(a)gmail.com
Distribution: ---
Created attachment 61885
--> https://bugs.winehq.org/attachment.cgi?id=61885
Installation dialog shown the button that clicked create the error
I am trying to install a Windows software using Wine3.13. During the
installation I have to click on "Configure (setting...) network license
version" (see attached figure), but this not open the dialog and got the
followed log error/warnings:
I see a lot of "fixme" that, until now, not affect me. But start with the line
63 of the log (":err:") is relative to my installation problem.
wine Psim11.0.3_64bit_setup.exe > wine.log
002a:fixme:plugplay:build_report_descriptor Clamping joystick to 6 axis
002a:err:hid_report:process_hid_report Device reports coming in too fast, last
report not read yet!
002a:err:hid_report:process_hid_report Device reports coming in too fast, last
report not read yet!
002a:err:hid_report:process_hid_report Device reports coming in too fast, last
report not read yet!
0030:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
0061:fixme:msi:AutomationObject_GetIDsOfNames Unknown member
L"UpdateProperties", clsid {000c109e-0000-0000-c000-000000000046}
0061:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"CurrDialog",
clsid {000c109e-0000-0000-c000-000000000046}
0061:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"CurrDialog",
clsid {000c109e-0000-0000-c000-000000000046}
0061:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"Wizard", clsid
{000c109e-0000-0000-c000-000000000046}
0061:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"Wizard", clsid
{000c109e-0000-0000-c000-000000000046}
0061:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"bFound", clsid
{000c109e-0000-0000-c000-000000000046}
0061:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"bFound", clsid
{000c109e-0000-0000-c000-000000000046}
0061:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"record", clsid
{000c109e-0000-0000-c000-000000000046}
0061:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"record", clsid
{000c109e-0000-0000-c000-000000000046}
0061:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"NextDialog",
clsid {000c109e-0000-0000-c000-000000000046}
0061:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"NextDialog",
clsid {000c109e-0000-0000-c000-000000000046}
0030:err:richedit:ReadStyleSheet missing style number
0062:fixme:msi:AutomationObject_GetIDsOfNames Unknown member
L"UpdateProperties", clsid {000c109e-0000-0000-c000-000000000046}
0062:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"CurrDialog",
clsid {000c109e-0000-0000-c000-000000000046}
0062:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"CurrDialog",
clsid {000c109e-0000-0000-c000-000000000046}
0062:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"Wizard", clsid
{000c109e-0000-0000-c000-000000000046}
0062:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"Wizard", clsid
{000c109e-0000-0000-c000-000000000046}
0062:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"bFound", clsid
{000c109e-0000-0000-c000-000000000046}
0062:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"bFound", clsid
{000c109e-0000-0000-c000-000000000046}
0062:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"record", clsid
{000c109e-0000-0000-c000-000000000046}
0062:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"record", clsid
{000c109e-0000-0000-c000-000000000046}
0062:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"NextDialog",
clsid {000c109e-0000-0000-c000-000000000046}
0062:fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"NextDialog",
clsid {000c109e-0000-0000-c000-000000000046}
0063:err:msi:custom_start_server Failed to connect to custom action server: 6
0063:err:msi:custom_client_thread Failed to write to custom action client pipe:
6
0030:err:msi:custom_get_thread_return Invalid Return Code 6
0066:err:msi:custom_client_thread Failed to write to custom action client pipe:
6
0030:err:msi:custom_get_thread_return Invalid Return Code 6
0065:err:msiexec:custom_action_server Failed to create custom action server
pipe: 231
0030:err:msi:ITERATE_Actions Execution halted, action L"Welcome_Dialog"
returned 1602
If matters, the installation is a 64-bits software.
--
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=44655
Bug ID: 44655
Summary: Carmageddon Max Damage: Crash on launch
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: sa(a)whiz.se
Distribution: ---
Created attachment 60661
--> https://bugs.winehq.org/attachment.cgi?id=60661
crash log with d3d11 trace
The game Carmageddon Max Damage (from GOG) crashes on start.
Terminal output attached. This is a DX11 title so WINEDEBUG+d3d11 was used.
--
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=44902
Bug ID: 44902
Summary: CRASH WHEN INSTALLING BAIDU WIFI HOTSPOT
Product: Wine
Version: 3.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: noavan.purnama(a)gmail.com
Distribution: ---
Created attachment 60987
--> https://bugs.winehq.org/attachment.cgi?id=60987
Backtrace error
it error when i installing BAIDU WIFI HOTSPOT
--
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=45566
Bug ID: 45566
Summary: League of Legends 8.12+ needs
ntdll.RtlSetUnhandledExceptionFilter stub
Product: Wine
Version: 3.13
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Distribution: ---
Diagnosed by Andrew Wesie; partially split off from bug 45327.
--
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=40703
Bug ID: 40703
Summary: InstallService, special flag for errorcontrol is not
observed
Product: Wine
Version: 1.9.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: andy1.m(a)gmx.de
Distribution: ---
The msi-database for InstallService can hold a special flag in
erorcontrol-field.
The special flag msidbServiceInstallErrorControlVital (0x8000).
Wine does not observe this flag and creates the services including this flag.
So the service is created a wrong errorcontrol-value. CreateService on windows
would fail. It should be created without this flag.
MS docs say that installation should if this flag is present and CreateService
fails (see:
https://msdn.microsoft.com/en-us/library/windows/desktop/aa371637%28v=vs.85…)
--
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=43621
Bug ID: 43621
Summary: Life On Mars remake demo has missing sprites
Product: Wine
Version: 2.15
Hardware: x86-64
URL: https://kai-magazine.itch.io/life-on-mars
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: vulture6(a)mail.com
Distribution: Mint
Backgrounds display OK but main character and enemy sprites are invisible.
Card is Nvidia.
Works perfectly in Crossover.
--
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=25687
Summary: "Create directory" button does nothing in ARM
Versatile Express installer.
Product: Wine
Version: 1.3.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nbowler(a)draconx.ca
The "create directory" button (icon is a yellow folder with an asterisk) in the
ARM Versatile Express installer (an msi file) does nothing. This is especially
annoying as this installer does not allow you to simply type a non-existent
path (it ignores your selection if you do so).
Clicking on the button causes the following fixme to be printed:
fixme:msi:ControlEvent_HandleControlEvent unhandled control event
L"DirectoryListNew" arg(L"0").
Creating the directory outside of the installer allows it to be selected and
then the install proceeds normally.
--
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=45723
Bug ID: 45723
Summary: Occlusion queries always flush (Overwatch)
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: awesie(a)gmail.com
Distribution: ---
While investigating the D3D performance of Overwatch, one issue that I
identified is that Wine does not support queries without flushing. Part of the
problem is that while GetData (directx9+) supports passing a flag to control
flush, the OpenGL equivalent, glGetQueryObject, has no such flag.
The result is that Wine currently introduces a lot of flushes if the original
program uses a lot of queries each frame.
I wrote a sample implementation that uses query buffer objects to prevent the
flush. This also allowed me to query for the occlusion query result on the main
thread instead of the cs thread, because it is now just reading from a mapped
buffer instead of an OpenGL call. The result was a significant improvement
(~30%) in fps in my test area, though mileage may vary.
--
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=44474
Bug ID: 44474
Summary: Script fails to Run function GetStringValue
Product: Wine
Version: 3.1
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wmi&wbemprox
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
Created attachment 60423
--> https://bugs.winehq.org/attachment.cgi?id=60423
Sample VB Script.
Run using the following.
wine wscript GetObject.vbs
This cause an error message to appear.
Object doesn't support this property or method 'oReg.GetStringValue'
--
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=43898
Bug ID: 43898
Summary: Steam: Crashes after regaining focus when in Steam
Guard email code window
Product: Wine
Version: 2.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winehq(a)iooioio.hadar.uberspace.de
Distribution: ---
Steps to Reproduce:
1. Create a new wineprefix
2. Install steam
3. Launch steam
4. Enter login credentials
5. Proceed to Steam Guard dialog where email code is required
6. Switch focus to email program
7. Switch back to Steam
Expected Result:
Steam should continue functioning as though nothing happened.
Actual Result:
Steam emits a sound and crashes.
--
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=28267
Summary: winhttp tests fail if ISP has a catch-all dns failure
page
Product: Wine
Version: 1.3.27
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winhttp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
ws2_32's sock.ok used to fail like this
sock.c:1833: Test failed: gethostbyname("someweirdandbogusname") succeeded.
if your ISP returns success for failed DNS lookups (and points you to
its own error page).
It no longer does; see the comment added by
d88ee55e686c647b372d82c1349b06205561878a.
But winhttp/winhttp.ok now fails in that case.
http://www.winehq.org/pipermail/wine-patches/2011-August/105358.html
proposes making the failure message explain how to fix it.
But given that ws2_32's tests no longer depends on DNS lookups being able
to fail, maybe winhttp's tests shouldn't, either.
--
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=42677
Bug ID: 42677
Summary: [Black Desert Online] - An error occurred while
downloading file. (errorcode : 12006)
Product: Wine
Version: 2.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jason.bagavatsingham(a)gmail.com
Distribution: ---
Created attachment 57633
--> https://bugs.winehq.org/attachment.cgi?id=57633
Wine log +wininet
*Found:*
After opening the Launcher for Black Desert Online user is presented with the
following error message: "An error occurred while downloading file. (errorcode
: 12006)". Dismissing the prompt closes the launcher.
*Steps to reproduce:*
1. Download the latest Black Desert Online Installer
(akamai-gamecdn.blackdesertonline.com/live001/game/download/setup/BlackDeser…).
2. Launch the installer and proceed through the install wizard (WINEARCH=win32
WINEPREFIX=~/.wine32 wine BlackDesertOnlineSetup_20170227_1013.exe).
3. Observe the Launcher upon completion of the Wizard.
*Actual Results:*
User is presented with an error message and game downloads stops.
*Expected Results:*
No errors occur and game data downloads.
*Reproduction Rate:*
5/5.
*Notes:*
On occasion the Launcher will begin to download the games Binaries, but always
fails when attempting to fetch BlackDesertOnline369.bcab
(akamai-gamecdn.blackdesertonline.com//live001/game/download/059/BlackDesert…).
See game log.
*Environment:*
wine-2.3
--
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=32441
Bug #: 32441
Summary: winhttp winhttp test changes proxy setting in Windows
8
Product: Wine
Version: 1.5.14
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, testcase
Severity: normal
Priority: P2
Component: winhttp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
Classification: Unclassified
To reproduce:
At an admin terminal, run "netsh winhttp show proxy". This should show no proxy
(use "netsh winhttp reset proxy" to reset it).
Run "winhttp_test.exe winhttp".
Run "netsh winhttp show proxy". It now shows a proxy of "foo" and a bypass list
of "foo".
--
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=45891
Bug ID: 45891
Summary: Steam crashes at launch with
"GetQueuedCompletionStatusEx() failed: 120" error
Product: Wine
Version: 3.16
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: gijsvrm(a)gmail.com
Regression SHA1: f1be5c7861a43a363b202857014eb49dc5e53acc
Distribution: ---
Pop-up window message: Steam - Error "GetQueuedCompletionStatusEx() failed:
120"
--
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=45976
Bug ID: 45976
Summary: MHO Benchmark fails to compile shader on NVIDIA gpu
Product: Wine
Version: 3.17
Hardware: x86-64
URL: https://www.guru3d.com/files-details/monster-hunter-of
ficial-benchmark-download.html
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: awesie(a)gmail.com
Distribution: ---
Created attachment 62535
--> https://bugs.winehq.org/attachment.cgi?id=62535
Patch
After switching to a NVIDIA GPU, my test program of choice, Monster Hunter
Online Benchmark, started to fail horribly.
The root cause is a shader compilation failure when a tessellation shader uses
gl_PrimitiveID. Specifically, on NVIDIA, if the tessellation shader uses
gl_PrimitiveID then the packed input/output limits must be 31, instead of 32.
Patch is attached, though it just lowers the limit to 31 instead of basing it
on whether gl_PrimitiveID is used or not.
--
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=6277
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|-unknown |browseui
--
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=5102
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|-unknown |browseui
--
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=5102
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.linkomp.pl/downl
| |oad/pity2005ngsetup.exe
Component|shell32 |-unknown
CC| |focht(a)gmx.net
Summary|Acces violation at address |PITy 2005 crashes due to
|7F539166 in module |missing support for
|shell32.dll. Read of |browseui 'ACLMulti', CLSID
|address 0000000 |'{00BB2765-6A77-11D0-A535-0
| |0C04FD7D062}'
--
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=6277
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |https://download.komputersw
| |iat.pl/biuro-i-praca/pit-y/
| |pity-2005
Summary|Access violation in |PITy 2005 1.0.1.42 crashes
|shell32.dll in PITy |due to missing support for
| |browseui 'ACLMulti', CLSID
| |'{00BB2765-6A77-11D0-A535-0
| |0C04FD7D062}'
Fixed by SHA1| |7206e1067378230648f7168690d
| |30088cdb80323
Keywords| |download
CC| |focht(a)gmx.net
--
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=23755
Summary: Everquest 2 streaming client: LaunchPad.exe crashes
with unhandled exception
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fennecfanatic(a)gmail.com
Created an attachment (id=29774)
--> (http://bugs.winehq.org/attachment.cgi?id=29774)
output of 'wine LaunchPad.exe'
After downloading and launching the Everquest 2 streaming client, it displays a
blank gray window for about two minutes (see logs) and a second window with
just the SOE logo in it, then crashes with an unhandled exception.
The program works correctly when tested against Windows XP Pro SP3.
Note: An Everquest 2 account is NOT needed to work on this bug, as it occurs
prior to login.
The program is available here:
http://launcher.station.sony.com/games/eq2/live/launcher_setup.exe
--
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=42692
Bug ID: 42692
Summary: Cannot run 1Password 6.4.377 due to missing entry
GetSystemInfo
Product: Wine
Version: 2.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: api-ms-win-*
Assignee: wine-bugs(a)winehq.org
Reporter: brandon(a)mintern.net
Distribution: ---
Created attachment 57660
--> https://bugs.winehq.org/attachment.cgi?id=57660
Debugger stacktrace of crash
The latest 1Password version (https://1password.com/downloads/ non-standalone)
crashes immediately after startup. The initial screen "Sign in" screen comes
up, but before anything else can be done, it crashes with:
Unhandled Exception: System.EntryPointNotFoundException: Unable to find an
entry point named 'GetSystemInfo' in DLL
'api-ms-win-core-libraryloader-l1-1-0'.
at
Microsoft.Data.Sqlite.Utilities.NativeLibraryLoader.GetSystemInfo(SYSTEM_INFO&
lpSystemInfo)
...
I'm running wine-2.4 (Staging) with the current winetricks, and I've
successfully installed dotnet461. (I had a different error before I did that.)
I don't have a strong understanding of Windows/WINE programming, but I checked
out the source and noticed that GetSystemInfo is defined by
api-ms-win-core-sysinfo; I'm not sure why it's being fetched via
api-ms-win-core-libraryloader.
I'm attaching the stacktrace as given by the debugger. I'm happy to provide any
other information I can.
--
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=45954
Bug ID: 45954
Summary: Crash when launching program [Unhandled exception:
page fault on read access to 0x00000010 in 32-bit
code]
Product: Wine
Version: 2.0
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: abhijit.deshpande(a)revamp.in
Created attachment 62500
--> https://bugs.winehq.org/attachment.cgi?id=62500
Crash Log
1. Download the application setup from (You don't need authentication to
install)
https://prowessiq.cmie.com/kommon/bin/sr.php?kall=wdlprowiq
2. Using WineBottler 2.0 (Beta) on macOS Mojave, use the defaults to setup the
application.
3. Launch the application
>> CRASH <<
Unhandled exception: page fault on read access to 0x00000010 in 32-bit code
(0x4a30a0a4).
--
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=42820
Bug ID: 42820
Summary: The Witness: MSAA causes black screen
Product: Wine
Version: 2.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: notasas(a)gmail.com
Distribution: ---
Created attachment 57887
--> https://bugs.winehq.org/attachment.cgi?id=57887
hack patch
The multisampling option (enabled by default) is causing black screen. Józef
has made a hack patch (in bug 40508 Comment 18 , attached here for
convenience), but a proper solution is needed.
--
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=36775
Bug ID: 36775
Summary: Rise of the Triad (2013) Unhandled exception
Product: Wine
Version: 1.7.20
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ptrampau(a)gmail.com
Created attachment 48838
--> https://bugs.winehq.org/attachment.cgi?id=48838
backtrace output
Rise of the Triad (http://store.steampowered.com/app/217140/) crashes directly
after launch with exeption.
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.
https://bugs.winehq.org/show_bug.cgi?id=42300
Bug ID: 42300
Summary: DX-Ball - Fullscreen doesn't redraw
Product: Wine
Version: 2.0-rc6
Hardware: x86
URL: http://www.blitwise.com/Scorched_Reality/DXBall19.EXE
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
The game works fine with virtual desktop, but in fullscreen it doesn't redraw.
The sounds play, but the screen isn't updated and only shows the earliest part
of the menu.
Using mesa 13.0.3 with a Radeon R9 285.
--
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=45935
Bug ID: 45935
Summary: Race condition in implementation of MoveFile,
MoveFileEx, MoveFileWithProgress
Product: Wine
Version: 3.0.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: joshudson(a)gmail.com
Distribution: ---
When using MoveFile (or any of its variants) to make unique file names, there
is a race condition when two threads do so in the same directory.
We have commercial software that tries to do this.
path.c, line 1373 reads
if (rename( source_unix.Buffer, dest_unix.Buffer ) == -1)
Correct code:
if (renameat2( AT_FDCWD, source_unix.Buffer, AT_FDCWD, dest_unix.Buffer,
(flag & MOVEFILE_REPLACE_EXISTING) ? 0 : RENAME_NOREPLACE ) == -1)
but you'll have to do a feature test for renameat2.
--
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=45953
Bug ID: 45953
Summary: CIMCO Edit 8.01.01: backplot issue
Product: Wine
Version: 3.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: unknownthrill814(a)gmail.com
Distribution: ---
Created attachment 62498
--> https://bugs.winehq.org/attachment.cgi?id=62498
log of the CIMCOEdit work
When you try to check your program in backplot window it doesn't draw the
toolpath lines: nor the linear moves and dry runs (like G0 or G1 on fanuc like
system), nor arclines (like G2 or G3 respectively).
This is what actually now
https://pictr.com/images/2018/10/08/0SGqiv.png
This is what should be
https://pictr.com/images/2018/10/08/0SGtIV.jpg
Graphics: Nvidia 840m with 384.130 driver
--
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=11423
Summary: Canon Digital Photo Professional (DPP) upgrader crash
Product: Wine
Version: 0.9.54.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: erasmo(a)erasmix.net
Created an attachment (id=10553)
--> (http://bugs.winehq.org/attachment.cgi?id=10553)
full crash output
After successfully installing DPP I tried to install the upgrade package, which
ships as an executable (DPP320_EN.exe). When I run it, it brings up a dialog
with a progress bar that says: "Extracting Files...". Then it crashes with:
fixme:process:IsWow64Process (0xffffffff 0x34dcc8) stub!
wine: Unhandled page fault on read access to 0x00000020 at address 0x4210d3
(thread 0016), starting debugger...
Unhandled exception: page fault on read access to 0x00000020 in 32-bit code
(0x004210d3).
--
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=8894
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
Component|-unknown |winex11.drv
--
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=14861
Summary: Nokia Suite installer crashes
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://nds1.nokia.com/files/support/global/phones/softwa
re/Nokia_PC_Suite_rel_7_0_7_0_eng_us_web.exe
OS/Version: Mac OS X 10.5
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Created an attachment (id=15404)
--> (http://bugs.winehq.org/attachment.cgi?id=15404)
crash log
A user reported trouble with this installer in appdb. There are already 2 bugs
opened for older versions of Nokia Suite , but this one seems to behave
differently, as it crashes right away, somewhere along SetDIBits
As this looks like a regression, i'm currently trying to find the evil patch
--
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.
http://bugs.winehq.org/show_bug.cgi?id=35198
Bug ID: 35198
Summary: cannot open torch browser
Product: Wine
Version: 1.4.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shabnam.aarifa(a)gmail.com
Classification: Unclassified
Created attachment 46950
--> http://bugs.winehq.org/attachment.cgi?id=46950
i cannot open the successfully installed torch set up
i cannot open the torch browser after successfully installed 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=3866
Detlef Riekenberg <wine.dev(a)web.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Depends on| |45950
--
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=2082
Arthur Țițeică <arthur.titeica(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|arthur.titeica(a)gmail.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=18906
Summary: when printing within tilt and wrap application, the
program crashes
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: rasapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: uwe.koch(a)opticakoch.cl
While running from the command line, when I click on the print button, I get a
"run-time error 482" message: Printer error! After clicking ok in the dialog
box, the application crashes.
Error in command line says:
uwe@koch-laptop:~$ wine tiltandwrap.exe
fixme:win:LockWindowUpdate (0x10046), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
--
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.
http://bugs.winehq.org/show_bug.cgi?id=12690
Summary: Internet Explorer 7 is falling after start on unhandled
exception.
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://download.microsoft.com/download/3/8/8/38889DC1-
848C-4BF2-8335-86C573AD86D9/IE7-WindowsXP-x86-enu.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: secur32
AssignedTo: kai.blin(a)gmail.com
ReportedBy: petr.dlouhy(a)email.cz
Download Internet Explorer 7 installator, unpack it with cabextract, and run
iexplorer. Internet Explorer shows two error messages, and then after a while
(the main window is wisible) fall down on unhandled exception.
The exception is thrown in rpcrt4/ndr_stubless.c in function NdrClientCall2 on
line 587. If I comment out the RpcRaiseException call, the Explorer is not
falling anymore (but not working much).
--
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.
http://bugs.winehq.org/show_bug.cgi?id=11725
Summary: Mathematica 5.1 fails on installing
Product: Wine
Version: 0.9.54.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jacobidiego(a)gmail.com
I have placed the test for this on the appdb site.
Steps to Reproduce:
- cd to CDROM/AUTORUN
- wine autorun.exe
- Clic on install. It start to uncompress the installer.
- After the installer get uncompressed it shows the error and closes:
Title: InstallShield
Error: 1607: Unable to install InstallShield Scripting Runtime.
fixme:advapi:RegisterEventSourceW ((null),L"MsiInstaller"): stub
fixme:advapi:ReportEventW
(0xcafe4242,0x0001,0x0000,0x000003f5,(nil),0x0006,0x00000000,0x34b9fc,(nil)):
stub
err:eventlog:ReportEventW
L"=====================================================\r\nException code:
C0000005 ACCESS_VIOLATION\r\nFunction:
0x3\r\n=====================================================\r\n\r\nRegisters:\r\nEAX:00000000
EBX:76438B16 ECX:0034BA38 EDX:00000031 ESI:0034BCC0
EDI:0034BE40\r\nCS:EIP:0023:00000003 "...
err:eventlog:ReportEventW L""
Also it takes a some seconds to close the process.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=24994
Summary: winecfg does not work
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: benjamin10(a)gmx.at
When I try "winecfg" in the terminal i get the following error:
[root@Banjo Benji]# winecfg
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\services.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\services.exe" failed, status c0000135
err:wineboot:start_services_process Unexpected termination of services.exe -
exit code -1073741515
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
err:module:import_dll Library ole32.dll (which is needed by
L"C:\\windows\\system32\\windowscodecs.dll") not found
err:module:import_dll Library windowscodecs.dll (which is needed by
L"C:\\windows\\system32\\winemenubuilder.exe") not found
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
err:module:import_dll Library ole32.dll (which is needed by
L"C:\\windows\\system32\\winemenubuilder.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\winemenubuilder.exe" failed, status c0000135
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
err:module:DelayLoadFailureHook failed to delay load ole32.dll.CoTaskMemAlloc
wine: Call from 0x684363f3 to unimplemented function ole32.dll.CoTaskMemAlloc,
aborting
fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 80000100
err:module:DelayLoadFailureHook failed to delay load
shell32.dll.SHGetFolderPathW
wine: Call from 0x684363f3 to unimplemented function
shell32.dll.SHGetFolderPathW, aborting
wine: Unimplemented function shell32.dll.SHGetFolderPathW called at address
0x684363f3 (thread 000b), starting debugger...
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\explorer.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\explorer.exe" failed, status c0000135
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
err:module:import_dll Library ole32.dll (which is needed by
L"C:\\windows\\system32\\winecfg.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\winecfg.exe" failed, status c0000135
Funnily enough, when i try to change the settings via gui it does work. But
however i think this an critical damage in wine. So i have already done "yum
remove wine" and "yum remove wine-core" and finally "yum install wine". But
also this did not work. The same failure occured again.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=24996
Summary: cannot install components via winetricks
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: benjamin10(a)gmx.at
I have tried to install "dirctplay" via winetricks but it didn´t work. Here is
the failure:
[root@Banjo Benji]# sh winetricks
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
err:module:import_dll Library ole32.dll (which is needed by
L"C:\\windows\\system32\\windowscodecs.dll") not found
err:module:import_dll Library windowscodecs.dll (which is needed by
L"C:\\windows\\system32\\winemenubuilder.exe") not found
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\services.exe") not found
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
err:module:import_dll Library ole32.dll (which is needed by
L"C:\\windows\\system32\\winemenubuilder.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\winemenubuilder.exe" failed, status c0000135
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\services.exe" failed, status c0000135
err:wineboot:start_services_process Unexpected termination of services.exe -
exit code -1073741515
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
err:module:DelayLoadFailureHook failed to delay load ole32.dll.CoTaskMemAlloc
wine: Call from 0x681683f3 to unimplemented function ole32.dll.CoTaskMemAlloc,
aborting
fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 80000100
err:module:DelayLoadFailureHook failed to delay load
shell32.dll.SHGetFolderPathW
wine: Call from 0x681683f3 to unimplemented function
shell32.dll.SHGetFolderPathW, aborting
wine: Unimplemented function shell32.dll.SHGetFolderPathW called at address
0x681683f3 (thread 000b), starting debugger...
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\explorer.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\explorer.exe" failed, status c0000135
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
err:module:import_dll Library ole32.dll (which is needed by
L"C:\\windows\\system32\\windowscodecs.dll") not found
err:module:import_dll Library windowscodecs.dll (which is needed by
L"C:\\windows\\system32\\winemenubuilder.exe") not found
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
err:module:import_dll Library ole32.dll (which is needed by
L"C:\\windows\\system32\\winemenubuilder.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\winemenubuilder.exe" failed, status c0000135
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\services.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\services.exe" failed, status c0000135
err:wineboot:start_services_process Unexpected termination of services.exe -
exit code -1073741515
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
err:module:DelayLoadFailureHook failed to delay load ole32.dll.CoTaskMemAlloc
wine: Call from 0x684313f3 to unimplemented function ole32.dll.CoTaskMemAlloc,
aborting
fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 80000100
err:module:DelayLoadFailureHook failed to delay load
shell32.dll.SHGetFolderPathW
wine: Call from 0x684313f3 to unimplemented function
shell32.dll.SHGetFolderPathW, aborting
wine: Unimplemented function shell32.dll.SHGetFolderPathW called at address
0x684313f3 (thread 000b), starting debugger...
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\explorer.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\explorer.exe" failed, status c0000135
err:module:import_dll Library rpcrt4.dll (which is needed by
L"C:\\windows\\system32\\ole32.dll") not found
err:module:DelayLoadFailureHook failed to delay load ole32.dll.CoTaskMemAlloc
wine: Call from 0x684363f3 to unimplemented function ole32.dll.CoTaskMemAlloc,
aborting
err:module:attach_process_dlls "shell32.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\cmd.exe" failed, status 80000100
------------------------------------------------------
wine cmd.exe /c echo '%ProgramFiles%' returned empty string
------------------------------------------------------
[root@Banjo Benji]#
To solve this problem i have already tried "yum remove wine" and "yum remove
wine-core" and finally "yum install wine". But this didn´t work either. Hope
anyone can help me.Thx.
--
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=45941
Bug ID: 45941
Summary: office 2010 stay in the foreground
Product: Wine
Version: 3.0.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: tux(a)yopmail.fr
Distribution: ---
Created attachment 62474
--> https://bugs.winehq.org/attachment.cgi?id=62474
Capture
Hi
when I run On Xubuntu 18.04, word, excel or powerpoint 2010, and I minimize
them, they do not go in the taskbar but stay in the foreground ...
Thanks
--
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=30452
Bug #: 30452
Summary: Reaper 3.672 will not start
Product: Wine
Version: 1.5.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugs(a)drealm.info
Classification: Unclassified
Created attachment 39811
--> http://bugs.winehq.org/attachment.cgi?id=39811
Error reporter output
Invoking reaper.exe results in display of the splash screen, the main window
and a dialog asking whether to check sound driver settings. Picking either
option results in a crash.
This version of reaper is known to have been working under wine 1.3.x.
Initial testing was without wineasio. The same error occurred once (a 1.3.x
version of) wineasio was installed.
--
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=43607
Bug ID: 43607
Summary: Akiba's Trip Undead & Undressed: Unhandled exception
page fault on read access
Product: Wine-staging
Version: 2.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lockert.fredrick(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 59023
--> https://bugs.winehq.org/attachment.cgi?id=59023
Terminal Output
Akiba's Trip Undead & Undressed crashes when the Play button is pressed in the
game launcher, which results in an unhandled page fault.
--
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=45902
Bug ID: 45902
Summary: Yakuza 0 fails on startup
Product: Wine
Version: 3.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pythonvisa(a)protonmail.com
Distribution: ---
Created attachment 62428
--> https://bugs.winehq.org/attachment.cgi?id=62428
backtrace of wine error
When Steam is launched via Wine, and then Yakuza 0 via Steam, Wine crashes
while trying to start Y0.
--
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=45845
Bug ID: 45845
Summary: Microsoft Office 2010: installer crashes at the
beginning of the installation process
Product: Wine
Version: 3.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: yaroslav.cpp(a)gmail.com
Distribution: ---
Created attachment 62317
--> https://bugs.winehq.org/attachment.cgi?id=62317
Backtrace and CLI-output that were received during installation process
Debian 9.5 Stable (64 bit)
Wine-Development v3.16
Clean Windows 7 prefix (32 bit)
Starting with version 3.15, the MS-Office 2010 crashes during installation (at
the beginning, but not immediately after starting). On Windows XP prefix the
same situation.
--
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.