https://bugs.winehq.org/show_bug.cgi?id=42789
Bug ID: 42789
Summary: Qemu 2.9.0-rc3 crashes before displaying anything
Product: Wine
Version: 2.5
Hardware: x86-64
URL: https://qemu.weilnetz.de/w32/qemu-w32-setup-20170405.e
xe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Distribution: ---
Created attachment 57816
--> https://bugs.winehq.org/attachment.cgi?id=57816
log + backtrace
To reproduce just install qemu and run qemu-system-i386 with no additional
parameters. Backtrace seems pretty clean on where the problem is.
File Info:
666798c903472b4cb44b37544d5764cf2acb6c0f qemu-w32-setup-20170405.exe 37Mb
--
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=44492
Bug ID: 44492
Summary: winedbg reports unknown mode, fails to backtrace etc.
in protected-mode
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: z.figura12(a)gmail.com
Distribution: ---
While trying to debug bug #42554 I found that winedbg persistently refused to
give backtraces, both in the crash dialog and when started via `wine winedbg
MSBSOLAR.EXE`. The following output is given:
------
Unhandled exception: page fault on read access to 0x00004540 bad address.
In (null) mode.
Register dump:
CS:12af SS:11d7 DS:12c7 ES:1237 FS:0063 GS:006bBad segment (4567)
Stack dump:
000c: sel=0067 base=00000000 limit=00000000 32-bit rw-
Backtrace:
=>0 Unknown mode ffffffff (Unknown mode ffffffff
)
Unknown mode ffffffff: -- no code accessible --
------
Tracing this back to its source, I find that ptrace seems to be returning
incorrect output:
0039: get_selector_entry( handle=002c, entry=597 )
0030: *signal* signal=19
0039: get_selector_entry() = 0 { base=00000000, limit=00000000, flags=52 }
Obviously the base should not be NULL, nor the limit 0, and the flags should be
9b (WINE_LDT_FLAGS_ALLOCATED|WINE_LDT_FLAGS_CODE). If I add traces to
libs/wine/ldt.c, nothing is modifying the entry past the point at which it is
set, so it seems like the fault lies in ptrace... an audacious claim to be
sure.
I'm almost sure this used to work correctly, but I can't figure out when. I
checked wine-2.10 and 3.0, and it was still broken then. I also checked on Arch
(well, Manjaro) just in case this was another Ubuntu-related ptrace breakage,
but it shows the same behaviour there.
--
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=44255
Bug ID: 44255
Summary: Wolf RPG Editor: Game.exe zombifies upon quit
Product: Wine
Version: 2.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: galtgendo(a)o2.pl
Distribution: ---
Pretty much every single title using Wolf Rpg Editor as the engine zombifies
upon engine shutdown.
That is, the application window closes properly, but the app itself goes into
an infinite cycle of "err:ntdll:RtlpWaitForCriticalSection section 0x7bcea9e0
"/mnt/buildbox/builds/portage/app-emulation/wine-2.22/work/wine-2.22/dlls/ntdll/loader.c:
loader_section" wait timed out in thread 0577, blocked by 060a, retrying (60
sec)'. This is an old problem, that was present with Wolf 2.10 and still
present with 2.21. Needs to be killed via task mgr.
The warning itself is an annoyance: in my personal experience, in less than 20%
of the cases it's not a deadlock and if it is, once it pops up, it blocks
Ctrl-C from terminating such hung app.
--
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=44512
Bug ID: 44512
Summary: Royale Noir theme - Various:
fixme:uxtheme:DrawThemeTextEx unsupported flags
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: uxtheme
Assignee: wine-bugs(a)winehq.org
Reporter: stu.axon(a)gmail.com
Distribution: ---
Using the freely available Royale Noir theme triggers various unsupported flags
WineCFG:
Opening winecfg
0053:fixme:uxtheme:DrawThemeTextEx unsupported flags 0x7e5094ae
0053:fixme:uxtheme:DrawThemeTextEx unsupported flags 0x00126430
The ae fixme triggers every time a tab is clicked
0053:fixme:uxtheme:DrawThemeTextEx unsupported flags 0x7e5094ae
Triggered in the drives tab
0058:fixme:uxtheme:DrawThemeTextEx unsupported flags 0x000c0170
wine explorer:
Opening wine explorer:
0062:fixme:uxtheme:DrawThemeTextEx unsupported flags 0x00120144
--
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=44270
Bug ID: 44270
Summary: Exception when organizing favorites in Windows Media
Player 6.4 (unimplemented function
shdocvw.dll.DoOrganizeFavDlg)
Product: Wine
Version: 3.0-rc4
Hardware: x86
URL: http://download.microsoft.com/download/winmediaplayer/
Update/6.4/W9XNT4/EN-US/mpfull.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shdocvw
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: Ubuntu
Created attachment 60082
--> https://bugs.winehq.org/attachment.cgi?id=60082
Backtrace from Organize Favorites error
Exception in Windows Media Player 6.4 when attempting to organize favorites
(Favorites > Organize Favorites). Tested on two systems.
Xubuntu 16.04.3 x86_64, AMD Phenom 9550, GeForce GTX 750Ti with Nvidia 384.90
driver.
wine-devel 3.0~rc4~xenial from dl.winehq.org
Xubuntu 17.04 x86, Intel Pentium D 3.46GHz, GeForce 8600 GT with Nvidia
340.102 driver.
wine-devel 3.0~rc4~zesty from dl.winehq.org
--
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=44626
Bug ID: 44626
Summary: AvP Classic 2000 (Steam) launcher crashes when
attempting to start the game
Product: Wine
Version: 3.0-rc1
Hardware: x86
URL: http://store.steampowered.com/app/3730/Aliens_versus_P
redator_Classic_2000/
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: jacek(a)codeweavers.com
Regression SHA1: 49abeb63cb88ea2efa6ad599047745bd8794f03c
Distribution: ArchLinux
Created attachment 60615
--> https://bugs.winehq.org/attachment.cgi?id=60615
terminal output
"Aliens versus Predator 2000 Classic" launcher initializes correctly but
crashes when I click on the red or green button to start the game.
No demo version available on Steam.
The result of the regression test:
There are only 'skip'ped commits left to test.
The first bad commit could be any of:
8600c2a57394b4d71e465e192b3621154b07c5ce -> Wine build fails
e150f96a3e2134d99e17417adae8982c4398d9ff -> Wine build fails
49abeb63cb88ea2efa6ad599047745bd8794f03c -> the launcher crashes
Prior to 8600c2a57394b4d71e465e192b3621154b07c5ce the game starts properly.
Tested and reproduced with wine-3.2-206-g9ae8b8c00f.
--
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=43520
Bug ID: 43520
Summary: WIC does not decode some JPEG images correctly
Product: Wine
Version: 2.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: windowscodecs
Assignee: wine-bugs(a)winehq.org
Reporter: theli.ua(a)gmail.com
Distribution: ---
Created attachment 58915
--> https://bugs.winehq.org/attachment.cgi?id=58915
sample image
example image 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=44819
Bug ID: 44819
Summary: kernel32.OutputDebugString/ntdll.DbgPrint should throw
DBG_PRINTEXCEPTION_C a second time if attached
debugger didn't consume it
Product: Wine
Version: 3.4
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
to track
https://github.com/wine-staging/wine-staging/blob/master/patches/ntdll-Exce…
Unfortunately there is no further information/details on this.
My guess would be that Sebastian observed this behaviour while debugging some
application under native Windows.
I've found some interesting/related remarks about this behaviour here:
https://www.virusbulletin.com/virusbulletin/2009/01/anti-unpacker-tricks-pa…
The observed behaviour is described in 'ntdll.DbgPrint' remark:
--- quote ---
Similarly, despite the fact that the ntdll DbgPrint() function raises the
DBG_PRINTEXCEPTION_C (0x40010006) exception, a registered Structured Exception
Handler will not see it. Once again, the reason is that Windows registers its
own Structured Exception Handler internally, which consumes the exception if a
debugger does not do so. As such, the presence of a debugger that consumes the
exception cannot be inferred by the absence of it.
However, as discussed previously, in Windows XP and later, any registered
Vectored Exception Handler will run before the Structured Exception Handler
that Windows registers and the presence of a debugger that consumes the
exception can now be inferred by the absence of the exception. Further, a
different exception is delivered to the Vectored Exception Handler if a
debugger is present but has not consumed the exception, or if a debugger is not
present. If a debugger is present but has not consumed the exception, then
Windows will deliver the DBG_PRINTEXCEPTION_C (0x40010006) exception. If a
debugger is not present, then Windows will deliver the
EXCEPTION_ACCESS_VIOLATION (0xC0000005) exception. The presence of a debugger
can now be inferred by either the absence of the exception, or by the value of
the exception.
--- quote ---
remark for 'kernel32.OutputDebugString':
--- quote ---
Despite the fact that the kernel32 OutputDebugString() function raises the
DBG_PRINTEXCEPTION_C (0x40010006) exception, a registered Structured Exception
Handler will not see it. The reason is that Windows registers its own
Structured Exception Handler internally, which consumes the exception if a
debugger does not do so. As such, the presence of a debugger that consumes the
exception cannot be inferred by the absence of the exception.
However, in Windows XP and later, any registered Vectored Exception Handler
will run before the Structured Exception Handler that Windows registers. This
might be considered a bug in Windows. In this case the presence of a debugger
that consumes the exception can be inferred by its absence.
--- quote ---
$ wine --version
wine-3.4
Regards
--
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=5402
tokktokk <fdsfgs(a)krutt.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fdsfgs(a)krutt.org
--
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=44820
Bug ID: 44820
Summary: Processes might terminate with incorrect exit code due
to race-condition when threads are killed during
shutdown
Product: Wine
Version: 3.4
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
to track
https://github.com/wine-staging/wine-staging/tree/master/patches/ntdll-Thre…
Unfortunately there is no further information/details, I just found this:
https://wine-staging.com/news/2015-03-07-release-1.7.38.html
-> https://github.com/wine-staging/wine-staging/blob/v1.7.38/debian/changelog
--- quote ---
* Added patch to fix race-condition when threads are killed during shutdown.
--- quote ---
https://github.com/wine-staging/wine-staging/blob/master/patches/ntdll-Thre…
--- quote ---
When exit_thread is executed, nb_threads is decremented before the thread is
fully shutdown. When another thread runs ExitProcess() this will cause a
SIGQUIT
signal to all threads, effectively decrementing nb_threads twice. The process
will terminate with a wrong exitcode then because the refcount reaches zero too
early.
Currently Wine has no locking protection of LdrShutdownProcess(), so it can
only be executed safely when all other threads have terminated before. Most
likely there are more Wine bugs in this area, but the attached patch should
fix the most critical one (messed up refcounting of threads) for now.
--- quote ---
Sadly no applications are mentioned that could be used to validate the problem.
$ wine --version
wine-3.4
Regards
--
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=45192
Bug ID: 45192
Summary: Wine 3.6 and 3.01 is Broken for Running Paint Shop
Pro 8 On Ubuntu 18.04LTS
Product: Wine
Version: 3.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: schwartzengine(a)gmail.com
Distribution: ---
Created attachment 61406
--> https://bugs.winehq.org/attachment.cgi?id=61406
The trace that pops up in a window after trying start Paint Shop Pro as
described above...
PSP8 CD files installs both the Paint Shop Pro 8 and the Animation Shop 3. This
is not a trial version, but a full version I have owned and used for more than
10 years now :-)
The Animation Shop runs like it used to with the exception that a small dialog
saying:
Electronic registration Register.exe program not
found. You may need to reinstall the product.
After clicking OK in this dialog Animation Shop 3 runs as normal, and the
dialog will not reappear when starting Animation Shop 3 again.
But when Paint Shop Pro 8 starts up, shows the Splash loading DLLs, show the
main window behind the splash as it is about to finish and the Crashes, I have
attached a Trace
This dialog might have something to do with Paint Shop Pro 8 failing, any
suggestions are welcome.
wine 1.6.2 which runs on Ubuntu 16.04LTS does not have these problems it runs
straight out of the box. I am sticking to 16.04LTS until this is resolved.
Trace of the crash is attached.
PS! keep up the good work Wine is an awesome product
--
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=45193
Bug ID: 45193
Summary: Machinarium game periodically slows down
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: b.wine.6883(a)indigo.re
Distribution: ---
Every few seconds (variable, mostly < 10 seconds), the machinarium game slows
down a lot for a few seconds (also variable, often > 3 seconds), which is very
painful to play.
Graphics slow down, but not the sound or not the mouse cursor (the trails
behind the cursor do slow down though). The game is unplayable as is.
I can reproduce the bug with both wine 3.0 and 3.7. GOG version of game.
--
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=44217
Bug ID: 44217
Summary: Designsoft Tina 11.2 Demo hangs while simulating some
examples
Product: Wine
Version: 2.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: brodo(a)o2.pl
Distribution: ---
Designsoft Tina 11.2 Demo hangs while simulating example from:
/.wine/drive_c/Program Files/DesignSoft/Tina 11 -
Demo/Examples/Microcontrollers/XMC/power_XMC1302_230V_boost_PFC_QR_resistive.tsc
Other examples failed too (not all though).
I've done regression testing that yielded this:
bash-4.4$ git bisect good
6d2719d3c12c2765c1a4332b894f95f232ff652b is the first bad commit
commit 6d2719d3c12c2765c1a4332b894f95f232ff652b
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Jul 25 11:48:40 2017 +0200
hal: Mark function that are only called from assembly as hidden.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
:040000 040000 3475f33f53a7905653b8d363d7a64bccf17e0a52
a8a078be01492abdf794cc10b458c02b423db7e8 M dlls
Tina 11.2 Demo can be downloaded from www.tina.com site.
--
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=35529
Bug ID: 35529
Summary: Uninstaller: application list doesn't fit
Product: Wine
Version: 1.7.11
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: download, source
Severity: trivial
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Classification: Unclassified
Created attachment 47441
--> http://bugs.winehq.org/attachment.cgi?id=47441
Screenshot
The list of applications in Wine's Uninstaller doesn't fit in the list box. The
bottom scrollbar obscures the final application, and nothing can be resized.
See screenshot.
Nothing printed in the console.
--
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=23639
Summary: iTunes 7.7.1.11 downloading podcasts hang with Wine
1.1.42 in Ubuntu 10.04
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rusivi1(a)gmail.com
Created an attachment (id=29578)
--> (http://bugs.winehq.org/attachment.cgi?id=29578)
wine C:\\Program\ Files\\iTunes\\iTunes.exe
What I expected to happen is when I install and run iTunes 7.7.1.11 it would
flawlessly install and download iTunes Store podcasts.
What happened instead is that after successfully installing and starting iTunes
GUI, was in middle of downloading podcasts from iTunes Store and it just
stopped downloading. In attached CLI-output.txt it seems to be correlated with
Distnoted.exe failing to launch.
lsb_release -rd
Description: Ubuntu 10.04 LTS
Release: 10.04
apt-cache policy wine1.2
wine1.2:
Installed: 1.1.42-0ubuntu4
Candidate: 1.1.42-0ubuntu4
Version table:
*** 1.1.42-0ubuntu4 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid/universe Packages
100 /var/lib/dpkg/status
Downstream bug:
https://bugs.launchpad.net/ubuntu/+source/wine1.2/+bug/605141
--
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=42029
Bug ID: 42029
Summary: Apple ITunes 12.5.4 does not install
Product: Wine
Version: 1.9.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rebe(a)gmx.net
Distribution: ---
Apple iTunes (32bit) v. 12.5.4 [3a70cb1f8215efab5ae3723ab5ddde21f8394108
iTunesSetup.exe] refuses to install and requires 64Bit
Apple iTunes (64Bit) v. 12.5.4 [e24e12bf876d1cb683081ef4bd2427d1d2d377cd
iTunes6464Setup.exe] - fails to install
The following errors seem to indicate faults with the extraction:
err:msi:cabinet_copy_file failed to create L"C:\\Program Files (x86)\\Common
Files\\Apple\\Apple Application Support\\CoreMedia.dll" (error 112)
err:msi:extract_cabinet_stream FDICopy failed
err:msi:ACTION_InstallFiles Failed to extract cabinet:
L"#AppleApplicationSupport.cab"
err:msi:ITERATE_Actions Execution halted, action L"InstallFiles" returned 1603
err:msi:cabinet_copy_file failed to create L"C:\\Program Files (x86)\\Common
Files\\Apple\\Apple Application Support\\CoreFoundation.dll" (error 112)
err:msi:extract_cabinet_stream FDICopy failed
err:msi:ACTION_InstallFiles Failed to extract cabinet:
L"#AppleApplicationSupport64.cab"
err:msi:ITERATE_Actions Execution halted, action L"InstallFiles" returned 1603
Wine 1.9.17
Ubuntu 16.04.1 LTS
--
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=16523
Summary: iTunes 8 states registry keys are missing for cd burning
support
Product: Wine
Version: 1.1.10
Platform: PC
URL: http://www.apple.com/itunes/download/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
When launching iTunes 7 - 8.01 it displays an error stating that cd burning
will not be enabled due to missing registry keys. In iTunes 8.02 it states that
iTunes was improperly installed and cd burning and importing will not function.
--
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=9649
Summary: iTunes 7 doesn't recognize iPod
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.apple.com/itunes/download/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-setupapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: juan_lang(a)yahoo.com
Created an attachment (id=8051)
--> (http://bugs.winehq.org/attachment.cgi?id=8051)
Console log
Steps to reproduce: two options, actually:
1. Plug an iPod into your computer, and start iTunes.
2. Start iTunes without your iPod plugged in, and after it's running, plug
your iPod in.
Expected behavior: An icon with the text "Juan's iPod" would show up in the
tree view on the left side of the main window.
Actual behavior: no iPod icon.
I'm attaching a log, though these lines are especially suspicious:
fixme:setupapi:SetupDiGetClassDevsW returning empty list
fixme:setupapi:SetupDiEnumDeviceInterfaces 0x145388, (nil),
{53f56307-b6bf-11d0-94f2-00a0c91efb8b}, 0x00000000, 0x7baed8a0
That GUID is GUID_DEVINTERFACE_DISK, defined in ddk/ntddstor.h.
--
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=9144
tokktokk <fdsfgs(a)krutt.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fdsfgs(a)krutt.org
--
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=43092
Bug ID: 43092
Summary: Cumulus software not install in ubuntu-gnome
Product: Wine
Version: 2.0.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: caravena(a)gmail.com
Distribution: ---
Open bug in launchpad.net:
https://bugs.launchpad.net/ubuntu/+source/wine/+bug/1693920
"Hello,
I am trying on wine version for Lubuntu 16.04LTS and there is no problem.
http://sandaysoft.com/downloads <- Cumulus
Regards,
--
Cristian"
--
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=41656
Bug ID: 41656
Summary: Starcraft 2 won't run on linux mint 18
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: link3707(a)gmail.com
Distribution: ---
When you press the play button it says playing but does not start
--
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=40608
Bug ID: 40608
Summary: Don't know much about bugs. Hope you can help. See
attached.
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: stevewright58(a)gmail.com
Distribution: ---
Created attachment 54464
--> https://bugs.winehq.org/attachment.cgi?id=54464
Don't know much about bugs. Hope you can help. See attached.
Don't know much about bugs. Hope you can help. See 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=40506
Bug ID: 40506
Summary: Ava MetaTrader crash
Product: Wine
Version: 1.9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nadavvin(a)gmail.com
Distribution: ---
Created attachment 54300
--> https://bugs.winehq.org/attachment.cgi?id=54300
crash log
MetaTrader load successfuly and a second after all look ok it 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.