http://bugs.winehq.org/show_bug.cgi?id=24869
Summary: Worms Armageddon: Dismissing post-mission frontend
dialogues after sound has finished playing causes a
freeze
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thecybershadow(a)gmail.com
Created an attachment (id=31476)
--> (http://bugs.winehq.org/attachment.cgi?id=31476)
Patch
Worms Armageddon will display a dialog before beginning a training mission
(describing the tasks to be performed), or after a mission or training mission
(displaying the player's results). This dialog is accompanied with a sound,
which is streamed from a .wav file using DirectShow.
If the dialog is dismissed after the sound has stopped playing, the game
freezes.
The reason for the freeze appears to be as follows:
When the dialog is dismissed, the game will attempt to stop the sound, whether
it's still playing or not. Part of its procedure to stop the sound involves
pausing the graph (using IMediaControl::Pause()). After that, it calls
IMediaControl::GetState(INFINITE, ...), which locks up the game.
The freeze occurs in Wine's DSoundRender_GetState - it will wait indefinitely
for the state_change event to be signalled - which will never happen. The
reason for this seems to be that the intended implementation of
DSoundRender_Pause is to put the filter into an intermediary state, and
complete the transition when a media sample is received (in
DSoundRender_Receive). However, since the end of file has been reached, a new
sample is never received, and the filter get stuck into an intermediary state.
The attached patch seems to fix the problem at hand, but I'm not certain about
its correctness.
--
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=27442
Summary: wine iexplore won't display verify code image of ICBC
Product: Wine
Version: 1.3.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=35094)
--> (http://bugs.winehq.org/attachment.cgi?id=35094)
Log: wine iexplore
$ wine --version
wine-1.3.21-290-gd9fb7b9
1.
$ wine iexplore
'https://mybank.icbc.com.cn/servlet/com.icbc.inbs.person.servlet.Verifyimage…'
The image cannot display
see also
Bug 26392 - Builtin IE won't display some jpeg images
--
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=27223
Summary: Desktop Dungeons does not display properly
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ethan.glasser.camp(a)gmail.com
Created an attachment (id=34787)
--> (http://bugs.winehq.org/attachment.cgi?id=34787)
screenshot of broken main screen
Desktop Dungeons does not display correctly. It shows a splash screen on
startup, but then at the main menu, all text is completely unreadable. Instead
text shows up as boxes of various colors.
I just put Desktop Dungeons in AppDB:
http://appdb.winehq.org/objectManager.php?sClass=application&iId=13080
Let me know what information I can provide to help.
--
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=29000
Bug #: 29000
Summary: Spectromancer refuses to start: 'Failed to init D3D8
object!'
Product: Wine
Version: 1.3.32
Platform: x86
URL: http://spectromancer.com/files/smsetup.exe
OS/Version: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: matteo.mystral(a)gmail.com
Classification: Unclassified
Regression SHA1: 7b0ba5153f3e42f31b922e5eb997d5e1d0cb44d4
In Wine-1.3.32 the game is showing the following error message, shortly after
starting:
Failed to init D3D8 object!
No terminal output at all.
Steps to reproduce the problem in the demo:
After a successful installation, start the demo by either launcher.exe or
spectromancer.exe...you will be greeted with the mentioned error message.
The game starts fine in 1.3.31, and the result of the regression test:
7b0ba5153f3e42f31b922e5eb997d5e1d0cb44d4 is the first bad commit
commit 7b0ba5153f3e42f31b922e5eb997d5e1d0cb44d4
Author: Matteo Bruni <mbruni(a)codeweavers.com>
Date: Thu Nov 3 15:26:36 2011 +0100
wined3d: Test more thoroughly for post-pixelshader blending support, try on
more texture formats.
:040000 040000 4ccfbad52a0797cdd96f4efccafeac45c6ce688a
026bd6e57c4cbbf8c906eddcb43527ffdbe233f7 M dlls
The reverted patch fixed the problem.
Fedora 15 x86
Nvidia 250 / driver 280.13
X.Org X Server 1.10.4
--
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=16691
Summary: Parkan2 crashes on start
Product: Wine
Version: 1.1.11
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neptunia(a)mail.ru
Created an attachment (id=18342)
--> (http://bugs.winehq.org/attachment.cgi?id=18342)
console output
Parkan 2 game crashes on start. Error log attached.
--
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=15091
Summary: fMA is unable to get list of serial ports
Product: Wine
Version: 1.1.3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmitriy.geels(a)gmail.com
I managed to run floAt's Mobile Agent in wine, but it is still not usable,
because is doesn't detect any serial port.
Serial ports from ~/.wine/dosdevices/ are visible in wine (tested with echo
"ATZ" > comX from cmd).
dmig@dmig-desktop:~$ ll .wine/dosdevices/
итого 0
lrwxrwxrwx 1 dmig dmig 14 2008-08-29 17:02 a: -> /media/floppy0
lrwxrwxrwx 1 dmig dmig 10 2008-07-02 13:57 c: -> ../drive_c
lrwxrwxrwx 1 dmig dmig 10 2008-08-29 17:11 com1 -> /dev/ttyS0
lrwxrwxrwx 1 dmig dmig 10 2008-08-29 17:11 com2 -> /dev/ttyS1
lrwxrwxrwx 1 dmig dmig 12 2008-08-29 17:11 com3 -> /dev/rfcomm0
lrwxrwxrwx 1 dmig dmig 12 2008-08-29 17:12 com4 -> /dev/ttyUSB0
lrwxrwxrwx 1 dmig dmig 10 2008-08-29 17:02 d: -> /home/dmig
lrwxrwxrwx 1 dmig dmig 13 2008-08-29 17:02 e: -> /media/cdrom0
lrwxrwxrwx 1 dmig dmig 8 2008-08-29 17:11 lpt1 -> /dev/lp0
lrwxrwxrwx 1 dmig dmig 1 2008-07-02 13:57 z: -> /
--
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=17698
Summary: E Sky flight simulator installees but crashes when run
Product: Wine
Version: 1.0-rc3
Platform: PC-x86-64
URL: http://www.twf-sz.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: harterc1(a)comcast.net
Created an attachment (id=19897)
--> (http://bugs.winehq.org/attachment.cgi?id=19897)
wine command line log
crashes on first running it
--
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=3023
--- Comment #32 from Erich Hoover <ehoover(a)mines.edu> 2011-11-18 10:34:35 CST ---
This should now be fixed (commit d2029908514d84e8fc0a805803fe9a427229e046).
--
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=1244
Graham Inggs <graham(a)nerve.org.za> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |graham(a)nerve.org.za
--
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=2361
--- Comment #13 from GyB <gyebro69(a)gmail.com> 2011-11-17 22:47:08 CST ---
(In reply to comment #12)
> The last 2 messages says the problem does not happen anymore. I tried to test
> but my intel driver does not allow me to (game don't run). Can anyone retest in
> a more recent wine version?
>
> If you are in a non english system you need "LANG=C wine Tod_e_demo.exe" to run
> the application or it will complain about not having support.
I tried the demo in comment #11: the game won't start (crashes) in 1.3.31 and
1.3.32 (possible regression).
The demo starts in 1.3.30 but there is no music in the demo (only voices and
sound effects). Maybe I'm missing something but it seems that all the installed
wav files contain only voices and sound effects.
Sounds are playing fine though.
Fedora 16
Alsa 1.0.24
PA is not 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.
http://bugs.winehq.org/show_bug.cgi?id=29121
Bug #: 29121
Summary: Yahoo Messenger loads then crashes
Product: WineHQ Bugzilla
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zekeserv(a)yahoo.com
Classification: Unclassified
Created attachment 37519
--> http://bugs.winehq.org/attachment.cgi?id=37519
Yahoo/Wine error
I run Ubuntu 11.10. Downloaded Wine 1.2.3 from Ubuntu Software center and
downloaded Yahoo messenger 11. First thing I had to do was move msgr11us.exe to
c:\system32 file and did the install with Terminal. Everything downloaded and
installed just fine. I logged into YIM and got an error. See screen shot.
I myself am learning Ubuntu on my own by tinkering and reading various
websites.
I was wondering if there is a fix for this issue?
Thanks for the help.
Eric
--
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=2361
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |00cpxxx(a)gmail.com,
| |austinenglish(a)gmail.com,
| |gyebro69(a)gmail.com
--- Comment #12 from Bruno Jesus <00cpxxx(a)gmail.com> 2011-11-17 19:47:31 CST ---
The last 2 messages says the problem does not happen anymore. I tried to test
but my intel driver does not allow me to (game don't run). Can anyone retest in
a more recent wine version?
If you are in a non english system you need "LANG=C wine Tod_e_demo.exe" to run
the application or it will complain about not having support.
--
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=19522
Summary: Team Fortress 2 (TF2) missing menu fonts
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kris(a)pcbsd.org
Created an attachment (id=22722)
--> (http://bugs.winehq.org/attachment.cgi?id=22722)
Screenshot of Missing Fonts / menus in TF2
I've been seeing this bug in TF2 on FreeBSD for as long as I can remember. When
you enter the game, the menu fonts appear to be missing, but some show up in
the game browser. I've tried the obvious stuff, like installing various fonts,
such as Arial, Tahoma, etc, but nothing seems to make a difference. When
playing the game, fonts show up just fine for in-game chat and such, its only
the menus which are effected.
I've also tested this on different systems, with nvidia, and intel cards, and
the issue is the same, which makes me suspect it's a wine issue, not drivers.
Here's a list of extra fonts in my .wine/drive_c/windows/Fonts folder:
Arial.ttf
Ariali.ttf
cour.ttf
couri.ttf
georgiai.ttf
tahomabd.ttf
timesbi.ttf
trebucbd.ttf
verdana.ttf
verdanaz.ttf
Arialbd.ttf
comic.ttf
courbd.ttf
georgia.ttf
georgiaz.ttf
times.ttf
timesi.ttf
trebucbi.ttf
verdanab.ttf
webdings.ttf
Arialbi.ttf
comicbd.ttf
courbi.ttf
georgiab.ttf
tahoma.ttf
timesbd.ttf
trebuc.ttf
trebucit.ttf
verdanai.ttf
--
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=3037
--- Comment #67 from Fernando Martins <fernando(a)cmartins.nl> 2011-11-17 12:22:55 CST ---
yes.
--
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=7762
Jerome Leclanche <adys.wh(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |adys.wh(a)gmail.com
--- Comment #7 from Jerome Leclanche <adys.wh(a)gmail.com> 2011-11-17 08:12:49 CST ---
It might be unfair to close this abandoned. It should be easily tested?
--
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=3037
--- Comment #66 from Bruno Jesus <00cpxxx(a)gmail.com> 2011-11-17 05:40:21 CST ---
Windows seems to clip the mouse inside the parent window while resizing. Can
you confirm the same behavior with the application below?
http://bugs.winehq.org/attachment.cgi?id=36231 (needs winetricks vbrun6)
I'll fix bug 9435 first and then have a look at this other problem.
--
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=3037
--- Comment #65 from Fernando Martins <fernando(a)cmartins.nl> 2011-11-17 02:11:15 CST ---
I have tested it with "wine progman" and although the scroll bars do not appear
anymore, I'm not sure the current behavior is the correct one. If I drag the
bottom-right corner of the inner window to touch progman's borders, it works
fine. But if I pull it beyond progman's borders, then the inner window edges
disappear (beneath the edge of progman's window I guess). I'm not sure if this
is the correct behavior.
--
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=29104
Bug #: 29104
Summary: Wine crashes with msworks 4.5
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hha4491(a)web.de
Classification: Unclassified
1. Auf LMDE+Gnome läuft mein selbstkompiliertes wine 1.2 mit msworks
einwandrei.
2. Kubuntu 11.10 + KDE 4.7.2:
$>apt-cache show wine
Package: wine
Priority: optional
Section: universe/otherosfs
Installed-Size: 68
Maintainer: Scott Ritchie <scottritchie(a)ubuntu.com>
Architecture: i386
Source: wine1.2
Version: 1.2.3-0ubuntu1
Depends: wine1.3
Filename: pool/universe/w/wine1.2/wine_1.2.3-0ubuntu1_i386.deb
Size: 3536
MD5sum: 08c16c702d2f293ea69294a9f6c37e80
SHA1: 166a2082b1557d2406733ed47474ef172f8d0c15
SHA256: e4a450477813cb63b4e879970876477fcb26d645aa98428969e02be016f0a4f7
Description-de: Microsoft-Windows-Kompatibilitätsschicht (Meta-Paket)
Wine ist eine Kompatibilitätsschicht, um Windows-Anwendungen unter Linux
auszuführen. Die Anwendungen laufen mit voller Geschwindigkeit, ohne eine
CPU-Emulation zu benötigen. Wine erfordert kein Microsoft Windows, es kann
jedoch dessen System-eigenen DLL-Dateien anstelle seiner eigenen benutzen,
falls diese verfügbar sind.
.
Dieses Meta-Paket hängt immer von der neusten Version von Wine ab.
Homepage: http://www.winehq.org/
Description-md5: ef27443bcb55452dbd403ea05d5e307c
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu
$>wine "/windows/C/Programme/MSWorks/MSWORKS.EXE"
fixme:psdrv:PSDRV_ExtEscape QUERYESCSUPPORT(25) - not supported.
fixme:psdrv:PSDRV_ExtEscape QUERYESCSUPPORT(26) - not supported.
fixme:mmio:MMIO_InstallIOProc Global procedures not implemented
fixme:shell:IPersistFile_fnSaveCompleted
(0x1d2548)->(L"C:\\users\\haase\\Recent\\Invest_Haa_2009.wks (2).lnk")
X Error of failed request: BadAlloc (insufficient resources for operation)
Major opcode of failed request: 53 (X_CreatePixmap)
Serial number of failed request: 21364
Current serial number in output stream: 21522
Dasselbe passiert mit wine-unstable unter LMDE
--
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=21795
Summary: sPlan schematic drawing software imports with all text
on an angle.
Product: Wine
Version: 1.1.27
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: john6520(a)comcast.net
sPlan schematic drawing software. Drawings from previous versions import with
all text on an angle.
--
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=21743
Summary: ?
Product: Wine
Version: unspecified
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stevie1401(a)web.de
I can not load code in GFA Basic since Wine Version 1.33
When I try to load code, GFA Basic crashes and a Wine-Message say: a fatal
error is commig.
--
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=21401
Summary: Star Trek Online crashes during loading screen
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tim(a)timburrell.net
Created an attachment (id=25770)
--> (http://bugs.winehq.org/attachment.cgi?id=25770)
Star Trek Online crash -- mini log (+relay,+seh,+tid)
Star Trek Online is able to install, and launch fine. The login window also
appears fine, and the login procedure is successful.
After logging in, there is a "Cryptic Studios / Atari" loading screen. The
progress bar makes it to about 75%, then the program crashes and a separate
process "CrypticError.exe" is launched which is meant to report the crash to
Cryptic.
The full log, from program start, to crash is about 2.8 gigs in size, so I've
attached a small portion of the log (last 8700 lines) ending with the loading
of the CrypticError process, generated with WINEDEBUG channels
+relay,+seh,+tid.
Just let me know if I can provide any further information, such as another log
with more (or less) detail.
--
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=18781
Summary: Whizlabs SCJP 5.0 crash & close
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chino6910(a)hotmail.com
Created an attachment (id=21552)
--> (http://bugs.winehq.org/attachment.cgi?id=21552)
Screenshot Error
When I go to Learning Mode, set Randomly option in "Create your test" to 15 of
15 questions, then set the time and click over the "Start Exam" button, the
application crash and 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.
http://bugs.winehq.org/show_bug.cgi?id=18698
Summary: TeamViever_Service.exe
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mparera(a)esliceu.com
The program TeamViewer_Service.exe has encountered a serius problem and needs
to close. we are sorry for the inconvenience.
--
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=18619
Summary: Problem in module ntdll
Product: Wine
Version: 1.1.21
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: renetf77(a)yahoo.com
CC: renetf77(a)yahoo.com
Created an attachment (id=21306)
--> (http://bugs.winehq.org/attachment.cgi?id=21306)
bug report
Hi there!!
I'm trying a program wrote in delphi that use BDE Borland to access a SQL
Server by unixodbc.
Well, the program start ok, but after put the login and password a receive the
problems attached.
This is a bug or a problem in my configuration?
Thanks
--
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=18605
Summary: Counter-strike 1.6 crashes when key is pressed if
plugin DLLs are loaded.
Product: Wine
Version: 1.1.22
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael(a)michaelmarley.com
When I am playing a game of Counter-Strike on Wine, if I start my own server,
the game crashes as soon as I try to use any keyboard input. The mouse works
fine. Keyboard input works fine in the menus, but it crashes the program
during a game. I will attach the console output that is produced when the
crash occurs.
--
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=17081
Summary: Medieval Lords: Black buildings float over landscape
Product: Wine
Version: 1.1.13
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: notlee(a)gmail.com
Created an attachment (id=18906)
--> (http://bugs.winehq.org/attachment.cgi?id=18906)
Screenshot of the problem
When playing a campaign game, there is a black outline of all the buildings
floating around in addition to the actual buildings and landscape.
Using NVIDIA 8800GTS, tried using 180.11 and 177.82 drivers with the same
result.
--
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=18372
Summary: Sym For Windows: Crash while trying to log into unix
host (telnet)
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: juanoleso(a)gmail.com
Created an attachment (id=20944)
--> (http://bugs.winehq.org/attachment.cgi?id=20944)
Text file with console log of SFW.exe
Sym For Windows (SFW.exe or just SFW) is proprietary banking software provided
by JackHenry for a GUI interface to connect to a banking database and perform
teller transactions. It requires a middleware program, RemoteAdminServer.exe
(RAS), to hide the telnet backend for the SFW GUI front end. RAS installs and
seems to run just fine. RAS then downloads from the unix host and installs the
SFW frontend. At the end of the installation it throws up some R6034 runtime
errors. The SFW program then starts fine and displays an initial http based
web page splash with a login link, but trying to login to a unix host it either
crashes or loops back to the web page.
--
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=29107
Bug #: 29107
Summary: VideoRedo 4 Fails to start
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jrinaldi(a)clarius.com.au
Classification: Unclassified
I purchased WinOnX for my Mac Air.
I was able to install the application. No problems.
However I cannot start the application. It just crashes with an error stating
there is a problem with the program or a deficiency in Wine.
The app can be downloaded from www.videoredo.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=29100
Bug #: 29100
Summary: MegaManager.exe
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 111inter(a)gmail.com
Classification: Unclassified
MegaManager.exe software from www.megavideo.com
it is not working on UBUNTU -> Wine
this software is working fine on windows 7
it is to download from www.megavideo.com
Thanks a lot, have a nice day
--
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=22005
Summary: Touch Mouse application for iPod touch not working
with Ubuntu 9.10 64 but addition
Product: Wine
Version: 1.1.40
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pkunal.parmar(a)gmail.com
Touch Mouse application from Logitech for iPod touch is not working with wine
1.2
I installed Touch Mouse application server form following location for windows
xp, 32 bit edition.
http://www.logitech.com/index.cfm/494/6367&hub=1&cl=us,en?section=downloads
After installation and i connected client application Touch Mouse from iPod to
Touch Mouse server installed on my machine.
After connection i was able to move mouse cursor using this application but
when i press left or right button. Server is considering those button press.
--
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=21942
Summary: NeoTrace program error on run
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kenitra(a)terra.es
wine 1.1.40 on ubuntu 9.10 Karmic Koala... install NeoTrace Professional
version 3.25 (A tracert program) perfectly on wine... the interface program
accept perfectly IP for searching but error on run ...
Spanish
Wine 1.1.40 sobre UBUNTU 9.10 Karmic Koala... Neo Trace Professional version
3.25 instala perfectamente (abriendo el setup con wine)... la interface del
programa acepta perfectamente la IP para hacer el tracert ... pero da error al
comenzar a buscar el Path de la IP
--
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=21908
Summary: Critical Error with Twincat System Manager V2.11
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hubertrohrer(a)gmx.at
Twincat V2.11 System Manager break with an critical error.
It works on Win Xp without any Problems.
OS: OpenSUSE 11.2
Wine: 1.1.39
I don't where the problem is.
Another component of this Program works fine (Twincat PLC Control).
The Problem only happens at Twincat System Manager.
--
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=21263
Summary: Colin McRae Rally 2005 doesn't start up and corrupts
the screen
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atiitto(a)luukku.com
Colin McRae Rally 2005 doesn't start up and corrupts the screen. After
launching the game, resolution stays 640x480 and everything goes very colorful.
Logging out and back in cures that. Game is only playable on virtual desktop
using a certain resolution.
This problem doesn't appear on Wine 1.0.1.
All tests from Wine 1.1.18 to Wine 1.1.35 have produced this problem.
--
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=18420
Summary: No possibility to get ingame @Archlord-startup
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: otto2112(a)web.de
When starting Archlord.exe the startupmanager (Archlord Patch Client) appears.
There is a list of errors in the console (see attachment) and the buttons
"Setup" and "Game Start" are disabled. So you can not get in the game.
--
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=21760
Summary: Metatrader 4 Crashes on scroll in Experts Tab of the
Terminal Section
Product: Wine
Version: 1.1.38
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adam(a)gallantfx.com
When Metatrader 4 has an additional DLL (Any external DLL from Any EA) it will
crash when the user attempts to scroll through the Experts list view in the
terminal section of the program.
Please follow this URL for the crash log generated by MT4:
http://dpaste.org/19AO/
At the same time wine will output the following and quit:
err:listview:LISTVIEW_WindowProc unknown msg 0400 wp=00000000 lp=00000000
I have been searching for over 12 hours trying to find similar reports as it
would seem to me that it should have come up before no luck.
Note that the bug will not cause the crash unless there are enough items in the
list view to allow scrolling and you may need to scroll up and down a few
times before this happens.
I have reproduced this both on x86-64 and x86 only systems
Ubuntu Karmic x86-64
Ubuntu Jaunty x86-64 and x86
Clean wine installation with the winehq repo with winetricks corefonts vcrun6
--
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=21640
Summary: adsltv screen disappears when dragging its window
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: epistemepromeneur(a)free.fr
mandriva 2010.1a2
kde 4.3.98
when i drag the window of adsltv
then
the window disappears under the screen !
see
https://qa.mandriva.com/show_bug.cgi?id=57510
--
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=18737
Summary: Sternenfahrer von Catan runs to slow to being playable
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=versi
on&iId=16783
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stray_child(a)gmx.net
When starting Sternenfahrer von Catan, also when loading the main menu, or when
beginning a game the game first takes ages to even load the first frame and
then takes some minutes until it begins to react to the users input.
--
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=18733
Summary: Crashday: Backlight of cars are covered by white
squares
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fn65j24kqrgxys7(a)thisisnotmyrealemail.com
Created an attachment (id=21483)
--> (http://bugs.winehq.org/attachment.cgi?id=21483)
Screenshot
If you press the down button in order to slow the car down, it often displays
these squares over the light. Usually they are fully covering them, but
sometimes like on the screenshot just transparent.
--
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=18446
Summary: PDF-XChange Viewer 2.0: Menus get corrupted when mouse
pointer is moved
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: uhkeller(a)web.de
Created an attachment (id=21050)
--> (http://bugs.winehq.org/attachment.cgi?id=21050)
Screenshot showing menu corruption
The Menus in PDF-XChange Viewer 2.0 (Build 41.5) get corrupted when I move the
mouse over them (see attached PNG). This happens with the menus at the top of
the window (File, Edit etc.) and with context menus. Some entries become
garbled, some disappear altogether. Everything is still functional though.
Wine 1.1.21, Ubuntu 9.04 i686.
--
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=16517
Summary: Ryzom: Ingame UI messed up if window is minimized
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tuxnet(a)gmail.com
Running Ryzom FV 1.2.0.904 in windowed mode:
If the Ryzom window is minimized or the virtual desktop is switched, the ingame
UI will be messed up (UI items are somehow "reordered"). This does not happen
when I switch through the windows using Alt+Tab.
--
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=16223
Summary: Unable to connect to MSSQL the native way
Product: Wine
Version: 1.1.9
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dit(a)enpc.fr
Created an attachment (id=17461)
--> (http://bugs.winehq.org/attachment.cgi?id=17461)
wine +winsock from odbcad32.exe
I read this page
http://www.winehq.org/site/docs/wineusr-guide/misc-things-to-configure
at chapter 3.3.6.2.
I can launch odbcad32.exe and create my DSN but each time I want to test my DSN
or connect I get a winsock erro (fixme:winsock:WSAIoctl unsupported WS_IOCTL
cmd (98000004)).
Maybe it's due to x86-64, maybe I didn't follow exactly all the steps, maybe
the doc is too old. I don't know.
I join the +winsock.
--
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=29048
Bug #: 29048
Summary: AtlasInfo got floating point error after upgrade to
1.3.32 (Possible FireBird regression error)
Product: Wine
Version: 1.3.32
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nmorozov(a)atlas-print.ru
Classification: Unclassified
AtlasInfo got floating point error after upgrade to 1.3.32 after creating or
opening map.
--
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=18866
Summary: I can't see the characters inside Nortel IP Softphone
2050 V. 2.02.0264 screen
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: correo.cuervo(a)gmail.com
Created an attachment (id=21685)
--> (http://bugs.winehq.org/attachment.cgi?id=21685)
Screenshot of the Nortel IP Softphone 2050 V. 2.02.0264
I can't see the characters inside Nortel IP Softphone 2050 V. 2.02.0264 screen
--
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=1244
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |00cpxxx(a)gmail.com
--- Comment #25 from Bruno Jesus <00cpxxx(a)gmail.com> 2011-11-16 18:27:17 CST ---
Friendly reminder of over 2 years without new posts.
--
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=3037
Bruno Jesus <00cpxxx(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |00cpxxx(a)gmail.com
--- Comment #64 from Bruno Jesus <00cpxxx(a)gmail.com> 2011-11-16 18:25:03 CST ---
Please test the patch from link http://bugs.winehq.org/attachment.cgi?id=37392
if it fixes the problem then this bug is a duplicate of bug 9435 or vice-versa
as this one is older.
--
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=16051
Summary: LOTRO launcher fails on startup
Product: Wine
Version: 1.1.8
Platform: PC-x86-64
URL: http://download.lotro.level3.turbine.com/largecontent/lo
tro/book14/downloader/live/standardres/LOTRO-US-Book14-
Downloader-StandardRes.exe
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hans(a)meelstraat.net
Created an attachment (id=17279)
--> (http://bugs.winehq.org/attachment.cgi?id=17279)
console messages
Steps to reproduce:
0. rm -rf ~/.wine
1. download lotro installer from URL above
2. run the installer, it should run a subinstaller for dotnet 1.1
3. run TurbineLauncher.exe from the directory where lotro was installed
This will pop up a dialog saying:
"Fatal execution engine error".
And if you click that away you'll get another one:
"Failed to load resources from resource file"
"Please check your Setup"
--
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=3260
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |austinenglish(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=201
Higgs bison <bizzone(a)hotbox.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bizzone(a)hotbox.ru
--- Comment #99 from Higgs bison <bizzone(a)hotbox.ru> 2011-11-15 13:15:07 CST ---
(In reply to comment #88)
> Created attachment 36620 [details]
> Navicat Premium 10.0.5 on WINE 1.3.29
>
> Toolbar and menubar icons in Navicat Premium 10.0.5 running under WINE 1.3.29
> are still black.
I`ve submitted http://bugs.winehq.org/show_bug.cgi?id=25850 bug about black
icons background in Navicat and HeidiSQL. I think this bugs are related.
--
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=1353
Bug 1353 depends on bug 2666, which changed state.
Bug 2666 Summary: Text color lost
http://bugs.winehq.org/show_bug.cgi?id=2666
What |Old Value |New Value
----------------------------------------------------------------------------
Status|ASSIGNED |NEW
Status|NEW |RESOLVED
Resolution| |FIXED
--
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.