http://bugs.winehq.org/show_bug.cgi?id=9413
Summary: EVE Online testserver build fails to start when using
ALSA as audio driver
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.eve-online.com/download/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kelfe(a)gmx.de
The testserver version of Eve Online crashes after displaying the splash screen
when wine is configured to use ALSA as sound output.
live server -> testserver updates are available at
http://www.eve-online.com/patches/patches.asp?s=singularity (you need to enter
the EVE path as folder selection is broken in the installer)
--
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=9332
Summary: Lego start wars crashes
Product: Wine
Version: CVS
Platform: Other
URL: http://download2.gamershell.com/cgi-
bin/fhx.pl?auth=dJnag3QjQreKI&id=14908&ts=1187113187&cat
=demo&filename=LEGO_Star_Wars_2_DEMO.zip
OS/Version: Linux
Status: UNCONFIRMED
Keywords: download, regression
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, this game crashes (as another too that i forgot) in fglrx.dri.so. Allthough
that might point to buggy driver, the bug was introduced between wine-0.9.26
and wine-0.9.28. So the game used to work (albeit with graphical glithches, but
hey what would you expect from an A(ll).T(extures).I(nvisible) card....)
If i have time i'll do a regression test
--
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=9538
Summary: java: Component#getLocationOnScreen returning incorrect
coords
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: smckay(a)google.com
CC: dank(a)kegel.com
Here's a short java program that behaves correctly on linux and windows, but
not under wine. The program exercises a small part of the java awt toolkit.
1. Create a file with the following contents:
import java.awt.Component;
import java.awt.Container;
import java.awt.Frame;
import java.awt.Point;
public class Bug {
public static void main(String[] args) {
Frame f = new Frame();
Container cont = new Container();
Component comp = new Component(){};
f.add(cont);
cont.add(comp);
f.setSize(100, 100);
f.setVisible(true);
cont.setBounds(10, 10, 80, 80);
comp.setBounds(10, 10, 60, 60);
Point frameLoc = f.getLocationOnScreen();
Point compLoc = comp.getLocationOnScreen();
// The component now should have
// (frameLoc.x + 20 + i.left, frameLoc.y + 20 + i.top).
System.out.printf("a.x=%d, a.y=%d / b.x=%d, b.y=%d\n",
compLoc.x, compLoc.y, frameLoc.x, frameLoc.y);
f.dispose();
}
}
2. Compile it:
javac Bug.java
3. Download a JDK from java.sun.com and install it in Wine
4. Use it to run Bug.class, e.g.
cd '.wine/drive_c/Program Files/Java/jre1.6.0_01'
cp ~/Bug.class .
wine bin/java.exe Bug
5. Returns inconsistent results under wine. Under linux and windows it
consistently returns "a.x=20, a.y=20 / b.x=0, b.y=0". Occasionally wine returns
correct results, but repeated invocations of the application should produce
inconsistent results (e.g. "a.x=16, a.y=-3 / b.x=-4, b.y=-23").
--
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=9386
Summary: WoW 2.2 fails to initialise audio
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq-bugzilla(a)six-by-nine.com.au
As requested by Vitamin, I've now built Wine from GIT and set audio to
OSS/Emulated. WoW 2.2 continues to appear to hang on startup. If one waits long
enough one receives a crash that looks mightily similar to random crashes seen
under Vista.
I've attached a WINEDEBUG=+dsound trace, along with the crash report eventually
generated by WoW itself.
I set VERSION here to CVS, as I presume that's suitable for git - no one in
#winehq could confirm whether I should do this or not.
--
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=9290
Summary: SimCity 3000 Unlimited crashes whe cursor points to menu
item
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zms90(a)comcast.net
Created an attachment (id=7557)
--> (http://bugs.winehq.org/attachment.cgi?id=7557)
Wine console output running SC3U
When I run SimCity 3000 Unlimited, It gets to the main menu, and then I point
to an icon and wine gives me a c0000005 (Access Violation) in GZResourceD.dll.
I trimmed the excessive fixme:d3d:IWineD3DDeviceImpl_CreateSurface Trying to
create a render target that isn't in the default pool FIXME's to save space,
but otherwise it's the full output
--
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=9350
Summary: Cannot change country in iTunes 6.0 due to
unimpletmented 'TrackPopupMenuEx' function
Product: Wine
Version: 0.9.43.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: r.swanwick(a)gmail.com
When using iTunes 6.0 the country for the online store cannot be changed
because of an unimplemented function
clicking the change country icon displays a menu containing countrys but
selecting one goes straight back to US site with fixme
cmdline:
fixme:menu:TrackPopupMenuEx not fully implemented
Thanks
--
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=9342
Summary: Audiograbber cannot find CD-ROM due to lack of ASPI
Drivers
Product: Wine
Version: 0.9.43.
Platform: Other
URL: http://www.audiograbber.com-us.net/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dbrandesky(a)gmail.com
Audiograbber requires an ASPI driver to connect to the CD-ROM drive to rip CDs,
but it cannot find it because Wine does not have this driver implemented.
--
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=9514
Summary: ABBYY FineReader 8.0 Professional Edition does not start
Product: Wine
Version: 0.9.44.
Platform: PC-x86-64
URL: http://www.abbyy.com/finereader8/?param=45596
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: svennib(a)gmx.net
Created an attachment (id=7877)
--> (http://bugs.winehq.org/attachment.cgi?id=7877)
Log generated when starting FineReader 8.0 Professional Edition
ABBYY FineReader 8.0 Professional Edition does not start after installation,
but worked great with older versions of wine (e.g. 0.9.36). Seems to be a
regression. For error log please see attachment.
Installation works like a charm in current release of Wine (0.9.44). In former
versions it was necessary to copy "InstallTools.dll" into FineReader's target
directory.
My Workaround:
==============
- Installation of FineReader with 0.9.36 (you have to copy "InstallTools.dll"
into FineReader's target directory)
- Upgrade to current Wine version, e.g. 0.9.44
My System:
==========
Ubuntu Feisty 7.04 (i386)
Wine Versions: 0.9.36 + 0.9.44. (wine.budgetdedicated.com). Also played with
other versions on wine.budgetdedicated.com.
Same problem with Kubuntu 7.10 Gutsy (Tribe 5) + Wine 0.9.42.
Download application:
=====================
http://www.abbyy.com/finereader8/?param=45596
(Dutch, English, French and German interface and recognition languages)
--
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=9377
Summary: Ricochet Infinity cannot download Level Set Catalog
Product: Wine
Version: 0.9.43.
Platform: PC
URL: http://appdb.winehq.org/appview.php?iVersionId=8907
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
In Ricochet Infinity, selecting "Play Game" and "Other Galactic Adventures"
brings up a "Level Set Catalog" screen, and the game displays the following
message:
"Connect to Internet
Would you like Ricochet Infinity to connect to the Internet to display an up to
date list of all the levels available to play?
[Cancel] [Connect]
[X]Always switch to windowed mode when connecting"
After clicking connect, it brings up this message:
"Error downloading catalog
There was a problem communicating with the Internet.
Reason: HTTP Response code: -1
Make sure you are connected to the Internet. If you have a firewall program,
you must configure it to allow the game to connect to the Internet.
[Cancel] [Try Connecting Again] [Check Firewall Setting]"
--
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=9353
Summary: CreateFile with OPEN_ALWAYS on an existing directory
sets wrong error code
Product: Wine
Version: 0.9.43.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lindevel(a)gmx.net
When I call CreateFile like this:
CreateFile("testdir", GENERIC_READ|GENERIC_WRITE, 0, NULL, OPEN_ALWAYS,
FILE_ATTRIBUTE_NORMAL|FILE_FLAG_BACKUP_SEMANTICS, NULL);
with the directory "testdir" existing, it sets ERROR_ACCESS_DENIED, while
Windows XP SP 2 sets ERROR_ALREADY_EXISTS (didn't confirm the Windows side
myself).
The correct flag I should be passing instead of OPEN_ALWAYS is OPEN_EXISTING
(which works on Windows XP as well).
>From a first try to find the cause for this, I believe that it is not in
CreateFile and neither in NtCreateFile, but somewhere in wineserver.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.