http://bugs.winehq.org/show_bug.cgi?id=23555
Summary: Final Fantasy XIV Benchmark has a lot of flickering
Product: Wine
Version: 1.2-rc6
Platform: x86-64
URL: http://uk.download.nvidia.com/nzone/international/benc
hmarks/ffxiv/FFXIVBenchmark.zip
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Reminds me a bit of bug 22383, but enabling StrictDrawOrdering doesn't help.
Mostly shows in the intro videos, the demo itself seems fine (but slow).
Terminal shows:
fixme:d3d:getFormatDescEntry Can't find format unrecognized(909201952) in the
format lookup table
fixme:d3d:debug_d3dformat Unrecognized 909200449 (as fourcc: AL16)
WINED3DFORMAT!
fixme:d3d:getFormatDescEntry Can't find format unrecognized(909200449) in the
format lookup table
fixme:d3d:debug_d3dformat Unrecognized 909201952 (as fourcc: R16)
WINED3DFORMAT!
fixme:d3d:getFormatDescEntry Can't find format unrecognized(909201952) in the
format lookup table
and similar lines a lot...
--
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=15454
Summary: Wine cannot handle directories that contain a trailing
period
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
With current Git (wine-1.1.5-207-gc425c8a), if I try to run any executable for
which one of the directory components of the executable path contains a
trailing period, Wine cannot find the executable and fails:
andrew@andrew-desktop:~/.wine/drive_c/test./test$ wine test.exe
Warning: could not find DOS drive for current working directory
'/home/andrew/.wine/drive_c/test./test', starting in the Windows directory.
wine: could not load L"C:\\windows\\system32\\test.exe": Module not 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=24176
Summary: Resident Evil 5 benchmark: black triangles on
G.I.Joe's face
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://download.nvidia.com/downloads/nZone/demos/nzd_R
esidentEvil5_Benchmark.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
OK, I don't know who it is, but one guy in the variable benchmark
has some awesome black triangle camo on his face that I'm guessing
isn't supposed to be there.
I installed with 'wisotool re5bench', which does 'winetricks wmp9' to
work around bug 21939.
--
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=15607
Summary: MyPhotoBooks doesn't run
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: BSDI
Status: NEW
Keywords: download, Installer
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, a user reported trouble with this app on userlist.
First the installer suffers from infamous bug
http://bugs.winehq.org/show_bug.cgi?id=9628
Happily enough Aric posted a patch
http://www.winehq.org/pipermail/wine-patches/2008-October/062900.html a few
days ago.
After applaying the patch, the installer finsishes fine, but as the app doesn't
run after it, it appeared the installation was not successfull in the end: a
file MyPhotobooks.ini was missing, and that;s why the app crashes. I installed
the app on windows, copied the lacking .ini file to wine, and the app starts
just fine. I'll attach the +relay log from the installer. Looks like the
offending line is here:
001c:Call KERNEL32.WritePrivateProfileStringW(00560118 L"Java Runtime
Environment",0055fde0 L"Maximum Version",00560158 L"1.6",00560170 L"C:\\Program
Files\\\\MyPhotoBooks\\MyPhot~1.ini|MyPhotoBooks.ini") ret=6054ef85
001c:Ret KERNEL32.WritePrivateProfileStringW() retval=00000000 ret=6054ef85
It fails, likely because of screwed up filename "MyPhot~1.ini|MyPhotoBooks.ini"
My guess is, it's a bug in msi but i'm not 100 % 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=21254
Summary: Word 97 needs native oleaut32 to record the first
macro
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
Created an attachment (id=25550)
--> (http://bugs.winehq.org/attachment.cgi?id=25550)
Console log from first attempt to record a macro without any overrides (results
in failure)
This is a follow-up to bug 11415, which has been fixed for all the 200x
versions of Word, but not entirely for Word 97.
In wine-1.1.35-364-g9dc584d, Word 97 needs native oleaut32 (copied from XP) in
order to record a macro the first time. Once the first macro has been
successfully recorded, however, you can remove the override from winecfg,
delete the native oleaut32.dll from Wine's system32 and restore the fake one,
and Word 97 will continue to be able to record and play macros just fine. (I've
tested this multiple times, with the same results.)
The typelib errors and fixmes in the attached console log are not present in
subsequent runs after the problem has been fixed by the temporary override.
--
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=27632
Summary: Death and the Fly demo crashes on start
Product: Wine
Version: 1.3.23
Platform: x86
URL: http://www.gamershell.com/download_73960.shtml
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=35326)
--> (http://bugs.winehq.org/attachment.cgi?id=35326)
terminal output/backtrace
No installer, just unzip and run. Crashes immediately. Only terminal output is
wininet, but native doesn't help.
I'll attach backtrace and a relay,seh,tid.
--
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=28004
Summary: PartyPoker fails to install with builtin wininet
Product: Wine
Version: 1.3.23
Platform: x86
URL: http://www.partypoker.com/Downloads/en/3217731/PartyPo
kerSetup.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
The installer fails to download the main setup-program, thus keeping the
download dialog up forever. I guess the problem might be:
err:wininet:NETCON_secure_connect SSL_connect failed: 12169
With native wininet everything works fine
--
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=18248
Summary: Everquest certain areas do not render the models just
have blank regions
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: celticht32(a)aol.com
Created an attachment (id=20763)
--> (http://bugs.winehq.org/attachment.cgi?id=20763)
GLXinfo output
I start up everquest:
wine EverQuest.exe
go into the Plane of knowledge all models are rendered correctly with the
patched DLL specified in bug 8357
This problem has been tested and confirmed with both the regular EverQuest and
the EverQuest Test Server client. Testing was performed with the D3DX9_30.DLL
fix installed, which was obtained from http://angeliqe.com/d3dx9_30.dll on
2008-11-09.
You must change some options in eqclient.ini in order to run the game properly.
If a setting is missing, like TextureCache, just enter it into the appropriate
section. If you use the default file, VertexShaders are already TRUE, but so is
TextureCache which needs to be FALSE.
This is also set per the APPDB
Created a empty .wine directory.
--
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=30194
Bug #: 30194
Summary: XIII: some levels are not correctly illuminated
Product: Wine
Version: 1.5.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pe-winehq(a)concept-micro.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
Created attachment 39411
--> http://bugs.winehq.org/attachment.cgi?id=39411
Observed display for first "canyon" level
Hi,
(The problem has been mentionned to the AppDB already, for example:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=7119&iTestingI…
But I couldn't find any associated bugreport, so here it is.)
Some "canyon" levels are not correctly illuminated and are rendered all black
(actually everything but the sky). I can at least confirm the first one
personally, having not tried to download a savegame from the Internet to go
past the first problematic level.
- Expected: http://xiii.opaquit.com/view_savegame.php?savegame=06_06
- Observed: see attachment
That's sad, because I really enjoyed the game up to this point.
Regards,
Pierre.
--
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=31205
Bug #: 31205
Summary: Mixcraft hangs on exit when using WaveRT audio driver
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: s_chriscollins(a)hotmail.com
Classification: Unclassified
Created attachment 40979
--> http://bugs.winehq.org/attachment.cgi?id=40979
terminal output for Mixcraft hanging on exit
When using WaveRT as the audio driver in Mixcraft 6, Mixcraft will hang on
exit. Mixcraft exits normally when using the Wave or ASIO (using wineasio)
drivers. I have attached the terminal output to this bug report. The attached
log only includes terminal output that was produced after clicking the close
button in Mixcraft.
Steps to reproduce:
1. Start Mixcraft.
2. Close the "New Project" window.
3. From the File menu, select "Preferences..."
4. Select "Sound Device" on the left of the Mixcraft Preferences window, and
select "WaveRT" as the sound device.
5. Click OK.
6. Close Mixcraft. If Mixcraft closes normally, then start it again and then
try closing it again. On both of my systems, Mixcraft will hang on exit.
Other notes: The hang also occurs in Wine 1.4.
** My System **
OS: Kubuntu 12.04 64-bit w/ KDE SC 4.8.4
Motherboard: ASRock X58 Extreme3 (Intel X58 chipset)
CPU: Intel Core i7 (2.8 GHz quad-core)
RAM: 12GB DDR3
Video: Dell NVIDIA GeForce 7800 GTX w/ 256 MB RAM (PCI Express)
Sound Card #1: Sound Blaster Audigy 2 ZS Gold
Sound Card #2: Echo Gina3G
Linux Kernel: 3.2.0-26-generic
NVIDIA video driver: 302.17
Screen Resolution: 1280 x 960
--
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.