http://bugs.winehq.org/show_bug.cgi?id=31780
Bug #: 31780
Summary: Add VMs with virtual CDs
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
Some Wine developers have reported a need to have at least some VMs with
a CD in the virtual drive for some of Wine's conformance tests. For instance:
http://www.winehq.org/pipermail/wine-devel/2012-August/096873.html
This would be quite easy to do. Mostly, all that's needed is the appropriate CD
images and then configuring specific VMs to use them (one VM could even have
multiple CD drives).
I can set this up when configuring the VMs for the new Wine TestBot, however
someone else will have to provide the CD images, or, even better scripts to
generate them.
--
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=33788
Bug #: 33788
Summary: The VMs clock is off
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 issue is that WineTestBot restores running VM snapshots. So when these
start their clock is still set to whenever the snapshot was taken which can be
months ago. VMware had a special driver that took care of updating the VM clock
automatically when starting the snapshot but QEmu/KVM does not.
The VMs may synchronize with an Internet clock eventually depending on thet
particular Windows' default configuration and how often they do so.
This has an impact on some tests and causes failures. My understanding is that
in particular the certificate tests check that some online certificates have
expired. But obviously if the VM's clock is still running months behind it may
not consider the certificate to have expired yet.
These tests should arguably compare the system clock with the certificate
expiration date and realize that the certificate has not expired yet. However
that's not the point of the test.
The solution is to force the VM clock to resynchronize by running a special
command when we start the snapshot. These commands depend on the Windows
version :-(
Windows >= 2003
w32tm /config /syncfromflags:manual
/manualpeerlist:0.pool.ntp.org,1.pool.ntp.org,2.pool.ntp.org,3.pool.ntp.org
Windows XP
net time /setsntp:"0.pool.ntp.org1.pool.ntp.org2.pool.ntp.org"
--
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=26608
Summary: AvaSoft: doesn't run
Product: Wine
Version: 1.2.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kotya.karapetyan(a)gmail.com
Created an attachment (id=33873)
--> (http://bugs.winehq.org/attachment.cgi?id=33873)
Log of installing and running in terminal.
After freshly installing Wine 1.2.2 using 'sudo apt-get install wine' on Ubuntu
10.10, I ran the Windows program installer from a CD with 'wine start
setupAvaSoftUSB2.EXE'. The installer reported some problems, see attachment.
However, the program icon appeared on the desktop. When double-clicking it, the
program started to run, but then the window 'Program Error' appeared with the
suggestion to report this bug here. I rerun it in Terminal, the log is also
shown in the attachment. In both cases (in the end of installation and after
closing the launched program), Wine stopped doing anything after showing the
last line in log. In GUI, the following errors are shown when the program stops
working: 'Application Error: Exception EExternalException in module ntdll.dll
at 0002D908. External exception C0000025.' Then 'avaspec76usb2: Access
violation at address 7D7A5540*. Read of address 7D7A5540*.' four times. Then
'Runtime error 216 at 0299F6C4'
* This number is not reproducible, it changes each time. E.g. I've also got
7DB17540.
--
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=27228
Summary: Battlefield Play4Free: Crashing when running initial
update/download
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: karlmk(a)hotmail.com
Created an attachment (id=34796)
--> (http://bugs.winehq.org/attachment.cgi?id=34796)
Errors when running the updater from command line.
How to reproduce this problem:
1. Download and install firefox 3.6.17 from mozilla.com
2. Go to battlefield.play4free.com
3. Log in
4. Press Play now
5. Install the requested plugin, and press restart.
6. The game (or actually the updater) starts, and shows you the EULA, but
crashes.
A little explanation on how this game works when launching. You go on the
website and installs a plugin, this plugin basically contains an exe file
called BP4FUpdater. When you press on the "Play Now" button online, this file
gets called with a bunch of parameters. This exe will check that the game is up
to date before launching it, and if this is the first time you run the game, it
will download the game.
If you want to try and launch the updater directly you can go into:
C:\Users\<YourUserName>\AppData\Roaming\Mozilla\Firefox\Profiles\ceaeu01e.default\extensions\battlefieldplay4free(a)ea.com\plugins
and run BP4FUpdater.exe -sessionId "<YourSessionKey>" -serverDeltaTime "0"
-loggedIn "true" -showStaticAdImage "false" -lang "en" -ip "<YourIP>"
-soldierName "<YourSoldierName>" -hostname "battlefield.play4free.com"
The variables sessionId, ip and soldierName are you able to get from the
webpage you get to when you press Play Now, inspect the source, and search for
sessionId.
Attatched are the errors I get when running the updater directly from the
command line, with the correct parameters (as seen working on a vmware image).
--
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=25029
Summary: Evernote 4.0 Switching Notebooks Is Slow
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martin_packer(a)uk.ibm.com
(Reporting on behalf of another user but I think I see it too.)
--
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=24969
Summary: Heroes V on wine froze system after saving
Product: Wine
Version: 1.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: psykopqs(a)o2.pl
I use ubuntu 10.04, wine 1.2, video driver mesa 7.7.1 (radeon xpress). Heroes
of might and magic V Tribes of the East work fine but after saving my system is
suspended, and I must use reset. This bug occurs on wine 1.1.37, 1.2, 1.3.5.
--
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=27556
Summary: Photomagic will not run.
Product: Wine
Version: 1.2.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tom(a)littlemonster.co.uk
Created an attachment (id=35225)
--> (http://bugs.winehq.org/attachment.cgi?id=35225)
The executable which crashes
Win 3.1 programme, which installs and runs under at least Win98SEII, has to
have directories created for its components whilst installing then gets as far
as drawing it's window frame on running before winevdm crashes. Wine had been
set to emulate Windows 3.1 for this executable after installation.
The installer does not add links to Wine's menu despite indicating that it has
done so.
The programme is a graphics editor that I always seem to go back to using
despite more modern competition. I like the way it works even if it can't cope
with long filenames!
Please advise if corrections or additions are needed to this submission. Thanks
for your patience.
--
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=26147
Summary: westward fails to install
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stripes416(a)gmail.com
Created an attachment (id=33311)
--> (http://bugs.winehq.org/attachment.cgi?id=33311)
westward.log showing unimplemented commands
Game available at this link
(http://www.mostfun.com/Details.aspx?GameID=Westward) fails to install. (You'll
need a user agent switcher to download in Linux)
--
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=27023
Summary: STATISTICA 7 falla al graficar
Product: WineHQ.org
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chicoman129(a)hotmail.com
Con wine 1.2.2 Al intentar graficar los datos, el programa STATISTICA 7 falla y
se necesita forzar el programa para cerrar. Este problema no se presenta en
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.
http://bugs.winehq.org/show_bug.cgi?id=26521
Summary: Gratuitous Space Battles fails to initialize 3D
Engine.
Product: Wine
Version: 1.3.16
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wickedsmoke(a)users.sf.net
Created an attachment (id=33775)
--> (http://bugs.winehq.org/attachment.cgi?id=33775)
wine 1.3.16 output
The Gratuitous Space Battles demo (downloaded from http://www.positech.co.uk/
Mar 22, 2011) fails to run. An error dialog showing the following error is
displayed:
Failed to initialise 3D Engine:..\src\Game.cpp 321
I have also tried wine versions 1.1.37, 1.2.2, & 1.3.6 with the same results.
--
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=26267
Summary: EyeQ
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jmc(a)lleida.org
Hello,
I have installed EyeQ software
(https://www.eyeqadvantage.com/index.cfm?&CFID=63380&CFTOKEN=39465337) and when
I use an option that let me pace my reading it shows an errror.
What can I do?
--
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=26257
Summary: Program MGCWorks.exe has found a serius problem and
has been closed
Product: Wine
Version: 1.3.14
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: javieradrianr(a)gmail.com
Created an attachment (id=33463)
--> (http://bugs.winehq.org/attachment.cgi?id=33463)
Backtrace open fail MGCWorks.exe (Time attendance program)
Fail to open time attendance software.
--
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=24938
Summary: Serif Photoplus 11 installs but cannot run
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: swrjjysngh(a)gmail.com
Created an attachment (id=31581)
--> (http://bugs.winehq.org/attachment.cgi?id=31581)
screen shot of error message on startup
Installs just fine.
Screen comes up and then message window to say that a serious error has
occurred and must close - see attached screen shot.
--
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=28689
Bug #: 28689
Summary: gcc complains 'xsd_child' may be used uninitialized in
function 'XDR_to_XSD_doc'
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
When I crank up gcc's warning level a bit, build fails with
gcc -c -I. -I. -I../../include -I../../include -I/usr/include/libxml2
-I/usr/include/libxml2 -D__WINESRC__ -DCOM_NO_WINDOWS_H -D_REENTRANT -fPIC
-Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
-Wstrict-prototypes -Wtype-limits -Wwrite-strings -Wpointer-arith -Wlogical-op
-I/usr/include/freetype2 -g -O1 -Werror -Wno-unused-but-set-variable
-Wno-unused-but-set-parameter -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 -o xdr.o
xdr.c
...
xdr.c: In function 'XDR_to_XSD_doc':
xdr.c:516:36: error: 'xsd_child' may be used uninitialized in this function
The function's big and hairy, hard to tell what's up with that variable
offhand.
--
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=26473
Summary: Blood Bowl isn't working for Me computer
Product: Wine
Version: 1.3.15
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wikiro(a)yahoo.com
Created an attachment (id=33708)
--> (http://bugs.winehq.org/attachment.cgi?id=33708)
This is the Backtracings
I did what I was told on the installation. Download .NET2.0, disable UseGLSL,
and set to FBO.
But when the game starts it goes to the first screen
Play/Manual/Website/Technical Support
Then I click play and an error message pops up:
The Program BB.exe has encountered a serious error and needs to close. We are
sorry for the inconvenience.
Contact this website issue has not been reported yet.
Thanks for the help if you can give it. Ill do what you ask.
--
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=28244
Summary: ClueFinders Mystery Amulet (cfread.exe) page faults
when starting
Product: Wine
Version: 1.3.15
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugzilla.winehq(a)planet-hinchley.com
Created an attachment (id=36191)
--> (http://bugs.winehq.org/attachment.cgi?id=36191)
Unhandled Exception trace
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x0040151f).
ClueFinders Mystery Amulet fails with page fault when starting up.
--
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=28085
Summary: Wine crashes fighting red dragon in Deathtrap Dungeon
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)rjlee.homelinux.org
Created an attachment (id=35958)
--> (http://bugs.winehq.org/attachment.cgi?id=35958)
Output of process, including backtrace
Wine (or the program?) crashes with an unhandled page fault when running the
Deathtrap Dungeon game (1.0) while fighting the final monster (red dragon) in
the game.
Seems to be that whenever I strike the dragon with the red sword, it 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.
http://bugs.winehq.org/show_bug.cgi?id=27237
Summary: After running some programs under Wine, loss of left
mouse button functionality
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ktowns(a)live.com.au
Well that's basically it. I have to restart my computer to get my mouse
working correctly. I haven't experienced this with any other application.
There aren't any relevant Terminal messages. I can likely reproduce the issue.
--
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=25191
Summary: Enclave GOG version - 3D model not appearing on screen
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: emanuele.emalele(a)gmail.com
Created an attachment (id=31975)
--> (http://bugs.winehq.org/attachment.cgi?id=31975)
Execution log without any WINEDEBUG
Gentoo Linux 32 bit - ATI fglrx 10.10
After successful install and intro execution, on start game unfortunately all
the world is rendered correctly but the any 3D model doesn't appear at all on
the screen.
Severity is MINOR because by forcing rendering engine in OpenGL, the game works
perfectly; anyway I suppose the game was built for D3D8.
Default log attached.
Into appdb I read about nVidia's graphic card successful problem less
rendering: maybe the issue is the ATI driver I do not know.
Please note that the game uses Pixel Shader: maybe something strange is
happening during ATI pixel shader activation.
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=25145
Summary: Teamviewer 5 startup problem on Fedora 14 (Laughlin)
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: admin(a)nixgurus.net
Hello,
I am facing problem with teamviewer 5. I installed with Teamviewer 5 RPM
package supplied by teamviewer. I submitted a ticket on teamviewer support too.
Please see attached logs and back trace.
My system details are:
Wine: wine-1.3.6-1.fc14.i686
Teamviewer: teamviewer5-5.0.8888-1.i386
Kernel: 2.6.35.6-48.fc14.i686
OS: Fedora 14 (Laughlin)
Regards,
Hassan
--
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=26727
Summary: Cars: Mater National is crashing
Product: Wine
Version: 1.3.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: schmatzler(a)googlemail.com
Created an attachment (id=34048)
--> (http://bugs.winehq.org/attachment.cgi?id=34048)
Terminal output
When I try to run Cars: Mater National, I get a short noise from the speakers
and its freezing. I have to kill the application.
Terminal output is 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=27041
Summary: Failed to open mount manager
Product: Wine
Version: 1.3.19
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mountmgr.sys
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tombert(a)live.at
The system.reg file seems to be missing the lines:
[System\\CurrentControlSet\\Services\\MountMgr] 1216050542
"Description"="Device mounting service"
"DisplayName"="Mount Manager"
"ErrorControl"=dword:00000001
"ImagePath"="C:\\windows\\system32\\drivers\\mountmgr.sys"
"ObjectName"="LocalSystem"
"Start"=dword:00000002
"Type"=dword:00000001
I found this on another old thread ... deletion of the .wine directory didn't
help - had to add theses lines manually.
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.
http://bugs.winehq.org/show_bug.cgi?id=26462
Summary: DISCOVER Excel 2000 crashes running from CD
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rusivi2(a)gmail.com
Created an attachment (id=33693)
--> (http://bugs.winehq.org/attachment.cgi?id=33693)
wine XL2K_AP.EXE
1) lsb_release -rd
Description: Ubuntu 10.10
Release: 10.10
2) apt-cache policy wine1.2
wine1.2:
Installed: 1.2.2-1ubuntu1~maverick2
Candidate: 1.2.2-1ubuntu1~maverick2
Version table:
*** 1.2.2-1ubuntu1~maverick2 0
500 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ maverick/main i386
Packages
100 /var/lib/dpkg/status
1.2.2-0ubuntu2~maverick2 0
500 http://us.archive.ubuntu.com/ubuntu/ maverick-updates/universe i386
Packages
1.2-0ubuntu9 0
500 http://us.archive.ubuntu.com/ubuntu/ maverick/universe i386
Packages
3) What is expected to happen is when one tries to run the Discover Excel 2000
program from the CD via:
wine XL2K_AP.EXE
it runs the program.
4) What happens instead is immediately after the above command a window pops up
noting:
"The program winevdm.exe has encountered a serious problem and needs to close.
We are sorry..."
It looks like the program was developed for Windows 3.1 and 95 as per the
readme files. The attached backtrace was when one clicks:
+ Applications
+ Wine
+ Configure Wine
+ Applications tab
+ Windows Version: Windows 3.1 dropdown
--
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=26173
Summary: EnumDisplayDevicesW invalid value
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rumble.fish.au(a)gmail.com
Created an attachment (id=33356)
--> (http://bugs.winehq.org/attachment.cgi?id=33356)
lshw output for display controller
Trying to run Guild Wars on HP Mini 5102 netbook - getting 1 fps! Have run both
glgears and amoeba and they run fine so OpenGL is installed and running
properly. lshw does report that the display controller device hasn't been
"claimed" - not sure if this is a 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=27948
Summary: Solid Edge (Tested V20 and ST2) crashes at Splash
Screen
Product: Wine
Version: 1.3.25
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: consoni_2519(a)hotmail.com
Installing Solid Edge ( V20 an ST2, into separated and clean wine prefixes )
using winetricks vcrun2005, vcrun2008, dotnet20 and msxml6. Installantion runs
smoothly (at least visually), but at start, the following erros messages
appears before Splash Screen disappears:
-Hangs at Splash Screen with terminal message:
"err:ntdll:RtlpWaitForCriticalSection section 0x7bcaf8e4 "loader.c:
loader_section" wait timed out in thread 003f, blocked by 0009, retrying (60
sec)"
-Then waits and:
"err:seh:raise_exception Unhandled exception code c0000194 flags 0 addr
0x7bc33c9a"
--
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=26634
Summary: world of warcraft crashes at end of startup
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: turgut(a)kalfaoglu.com
Created an attachment (id=33904)
--> (http://bugs.winehq.org/attachment.cgi?id=33904)
wow crash of several runs
World of warcraft crashes at the end of startup - that is, one minute into the
game, the trace is shown below. Hardware: Dell inspiron 1545. Wow launches
normally on another system with the same data and config files.
enclosed: opengl debug enabled trace of several runs..
--
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=30862
Bug #: 30862
Summary: New prelink is required for debug builds
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wrar(a)wrar.name
Classification: Unclassified
At least on current Debian unstable with gcc 4.7.0 and at least with the Debian
1.4 package (which includes -g in CFLAGS) kernel32.dll.so cannot be relocated
with prelink older than the latest release (20111012):
prelink: kernel32.dll.so: Unknown DWARF DW_AT_8465 with block DW_FORM
You can see this message in our build logs at e.g.
https://buildd.debian.org/status/fetch.php?pkg=wine&arch=i386&ver=1.4-0.4&s…
It may be not clear from the message but prelink actually exits without
changing the binary so kernel32.dll.so is not relocated which causes all bugs
that was fixed by adding the relocation.
Support for "DW_AT_8465" which is DW_AT_GNU_call_site_value was added to
prelink in r188 on 2011-04-01 so at least in some cases if you build wine with
debug, you are required to use prelink >= 20111012, otherwise you deserve the
same configure warning that is issued when prelink is not installed.
Unfortunately I don'see an easy way to check the prelink binary version as they
all report "prelink 1.0" in -V.
When wine is built with gcc 4.6.3 prelink fails on DW_OP_242
(DW_OP_GNU_implicit_pointer) instead which was added in the upstream r187 on
2010-11-23 (so 20111012 is still required). When wine is built with gcc 4.5.3
prelink 20090925 doesn't fail. This may be the real cause of "Steam overlay
requires gcc 4.5" reports such as #22053.
--
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=34299
Bug #: 34299
Summary: http://www.winehq.org/download/ubuntu incorrectly
identifies the Ubuntu PPA as WineHQ's
Product: WineHQ.org
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
Classification: Unclassified
That page states:
"Ubuntu's default repository includes Wine, however if you want to stay up to
date with the latest Wine package you can use WineHQ's by following these
instructions."
That wording leads users to believe that the PPA is under the control of WineHQ
when it is not. As a result, bugs don't get reported promptly to the package
maintainer and users expect support on the forum for any problem they may have
installing Wine packages. When told otherwise, many choose to argue, pointing
to the wording on that page. I can't really blame them.
--
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=28640
Bug #: 28640
Summary: kernel32/thread.ok fails on ubuntu 11.10?
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Don't know if this is a wine bug, an ubuntu bug, or a kernel bug yet.
kernel32/thread.ok fails reliably for me on ubuntu 11.10
(which uses linux-3.0.0, fwiw). Logs are slightly clearer when
run on a single core, but it still fails. Log:
dank@i7:~/wine-git/dlls/kernel32/tests$ taskset -c 0 make thread.ok
../../../tools/runtest -q -P wine -M kernel32.dll -T ../../.. -p
kernel32_test.exe.so thread.c && touch thread.ok
fixme:thread:NtQueryInformationThread Cannot get kerneltime or usertime of
other threads
thread.c:823: Test failed: SetThreadAffinityMask(thread,-1) failed to request
all processors.
fixme:thread:SetThreadIdealProcessor (0xfffffffe): stub
fixme:thread:SetThreadIdealProcessor (0xfffffffe): stub
fixme:thread:SetThreadIdealProcessor (0xfffffffe): stub
Protocol error:003b: partial read 12
wine client error:3a: read: Bad address
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x690abb19
wine client error:b: write: Bad file descriptor
wine client error:27: write: Bad file descriptor
The errors vary, but there's always a bad file descriptor, and often
a crash. Sometimes starting a wineserver in the foreground fails
because trying to get the /tmp/.wine-.../lock fails with EAGAIN, too.
I'll attach a +relay,+seh log. Looks kinda like a null pointer read
crash near the start of the thread that runs a queued work item?
--
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=27274
Summary: Battlefield Play4Free: Crashing when running
pre-downloaded game
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: karlmk(a)hotmail.com
Created an attachment (id=34885)
--> (http://bugs.winehq.org/attachment.cgi?id=34885)
Wine error when joining game
To reproduce this bug you need to do the following.
1. Copy a already downloaded and working copy of battlefield play4free from a
windows install. ( It resides under "C:/Program Files (86)/EA Games/Battlefield
Play4Free" by default)
2. Copy this to your Linux installation.
3. Install vcrun2008 from winetricks.
4. Run BFP4f.exe with the following parameters: +webSiteHostName
"battlefield.play4free.com" +battleFundsHostName "battlefield.play4free.com"
+frontendUrl "http://battlefield.play4free.com/game" +survey 0 +sessionId
<yourSessionID> +webSiteHostName battlefield.play4free.com +lang en
+soldierName "<YourSoldierName>"
5. Starting the game now works, and you are placed on the initial soldier
selection and equipment screen.
6. Press "Play Now" in the top right corner.
7. The game crashes after a while with the attached error.
--
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=27445
Summary: Textures do not render correctly in Shellshock 2
Product: Wine
Version: 1.3.18
Platform: x86
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrewdadoun(a)yahoo.com
In game characters are exploded and appear as almost plant like objects. Pretty
similiar to the issue in bully, though more sever. Also it seems like this
issue causes a slowdown in-game as well, since the speeds are a lot slower than
they should be.
--
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=27491
Summary: Pandora saga: program error
Product: Wine
Version: unspecified
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mirkku1994(a)gmail.com
I installed the Pandora saga and it seemed fine, but when I pressed the "play"
button, I got following error message: the program Pandora saga.exe has
encountered a serious problem and needs to 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=27565
Summary: Can't re-install unreal tournament g.o.t.y
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: gameux
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: banjingan99999(a)yahoo.com
i have install UT before with tactical ops patch mod , also i have uninstall ,
but it cannot uninstall UT program at Wine Software Uninstaller . . . i have
deleting the UT program file folder at Wine File . . .
--
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=27574
Summary: No Sound on Unreal Tournament Goty and UT Video
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: gameux
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: banjingan99999(a)yahoo.com
I have installed unreal tournament via Wine , and play UT via wine , the sound
got nothing . . . mostly the game like UT got no sounds . . . what's the
problem is it ? is that about the kernel ? im using fedora 14 . . . before this
, im using fedora 13 , the video its okay , only got no sound . . what im
supposed to do then ?
--
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=27582
Summary: Wine is not able to start and run an application
Product: WineHQ Apps Database
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lagolo2009(a)hotmail.com
Trying to start an app. called The secrets of hildegards, installed with wine,
and everythings seems to be ok, until I want to start it: -Sorry, the app. is
unable to start, please contact appdb.winehq.org and report this to them.
Have Linux Ubuntu Lucid Lynx with wine 1.2.2 installed.
What to do?
--
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=27589
Summary: Program Error
Product: WineHQ Apps Database
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: anna_grant90(a)hotmail.com
The program DesktopMgr.exe has encountered a serious problem and needs to
close. This can be caused by a problem in the program or a deficiency in Wine.
You may want to check http://appdb.winehq.org for tips about running this
application.
If this problem is not present under Windows and has not been reported yet, you
can report it at http://bugs.winehq.org
--
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=27766
Summary: giftbox+ has a problem and shuts down
Product: WineHQ Bugzilla
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: smokinabowl2(a)gmail.com
ok so i downloaded a game bot for farmville to see if it runs on linux wife
like the game and uses this quit regulery and she uses windows vist witch runs
this app great but i wanna switch her to linux and found out u can run this on
linux but wine keeps saying that giftbox has run in to a sirus problem and must
shut down and boom it closes now i know i did every thang right but wtf it wont
run the program is it cuz its nut a program u all have listed or like pls help
me
--
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=27980
Summary: Wine aborts setup.exe for weird reason
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: borntobesteve(a)aol.com
Wine aborts setup.exe: Why?
WINE can't see setup.LST file during installation of simple win ME app
I'm installing eX-Sense Pro under wine in Natty. It's a simple win me/win xp
application.
The setup.exe runs fine, but wine seems to not see setup.LST - another file in
the same directory:
Setup cannot find C:\users\redwood\Temp\boom1000\setup.LST.
Setup is aborting...
During installation, the boom1000 directory is created and setup.exe is copied
into it, but setup.LST is not copied. When I set up boom1000 and copy setup.LST
into it, the install process creates boom1001 and repeats the same mistake.
Any ideas? 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.
http://bugs.winehq.org/show_bug.cgi?id=28054
Summary: Distorted JPG image in Word and PowerPoint 2007
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m.duelli(a)web.de
Created an attachment (id=35923)
--> (http://bugs.winehq.org/attachment.cgi?id=35923)
Word Document with Distorted Image
I have a single JPG image I regularly use which gets distorted when pasting it
into Word 2007 or PowerPoint 2007.
The right half of the image is drawn solid black.
Attached is an exemplary Word Document just containing the image.
The image is not distorted when opening the document in LibreOffice or on a
Windows machine.
For me it is currently just this image but possibly other images are affected
as well.
--
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=28096
Summary: Starcraft running in Window (not full screen)
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nobregahercules(a)gmail.com
Created an attachment (id=35987)
--> (http://bugs.winehq.org/attachment.cgi?id=35987)
Starcraft is in Window
Using: Ubuntu 11.04, Starcraft Broodwar vs 1.16.1
Whem Starcraft start run in Windowed (in window not maximized)
I like it, but the Window is small, and in some cases i move mouse fast, and go
out window losting current moviment in window, and in some cases starting a
system task(createing folder...).
I want increase this window, but i not find how to change.
--
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=28117
Summary: wine + zingarelli 2008
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cryfre2001(a)yahoo.it
Created an attachment (id=36023)
--> (http://bugs.winehq.org/attachment.cgi?id=36023)
err report wine+zingarelli
problem font on dictionary.
--
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=28546
Bug #: 28546
Summary: Torchlight demo fails with
err:seh:setup_exception_record stack overflow
Product: Wine
Version: 1.3.29
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: haleykd(a)users.sf.net
Classification: Unclassified
I've installed the gamersgate torchlight demo into a new prefix. When I run
the game it crashes with:
err:seh:setup_exception_record stack overflow 1332 bytes in thread 0009 eip
7bc403bb esp 00240dfc stack 0x240000-0x241000-0x340000
I suspect there is a timing problem since
WINEDEBUG=fixme-all,relay WINEPREFIX=~/.wine-tl wine 'Torchlight.exe' 2>&1 |
cat - >/dev/null
works, with the obvious slowdown due to the extra output, but
WINEDEBUG=fixme-all,relay WINEPREFIX=~/.wine-tl wine 'Torchlight.exe'
2>/dev/null
does not.
I've also tried the runic installer, with and without a virtual desktop. Also
the initial splash screen that allows for entering the product key does not
work but that should be a separate bug.
--
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=28633
Bug #: 28633
Summary: Sound lost on Wine after upgrading to Oneiric Ocelot's
RC
Product: Wine
Version: 1.3.29
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: boldoconketchup(a)hotmail.com
Classification: Unclassified
I have lost completely the sound on Wine after upgrading to Oneiric's Release
Candidate Version yesterday.
The sound tests on winecfg only show an error message displaying "Audio test
fails!" or something like that. The same result shows on any sampling
frequency, bits, and/or hardware acceleration.
The games run as well as usual, though.
I have sound on all the other Ubuntu aplications I have in my system.
--
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=28771
Bug #: 28771
Summary: S4League client crash with MSVCR80
Product: Wine
Version: 20050930
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: francescobrozzu(a)gmail.com
Classification: Unclassified
I installed succesfully S4League on my wine 1.3.30 installation but when i run
the client it crashes when tries to load msvcr80.dll. I already installes
vcrun2005 package from winetricks. Attached there's the backtrace.
--
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=28779
Bug #: 28779
Summary: Sourceinsight: Segfault when started the application
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jshandorov(a)mm-sol.com
Classification: Unclassified
Created attachment 36977
--> http://bugs.winehq.org/attachment.cgi?id=36977
log file
Segmentation occurs when trying to start "source insight 3.50.0034" on Ubuntu.
See attached log file. I tried reinstalling sight and wine, but it didn't help.
KERNEL: 2.6.38-10-generic #46~lucid1-Ubuntu SMP Wed Jul 6 18:41:04 UTC 2011
x86_64 GNU/Linux
UBUNTU: 10.04 LTS - the Lucid Lynx
--
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=30861
Bug #: 30861
Summary: Error when running Age of Empires 2 on Mint 64
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bruiserker(a)yahoo.com
Classification: Unclassified
Created attachment 40422
--> http://bugs.winehq.org/attachment.cgi?id=40422
Memory dump generated by Wine
When attempting to run Age of Empires II on Mint 64 an error is returned.
Memory dump is 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=32400
Bug #: 32400
Summary: Wine is not able to run games made with game maker 8.0
since the openSuse update to 12.2
Product: Wine
Version: 1.5.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: anesu_email(a)yahoo.com.au
Classification: Unclassified
Game maker 8.0 games were able to run on OpenSuse 11.4 with the same version of
wine. After the upgrade of openSsuse to 12.2, all application/games made in
game maker 8.0 give an "unexpected error".
There isn't a higher version of wine in the opensuse repository, so that should
be the latest version of wine for opensuse.
Attachments bellow is a game maker application and as a sample to show that
while loading it gives an unexpected error.
Thanks,
Nexus_Guy
--
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=32587
Bug #: 32587
Summary: Mech Commander Gold fails to run
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: keen101(a)gmail.com
Classification: Unclassified
Created attachment 42998
--> http://bugs.winehq.org/attachment.cgi?id=42998
backtrace
Mech Commander Gold fails to run properly. It used to have gold status, so
perhaps it is an easy fix. The program installs fine, and seems to run great at
the beginning. The intro movie seems to play ok, although the sound is funky.
Skipping the movie with [Esc] or waiting for it to end causes it to error and
ultimately exit.
--
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=34158
Bug #: 34158
Summary: Political Machine 2008: Game crashes when proceeding
to game.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Tknnproducer(a)gmail.com
Classification: Unclassified
Created attachment 45440
--> http://bugs.winehq.org/attachment.cgi?id=45440
This was the error report X11 brought up when it occurred.
When you launch Political Machine, it works fine. The game continues running
smoothly even as your pick your candidate and your opponent, but when the game
then loads is the problem. The game stops and reports the error. I have
included the error sheet below.
--
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=33305
Bug #: 33305
Summary: While running age of forgotten empire through wine 1.4
in ubuntu 12.04 , this bug was found .
Product: WineHQ.org
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rkrahul324(a)gmail.com
Classification: Unclassified
While running age of forgotten empire through wine 1.4 in ubuntu 12.04 , this
bug was found .
--
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=33345
Bug #: 33345
Summary: Recent Rovio games fail to install
Product: Wine
Version: 1.5.27
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: graham(a)nerve.org.za
Classification: Unclassified
Bad Piggies 1.2.0 fails to install:
err:msi:ACTION_InstallFiles Failed to copy L"C:\\users\\graham\\Temp\\Bad
Piggies\\install\\3C84397\\updater.exe" to L"C:\\Program Files
(x86)\\Rovio\\Bad Piggies\\updater.exe" (2)
Angry Birds Star Wars 1.1.2 fails to install:
err:msi:ACTION_InstallFiles Failed to copy L"C:\\users\\graham\\Temp\\Angry
Birds Star Wars\\install\\9D04478\\config.lua" to L"C:\\Program Files
(x86)\\Rovio\\Angry Birds Star Wars\\config.lua" (2)
No problems with Angry Birds 3.0.0, Angry Birds Seasons 3.1.1 and Angry Birds
Space 1.4.1.
--
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=33335
Bug #: 33335
Summary: Out There Somewhere runs very slow due to multiple
registry lookups every frame
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
Classification: Unclassified
The DirectDraw game Out There Somewhere runs quite fast on windows and very
slowly in Wine.
The game seems to do many, many round trips to the wineserver querying the
registry for locale information, multiple times per frame. Some rooms in the
game are slower than others, presumably because they have different objects
that hit this path more. Apparently this sort of registry lookup seems to be
much faster in Windows than on Wine.
The game has a "compatibility mode" option in the menu that seems to speed up
performance dramatically as well (making it quite playable), but this bug
report is with compatibility mode turned off.
--
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=32688
Bug #: 32688
Summary: Error using wine
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gustavo.borges.c(a)gmail.com
Classification: Unclassified
Created attachment 43130
--> http://bugs.winehq.org/attachment.cgi?id=43130
Error using wine
I was seeing if a game run on wine
--
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=26179
Summary: SAMSUNG Kies 2.0.0 installation failed due to several
errors
Product: Wine
Version: 1.3.14
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: testing.tigerwolf(a)mail.com
Created an attachment (id=33364)
--> (http://bugs.winehq.org/attachment.cgi?id=33364)
Kies 2.0.0 backtrace
Installing Samsung Kies 2.0.0 crashes with several errors :
- regsvr32.exe : C++ runtime error
- import Dlls failed (not found)
- musapp.exe : COM registration error
- errors on several components :
- ole
- rpc
- fixme on several components :
- shell
- win
- mscoree
- storage
- ole
- wininet
- heap
- advapi
See attachment for more information
--
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=31227
Bug #: 31227
Summary: Word 2010 Crashes a few seconds after startup
Product: Wine
Version: 1.5.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jonathan(a)jrlknight.com
Classification: Unclassified
Created attachment 41017
--> http://bugs.winehq.org/attachment.cgi?id=41017
Wine Backtrace
Word 2010 Trial edition Crashes after a few seconds of operation. Wine profile
is windows xp, using msxml6 (native) and riched20 (native) dlls according to
the app db install procedure.
--
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=35530
Bug ID: 35530
Summary: fjords is very slow because of GetLocaleInfoW checking
registry
Product: Wine
Version: 1.7.11
Hardware: x86
URL: http://moonmagic.itch.io/fjords
OS: Linux
Status: NEW
Keywords: performance
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: madewokherd(a)gmail.com
Classification: Unclassified
Created attachment 47442
--> http://bugs.winehq.org/attachment.cgi?id=47442
hack to skip registry check
Fjords runs very slowly. I found that about half of the cpu time is spent in
wineserver, and a +server log led me to registry checks in GetLocaleInfoW. I
found that hacking out those checks (as in the attached patch) made the game
playable.
I don't know how this can be solved. I don't think caching is an option, as
these registry values could presumably be updated at any time.
This may be a duplicate of bug 33335, but I'll need Scott Ritchie to verify
that.
--
Do not reply 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=11344
Summary: XTrap does not work with wine
Product: Wine
Version: 0.9.53.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hramrach(a)centrum.cz
XTrap is a library that is used by numerous MMO* games (not sure all are
MMORPG). It is supposed to fight bots (probably meaning programs that interact
with the game instead of players).
I could not find the vendor of this module, web search only revealed some games
using it.
Games using the module include:
Hero Online (in appdb), http://hero.netgame.com
Scions of Fate (not in appdb), http://fate.netgame.com
Japanese version of Nostale (only English in appdb)
http://download.jalecoonline.jp/nostale/client/nostalesetup_003.exe
Knights Online (not in appdb) http://knihgtonlineworld.com
Hero online catches its exceptions, and using winedbg is not very helpful
either (it stops on one of the earlier exceptions, and the program would
terminate afterwards).
However, both Scions and Nostale do not catch the unexpected exception, and it
happens in the xtrapva module.
--
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=18427
Summary: Forte Agent MDI window is not maximized at startup.
Product: Wine
Version: 1.1.21
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: g9xhh5p02(a)sneakemail.com
The Forte Agent mail and news reader uses an MDI window model, where the main
window can contain one or more child windows which can each be resized or
maximized. When running under real MS Windows, closing Agent with a single
child window (my inbox browser) maximized means that the same window will
appear maximized next time I run the program.
This doesn't work correctly under Wine: instead of the correct behavior, the
child window appears with its own title bar visible as if it were not
maximized, and with minimize/restore buttons visible as if it were maximized.
I can then manually coax the child window into properly maximizing by clicking
its restore button followed by its maximize button, or by clicking the parent
window's scroll button (which then disappears because it's not needed when a
child is maximized). The effect looks like the child window thinks itself
maximized while the parent window thinks the child is not maximized.
I'm using Forte Agent 3.3/32.846.
This bug has existed since before wine 1.0, possibly forever but I'm not sure.
--
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=20945
Summary: Vampire: The Masquerade - Bloodlines won't install
Product: Wine
Version: 1.1.33
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zarquon42(a)aol.com
Details in comments at
<http://appdb.winehq.org/objectManager.php?sClass=version&iId=4949>.
Using WineBottler (1.1.33) on OS X Intel (Leopard 10.5.9) to install. It
consistently reaches "line101_col_e.mp3" and returns "Error -1603 Fatal error
during installation. Consult Windows Installer Help (Msi.chm) or MDSN for more
information." This happens regardless of whether I am installing from CD or
from all the CD files copied into one directory. Only line in console that
looked as if it might be relevant: "Wine[71697]
Err:fixme:wave:AudioUnit_SetVolume independent left/right volume not
implemented (1.000000, 1.000000)" Although what that might have to do with
INSTALLING an .mp3 I have no idea.
--
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=20909
Summary: SMART software crash
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wilberforce74(a)yahoo.ca
Created an attachment (id=25071)
--> (http://bugs.winehq.org/attachment.cgi?id=25071)
Crash report generated by software.
I have installed Smart Notebook to use with the Smart board in my classroom. I
always get an error that says, "The program Notebook.exe has encountered a
serious problem...". Please see attachment for report details.
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=18371
Summary: Lord of the Rings Online: mouse cursor corrupted on
focus change
Product: Wine
Version: 1.1.20
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: daniel.santos(a)pobox.com
When playing Lord of the Rings Online in windowed mode and changing the focus
away from and back to the game, the mouse cursor becomes corrupted. The
corrupted image may be blank or it may be a large area of animated gibberish.
Once you are able to position the cursor over an object in the game that
normally changes the cursor it is restored, so there is a work around, although
it can be difficult to do, especially when the cursor image is completely
blank. It is usually necessary to move the mouse outside of the game window
and position it so that you are on either the x or y axis of the object in the
game window you want to mouse over and then move slowly along the other axis
until it changes.
This bug has existed since Book 11 and exists up to the current version (Mines
of Moria) and for the last year (so around wine 0.9.something).
Other notes: LOTRO can have very large mouse cursors (perhaps up to 100x300
pixels), so I'm not certain which API they are using.
--
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=17442
Summary: Anarchy Online: No sound after being unexpectedly sent
to login and reconnecting
Product: Wine
Version: 1.1.15
Platform: PC
URL: http://cdn.funcom.com/ao/client/AnarchyOnline_17.9.1-
Small.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: letsclimbhigher(a)gmail.com
Anarchy Online exits and sends the player to its login window at times when it
either crashes or there is too much packet loss. If the player then simply logs
types in their name and password and logs back in again they will have no audio
(alsa is what i use).
If on the other hand they close the login window, exiting the whole game
program and then restart Anarchy Online fresh, they will have sound.
--
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=16463
Summary: ALSA has to be "jump started" by another app when using
a Terratec Dmx 6fire card (ice1712 driver)
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robert.broglia(a)gmail.com
When using this multi-channel sound card on wine, it doesn't work unless
another app has already opened it and made dmix active (or dsnoop for input).
I'm using ALSA 1.0.18 with the default out-of-box configuration on Gentoo (no
.asoundrc file).
The problem lies in wine's ALSA_TestDeviceForWine function because it tries to
open the card using hw:[card],[device] and eventually fails on
snd_pcm_hw_params_set_channels(pcm, hwparams, 2) because the card can't be set
to only 2 channels when using the hardware device directly. When the card has
already been opened by another program via "plughw" or "default", opening the
card using "hw" seems to redirect to "plughw" automatically and wine succeeds
in setting 2 channels.
I tried changing ALSA_TestDeviceForWine to use plughw:[card],[device] and all
playback/recording worked perfectly without needing another app to previously
open dmix/dsnoop. Is there some reason this isn't the default behaviour or
there isn't a registry option for it? I would assume other cards that can't be
set to 2 channels in hardware are affected as well.
--
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=14802
Summary: Wizards & Warriors: Crashes when starting the game at
the game menu
Product: Wine
Version: 1.1.2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ralacs(a)gmail.com
Created an attachment (id=15350)
--> (http://bugs.winehq.org/attachment.cgi?id=15350)
Bugreport
The game seems to have some trouble with avi-playback (avifil32)
--
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=14233
Summary: fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented:
heap list snapshot
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: christian(a)zschoche.de
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
on debian etch with wine1.1.0
--
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=31248
Bug #: 31248
Summary: The jlink segger driver cannot run in wine.
Product: Wine
Version: 1.5.8
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jinleileiking(a)gmail.com
Classification: Unclassified
downloads here:
http://www.segger.com/jlink-software.html
--
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=30135
Bug #: 30135
Summary: FFXIV crashed after login/play clicked(before "Start")
on OSX
Product: Wine
Version: 1.4
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mclark4386(a)gmail.com
Classification: Unclassified
Created attachment 39306
--> http://bugs.winehq.org/attachment.cgi?id=39306
backtrace from crash
I have FFXIV working pretty much perfect on my Linux desktop. However, on my
Macbook Pro(early 2011, lion, ATI6490M, XQuartz 2.7.1_rc2) whether I use the
macports wine-devel(1.4-rc6) or winery(wine 1.4) I get the crash attached after
I login and click "Play" at the new black window but before the white screen
with "Start" on it. I have used winetricks to install winhttp and ie8. The
installer for the game also installs DirectX(march2009). This is HIGHLY
repeatable for me so please let me know if you need any other info or debugging
info.
--
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=28876
Bug #: 28876
Summary: Close Combat III trial failed to execute
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vince.barwinski(a)gmail.com
Classification: Unclassified
Created attachment 37100
--> http://bugs.winehq.org/attachment.cgi?id=37100
It is a back trace of the attempted execution of Close Combat III
I have tried several times to run Close Combat III trial. The install works no
problem, but when I try to play it I only get the back trace which I have
attached. My system is an Acer Aspire 5745G with NVidia GEFORCE GT420M running
on Debian Squeeze
--
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=28970
Bug #: 28970
Summary: aspi error onaudiograbber
Product: WineHQ Apps Database
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wvanreede(a)live.nl
Classification: Unclassified
audiograbber installs,runs, but ripping is not possible due aspi error
--
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=29248
Bug #: 29248
Summary: Fairuse Wizard 3D "Inncorrect block size (not 2048)"
when reading a DVD.
Product: Wine
Version: 1.1.34
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shaun.mcbride(a)gmail.com
Classification: Unclassified
Created attachment 37816
--> http://bugs.winehq.org/attachment.cgi?id=37816
Screen shot of error.
Program installs and starts up fine.
Upon starting the DVD rip, you recieve this error:
Error Reading DVD
Can't read DVD data from <my dvd drive>.
>>>Incorrect block size (not 2048).
I have tried several DVD drives, desktops to laptops, same error on all of
them.
Have tried several DVD's with no luck.
--
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=32116
Bug #: 32116
Summary: DC Universe abnormally quits using bumblebee
Product: Wine
Version: 1.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: omazhary(a)hotmail.com
Classification: Unclassified
I finally got DC Universe to run on wine, graphics and all, and it suddenly
quits on me when I'm waiting in the login queue. This error occurs:
XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":8"
after 1845 requests (1845 known processed) with 0 events remaining.
I know it may not have something to do with wine. But, it only occurs when I
run an application on wine. When I run native Linux applications, it doesn't
abnormally quit.
I'm running DC Universe using bumblebee.
Thanks for any suggestions you might offer.
--
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=32343
Bug #: 32343
Summary: Integration of Wine Tray fail with Gnome 3.6
Notification Area
Product: Wine
Version: 1.5.18
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mayanksuman(a)live.com
Classification: Unclassified
While using Orbit Downloader ...
Orbit Downloader usually open in tray in windows so in Gnome 3.6 its icon goes
to notification area.
If someone try to open the application by double clicking the icon ... The
system hangs until orbit Downloader is not closed forcefully by using Terminal.
--
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=32724
Bug #: 32724
Summary: IAmAlive_game.exe error
Product: Wine
Version: 1.4.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: s.idem.76(a)gmail.com
Classification: Unclassified
In a program IAmAlive_game.exe found serious error. The program will be 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=33303
Bug #: 33303
Summary: Unexpected Crash in Furcadia
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: sabledrakon(a)gmail.com
Classification: Unclassified
Program crashes when attempting to copy text into Pounce windows. Both via
Ctrl-V and the context menu.
--
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=33584
Bug #: 33584
Summary: editplus
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yourpackaging2001(a)gmail.com
Classification: Unclassified
Created attachment 44466
--> http://bugs.winehq.org/attachment.cgi?id=44466
Backtrace
Down know if this is duplicate.
--
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=33620
Bug #: 33620
Summary: Sumotori dreams bug
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: daniferreirinha(a)live.com.pt
Classification: Unclassified
It's the sound.
First time launching it,no sound,with the exception of the background music.
2nd time,it was all fast and static-y.
3rd one is the same as the 2nd one,but sped up.
--
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=33942
Bug #: 33942
Summary: Running Page Plus 11
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: douglasblackusa(a)aol.com
Classification: Unclassified
Created attachment 45083
--> http://bugs.winehq.org/attachment.cgi?id=45083
Opening page plus 11 crash report on Ubuntu 12.04
Opening Page Plus 11
--
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=34508
Bug #: 34508
Summary: Crashes when attempting to launch FinalDraft8
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jcampbell.cooke(a)gmail.com
Classification: Unclassified
Created attachment 45934
--> http://bugs.winehq.org/attachment.cgi?id=45934
backtrace
Attempted to launch FinalDraft8 in Wine 1.4 for Unbuntu and 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.
http://bugs.winehq.org/show_bug.cgi?id=34838
Bug #: 34838
Summary: Can't play mw3
Product: Wine
Version: 1.4.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: francy133(a)hotmail.fr
Classification: Unclassified
when I was playing mw3 he told me that I met a serious problem and must close
or when I made her walk mw3 multiplayer and windows 2 steps very well
--
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=35015
Bug #: 35015
Summary: error con visual chart
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cacun(a)gmx.es
Classification: Unclassified
Created attachment 46672
--> http://bugs.winehq.org/attachment.cgi?id=46672
error con visual chart
no open
--
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=34532
Bug #: 34532
Summary: Double mouse click on a Skype's systray icon or right
click it -> Open Skype doesn't bring Skype's window on
top if it's already unhid
Product: Wine
Version: 1.7.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Classification: Unclassified
Subject.
Skype version 5.0.0.152, Windows version set to Windows 8.
--
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=33049
Bug #: 33049
Summary: Wine will not install an audio driver.
Product: Wine
Version: 1.4.1
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: blainegrissom(a)ymail.com
Classification: Unclassified
Just like the title says. I go into Winecfg and click on the audio tab, and it
says that no drive has been selected. Please help me fix 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=23735
Summary: Game/Program Crash
Product: Wine
Version: 1.2
Platform: All
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: psartwork(a)gmail.com
I used a .exe and the launcher worked fine. It updated some files fine in a
properly working GUI and let me hit "Start" at which point the launcher
disappaered and a few seconds later the program crashed.
Terminal displayed.
"wine: Unhandled page fault on write access to 0x5a5b538d at address 0xcdc1ef
(thread 0036), starting debugger..."
I'm really not that savvy Terminal/coding/errors/etc so just tell me what else
I need to post here to help you help me figure out what the issue(s) are.
--
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=34531
Bug #: 34531
Summary: Web camera is not detected and/or used in Skype
Product: Wine
Version: 1.7.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Classification: Unclassified
Created attachment 45978
--> http://bugs.winehq.org/attachment.cgi?id=45978
Skype WebCam settings
I've no idea if web cameras are supported in Wine, but Skype 5.0.0.152 says:
"Skype couldn't find a webcam."
You _must_ set Windows version to Windows 8 in order to make this Skype version
work in Wine.
--
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=34341
Bug #: 34341
Summary: GnuTLS spamming in the log
Product: Wine
Version: 1.7.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: secur32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nob.dir.info(a)gmail.com
Classification: Unclassified
Hello,
I noticed few days ago that the console was spammed with "GnuTLS: the curve is
unsupported" when I log in/look at scores and so on in League of Legends and
Guild Wars 2(well, the only programs I am using with Wine which need a
connection).
Thus I just wanted to report this. It seems to be a weird bug, although it
doesn't seem to have any affect on the application(they run well, no
crash/dysfunction).
Cordially.
--
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=31997
Bug #: 31997
Summary: Update authors page
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: seotaewong40(a)gmail.com
Classification: Unclassified
Update credits page. It looks like the Mozilla about:credits 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=30236
Bug #: 30236
Summary: Silent Hill 2 rendering issue with AMD video cards
Product: Wine
Version: 1.5.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zergling.muk(a)libero.it
Classification: Unclassified
The issues is that every characters in the game are completely gray.
I have tried with different wine and catalyst versions but I still have the
same issue.
I do not have such problem with Nvidia video card.
--
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=24205
Summary: winealsa.drv fail to regcongize "EQ Peaks" of au8830
as MIXERCONTROL_CONTROLTYPE_PEAKMETER
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: superquad.vortex2(a)gmail.com
Created an attachment (id=30476)
--> (http://bugs.winehq.org/attachment.cgi?id=30476)
WINETEST_INTERACTIVE=1 wine winmm_test mixer
winealsa.drv fail to regcongize "EQ Peaks" of au8830 as
MIXERCONTROL_CONTROLTYPE_PEAKMETER
WINETEST_INTERACTIVE=1 wine winmm_test mixer
mixer.c:476: 3: "EQ Peaks" (EQ Peaks) Destination=1 Source=3
mixer.c:479: LineID=00000011 Channels=20 Connections=1 Controls=1
mixer.c:483:
State=0x80000001(MIXERLINE_LINEF_ACTIVE|MIXERLINE_LINEF_SOURCE)
mixer.c:485: ComponentType=MIXERLINE_COMPONENTTYPE_SRC_UNDEFINED
mixer.c:487: Type=MIXERLINE_TARGETTYPE_WAVEIN
mixer.c:489: Device=-1 (Aureal Vortex au8830) 1.0 (170:85)
mixer.c:533: 0: "EQ Peaks" (EQ Peaks) ControlID=51
mixer.c:536: ControlType=MIXERCONTROL_CONTROLTYPE_VOLUME
mixer.c:538: Control=0x00000000()
mixer.c:541: Items=0 Min=0 Max=65535 Step=2
mixer.c:212: Value=2
mixer.c:249: Test failed: Couldn't change value from 2 to 4, returned 2
--
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=19178
Summary: Epson Print CD doesn't find printer installed in cups
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: impnew(a)gmail.com
I've installed the Epson Print CD software, but when i try to print, it gives
me an error, similar this: "The print driver of Epson that is incharged to
print the CD is not installed".
But someone can print, there are some users' experience here:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=3700
--
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=35665
Bug ID: 35665
Summary: Cs:go restart
Product: Wine
Version: 1.7.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: burebista2005(a)gmail.com
Today I try to play cs:go on opensuse 13.1 x64
Any key of keyboard i push the game is go restarting, again and again.
http://www.youtube.com/watch?v=1k-bOemJRLc&feature=youtu.be
On native steam is ok.But ther is no cs:go.
I try portal 2 and it is fine.
--
Do not reply 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=34019
Bug #: 34019
Summary: Half-life 2 font doesn't display correctly
Product: Wine
Version: 1.6-rc4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scrimekiler(a)yahoo.fr
Classification: Unclassified
Created attachment 45203
--> http://bugs.winehq.org/attachment.cgi?id=45203
This is a screenshot of what it does
Fonts are like broken, very hard to read.
This is a fresh wine install on a fresh system.(so wineprefix is clean)
--
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=31584
Bug #: 31584
Summary: Guild Wars 2 doesn't start
Product: Wine
Version: 1.4.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dangerahead478(a)gmail.com
Classification: Unclassified
I run Guild Wars 2 and the first time I start it it loads only the first time
and then dissapears. From then it shows a black screen every time I start 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=27394
Summary: I have installed FM Genie Scout 11 using wine 1.321
and this message appears and the programme does not
run.
Product: WineHQ.org
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: coneill102(a)hotmail.com
I have installed FM Genie Scout 11 using wine 1.321 and this message appears
and the programme does not run.
"The programme has encountered a serious problem and needs to close. This can
be caused by a problem in the programme or a deficiency in wine."
--
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=23690
Summary: Half Life 2 Episode 1 - Certain Objects Not Rendering
Product: Wine
Version: 1.2-rc7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: watupgroupie(a)gmail.com
Using an older version of Wine (1.1.31 I think) I was able to play Half Life 2
E1 pretty much perfectly. I updated to Wine 1.2rc7 and now the game doesn't
render certain objects correctly or at all. Cars in the street are invisible
and you find yourself running into them. Along with supply boxes. Some walls
are also invisible with only certain parts of them rendering. It makes the game
unplayable because you have to interact with these objects.
--
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=17284
Summary: Civilization IV crashes
Product: Wine
Version: 1.1.14
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter_dunning(a)dsl.pipex.com
Created an attachment (id=19286)
--> (http://bugs.winehq.org/attachment.cgi?id=19286)
crash log
Civilization IV 1.74 crashes to desktop when I start a game between the loading
screen showing finished and the world apperaring. I have an intel GMA 3100 on
Arch Linux. The crash log is attatched.
--
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=34533
Bug #: 34533
Summary: View profile option doesn't work in Skype
Product: Wine
Version: 1.7.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Classification: Unclassified
Steps to reproduce:
1) Wine 1.7.1 -> winecfg -> Windows version -> Windows 8
2) Install Skype 5.0.0.152
3) Run Skype and login
4) Choose any profile, right mouse click it -> View Profile
Results: a profile window appears and disappears almost immediately
Expected results: a persistent profile window you can see
--
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=27742
Summary: Spotify: Random Page Faults
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: momoko.yukino(a)hotmail.co.uk
Created an attachment (id=35494)
--> (http://bugs.winehq.org/attachment.cgi?id=35494)
Log/Back Trace
When installing Spotify either manually or using POL, I randomly get the
attached back trace. It sometimes occurs, sometimes doesn't. Sometimes I can
start it up with no issue, others, I need to keep retrying.
--
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=18216
Summary: replay media catcher crashes in wine update 1.1.20
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: winedbg
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robertwintle(a)hotmail.co.uk
replay media catcher demo worked 100% in Wine 1.1.19 i386 but crashes in Wine
1.1.20 i386
link to demo:
http://applian.com/replay-media-catcher/demo.php
--
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=32018
Bug #: 32018
Summary: Unhandled exception: page fault on read access to
0xf737fa53 in 32-bit code
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: javierbrd(a)gmail.com
Classification: Unclassified
Created attachment 42202
--> http://bugs.winehq.org/attachment.cgi?id=42202
Backtrace
Program (Fritz 13) suddenly crash with this backtrace code.
--
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=28419
Summary: Wine doesn't load at all
Product: Wine
Version: 1.3.28
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a4337985(a)nepwk.com
For last couple days I'm trying to compile and run Wine without any luck.
I used mac ports "sudo port install wine" and "sudo port install wine-devel".
I've tried 1.2.3 and 1.3.28 versions, both end same.
I've tried to delete .wine folder and use other place by setting WINEPREFIX.
I've tried numerous times to make clean re-installation including
re-installation of all dependencies, re-installation of mac ports.
Every time I try to run wine, winecfg, winetricks commands it just freezes
forever(20min+).
After a minute of freeze I get
err:process:__wine_kernel_init boot event wait timed out
and then it pretty much does nothing, no CPU activity of wine processes, no
Disk activity, wine folder never goes over 200KB.
--
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=34107
Bug #: 34107
Summary: Castle Crashers - Audio works in WinXp mode, not Win7
mode
Product: Wine
Version: 1.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saxindustries(a)gmail.com
Classification: Unclassified
When I run Castle Crashers in Windows XP mode, audio is working.
When I run it under Windows 7 mode, audio does NOT work.
Running Castle Crashers 1.3.1, installed from Steam.
--
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=29119
Bug #: 29119
Summary: HeeksCAD worked on old wine 1.2.3-2pclos2011, new
1.3.32 fails
Product: Wine
Version: 1.3.32
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gheskett(a)wdtv.com
Classification: Unclassified
Greetings;
Newbee at wine things. I just built 1.3.32, using a 32 bit pclos install on a
quad core phenom as the user, then became root to run ./tools/wineinstall,
which didn't seem to have any major problems after it uninstalled the much
older and generally working wine that pclos supplies.
So I thought I would see how the windows HeeksCAD-18.exe ran, but total
failure.
So I figured I should reinstall HeeksCAD/HeeksCNC in case things changed, but
that also fails.
The install goes ok according to the gui, but logs this to the shell:
[gene@coyote Download]$ wine './HeeksCAD 0.18.0.exe' 2>&1
>../Documents/heekscad-install.log
fixme:msg:ChangeWindowMessageFilter c046 00000001
fixme:win:DisableProcessWindowsGhosting : stub
fixme:sfc:SfcIsFileProtected ((nil), L"C:\\Program
Files\\HeeksCAD\\unins000.exe") stub
Then after the install the gui asks to start heeks, I click ok, and hopefully
the failure log will be generated in a format that is usable. A copy paste into
vim totally screws the moose with thousands of tabs.
Ok, more repeats with attempts to redirect the error output to a file, all
resulting in a null file. I cannot copy paste such a large file, and it would
take me about 8 hours of editing to restore some semblance of what I see on the
screen, so how do I generate this file you would like to have attached?
This is about all that I can faithfully paste from the cli:
[gene@coyote Download]$ wine: Unhandled page fault on read access to 0x50d8458d
at address 0x45c4aa (thread 0022), starting debugger...
Unhandled exception: page fault on read access to 0x50d8458d in 32-bit code
(0x0045c4aa).
Please advise how to proceed.
Thanks folks.
--
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=26436
Summary: Faxion : Game won't launch
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jouan.amate(a)gmail.com
When double-clicking on the desktop shortcut, the app is displayed in the
taskbar for a few seconds and then disappears.
Here is a link to download the game :
http://cdn.truegames.com/FaxionBetaLiveSetup/r.1.2.0/FaxionBeta-USLiteSetup…
--
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=19817
Summary: Visual C++ 2005 Express gets stuck trying to build
chromium's base_unittests
Product: Wine
Version: 1.1.27
Platform: PC
URL: http://dev.chromium.org
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To reproduce:
1) get a chromium source tree on linux as normal
2) generate visual studio solution files with
cd ~/chromium/src
tools/gyp/gyp -f vsvs build/all.gyp
3) winetricks msxml6 dotnet20 vc2005express
4) start visual studio 2005 express
5) load project ~/chromium/src/base/base.sln
Click OK five or six times
6) right click on base_unittests, click Build
Expected: Visual Studio should happily start compiling lots
of files.
Observed: Visual Studio chews CPU and does nothing...
and if you try to cancel the build, it ignores you and stays stuck.
--
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=34198
Bug #: 34198
Summary: Syslinux unable to fetch NTFS volume info
Product: Wine
Version: 1.7.0
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: onny(a)project-insanity.org
Classification: Unclassified
Error running following command:
onny# wine syslinux.exe -maf -d /multiboot D:
fixme:ntdll:server_ioctl_file Unsupported ioctl 560000 (device=56 access=0
func=0 method=0)
Could not fetch NTFS volume info: Request not supported.
I cannot tell yet which functionality is required to get syslinux work on NTFS
partitions.
--
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=31985
Bug #: 31985
Summary: "Clovis" can't run under linux
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: clemardu(a)gmail.com
Classification: Unclassified
Created attachment 42152
--> http://bugs.winehq.org/attachment.cgi?id=42152
This is the problem repport
Hi !
I want to run a windows' software named "clovis" or "4D" under Linux, so i
dowloaded it and installed it on my computer. But when i try to launch it, a
problem occures and Wine must quit...
I give to you the problem repport (attached below).
Thanx for your time !!
--
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=28063
Summary: Tom Clancy's Ghost Recon
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jayson_webster27(a)hotmail.com
I installed Tom Clancy's Ghost Recon when i tried to play it it started loading
for 3 seconds and then crashed.
OS Windows 9X/ME/200/XP
All the other requirements are met and much much better.
Please help i really do love this 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=15747
Summary: Firefox 3 unusably slow, triggered by flash ads?
Product: Wine
Version: 1.1.6
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
If I go to news.com, pick any story (e.g. today's Google Mail for Mobile),
and just sit there hitting reload, eventually the browser will
slow to a crawl and become unusable.
This also happens when just normally browsing around.
I imagine it's caused by particular flash ads
(a Microsoft one seemed to trigger the latest problem).
This is with Wine from Oct 18th.
I use Firefox3 every day or two for a little dogfood testing,
and today is the first time I noticed it, so it's likely
to be a new ad rather than a new wine problem. But who knows.
--
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=33925
Bug #: 33925
Summary: Garbled graphics in Pet Hotel Tycoon
Product: Wine
Version: 1.6-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bero(a)lindev.ch
Classification: Unclassified
Pet Hotel Tycoon (Free download at http://www.myplaycity.com/pet_hotel_tycoon/
) comes up with garbled graphics and mouse cursors in wine 1.6-rc4 (using an
AMD Radeon HD 4530 with the free driver).
--
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=28036
Summary: Alsa no longer works with wine since 1.3.25
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: winealsa.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lightsheir(a)comcast.net
Created an attachment (id=35899)
--> (http://bugs.winehq.org/attachment.cgi?id=35899)
asoundrc and winecfg test sound log
After wine was updated to 1.3.25 I no longer have sound in wine based
applications. Running test sound in the audio tab of winecfg causes it to hang
on a clean Wine directory. I run an only alsa setup (no pulse or OSS) and have
no issues with any other applications.
I am running Arch Linux using the 3.0 kernel and using the prepacked binary
found in the multilib reps. My alsa setup includes an Asus Xonar Essence STX
and a Logitech C910 for input.
Almost all other wine applications run but without sound.
--
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=32605
Bug #: 32605
Summary: Logic Audio 5.5.1
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: seagull29(a)free.fr
Classification: Unclassified
Created attachment 43027
--> http://bugs.winehq.org/attachment.cgi?id=43027
Message Error
When I launch Logic Audio with Wine (Windows version of this software), I have
an error message after beginning of launching. Can you help me ?
--
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=29945
Bug #: 29945
Summary: Skype [5.8] crashes for the first 4-5 times after
installation before it can be used
Product: Wine
Version: 1.4-rc4
Platform: x86
URL: http://www.skype.com/go/getskype-full
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Classification: Unclassified
Created attachment 38977
--> http://bugs.winehq.org/attachment.cgi?id=38977
winedbg --gdb ./Skype.exe
Steps to reproduce:
1. Download Skype (from the link above)
2. Install Skype (in manual mode, untick all checkboxes in the process)
3. Run Skype
Get segfault immediately. There's no backtrace of any kind.
The only way to see something meaningful is to run it wine under gdb backend.
This bug is not a dupe of bug 14598, there they use a different Skype version,
and it still runs for a few seconds.
bug 25449 is similar, but it affects FreeBSD.
--
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=28151
Summary: System Shock 2 crashes on startup
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: systemshock(a)trash-mail.com
Created an attachment (id=36071)
--> (http://bugs.winehq.org/attachment.cgi?id=36071)
WINE's output
System Shock 2 doesn't show up, but instead, the debugger.
Looks like a NULL pointer exception (0x00000000)
--
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=24439
Summary: New American Inside Out Beginner having page faults
Product: Wine
Version: 1.3.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fernandocarvalho1987(a)hotmail.com
I can't run New American Inside Out Beginner, because it gets an Unhandled
exception: page fault on read access to 0x004aba6e in 32-bit code (0x0036f018)
I had tested on wine 1.3.2, Ubuntu 10.04
--
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=32243
Bug #: 32243
Summary: Civilization V refuses to start
Product: Wine
Version: 1.5.17
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thomas.romera(a)epfl.ch
Classification: Unclassified
Created attachment 42533
--> http://bugs.winehq.org/attachment.cgi?id=42533
crash log
One month ago, game worked flawlessly. However recently, the game doesn't work
at all. I have tried reinstalling it from steam and from the DVD. Running it
from inside Steam doesn't produce anything, and running it from wine (ie. wine
CivilizationV.exe) produces an error (see attachement). Wine is version 1.5.17,
prefixe architecture is x86-64, running on Ubuntu 12.04 64 bits.
--
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=27498
Summary: COD:Black Ops Call of the Dead screen glitch
Product: Wine
Version: 1.1.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tenchimasaki60(a)yahoo.com
Whenever I play COD:Black Ops and start the new "Call of the Dead" level, I
have a problem whenever I touch water. If I touch water, the screen becomes
temporary blurred (this goes away after the "frost" on the ends of the screen
disappear {the frost is normal}.
I have tested this in both installs of WINE 1.3.8 and 1.3.19. I am currently
running ubuntu 10.04.02 "Lucid Lynx"
--
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=20857
Summary: Winecfg crashes when usb soundcard is attached
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spamtrap_wbugs(a)mcfish.org
Created an attachment (id=24990)
--> (http://bugs.winehq.org/attachment.cgi?id=24990)
Output of 'aplay -L' with and without usb soundcard
winecfg does not start when I have USB soundcard (hercules mk2) attached
alongside with internal soundcard.
I removed .wine* folders before trying, so there should be no previous
configurations causing problems. I don't have pulseaudio installed at all, so
I'm trying to use ALSA backend.
I have attached output of (aplay -L) with and without usb soundcard. Also
there's log of the first run of winecfg, and the following runs of winecfg when
card is 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=31957
Bug #: 31957
Summary: the program wizardgraphicalclient.exe has encountered
a serious problem and needs to close
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: charliebarrett24(a)gmail.com
Classification: Unclassified
i've been playing wizard101 for about two months, and it worked fine on wine,
but now every time i try to open, the application wont open. i've tried
redownloading the game, restarting, and it makes no difference. how do i make
it go back to what it was before?
--
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=12334
Summary: Skype 3.8: Crash at login
Product: Wine
Version: 0.9.58.
Platform: PC
URL: http://www.skype.com/go/getskype-beta
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)konsoletek.com
Created an attachment (id=11811)
--> (http://bugs.winehq.org/attachment.cgi?id=11811)
Skype 3.8 Crash on Win98 w/o dcom98
Skype 3.8 (beta) will launch, but crashes either during the login screen or
directly after it. I tried with a clear .wine directory, under Windows 98, XP
and 2008. Under 98 I tried with dcom98 and w/o, with no noticeable changes in
results.
--
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=33458
Bug #: 33458
Summary: Microsoft Lync 2010 fails to start
Product: Wine
Version: 1.5.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alberink(a)gmail.com
Classification: Unclassified
Created attachment 44289
--> http://bugs.winehq.org/attachment.cgi?id=44289
Console output
Microsoft Lync installs without problems, but when attempting to start it, it
aborts with a Windows Error Reporting dialogue. On the console it presents the
attached logging
--
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=31827
Bug #: 31827
Summary: Problems to Start games after nvidia updates 304.48-1
Product: Wine
Version: 1.5.5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zephyr91(a)gmail.com
Classification: Unclassified
Created attachment 41884
--> http://bugs.winehq.org/attachment.cgi?id=41884
Output of the erros when starting any of my Games (WorldOfWarcraft, Diablo3,
Starcraft2)
Hello people,
After a few updates that I had on my system, I realize that any of my games was
working.
So I tried to reinstall the bumblebee (Nvidia Optimus support for linux) and
nothing has changed.
I remember the nvidia packages on my system was updated to the newest module
(304.48-1) and apparently the update from nvidia packages screwed something on
my wine.
Any one know what this problem could be ? and how can I solve it ?
Thanks in advance.
Regards.
System:
Graphic board: Nvidia 310m
CPU: Intel i5 560M first generation
RAM: 6 GB DDR3
S.O: Debian Wheezy (up to date).
If you need more information just ask what you need.
--
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=28963
Bug #: 28963
Summary: Dead Island crashed when loading Prologue
Product: Wine
Version: 1.3.31
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: luisalvaradox(a)gmail.com
Classification: Unclassified
Created attachment 37244
--> http://bugs.winehq.org/attachment.cgi?id=37244
output error when loading when from terminal
The game crashes when the prologue is loading. Before that, installing it,
running it no problem. Even configuring video and audio work but after
selecting the character to play with and the loading screen of the prologue
starts it crashes.
Pic of crash:
http://imgur.com/v44yn
--
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=24753
Summary: Far Cry 2 graphic corruption
Product: Wine
Version: 1.3.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gugamilare(a)gmail.com
Sometimes a strange pattern of white lines appear in some objects. It looks a
lot like bug 14150, which also happens here (there it is described as
"fragmented shaders"), so it might be the same bug.
Note that I installed DirectX and VCRedist that comes with the Steam version of
Far Cry 2, because in pure wine it does not work.
This bug seems to be independent of offscreenrenderingmode.
My system is an Athlon X2 4200+ with 2Gb RAM, video card Radeon HD4770 512Mb.
I'm using Kubuntu 10.04 64-bit with the fglrx (catalyst) driver that is
available in Ubuntu repositories.
--
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=35070
Bug #: 35070
Summary: WinRAR viewer crashes on a particular file
Product: Wine
Version: 1.7.8
Platform: x86
URL: http://www.rarlabs.com/rar/wrar501.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Classification: Unclassified
Created attachment 46776
--> http://bugs.winehq.org/attachment.cgi?id=46776
Backtrace
The file itself is here: http://bugs.winehq.org/attachment.cgi?id=46774 (bug
35060).
First, enter the archive, then try to view the file (Commands -> View File or
Alt + V).
0xb7763424 __kernel_vsyscall+0x10 in [vdso].so: popl %ebp
--
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=34534
Bug #: 34534
Summary: On a second invocation Skype cannot start
Product: Wine
Version: 1.7.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Classification: Unclassified
Skype 5.0.0.152, Wine 1.7.1, winver:8.
fixme:avrt:AvSetMmThreadCharacteristicsW (L"Pro Audio",0x461ea2c): stub
fixme:mmdevapi:AEV_UnregisterControlChangeNotify stub
fixme:mmdevapi:MMDevice_Activate IID_IDeviceTopology unsupported
fixme:avrt:AvSetMmThreadCharacteristicsW (L"Pro Audio",0x441ea2c): stub
fixme:dbghelp:elf_search_auxv can't find symbol in module
wine: Critical section 7e6ae2ac wait failed at address 0x7bc386a8 (thread
0009), starting debugger...
err:ntdll:RtlpWaitForCriticalSection section 0x7e6ae2ac "opengl.c:
context_section" wait timed out in thread 0009, blocked by 0037, retrying (60
sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7e6ae2ac "opengl.c:
context_section" wait timed out in thread 0009, blocked by 0037, retrying (60
sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7e6ae2ac "opengl.c:
context_section" wait timed out in thread 0009, blocked by 0037, retrying (60
sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7e6ae2ac "opengl.c:
context_section" wait timed out in thread 0009, blocked by 0037, retrying (60
sec)
This OpenGL error goes on forever.
--
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=31992
Bug #: 31992
Summary: I am having trouble logging into Lord of the Rings
Online.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter.elkin39(a)gmail.com
Classification: Unclassified
I input all of my user information and then launch. Before a new screen opens
it closes with a screen saying that the program stopped working and must now
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=34231
Bug #: 34231
Summary: Inno Setup 5 fails
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: skrinak(a)gmail.com
Classification: Unclassified
I have a fresh wine-1.7.0 install on Mac OSX: 10.8.4
Darwin 12.4.0 Darwin Kernel Version 12.4.0:
root:xnu-2050.24.15~1/RELEASE_X86_64 x86_64
Due to an earlier bug (34213) I applied this patch and recompiled
[patch] Link gdi32 against AppKit
In my .bash_profile:
export DYLD_FALLBACK_LIBRARY_PATH="/usr/X11/lib:/usr/lib"
In a clean WINEPREFIX I'm trying to instill Inno: 5.5.3
http://www.jrsoftware.org/isdl.php
Here's when I get when I type:
$ wine isetup-5.5.3.exe
Exception EAccessViolation in module isetup-5.5.3.exe at 7B84120B.
Access violation at address 7BC42383.
Read address FFFFFFFF.
--
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=33601
Bug #: 33601
Summary: League of Lengends
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zombiesnipe(a)hotmail.com
Classification: Unclassified
Created attachment 44477
--> http://bugs.winehq.org/attachment.cgi?id=44477
League of Legends
The game crashes when it starts, and when it ends when I am playing its fine, I
don't mind the low fps for now.
--
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=30225
Bug #: 30225
Summary: Starscape screen is no longer rendered in OpenGL
Product: Wine
Version: 1.4
Platform: x86-64
URL: http://www.moonpod.com/English/download_starscape.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: samurai_no_densetsu(a)yahoo.es
Classification: Unclassified
Regression SHA1: 94ae743ea668e49d40ae4e2dc5fe1f5d9be018cb
Starscape no longer renders if OpenGL is selected, but it doesn't crash, I can
hear the background music and the cursor passing over the options. Did a
regression test.
94ae743ea668e49d40ae4e2dc5fe1f5d9be018cb is first bad commit
commit 94ae743ea668e49d40ae4e2dc5fe1f5d9be018cb
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Tue Aug 30 20:12:31 2011 +0200
ddraw: Make the OpenGL renderer the default one.
:040000 040000 fbce2dc172258a4a7eabc65b6f86bd58522b4667
dfb3b24196ac3ad09100758a48b2d4ef7e45e26b M dlls
--
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=23699
Summary: Pro/ENGINEER 5.0: Fails to start
Product: Wine
Version: 1.2-rc7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=29686)
--> (http://bugs.winehq.org/attachment.cgi?id=29686)
Terminal output on Wine-1.2-rc7
Steps to reproduce:
1) remove ~/.wine
2) install Pro/ENGINEER with licence in an file
3) wine proe.exe
Behaviour:
Nothing happens
Expected behaviour:
Pro/ENGINEER should start
Pro/ENGINEER std.err file:
pm_is_portmapper_port_busy: bind failed, error = 10013
pm_is_portmapper_port_busy: bind failed, error = 10013
pm_is_portmapper_a_portmapper: bind() failed
Pro/ENGINEER std.out file:
WARNING: Workstation service not found
Workstation service must be installed and started.
Please refer to your Microsoft documentation or hardware vendor for assistance.
Exception - code was -1073741819.
--
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=28228
Summary: Ragnarok Online wants msvcp90.??1_Lockit@std@@QAE@XZ
et al
Product: Wine
Version: 1.3.27
Platform: x86
URL: http://www.ragnarokonline.com/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
First complains about missing mfc42. If you install that, then it wants:
err:module:find_forwarded_export module not found for forward
'msvcp90.??1_Lockit@std@@QAE@XZ' used by L"C:\\windows\\system32\\msvcp60.dll"
err:module:find_forwarded_export module not found for forward
'msvcp90.?erase@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@II@Z'
used by L"C:\\windows\\system32\\msvcp60.dll"
err:module:find_forwarded_export module not found for forward
'msvcp90.?find@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QBEIPBDII@Z'
used by L"C:\\windows\\system32\\msvcp60.dll"
err:module:find_forwarded_export module not found for forward
'msvcp90.??0_Lockit@std@@QAE@XZ' used by L"C:\\windows\\system32\\msvcp60.dll"
err:module:find_forwarded_export module not found for forward
'msvcp90.??1?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@XZ'
used by L"C:\\windows\\system32\\msvcp60.dll"
err:module:find_forwarded_export module not found for forward
'msvcp90.??0?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAE@ABV01@@Z'
used by L"C:\\windows\\system32\\msvcp60.dll"
err:module:find_forwarded_export module not found for forward
'msvcp90.?assign@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@ABV12@II@Z'
used by L"C:\\windows\\system32\\msvcp60.dll"
err:module:find_forwarded_export module not found for forward
'msvcp90.?npos@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@2IB'
used by L"C:\\windows\\system32\\msvcp60.dll"
err:module:find_forwarded_export module not found for forward
'msvcp90.?_Tidy@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAEX_N@Z'
used by L"C:\\windows\\system32\\msvcp60.dll"
err:module:find_forwarded_export module not found for forward
'msvcp90.?assign@?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@QAEAAV12@PBDI@Z'
used by L"C:\\windows\\system32\\msvcp60.dll"
wine: Call from 0x7ef7b1f8 to unimplemented function
MSVCP60.dll.??0_Lockit@std@@QAE@XZ, aborting
wine: Unimplemented function MSVCP60.dll.??0_Lockit@std@@QAE@XZ called at
address 0x7ef7b1f8 (thread 0030), starting debugger...
wine: Call from 0x7ef7b1f8 to unimplemented function
MSVCP60.dll.??0_Lockit@std@@QAE@XZ, aborting
--
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=15030
Summary: Crimson skies installer unresponsive
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://cdn.gamezone.com/pub/gamezone/13/9/21/CrimsonTria
l.exe
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffzaroyko(a)gmail.com
After clicking 'install' the installer is unresponsive. result of the git
bisect:
3995627de204284de96d50d3a42291f02e42c344 is first bad commit
commit 3995627de204284de96d50d3a42291f02e42c344
Author: Maarten Lankhorst <m.b.lankhorst(a)gmail.com>
Date: Mon Aug 18 20:37:14 2008 +0200
winealsa.drv: Fix compiler warnings and remove deprecated calls.
Fixes wine build on lsb compliant systems and some warnings.
:040000 040000 7b6247092bea75f9c4d8a6abd30e568d5ea33408
fc472606cbaa6c78c40c9024ffa1208c4e4a5928 M dlls
--
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=21031
Summary: Visual C++ 2005 Trial can't build project, deadlocks,
heap corruption?
Product: Wine
Version: 1.1.34
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Now that bug 19781 is on its way out, I tried doing
winetricks vc2005trial
and building the trial project from bug 17096.
(I also had the ALLUSERS patch reverted.)
As mentioned in the appdb (?), you have to close the flickering news
window to get the file open dialog to respond.
The build starts ok, but soon hangs with
...
fixme:rpc:NdrStubCall2 new correlation description not implemented
fixme:rpc:calc_arg_size Unhandled type 1c
err:heap:HEAP_ValidateInUseArena Heap 0x650000: in-use arena 0x655dd8 next
block has PREV_FREE flag
...
err:ntdll:RtlpWaitForCriticalSection section 0x650058 "heap.c:
HEAP.critSection" wait timed out in thread 0045, blocked by 0043, retrying (60
sec)
which seems kind of gruesome.
--
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=10002
Summary: Adobe Illustrator CS aborts on startup
Product: Wine
Version: CVS/GIT
Platform: Other
URL: ftp://ftp.adobe.com/pub/adobe/illustrator/win/cs/ilst_cs
_tryout_de.zip
OS/Version: other
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Starting up Illustrator CS fails with the fatal dialog
Der Vorgang kann nicht vollst\00e4ndig ausgef\00fchrt werden, weil ein
unbekannter Fehler aufgetreten ist. [PARM]
--
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=15322
Summary: Add smartcard functionality
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: crypt32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pau.carre(a)gmail.com
When executing Internet Explorer CryptoAPI should recognize Linux installed
smart cards and add its certificated to the IE certificate list.
A mapping between CryptoAPI and opensc (http://www.opensc-project.org/)
operations should be added.
--
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=11483
Summary: MSTSC (remote desktop) crashes on Local Resources tab
Product: Wine
Version: 0.9.54.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: elicoten(a)live.co.uk
Created an attachment (id=10626)
--> (http://bugs.winehq.org/attachment.cgi?id=10626)
Console output/back trace
When using the builtin winscard.dll, clicking the Local Resources tab crashes
MSTSC. Changing winscard.dll to native solves the 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=19867
Summary: msiexec.exe stop installing ActiveIdentity
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ed.kluk(a)gmail.com
CC: ed.kluk(a)gmail.com
I am running Ubuntu Jaunty version. I have Wine 1.1.28 installed on my
computer. I attempted to install ActiveIdentity on the computer and it stops
installing. The error message is as follows:
The program msiexec.exe has encountered a serious problem and needs o close.
We are sorry for the inconvenience.
This can be caused by a problem in the program or a deficiency in Wine. You
may want to check ...
It stop when it gets to the "Registering Type Libraries" on the install
process.
I have enclosed a copy of the program.
This program is used by soldiers to validate electronic signatures using CAC
card readers.
Please contact me with any further questions.
Thank you...LTC Ed Kluk
--
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=35814
Bug ID: 35814
Summary: SolidWorks 2013: sldProcMon hang up
Product: Wine
Version: 1.7.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lukasz.wojnilowicz(a)gmail.com
Created attachment 47813
--> http://bugs.winehq.org/attachment.cgi?id=47813
WINEDEBUG=+relay,+tid,+seh on wine-1.7.14-126-g2bb1059
Steps to reproduce:
1) remove ~/.wine
2) winetricks vcrun2010 dotnet40
3) install SolidWorks 2013
4) wine sldProcMon.exe
Behaviour:
App hangs up using all CPU resources.
Expected behaviour:
App should start silently and close immediately.
Terminal output:
fixme:thread:GetThreadPreferredUILanguages 52, 0x33f978, 0x33fbf4 0x33f980
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
--
Do not reply 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=34688
Bug #: 34688
Summary: In eTeacher 4 the background image and buttons aren't
displayed correctly (a window refreshing issue)
Product: Wine
Version: 1.7.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugs140(a)gmail.com
Classification: Unclassified
Created attachment 46233
--> http://bugs.winehq.org/attachment.cgi?id=46233
eTeacher 4 Log
The image that is in the background gets distorted (it is as if copied) when
you resize the window. If you then minimize the window and bring it back, the
background image refreshes and looks fine.
Also some buttons aren't displayed correctly. If you move the application
window beyond the screen edge and then back--buttons look normal.
There's no demo for this application.
Tested with:
Windows Vista (without Wine), GeForce 9600M GS--the program works fine here
Ubuntu 13.04, GeForce 9600M GS (NVIDIA driver 313)
Mac OS X 10.7.5, ATI HD 2600 Pro, Mac Driver/X11
--
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=34689
Bug #: 34689
Summary: eTeacher 4: the OS title bar is displayed together
with the application title bar
Product: Wine
Version: 1.7.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugs140(a)gmail.com
Classification: Unclassified
Created attachment 46236
--> http://bugs.winehq.org/attachment.cgi?id=46236
eTeacher 4 Log
This also happens on Windows Vista, but it clearly doesn't occur on the older
versions of Windows. eTeacher 4 has its own title bar.
There's no demo for this application.
Tested with:
Ubuntu 13.04, GeForce 9600M GS (NVIDIA driver 313)
Mac OS X 10.7.5, ATI HD 2600 Pro, Mac Driver/X11
--
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=25208
Summary: iw4sp.exe failed due to texture creation in d3d9
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kritivasrocks(a)gmail.com
this is the error I encountered:
Single stepping until exit from function,
which has no line number information.
fixme:d3d_caps:wined3d_guess_card No card selector available for GL vendor 3
and card vendor 8086.
fixme:win:EnumDisplayDevicesW ((null),0,0x33f328,0x00000000), stub!
fixme:system:SystemParametersInfoW Unimplemented action: 59 (SPI_SETSTICKYKEYS)
fixme:system:SystemParametersInfoW Unimplemented action: 53 (SPI_SETTOGGLEKEYS)
fixme:system:SystemParametersInfoW Unimplemented action: 51 (SPI_SETFILTERKEYS)
Thread ID=001d not in our list of threads -> can't rename
Thread ID=001e not in our list of threads -> can't rename
Thread ID=001f not in our list of threads -> can't rename
Thread ID=001f renamed using MS VC6 extension (name=="Database")
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x19b7e0,0x19c408): stub
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x19b7e0,0x19df00): stub
Thread ID=0021 not in our list of threads -> can't rename
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x166e00,0x1b19f0): stub
Thread ID=0022 not in our list of threads -> can't rename
Thread ID=0023 not in our list of threads -> can't rename
Thread ID=0023 renamed using MS VC6 extension (name=="Stream")
Thread ID=0024 not in our list of threads -> can't rename
Thread ID=0024 renamed using MS VC6 extension (name=="Backend")
fixme:d3d_caps:wined3d_guess_card No card selector available for GL vendor 3
and card vendor 8086.
fixme:win:EnumDisplayDevicesW ((null),0,0x33f71c,0x00000000), stub!
fixme:d3d:debug_d3dformat Unrecognized 1094800211 (as fourcc: SSAA)
WINED3DFORMAT!
fixme:d3d:getFormatDescEntry Can't find format unrecognized(1094800211) in the
format lookup table
fixme:d3d:debug_d3dformat Unrecognized 1280070990 (as fourcc: NULL)
WINED3DFORMAT!
fixme:d3d:getFormatDescEntry Can't find format unrecognized(1280070990) in the
format lookup table
fixme:d3d:swapchain_init Add OpenGL context recreation support to
context_validate_onscreen_formats
fixme:d3d_surface:IWineD3DVolumeImpl_LockBox (0x1b67c8) : pBox=(nil) stub
fixme:d3d_surface:IWineD3DSurfaceImpl_PrivateSetup (0x1ba7b0) Compressed
non-power-two textures are not supported w(256) h(160)
err:d3d_surface:surface_init Private setup failed, returning 0x8876086a
err:d3d9:device_parent_CreateSurface (0x16b58174) CreateSurface failed,
returning 0x8876086a
fixme:d3d_texture:texture_init Failed to create surface 0x1ba5d0, hr 0x8876086a
Invalid address (0x7b858534) for breakpoint 0, disabling it
Process of pid=0019 has terminated
--
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=25211
Summary: Can not make out most text in Ares 2.1.7
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ssjgokux3(a)gmail.com
Created an attachment (id=32014)
--> (http://bugs.winehq.org/attachment.cgi?id=32014)
Screenshot of Ares
I can not see most of the text in Ares 2.1.7 blackness obscures most of the
text when running the program
I attached a screenshot. On the left menu, all that is visible is a search box
and bullet points.
--
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=25216
Summary: SimEnzyme Title-bar Font
Product: Wine
Version: 1.3.7
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: angrypsyco(a)hotmail.com
Created an attachment (id=32022)
--> (http://bugs.winehq.org/attachment.cgi?id=32022)
Example of cut-off text.
Title-bar of SimEnzyme occasionally is too small to fit the title. As a result
some text might be cut off. Most likely a font issue since the title-bars use
the OS native font.
--
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=25246
Summary: Full screen dual screen game does not work; squashed
horizontally to 1/4
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: delan(a)azabani.com
If I don't pass any custom width/height/window parameters to Half-Life 2, the
only available screen resolution option given to me is full screen, dual
screen, 3360x1050.
An odd graphical glitch happens in dual full screen; the image gets squashed to
half of the left screen (1/4 of total screen space) though the clicking region
stays full size. Please see the screenshot.
I work around this by passing "-width 1600 -height 900 -window" to the game,
making it render in a window just under the size of one 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=25317
Summary: Not work Web-camera in VZO-chat
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: patsev.anton(a)gmail.com
Don`t work Web-camera in VZO-chat
http://vzochat.ru
Version 6.3.5
sudo add-apt-repository ppa:ubuntu-wine/ppa
sudo apt-get update
sudo apt-get install wine1.3
#wine --version
wine-1.3.8
Install VZOchat in Wine:
#wine VZOchat_Setup.exe
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:advapi:LookupAccountNameW (null) L"chemtech" (nil) 0x33f160 (nil)
0x33f164 0x33f158 - stub
fixme:advapi:LookupAccountNameW (null) L"chemtech" 0x1498f8 0x33f160 0x144508
0x33f164 0x33f158 - stub
fixme:msi:msi_unimplemented_action_stub MigrateFeatureStates -> 33 ignored
L"Upgrade" table values
fixme:msi:ControlEvent_SpawnWaitDialog Doing Nothing
err:msi:msi_dialog_create_controls no handler for element type L"Billboard"
fixme:msi:msi_unimplemented_action_stub MigrateFeatureStates -> 33 ignored
L"Upgrade" table values
fixme:msi:msi_unimplemented_action_stub RemoveExistingProducts -> 33 ignored
L"Upgrade" table values
After install VZO, run VZOchat in Wine:
#wine VZOchat.exe
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
apartment threaded to multi-threaded
fixme:ole:CoResumeClassObjects stub
err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element
fixme:pdh:PdhSetDefaultRealTimeDataSource 4
error on the window:
"Access violation at address XXXXXXX in module "qcap.dll". Write of address
00000000"
Press ок, opening programm VZOchat.
Press close VZOchat - error on the window:
"Access violation at address YYYYYYYY in module "visicron.dll". Write of
address 00000000"
Don`t Close programm VZOchat. Kill Process VZOchat.
Add library qcap.dll (native, builtin).
VZOchat run, but don`t work Web-camera in VZO-chat
--
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=25320
Summary: After Effects CS5 setup is unable to detect
x64-installation
Product: Wine
Version: 1.3.8
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: onny(a)project-insanity.org
The installer of Adobe After Effects CS5 requires a 64bit-system but is unable
to detect the x64-bit version of Wine. I'm not sure how to debug this error, so
please give me a hint.
--
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=25333
Summary: eXtreme Movie Manager: Hangs on creating new database
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=32205)
--> (http://bugs.winehq.org/attachment.cgi?id=32205)
Image showing the problem
Steps to reproduce:
1) remove ~/.wine
2) winetricks dotnet mdac26 gdiplus
3) install eXtreme Movie Manager 7
4) wine XMMInterfaceSwitch.exe
5) XMM Beginners Window->Manage Databases->Create a New Database->Open
Behaviour:
2 x error from upper image +
1 x error from lower image +
application hang-up
Expected behaviour:
No errors, no application hang-up
--
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=25334
Summary: eXtreme Movie Manager: No clean close
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=32208)
--> (http://bugs.winehq.org/attachment.cgi?id=32208)
Error messages
Steps to reproduce:
1) remove ~/.wine
2) winetricks dotnet mdac26 gdiplus
3) install eXtreme Movie Manager 7
4) wine XMMInterfaceSwitch.exe
5) XMM Advanced Window and wait till application loads
6) close application
Behaviour:
4 x error from upper image +
1 x error from lower image +
application closes
Expected behaviour:
No errors and application should 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=25338
Summary: Call of Duty: Black Ops - keyboard does not work
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: slnthero(a)aol.com
When running Wine 1.3.8 32bit
on Ubuntu 10.10 32bit Linux
game Call of Duty: Black Ops
does not respond to keyboard
in full screen mode.
The current workaround
is to run the game in a window
and minimize then restore
to get keyboard working.
System:
- Ubuntu 10.10 32bit Linux
- Wine 1.3.8 32bit
- Intel Core2Quad Extreme 3GHz 4-core CPU
- 8GB DDR2 RAM
- nVidia GeForce GT 240 1GB DDR5
No other problems with 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=25369
Summary: PDF in installed programs menu doesn't work
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jpxsat(a)gmail.com
A certain program installs perfectly, and this program in it's menu shortcuts
has a pdf to read the instructions and when i click it wine says to me that
there's no program installed under windows to read that file type.
The acces to this pdf is from a .lnk in the menu, the .lnk is obviously
launched by wine.
My guess is that it should be connected to the default pdf reader.
--
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=25370
Summary: Where's Waldo - The Fantastic Journey Demo starts up
minimized
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Both the retail DVD and the yahoo games free trial seem to suffer
from similar problems. To repeat, do
rm -rf ~/.wine
sh winetricks ie6
wget
http://h.yimg.com/jh/games/download/signed/ludia/yahoo_whereswaldo_tm6-6.exe
wine yahoo_whereswaldo_tm6-6.exe
Install the game, then start it. It sets the screen to 800x600,
then minimizes itself. You have to play alt tab - tab - tab games
to get back to it, after which you can play.
If you try running in a virtual desktop, the game starts minimized,
and there is no way to maximize it.
wine start /max doesn't seem to help with the free trial, as
the problem binary is launched by a wrapper.
--
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=25379
Summary: PowerBuilder 7.0.3 crashes when its trying to open a
datawindow or window object
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: dhou18(a)hotmail.com
Created an attachment (id=32278)
--> (http://bugs.winehq.org/attachment.cgi?id=32278)
Debugger in action
When the PowerBuilder 7.0.3 is running through wine 'c:\Arquivos de
programas\Sybase\PowerBuilder 7.0\pb70.exe', its impossible to open an visual
object, as a datawindow or a window.
Wine version is 1.3 beta.
--
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=25382
Summary: The application 'TI-GRAPH LINK' does not render
'Program' window correctly
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: medasaro(a)comcast.net
Created an attachment (id=32285)
--> (http://bugs.winehq.org/attachment.cgi?id=32285)
The 'program' window of TI-GRAPH LINK as drawn incorrectly by Wine (on the
left) as drawn correctly by Windows XP (on the right.)
To reproduce, first download and install TI-GRAPH LINK from TI at the URL
below. It will install and launch without any configuration changes in wine.
http://education.ti.com/calculators/downloads/US/Software/Detail?id=161&ref…
Open the software via the menu-item it creates. Note that the right-hand side
and bottom of the 'program' window are cutoff by scroll-bars. These scroll-bars
should not be drawn.
The first attachment shows the 'program' window as drawn incorrectly by Wine on
the left and the 'program' window as drawn correctly by Windows XP on the
right.
-Matthew D'Asaro
--
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=34192
Bug #: 34192
Summary: MPQEditor can't work with Wine 1.6
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xionglingfeng(a)Gmail.com
Classification: Unclassified
MPQEditor: http://www.zezula.net/en/mpq/download.html
This software works fine in Wine 1.4. But in Wine 1.6, the 'extract'
command(open a mpq file, right click a file in right window, select Extract)
will freeze the application. No log outputted in console after clicked that
command.
--
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=23293
Summary: Pippa Funnell - Secrets of the Ranch fails to start
with X error (GLX?)
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Created an attachment (id=29032)
--> (http://bugs.winehq.org/attachment.cgi?id=29032)
Console output on running game
This Ubisoft game, sold as "Pippa Funnell - Secrets of the Ranch" in the UK is
also known as "Horsez - Secrets of the Ranch" and "Abenteuer auf dem Reiterhof
6 - Kampf un die Ranch".
I couldn't find a downloadable demo for this.
After installing the game, running it shows a blank blue screen (Wine changes
the desktop screen resolution to 1024x768 if not in virtual desktop mode).
After a few seconds the program exits. The last few lines of console output
are:
fixme:d3d:IWineD3DDeviceImpl_SetSoftwareVertexProcessing (0x1cae60) : stub
fixme:d3d9:Direct3DShaderValidatorCreate9 stub
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 136 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 1858
Current serial number in output stream: 1858
I created a log file with WINEDEBUG=+relay. From that, the few lines prior to
the X error message are:
0009:Call gdi32.wglGetCurrentContext() ret=367042d6
0009:Ret gdi32.wglGetCurrentContext() retval=00000000 ret=367042d6
0009:Call KERNEL32.TlsGetValue(00000005) ret=36704270
0009:Ret KERNEL32.TlsGetValue() retval=00000000 ret=36704270
0009:Call gdi32.wglMakeCurrent(000008a0,001f2fc8) ret=3670467b
X Error of failed request: BadMatch (invalid parameter attributes)
...
The uncompressed log file is about 700MB, compressing to about 10MB. Can
someone suggest an alternative WINEDEBUG setting that might produce a more
manageable log file?
--
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=17042
Summary: Microsoft OneNote 2007 trial crashes because richedit
doesn't implement ITextDocument
Product: Wine
Version: 1.1.13
Platform: Other
URL: http://office.microsoft.com/en-us/onenote
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Starting up OneNote crashes. The log contains
fixme:richedit:fnTextSrv_QueryInterface Unknown interface:
{8cc497c0-a1df-11ce-8098-00aa0047be5d}
That UUID is ITextDocument.
Doing 'sh winetricks riched20' makes the crash go away.
--
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=25433
Summary: Mount&Blade-Warband crashes after intro videos in
Ubuntu 10.04LTS
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maj.smerkol(a)gmail.com
Created an attachment (id=32371)
--> (http://bugs.winehq.org/attachment.cgi?id=32371)
Error message after crash
Mount and Blade Warband version 1.3.2. crashes in ubuntu 10.04 after the intro
videos (it doesn't load the menu yet), I have installed DirectX redistributable
and edited Dll overrides.
--
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=33873
Bug #: 33873
Summary: Photoshop CS2 fails to "save as"
Product: Wine
Version: 1.6-rc3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeff.artik(a)gmail.com
Classification: Unclassified
Created attachment 44936
--> http://bugs.winehq.org/attachment.cgi?id=44936
Screenshot
When I tried to "save as" I have this message :
Could not save copy as "C:\users\artik\Bureau\code3.jpg" because the file
already in use or was left open.
I can pulse "OK" the file will still be saved, but Photoshop leave a .tmp on my
desktop.
This issue was not present in the older 1.5.** revisions.
--
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=25590
Summary: PhysX: Fails to uninstall
Product: Wine
Version: 1.3.9
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Steps to reproduce:
1) remove ~/.wine
2) install PhysX_9.10.0513_SystemSoftware.exe
3) wine uninstaller
4) select NVIDIA PhysX
5) Press Remove...
6) Select Remove and press Next
Behaviour:
NVIDIA PhysX has been successfully installed.
Expected behaviour:
NVIDIA PhysX has been successfully uninstalled.
Terminal output:
fixme:storage:create_storagefile Storage share mode not implemented.
err:msi:call_script Could not find CLSID for Windows Script
err:msi:msi_dialog_create_controls no handler for element type L"Billboard"
fixme:msi:ITERATE_RemoveExistingProducts remove L" "
Additional information:
I'm using wine-1.3.9-245-g32b4c7d
--
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=25624
Summary: League of Legends launcher wont open
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shaheerbukhari(a)hotmail.com
Created an attachment (id=32636)
--> (http://bugs.winehq.org/attachment.cgi?id=32636)
lol.launcher
When i try to open the launcher then i get:lol.laucher has encoutered a serious
problem and need to 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=25418
Summary: Strong Bad Episode 5 crashes at intro movie without
native d3dx9_36
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
CC: wine-bugs(a)winehq.org
To reproduce:
work around all-white-login-screen bug by installing ie6.
When you get the "ActiveX control" warning; say Yes.
Click on the 'No thanks, just take me to the demo' button on the lower right.
It then shows the second launcher screen, the one
that is supposed to have the nice animation bringing
up the "play now" button. This animation doesn't
work, but you can still click where the button should be.
At this point it should show the intro movie, but no video is shown,
and the game crashes after a few notes of music.
winetricks d3dx9_36 works around the problem.
The log shows a few calls to d3dx9_36.D3DXMatrixTransformation,
a few calls to d3dx9_36.D3DXMatrixMultiply, and then
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00672f70).
Backtrace:
=>0 0x00672f70 in homestar105 (+0x272f70) (0x01b8f070)
--
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=35578
Bug ID: 35578
Summary: Mentor Pads Free Viewer crashes on install immediately
Product: Wine
Version: 1.6.1
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 415fox(a)gmail.com
Classification: Unclassified
Created attachment 47506
--> http://bugs.winehq.org/attachment.cgi?id=47506
backtrace
Mentor Pads Free Viewer is available here:
http://www.mentor.com/pcb/request?&fmpath=/pcb/downloads/pads-pcb-viewer/pa…
They make you fill out a form with garbage then send a download link which is
pretty annoying but nothing I can do about that.
Okay, so you get a file called pads_viewer.zip (md5:
33506279ebee7e998b334376618177ff), unzip it and then run `wine
PADS9.5_Viewer_mib.exe`
It crashes with terminal output:
wine: Unhandled page fault on read access to 0x00000000 at address 0x412cde
(thread 003f), starting debugger...
The install document says that it requires MSVC 2008 SP1. I installed that
using winetricks.
Backtrace attached.
I'm using wine 1.6.1 installed by homebrew. My install is probably ok since
many other programs work.
I will also (try to) report this to Mentor Graphics.
--
Do not reply 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=25622
Summary: Miranda IM and TabSRMM
Product: Wine
Version: 1.3.10
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: register(a)ciengi.com
TabSRMM causes Miranda IM to crash under Wine. This used to work on an older
version of both Wine and Miranda (have not used Miranda and Wine for over a
year).
--
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=25415
Summary: Star Trek Armada II: sound is not smooth
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bojan(a)antonovic.ch
The whole Star Trek Armada II family including Fleet Operations till 3.1.3 uses
the same sound engine (and causes bug 23244). Fleet Operations 3.1.4 uses FMOD
Ex.
First I thought that my sound card is not properly supported. But I can hear
the difference in the background music. The Star Trek Armada II has a sound
which is "saturated" and noisy.
--
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=32288
Bug #: 32288
Summary: The Settlers 7 performance is really bad in the
initial secuence
Product: Wine
Version: 1.5.18
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Classification: Unclassified
Created attachment 42613
--> http://bugs.winehq.org/attachment.cgi?id=42613
Console output
While starting the game, there's an initial presentation before showing the
main menu that is rendered using the game engine and it takes like 2 minutes to
finish and everything is in slow motion. I have some mesa debug variables set
in my enviroment and I'm seeing a lot of Mesa: User error: GL_INVALID_ENUM in
glMatrixMode(mode). I'm attaching the console output
This is in Ubuntu 13.04, Mesa 9.0.1 and Unity.
--
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=25514
Summary: Wine execute in loop and it opens an infinite number
of windows!
Product: Wine
Version: 1.2.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gabriel.ruffieux(a)bluewin.ch
Description: It seems to happens when a window application is launched by
another application. So my cursor becomes a glass of wine and loop starts. The
GUI becomes busy and uncontrollable because windows are opened infinitly.
It happens always when I do those 2 things:
1. When I click on a Kopete notification from my windows live account. The
notification contains a link to my mailbox. So when I click on it, I guess IE
tries to open (I didn't install IE).
2. When I close my Teamviewer 6 client. This is strange because I installed
this version with Debian package from the teamviewer site so it's not supposed
to use wine.
My safety solution is to kill wineserver process so all windows opened are
killed and my gui can be used 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=21945
Summary: regedit export: unmatched REG_SZ quote in *.reg files
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pleasenospam325(a)mail.ru
Created a key with 1 empty REG_SZ value, exported to *.reg file.
The value of "Default Password" is missing the trailing qoute
******************************************************************
REGEDIT4
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\aaa]
"Default Password"="
********************^*********************************************
|
also no newline at the EOF. The windows regedit fails to parse this file
--
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=34429
Bug #: 34429
Summary: Farming simulator demo is dark
Product: Wine
Version: 1.7.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
Classification: Unclassified
Created attachment 45832
--> http://bugs.winehq.org/attachment.cgi?id=45832
console output with wgl and opengl channels enabled
Farming simulator demo is an opengl game. Everything is dark in the gameplay.
--
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=17796
Summary: Citavi: No network access
Product: Wine
Version: 1.1.17
Platform: PC-x86-64
URL: http://www.citavi.org/de/materialien/CitaviSetup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)sase.de
An essential feature of Citavi is to search in network based databases
(severty=normal).
If you click on "Recherchieren..." an error occcours after some seconds (see
screenshot).
There is only this errormessage in the console:
fixme:ole:Context_QueryInterface interface not implemented
{51372ae0-cae7-11cf-be81-00aa00a2fa25}
fixme:dciman:DCICreatePrimary 0x340 0x543129c
fixme:dciman:DCICreatePrimary 0x35c 0x5431cb4
fixme:ole:Context_CC_ContextCallback (0x1f92e7b8/0x1f92e7bc)->(0x79f277a5,
0x2a9e488, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, (nil))
--
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=21880
Summary: NHL 2009 Cannot be launched
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: directx-dplay
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: linards.liepins(a)gmail.com
Created an attachment (id=26522)
--> (http://bugs.winehq.org/attachment.cgi?id=26522)
NHL 2009 Initialization error
After loading screen opens ( before starts intro movies ), game crashes with
WIne Exception ( Windows GUI ) ...
--
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=24086
Summary: VirtualDub: invisible text in some dialogs
Product: Wine
Version: 1.3.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t0p0linik(a)yahoo.it
Created an attachment (id=30302)
--> (http://bugs.winehq.org/attachment.cgi?id=30302)
Preferences dialog, in a winXP box and in a wine emulation.
In preferences, when selecting "Timeline", the description statements below the
text box don't appear. I attach a screenshot together with the dialog as it
appears opened in a windowsXP box. (notice the size is quite different!)
--
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=13593
Summary: Microsoft Office 95 installer fails during setup
procedure
Product: Wine
Version: 1.0-rc3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: unxed(a)mail.ru
Created an attachment (id=13557)
--> (http://bugs.winehq.org/attachment.cgi?id=13557)
wine log
Microsoft Office 95 installer fails during setup procedure with a message:
"ODBC's SQLRemoveDriver failed for driver Microsoft Access Driver (*.mdb)"
--
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=34500
Bug #: 34500
Summary: wine 1.7
Product: Wine
Version: 1.7.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Linuxhelper2881(a)yahoo.com
Classification: Unclassified
Not be an Ace or any thing but not sure what it is prob just my computer but
wine 1.4 is 3X faster then 1.7.1. on the speed not sure if that 1.7 could be
more stable then 1.4 but just a little heads up.
--
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=29292
Bug #: 29292
Summary: "The Settlers - Rise of Cultures" - directx9 error
Product: Wine
Version: 1.3.34
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maxistxxl(a)yahoo.de
Classification: Unclassified
Created attachment 37888
--> http://bugs.winehq.org/attachment.cgi?id=37888
output of `wine SADK.exe-crack'
Since I can't start "The Settlers - Rise of Cultures" the normal way (see Bug
29290), I downloaded a no cd crack.
With this, RoC can be started only, if before `winetricks directx9' was
executed. Then RoC starts but crashes, when I try to start a game. It crashes
in the exact moment, when everything was loaded successfully and the "loading
page" has to dissappear and the game-screen has to appear. Please find wine's
output attached.
sincerely,
Max Görner
--
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=25577
Summary: Microsoft Flight Simulator X: Demo/Deluxe edition,
crashes on exit
Product: Wine
Version: 1.3.9
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=32566)
--> (http://bugs.winehq.org/attachment.cgi?id=32566)
terminal output + backtrace
Install the game, after working around bug 25558. Run the game. Wait for menu
to load (it's blank though, that is bug 25576). Click close. Game will crash.
Backtrace attached.
winetricks ie7 works around it (and bug 25576).
You may not always get a good backtrace (or one at all), but if you click on
'debug' in the games crash handler window, you should get a nice one.
--
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=18567
Summary: Universe at War - Reports installation failed but seem
to install just fine
Product: Wine
Version: 1.1.21
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ghost_zero5(a)gmx.at
Hi,
I haven't tried this with v1.0.1 but in v1.1.21 the installation reports to
have failed at the end but it even created the entries in the Deinstallation
manager of wine. It still didn't work though but I guess that is because of a
different problem.
I also want to mention that with the Sacred 2 installer I also get an error
message at the end (aborted by the user) which I also reported in bug #18565
BUT there it REALLY failed because it never asked for the second disk and the
error is about the second disk anyway, so this one is a different bug -
therefore own bug posted. Furthermore, this game consists only of one
installation DVD.
--
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=25683
Summary: Quicktime Player buttons not visible
Product: Wine
Version: 1.3.10
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
'winetricks quicktime76' and 'winetricks quicktime72'
install the quicktime video player,
and if you follow its advice to set vista mode to avoid bug 1347,
and set gdi safe mode to avoid bug 11681, it even
plays movies nicely... but the UI buttons don't show up. You
have to click blindly to find them.
--
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=25638
Summary: Bryce 7 crashes
Product: Wine
Version: 1.3.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yesint3(a)ukr.net
Bryce 7 crashes under wine
The program could be downloaded for free from
http://www.daz3d.com/i/software/bryce7?_m=d, no need to purchase to reproduce
this bug.
I've installed vcrun6 and vcrun2005sp1 with winetricks in order to start it.
The program starts, shows the splash screen and reaches the license key dialog.
There is no keyboard input there - can't type username and a key. After
pressing "Ok" the program crashes with various error messages. The most
frequent is
err:dbghelp:SymCleanup this process has not had SymInitialize() called for 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=24537
Summary: TimezAttack Demo has no sound, hangs after intro movie
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Oddly enough, winetricks corefonts fixes both problems.
--
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=34222
Bug #: 34222
Summary: package request for wine 1.6 on debian
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: scrimekiler(a)yahoo.fr
Classification: Unclassified
There is no debian package available for wine 1.6
--
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=33782
Bug #: 33782
Summary: Black windows in 16-bit color mode when using the mac
driver
Product: Wine
Version: 1.6-rc1
Platform: x86-64
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: M8R-45axwd(a)mailinator.com
Classification: Unclassified
Windows are black in 16-bit color mode when I use the mac driver. Try
launching, for example, Wine's registry editor in this color mode.
OS X Lion 10.7.5, ATI HD 2600 Pro
--
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=24606
Summary: 1.3.4 update just stopped MSOFFICE from working...
Product: Wine
Version: 1.3.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marcuseby(a)gmail.com
Created an attachment (id=31084)
--> (http://bugs.winehq.org/attachment.cgi?id=31084)
Backtrace of MS Dialog problem.
Upgraded Wine to 1.3.4 this afternoon.
Was working on a Word doc, in MSOFFICE 2007 through Wine.
Did the upgrade.
Then went and reloaded the document, it loaded fine.
However, as soon as I tried to open or save (file dialogs) I would receive the
Windows has crashed error, and given the debug button or restart office.
If I click debug, then wine crashes.
Tried changing all of my libraries to native, or builtin, or both, or disabled,
still happens.
All other software worked fine in Wine.
Adobe products... Fine.
Browsers... Fine.
MS products file dialogs, all broken...
Thanks guys, Backtrace attached.
Marcus
--
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=34860
Bug #: 34860
Summary: Star Wars Episode I: Racer: Black mesh appears on
graphical elements (Mac OS X only bug)
Product: Wine
Version: 1.7.5
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugs140(a)gmail.com
Classification: Unclassified
The bug seems to be GPU independent.
On Ubuntu everything looks fine.
The problem can be reproduced in the demo (check out the link). Remember to
install it in Windows 95 mode.
Tested with:
Mac OS X 10.7 and 10.9, ATI HD 2600 Pro, ATI HD 6970M, Geforce 320M, Mac
Driver/X11
--
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=34991
Bug #: 34991
Summary: Need For Speed Hot Pursuit 2010 steam version
Product: Wine
Version: 1.7.7
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: legluondunet(a)free.fr
Classification: Unclassified
Created attachment 46628
--> http://bugs.winehq.org/attachment.cgi?id=46628
wine debug log
Hello,
I just installed Need For Speed Hot Pursuit 2010 steam version and it crash at
start.
The game launch, a screen with all cars logo appear and it crash.
Thank you for your help.
LGDN
Ubuntu 13.10
wine 1.7.7 32 bits
NFS hot pursuit 2010 steam version
AMD radeon 7850 with last catalyst drivers version: 13.11 LINUX Beta V9.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=31161
Bug #: 31161
Summary: Need For Speed Hot Pursuit (2010): GL_INVALID_ENUM
(0x500) from glTexSubImage2D
Product: Wine
Version: 1.5.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vanuan(a)gmail.com
Classification: Unclassified
I tried running the game under opensource video drivers and couldn't see the
menu.
Also I have a plenty of messages:
err:d3d_surface:surface_upload_data >>>>>>>>>>>>>>>>> GL_INVALID_ENUM (0x500)
from glTexSubImage2D @ surface.c / 2369
Googling around: https://bugs.freedesktop.org/show_bug.cgi?id=49484
tells it is because "an application tries to use a (D3D) format (e.g.
DXT/s3tc) even though it's not available."
I think it is a bug in wine. It should check for available formats and stop if
requested is not available and print a message how to fix 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=29753
Bug #: 29753
Summary: glibc double free or memory corruption error
Product: Wine
Version: 1.4-rc1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: reinhard.karcher(a)gmx.net
Classification: Unclassified
Created attachment 38625
--> http://bugs.winehq.org/attachment.cgi?id=38625
crashreport on console
Borland Delphi Version 5 crashes in glibc
linux is 64 bit, wine is 32 bit.
--
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=28906
Bug #: 28906
Summary: Wrong window behaviour
Product: Wine
Version: 1.3.31
Platform: x86
URL: http://www.qlock.com/recommend.php?dl=qlock&src=downlo
ad
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Classification: Unclassified
Window sometimes opens middle of screen and has titlebar, when it should not
have it.This only happens maybe about 1 out of 5. On my slower machine it never
happens. Both have same Ubuntu 11.04
I now have 2 samples where this occurs.
Qlock: http://www.qlock.com/recommend.php?dl=qlock&src=download
When I restart application few times, sometimes one of the windows is broken.
Tdateedit Lazarus sample http://netikka.net/dev/dateedit.exe
When I start clicking that button, sooner or later broken calendar window
appears.
I'll add screenshots, when it's broken.
--
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=24076
Summary: starcraft 2 crashes immediately after starting
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: felipe.contreras(a)gmail.com
CC: wine-bugs(a)winehq.org
This seems to happen only when:
"OffscreenRenderingMode"="fbo"
However, with "backbuffer" I get other issues: textures are not rendered.
--
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=17639
Summary: FEAR 1.08: Geometry errors / zbuffer precision problems
Product: Wine
Version: 1.1.16
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquid.acid(a)gmx.net
CC: jb.faq(a)gmx.de
Encountering various graphical artifacts with FEAR 1.08.
Something that looks like random (garbage) polygons, which sometime pop in in
the scene.
Then artifacts that affect the floor and look like zbuffer precision issues.
Going to post some screenshots later.
--
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=34238
Bug #: 34238
Summary: Wine 1.6 Fails To Initialize Direct X in old Intel
cards
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shatteredlites(a)gmail.com
Classification: Unclassified
In wine 1.4 all programs run fine with direct X but in 1.6 nothing runs unless
there is a GL backend
My specs are and all runs well in 1.4 but not in 1.6
Ubuntu 13.04
Memory 1.5 GiB
Processor Intel® Pentium(R) 4 CPU 2.80GHz × 2
Graphics Intel® 915G x86/MMX/SSE2
err:d3d:wined3d_adapter_init_gl_caps Received a NULL GL_RENDERER.
err:d3d:wined3d_adapter_init Failed to initialize GL caps for adapter 0x1437d8.
--
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=34200
Bug #: 34200
Summary: Antialiasing glitches wih intel gfx
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aesomerville(a)gmail.com
Classification: Unclassified
Using intel onboard gfx, in my case intel i5-3570k, when I enable antialiasing
under wine I get glitches, but only using the resolution of my monitor
(1680x1050). For some reason, the problem does not manifest when using a lower
resolution.
Simplest way to reproduce:
1) Instal 3D Mark 2001 SE using winetricks
2) Launch 3D Mark 2001 SE and enable antialiasing
3) Run benchmark
The glitches appear as white dots.
This problem also affects GTA San Andreas. Please see the attached screenshot
which reveals the particular nature of the glitches.
Result is that I cannot use antialiasing.
--
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=29982
Bug #: 29982
Summary: Starcraft II stops working after upgrade to mesa 8.0.1
Product: Wine
Version: 1.4-rc4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: petkra(a)chem.gla.ac.uk
Classification: Unclassified
Created attachment 39029
--> http://bugs.winehq.org/attachment.cgi?id=39029
Error log with GLSL disabled.
Hello.
Starcraft 2 has been working absolutely fine on my PC, until I upgraded my
distribution to use mesa-8.0.1 (up from 7.11.2). Then I get the error described
in the log1 attachment.
I had also re-enabled GLSL using wine regedit, but that doesn't help (log2).
The distribution I am using:
Arch Linux x86_64:
lib32-mesa 8.0.1
lib32-ati-dri 8.0.1
lib32-libgl 8.0.1
xorg-server 1.11.99.903
xf86-video-ati 6.14.3
wine 1.4rc4
When I force-downgrade lib32-ati-dri to 7.11.2 (without downgrading the rest),
Starcraft 2 starts working again - I am guessing the issue is in that part of
the code.
I am not sure if it's a bug in mesa, or wine. Any help is appreciated!
Peter
--
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=29914
Bug #: 29914
Summary: [1.3.15-1.4_rc3] Civ4 too dark:
EXT_texture_sRGB_decode broken on GM45 (again?)
Product: Wine
Version: 1.4-rc3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andreas.sturmlechner(a)gmail.com
Classification: Unclassified
Created attachment 38913
--> http://bugs.winehq.org/attachment.cgi?id=38913
wine regression test log
Starting a new bug after hijacking bug 23498 already. Two screenshots of the
problem can be found there.
System:
Intel GMA 4500, Gentoo amd64, kernel-3.2.6/drm-3.3_rc3
Latest Intel userspace drivers
Mesa 32bit libs: 7.11.2
Summary:
- Starting Civilization IV from wine-1.3.15 onwards (wine.git 12/02/15) it
paints too dark images as soon as accessing the main menu.
- The rendering is less, but still too dark with Hardware Vertex-/Pixelshader
switched off (a wine graphics option present in 1.3.15 but not anymore)
- As pointed out in the previous bug, a similar/the same issue should have
already been fixed in mesa-7.11 ->
https://bugs.freedesktop.org/show_bug.cgi?id=35373
Temporary solution:
MESA_EXTENSION_OVERRIDE="-GL_EXT_texture_sRGB_decode", taken from the linked
freedesktop bug, fixes the 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=26229
Summary: FEAR: waterplane rendering triggers SW fallback in
mesa
Product: Wine
Version: 1.3.14
Platform: x86
URL: http://www.gamershell.com/download_10167.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquid.acid(a)gmx.net
Hi there,
while profiling FEAR with sysprof I found out that rendering certain objects
trigger a software fallback in mesa.
If you check the demo version of the game, you can find such an object after
the first underground section: Once the game renders the waterplane that exists
in the next section the fallback becomes active and the performance collapses
(this happens once you leave the underground area with the ladder).
The engine probably uses an FBO for reflection of the world geometry on the
waterplane.
Profiling was done on my Intel i965, but I also noticed a slowdown on r600g, so
probably the fallback is also triggered there (going to check this later).
sysprof shows these two function consuming the majority of CPU time:
_mesa_texstore_s8_z24 54.21%
intel_ReadDepthSpan_z24_s8 32.06%
The span functions are used in the driver for software fallbacks. Tracing back
intel_ReadDepthSpan_z24_s8 shows:
IWineD3DDeviceImpl_DrawIndexedPrimitive
drawPrimitive
surface_load_ds_location
glCopyTexImage2D
copyteximage
intelCopyTexImage2D
copy_tex_image
intelReadPixels
_swrast_ReadPixels
read_depth_stencil_pixels
intel_ReadDepthSpan_z24_s8
My guess is that the fallback is triggered by the lack of using
EXT_packed_depth_stencil for stencil/depth handling.
Greets,
Tobias
--
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.