http://bugs.winehq.org/show_bug.cgi?id=14981
Summary: Catia's file reading is unreliable
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mah(a)jump-ing.de
Created an attachment (id=15593)
--> (http://bugs.winehq.org/attachment.cgi?id=15593)
log/backtrace of Catia's internal facilities
In my quest to get DassaultSystemes' Catia V5 to an useable state, I currently
face unreliable file operations. While I can open and view a single CAD model
(CATPart) once or even twice, additional attempts as well as an attempt to open
a multi-model scene (CATProject) fails and quits Catia with a Visual C++
Runtime Exception.
The interesting thing is, for startup, Catia loads some thousand configuration
files (small text files) and obviously, none of these operations fails. But
opening an additional two or three files after startup, failure is almost sure.
To debug the thing I've set up Catia similar to how it's decripbed in the AppDB
http://appdb.winehq.org/objectManager.php?sClass=version&iId=12939 . Wine is
compiled unoptimised with CFLAGS="-g". To launch the app my current favourite
is:
env WINEPREFIX="/home/mah/.wine" WINEDEBUG=+seh,+tid winedbg
"C:\Programme\Dassault Systemes\B16\intel_a\code\bin\catstart.exe" -run
"CNEXT.exe" -env CATIA.V5R16.B16 -direnv "C:\windows\profiles\All
Users\Anwendungsdaten\DassaultSystemes\CATEnv"
This eventually stops in the debugger, giving a backtrace like this (it's
short, so inline):
=>1 0xf7fc642e (0x0033f270)
2 0x00000800 (0x0033f3b0)
3 0x7b84ab74 ReadFile+0x191(hFile=0x4c, buffer=0x33f448, bytesToRead=2048,
bytesRead=0x33fcc0, overlapped=(nil)) [/home/mah/wine/dlls/kernel32/file.c:451]
in kernel32 (0x0033f420)
4 0x0040367b in catstart (+0x367b) (0x0033fc58)
file.c, line 451 reads:
status = NtReadFile(hFile, hEvent, NULL, cvalue, io_status, buffer,
bytesToRead, poffset, NULL);
To my knowledge, the second line of the backtrace shouldn't read 0x00000800 but
something in NtReadFile.
Catia has it's own backtracing facilities built in, showing up in a
Wine/Windows terminal window. While I can't decipher this, I've attached the
last few hundred lines of such a log.
Last not least I've seen Catia halts in the debugger always at the exact same
place, if the steps done to reproduce the bug are identical.
--
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=14892
Summary: ever17 crashes in msacm32
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msacm32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leffeman(a)gmail.com
Created an attachment (id=15461)
--> (http://bugs.winehq.org/attachment.cgi?id=15461)
trace+msacm crash log
Ever17 crashes in MSACM_FormatEnumHelper with the attached stack trace on
startup.
Using a native msacm32.dll allows the game to run, except that voices do not
work in-game.
I don't think this applies to the demo.
--
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=14556
Summary: Broken dotnet2.0 setup
Product: Wine
Version: CVS/GIT
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: max(a)veneto.com
In latest wine dotnet2.0 installed with winetricks has problems.
I could only reproduce (up to now) with autocad setup; my old wineprefix with
dotnet2.0+autocad2005 inside works still good; a new setup in a clean
wineprefix don't.
The most evident error when launching autocad is here :
err:eventlog:ReportEventW L".NET Runtime Optimization Service
(clr_optimization_v2.0.50727_32) - Service reached limit of transient errors.
Will shut down. Last error returned from Service Manager: 0x80070005.\n"
It crashes some time later due to unimplemented gdi call.
In "old" wineprefix (setup somewhere after 1.0) the above error message don't
appear and the app runs still good.
I'd try a regression test, but as-is with no other way to reproduce is too time
expensive, as it requires a new wineprefix + dotnet+autocad setup on each run.
Ciao
Max
--
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=14061
Summary: Firefox 3 dialog windows - wrong initial size, unable to
resize because window is moving instead of resizing
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pikmaster(a)wp.pl
Created an attachment (id=14281)
--> (http://bugs.winehq.org/attachment.cgi?id=14281)
window too small, resizing does not work
When running Firefox 3, displayed dialogs are of improper initial size and
cannot be resized - they are moved instead when you try to drag the border.
Propably this is not only Firefox-related, but a more general bug with windows
handling.
Some examples I caught are:
- first dialog after installation - do you want the firefox to become the
default browser
- properties of any bookmark
Bookmarks menu - right click a bookmark-> Properties
- restore crashed session
- customize toolbar -> add a new toolbar
- open (execute) downloaded application
- confirm closing of main windows, when you have multiple tabs open
- add live bookmark (RSS feed) dialog
- authentication required - for htpasswd protected sites
Steps to reproduce:
1. Get firefox from
http://download.mozilla.org/?product=firefox-3.0&os=win&lang=en-US
2. run: wine "Firefox Setup 3.0.exe"
3. complete setup and install
4. Observe one of the above situations.
--
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=13866
Summary: Fake Internet Explorer information missing from registry
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmuncrief(a)comcast.net
I checked out todays git and when I tried to install Gecko it just appeared. I
figured it had been downloaded when I executed wineprefixcreate because it took
a few minutes to execute instead of a few seconds.
However, when I started my normal install procedure things started failing, and
I discovered it was because all the fake Internet Explorer information was
missing from the registry. Specifically msxml4 and .NET 2.0 crashed immediately
when I tried to install them so I figured there wasn't any use in continuing.
Many programs need to be faked into thinking IE is installed or they won't
install.
So it looks like the auto-Gecko download isn't entering the fake IE6 stuff when
installing. That is, if I'm correct is assuming Gecko is now auto downloaded.
In any case, all the IE stuff is missing in the registry for some reason.
--
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=13619
Summary: FIFA 2002 demo setup crashes after extraction
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.jeuxvideo.fr/telecharger-demo-jouable-
2287.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=13595)
--> (http://bugs.winehq.org/attachment.cgi?id=13595)
FIFA 2002 demo installer
While trying to test bug 9558 with today's Git (wine-1.0-rc3-37-gb4bf355), I
found that after extraction, the installer crashes with a ddraw error
immediately preceding the exception. I tried reverting to Wine 0.9.44 to
determine whether the problem was a regression, but the same exception
occurred. Logs are 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=13566
Summary: Call of Duty 2 AA only works with Nvidia driver
V100.14.19
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmuncrief(a)comcast.net
I'm running Ubuntu Gutsy AMD64 with an Nvidia 7800GT video card, and have a
working Wine 1.0-rc2 installation running Call of Duty 2 with Nvidia driver
version 100.14.19. All texture and antialias settings work flawlessly so long
as I use backbuffer instead of fbo.
However I've discovered that antialiasing only works with this driver version.
It doesn't work if I use versions 169.12 (the standard driver for Hardy, and
default Gutsy driver with Envy) or 173.08 (the latest beta driver). And I know
about the FBO/AA bug, so I'm using backbuffer (although I did try fbo just in
case).
But the really bad news is that AA doesn't work for any of the games I have
unless I use 100.14.19. This includes FarCry 2, Flat Out 2, Half Life 2, Half
Life Episode One, and Half Life Lost Coast. However, I'm only filing a bug for
one game because the error output for all these games is the same using any
driver other than 100.14.19. And of course I did full recompiles and
installations when changing drivers, twice, to make sure this was indeed a hard
error. I also tried the latest git, and even installed Hardy and attempted to
use it with it's default driver V169.12, but the results were the same. Here's
the error output I get when attempting to run any game with 2X AA with any
driver other than 100.14.19. (I didn't create an attachment because it's very
short):
username@computer:~/.wine/drive_c/Program Files/Activision/Call of Duty 2 Demo$
wine CoD2SP_s.exe
fixme:win:EnumDisplayDevicesW ((null),0,0x32f410,0x00000000), stub!
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
err:d3d:CreateContext Requesting MultiSampleType=2
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
X Error of failed request: GLXBadDrawable
Major opcode of failed request: 128 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 2550
Current serial number in output stream: 2550
--
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=13544
Summary: Firefox/Seamonkey won't keep windows maximised under
firefox (dogfood)
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joris_huizer(a)yahoo.com
Firefox (2.0.0.14) and Seamonkey (1.1.9) won't keep windows maximised, under
fluxbox (version 0.9.14-1.2, the package provided by debian stable).
The window is made slightly smaller (by a few pixels) every time a new tab is
opened, every time I switch from one tab to another, and every time a link is
followed.
--
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=13456
Summary: GdipCreateFontFamilyFromName not implemented
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ehoover(a)mines.edu
The application "Launchpad Enhanced" requires GdipCreateFontFamilyFromName,
which is not implemented in the built-in gdiplus. As a result of this issue,
vcrun2005 must be installed - resulting in graphics and threading 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=13385
Summary: mouse look problem - Worms 4
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wujek_bogdan(a)tlen.pl
Worms 4 works almost perfect except one annoying bug: i can't look around using
mouse - only about 180 degrees.
--
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.