http://bugs.winehq.org/show_bug.cgi?id=9540
Summary: Photoshop Element 5 requires the Access ODBC driver
Product: Wine
Version: 0.9.44.
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikolaj.zalewski(a)gmail.com
Created an attachment (id=7911)
--> (http://bugs.winehq.org/attachment.cgi?id=7911)
DSN file passed to ODBC
With the Andrey Turkin patch to pass bug #9485 Photoshop Elements 5 tries to
open an Access database using ODBC but fails (I attach the DSN file). Photoshop
seems not to install the Access driver. I don't know if it would help - I'm not
sure if we are supporting non-unixODBC drivers.
There is a project that delivers Access unixODBC drivers -
http://mdbtools.sourceforge.net/ . But I don't know yet if it works with Wine.
They write they give only read access so that may be not enough.
--
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=9683
Summary: BlipGen's ui disappears
Product: Wine
Version: 0.9.45.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sileon(a)gmail.com
CC: sileon(a)gmail.com
The application I´m having trouble with is BlipGen, available at:
http://www.davesworld.plus.com/downloads/bg086.zip
When starting the application, the interface is completely messed up, and if
you try to move the sliders, press any button or anything else within the
application, the interface disappears.
I´ve tried to figure out what´s causing the problem, but I haven´t had any
luck.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=9349
Summary: wine 0.9.43 crash on etherlords 2
Product: Wine
Version: 0.9.43.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-msxml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: riklaunim(a)gmail.com
Created an attachment (id=7634)
--> (http://bugs.winehq.org/attachment.cgi?id=7634)
error/crash log
wine crash when trying to start th Etherlords 2 game
--
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=9568
Summary: d3d regression in UFO:ET - Invisible Textures
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sm(a)kleinreich.de
CC: stefandoesinger(a)gmx.at
Created an attachment (id=7937)
--> (http://bugs.winehq.org/attachment.cgi?id=7937)
Screenshot 'showing' invisible Textures in Tactical Modus
Just tried wine-0.9.44-195-g282696b
where the changes to vertex-stuff fix another Bug (9551) in UFO:ET,
but now there's a regression from wine-0.9.44 to above git:
Now, in tactical modus, most textures are invisible,
if I move some Soldier or the Map itself, soldiers get visible
and the landscape flickers visible sometimes.
I think maybe it is one of the new commits to vertex-stuff,
so I decide to put Stefan in CC - if I'm wrong, sorry for that.
Look at the provided Screenshot to see how the Issue looks,
if you need a working (from wine-0.9.44) Screen look into AppDB.
I don't attach the d3d-traces, because of huge logsize and I don't
know where to start - how to limit output to the nessecary details?
--
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=9434
Summary: Keyboard does not work well with Hulk demo
Product: Wine
Version: 0.9.43.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
Created an attachment (id=7762)
--> (http://bugs.winehq.org/attachment.cgi?id=7762)
console output with winedebug=-all, +dinput,+x11drv,+keyboard
The key Return does not work well in the Hulk demo. It is very bad, since the
menu asks to confirm the choose by pressing the key return.
But the key Escape seems to work.
I attached the console output.
Joaopa
--
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=9363
Summary: In opengl mode, Ankh 2 is almost black
Product: Wine
Version: 0.9.43.
Platform: PC
URL: http://download2.microapp.com/ankh2/Ankh2-DEMO-Setup-
FR.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
In the demo of Ankh 2, with the opengl mode, everything is almost black.
I attached screenshot to compare d3d mode and opengl mode in wine.
Joaopa
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.