http://bugs.winehq.org/show_bug.cgi?id=21416
Summary: Sound Breaks in Aion in WINE 1.1.36
Product: Wine
Version: 1.1.36
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: samrcawley(a)gmail.com
Sound in the game Aion ceases to work in wine version 1.1.36. Reverting to
1.1.35 solves the issue, so it is the result of some change in that update.
This was found by another user and posted in the comments of the app.
--
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=13067
Summary: Paratext 6 - Will not run - spin32.ocx not correctly
registered
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jon.riding(a)plenumorganum.org.uk
I have installed PT6 using Wine on Fedora 8. The installation completed cleanly
but when I try to run PT I get an error: Component 'SPIN32.OCX' or one of its
dependencies not correctly registered: a file is missing or invalid.
--
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=2889
--- Comment #5 from Jeff Zaroyko <jeffz(a)jeffz.name> 2010-01-19 14:44:53 ---
(In reply to comment #3)
> is this still an issue in current bugzilla?
Looks like it, if it is really a 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=7309
Andrew Nguyen <arethusa26(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #9 from Andrew Nguyen <arethusa26(a)gmail.com> 2010-01-19 14:04:18 ---
Marking fixed as per comment #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=21407
Summary: Cannot revive teammates in Borderlands
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ehoover(a)mines.edu
When playing multiplayer in Borderlands it is not possible to revive teammates.
The game shows the "revive dialog" but it resets back to the beginning
periodically (the time between resets is not constant, but is always short).
Running a trace on "+win" shows that the game is using GetKeyState to get the
state of the keyboard keys. Holding down the "e" key shows a return value that
oscillates between 0xffffff80 and 0xffffff81. Based on the documentation for
GetKeyState the lowest order bit indicates whether a key is "toggled" (for keys
such as the Caps Lock key). Being toggled seems to be something that shouldn't
apply to a normal keyboard key, and likely what is tripping up the revive
functionality in the 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=6856
Tomi Kyöstilä <tomi.kyostila(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tomi.kyostila(a)gmail.com
--
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=21410
Summary: Visual C++ 2005 Trial hangs sometimes in middle of
large builds?
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
While building chromium's base_unittests, visual C++ 2005's devenv.exe
sometimes just gets stuck. Rerunning the build lets it pick up
from where it left off. To repeat:
First, set up the environment as follows:
$ svn checkout http://winezeug.googlecode.com/svn/trunk/ winezeug
$ cd winezeug/testsuites/chromium
$ more build.sh
... apply the two patches mentioned near the top, for bug 21382 and bug 21322
$ sh build.sh
... click through the winetricks install of various things, and (ulp) enter
your password when prompted to mount and unmount the vc2005trial iso. (Did I
mention you should read the script, and winetricks, first?)
That takes about two or three hours with a fast connection, less if you've
already got a full winetrickscache.
Then, to build base_unittests.exe, try:
$ sh build.sh base
(You may need to comment out a compile-time assert in
c:/chromium/src/base/win_util.cc; that assert checks that
you have vc 2005 sp1 installed, which we can't yet because of bug 19502.)
The script will exit once the build completes, but sometimes it hangs.
Rerunning build.sh base should continue the build where it left off.
To monitor build progress, do
du ~/.wine-chromium-tests/drive_c/chromium/src/Debug
When the build is complete, that will show 156440 MB (153MiB).
If the build hangs, it'll be a lot smaller.
The build takes about 12 minutes on my Q9300.
devenv takes about ten seconds before it spawns the first cl.exe.
--
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=9034
Dmitry Timoshkov <dmitry(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #9 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-01-19 00:17:02 ---
No response, marking as fixed.
--
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=21377
Summary: Savings Bond Wizard v4.15 print orientation select
crash
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: comdlg32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: regnid1(a)srt.com
Savings bond wizard v4.15 crashes on select landscape or portrait print option.
No printing at all on select print file. IE 6 installed, Quicken 2007
installed.
Quicken prints.
--
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=21386
Summary: gnome-panel is not reloading wine's systray on refresh
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: DjFreos(a)seznam.cz
Hi,
when I reload gnome-panel, it doesn't refresh systray of wine's applications.
It refreshes only linux's applets.
gnome-panel says:
(gnome-panel:6732): DEBUG: Adding applet 1
(gnome-panel:6732): DEBUG: Adding applet 2
but nothing about wine's systray
Can someone make patch for gnome-panel which reloads wine systray?
Tested on
wine ver 1.1.36
gnome-panel ver 2.28.0
QIP 2005 (under 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=7195
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
URL| |http://ratdvd.ca/download.p
| |hp
--
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=2467
Benjamin Debski <benjamin.debski(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |benjamin.debski(a)gmail.com
--
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=7195
Nikolay Sivov <bunglehead(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|download |
URL|http://www.ratdvd.dk/downlo |
|ad.htm |
--- Comment #12 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-01-18 17:45:19 ---
Update download link please.
--
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=21398
Summary: Might & Magic VI : Mandate of Heaven - crashes
Product: Wine
Version: 1.1.36
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: anigel(a)gmx.fr
Hi,
This game is marked as "platinum" on AppDB, but when I tried to run it with
latest ubuntu' wine version (1.1.36), I get a crash.
Installation works well, I choose to copy all files on local hard disk.
Then I patched the game to version 1.1 (french version), and try tu run it.
It launches, and plays introduction video without any problem. Then I choose
"new game" and try to customize my characters : after a few seconds the game
crashes with the following error message :
fixme:win:EnumDisplayDevicesW ((null),0,0x32f548,0x00000000), stub!
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x16b6d8,0x16b648): stub
fixme:d3d_surface:IWineD3DBaseSurfaceImpl_Blt Can't handle WINEDDBLT_ASYNC flag
right now.
err:seh:setup_exception_record nested exception on signal stack in thread 0009
eip 7bc73120 esp 7ffdbc3c stack 0x232000-0x330000
I wasn't able to play it. I tried with or without the patch, same 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=21385
Summary: world snooker championship 2009 exits at startup
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zidsoft(a)gmail.com
Full output:
% wine WSC2009.exe
ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file
or directory
fixme:system:SystemParametersInfoW Unimplemented action: 59 (SPI_SETSTICKYKEYS)
%
Any advice on extra logging options to turn on?
--
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=3498
Nikolay Sivov <bunglehead(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #25772|text/plain |application/x-gzip
mime type| |
Attachment #25772|1 |0
is patch| |
--
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=3498
--- Comment #32 from Jeremy White <jwhite(a)codeweavers.com> 2010-01-17 09:46:52 ---
Attached is a respin of my current thinking on this patch. It's not yet fully
correct (I need to build some test cases, which turns out to be hard), and I
have a range of areas I haven't thought through yet.
But I'd appreciate knowing weather or not this gets Civ 3 back to running for
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=3498
--- Comment #31 from Jeremy White <jwhite(a)codeweavers.com> 2010-01-17 09:45:23 ---
Created an attachment (id=25772)
--> (http://bugs.winehq.org/attachment.cgi?id=25772)
Most current set of CreateScalableFontResource patches
This set of patches is further along on my 'full' vision for the bug, but is
not yet correct enough for submission to wine-patches.
--
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=6340
Nikolay Sivov <bunglehead(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|msxml3 |-unknown
--- Comment #15 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-01-16 20:11:32 ---
Nothing points to msxml now. Dominik, please retest with 1.1.36.
--
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=6340
Nikolay Sivov <bunglehead(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #10245|application/octet-stream |text/plain
mime type| |
--
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=21396
Summary: Wine .configure error on Redhat Enterprise 5
Product: Wine
Version: 1.1.36
Platform: x86-64
URL: http://www.secureneterm.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: support(a)securenetterm.com
Trying to confiure wine 1.1.36 on Redhat Enterprise 5 x86_64 system. I get the
following error:
configure: error: Your flex version is too old. Please install flex version
2.5.
33 or newer.
However I then check my version of flex and get:
wine-1.1.36 $ flex --version flex version 2.5.4
Is configure broke or what? I do believe 2.5.4 is newer then 2.5.33! In
addition, version 2.5.4 is the latest from Redhat.
--
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=21288
Summary: cannot compile due to flex set too high for CentOS 5.4
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ToddAndMargo(a)verizon.net
Hi All,
Would you please back off on the revision required for "flex", so that we can
compile wine-1.1.36.tar.bz2 under CentOS 5.4?
Many thanks,
-T
./wineinstall
Wine Installer v1.0
...
checking whether flex is recent enough... no
configure: error: Your flex version is too old. Please install flex version
2.5.33 or newer.
# yum install flex
...
Package flex-2.5.4a-41.fc6.i386 already installed and latest version
Nothing 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=21383
Summary: Kodu's installer doesn't work
Product: Wine
Version: 1.1.36
Platform: x86
URL: http://fuse.microsoft.com/kodu/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andreas.livet(a)gmail.com
When trying to install Kodu (a game to learn how to program) by typing that:
wine msiexec /i KoduSetup-General-1.0.21.0.msi
I got this error :
fixme:advapi:LookupAccountNameW (null) L"dede" (nil) 0x32f390 (nil) 0x32f394
0x32f388 - stub
fixme:advapi:LookupAccountNameW (null) L"dede" 0x179418 0x32f390 0x178bb8
0x32f394 0x32f388 - stub
fixme:mscoree:GetRequestedRuntimeInfo
(L"C:\\windows\\temp\\msi2775.tmp-\\Microsoft.Deployment.WindowsInstaller.dll",
(null), L"C:\\windows\\temp\\msi2775.tmp-\\CustomAction.config", 0x00000000,
0x00000000, 0x33f390, 0x00000104, (nil), 0x33f59c, 0x00000014, (nil)) stub
fixme:mscoree:GetCORVersion (0x33f59c, 20, (nil)): semi-stub!
err:msi:ITERATE_Actions Execution halted, action L"CA_DetectSoftwarePackages"
returned 1603
The installer do not crash, but end the application "prematurely because of an
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=8095
--- Comment #15 from Niko Sandschneider <nsandschn(a)gmx.de> 2010-01-16 04:32:31 ---
PQ Teaching Toy no longer crashes on start. It just aborts with "Run-time error
'5': Invalid procedure call or argument". The problem seems to be
err:variant:VARIANT_FormatDate Unknown token 0x35!
--
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=5961
Jeff Zaroyko <jeffz(a)jeffz.name> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|unspecified |0.9.19.
--
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=6893
--- Comment #7 from Niko Sandschneider <nsandschn(a)gmx.de> 2010-01-16 04:18:10 ---
Created an attachment (id=25749)
--> (http://bugs.winehq.org/attachment.cgi?id=25749)
Terminal output in git
Still present in git. After closing the "Unable to copy
file "messages\english\texts.msg" Incorrect file checksum" window, the
installer aborts and crashes. 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=5961
--- Comment #6 from Niko Sandschneider <nsandschn(a)gmx.de> 2010-01-16 04:10:54 ---
Still present in git.
--
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=7797
--- Comment #13 from Jeff Zaroyko <jeffz(a)jeffz.name> 2010-01-15 17:48:07 ---
Tested with 1.1.36, nv8800 195.30 - works fine here, no issue with fps.
L. Rahyen, is this still an issue for 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=7797
Jeff Zaroyko <jeffz(a)jeffz.name> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://www.cnet.com.au/down |http://www.gamershell.com/d
|loads/0,239030384,10230121s |ownload_828.shtml
|,00.htm |
Version|unspecified |0.9.33.
--- Comment #12 from Jeff Zaroyko <jeffz(a)jeffz.name> 2010-01-15 17:05:44 ---
Download link broken, updating.
--
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=8229
--- Comment #12 from Christian Lupien <lupien(a)physique.usherbrooke.ca> 2010-01-14 19:48:37 ---
Yes it is still an issue. It is the same problem as before.
I just tested with the latest version:
>git-describe
wine-1.1.36-37-gdbd7657
Most of the files have moved so I will update my patches.
--
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=18247
Summary: PS7 -> open Dialogs -> Content not painted
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: h.huenteler(a)web.de
Tested versions:
openSuse 11.1 with wine 1.1.9 and KDE 4.2.2
Fedora 10 with wine 1.1.15 and Gnome/LXDE
until some weeks (don't know the latest version when it works) the content of
dialogs isn't painted (the previous content from the underlying frame is
shown).
File -> open File ... WORKS
but, here in german with the possible translation, it doesn't work
german: Datei -> Automatisieren -> Stapelverarbeitung
englsh?: File -> automate -> batch processing
there are some other with the same problem ...
the same problem, but a little bit other than before, are the dialogs about
layers, navigator, actions and so on ... they are paited, but you can't
activate any of the components in it ...
No Log-File, but it seems to me, that there is a loop with following output:
fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x40038 f 0 0)
fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x40038 f 0 0)
fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x40038 f 0 0)
fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x40038 f 0 0)
fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x40038 f 0 0)
fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x40038 f 0 0)
fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x40038 f 0 0)
fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x40038 f 0 0)
fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x40038 f 0 0)
fixme:msimtf:ActiveIMMApp_OnDefWindowProc Stub (0x40038 f 0 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=18369
Summary: fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd
(98000004)
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: guillermo(a)geryon.com.ar
CC: guillermo(a)geryon.com.ar
Created an attachment (id=20934)
--> (http://bugs.winehq.org/attachment.cgi?id=20934)
fixme error: running: export WINEDLLOVERRIDES="odbccp32,odbc32=n" && export
WINEPREFIX=/wine_prueba && export WINEDEBUG=winsock && wine
/wine_prueba/drive_c/geryon/Activaciones.
Hello.
My name is Guillermo and I'm writing from Argentina.
Let's explain my issue.
We have developed a windows application using Clarion for windows version: 6.3
The APP runs very good on windows 98 and later.
It uses MSSQL database engine.
Last months we are migrating our clients to linux (debian 5(lenny)) while we
are developing a new platform for our application to be a litle more
"universal".
What universal means is to be able to run the application under major linux and
windows as well. (We are studing options to choose the right language).
Meanwhile we need to run our app under linux, so I did the NativeODBC
installation for wine wich is right installed.
http://wiki.winehq.org/NativeOdbc (this is the tutorial).-
After installing the NativeODBC driver and configuring TCP/IP transport using
clieconf.exe, we've tried to run the win32 application without success!.-
I get the following error: fixme:winsock:WSAIoctl unsupported WS_IOCTL cmd
(98000004)
The command is:
export WINEDLLOVERRIDES="odbccp32,odbc32=n" && export WINEPREFIX=/wine_prueba
&& export WINEDEBUG=winsock && wine
/wine_prueba/drive_c/geryon/Activaciones.exe
Does anyone has the same issue?.-
some other information:
uname -a =-> Linux geryon-svr 2.6.26-2-686 #1 SMP Thu Mar 26 01:08:11 UTC 2009
i686 GNU/Linux
cat /etc/debian_version =-> 5.0.1
wine --version = wine-1.0.1-174-gc4039bd
Attached is the last debug lines when "fixme" error shows 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=1181
--- Comment #21 from Peter Ã…strand <peter(a)cendio.se> 2010-01-14 03:33:55 ---
(In reply to comment #13)
> Please retest in current git. If still present, update version field to
> earliest known version of wine that had this bug. Thanks!
You are wasting everybody's time. This is a fundamental problem that requires a
complete rewrite of the Wine keyboard implementation, a major task. If this
*has* been done, just say so, and then we can re-test. Just testing new
releases with a few tweaks to the current implementation is pointless. The
current keyboard implementation needs to be replaced.
--
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=21353
Summary: internet explorer 6 doesn't show any pictures in
recent wine versions
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: milan(a)cmm.ki.si
I am using ie6linux to install IE6. it worked in the previous versions, but
stoped working at leat in 1.1.35 and it still doesn't work with 1.1.36. It just
doesn't show any pictures, ie it waits showing the URL of an .jpg or .gif file.
Before it worked.
--
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=9012
Jaime Rave <jaimerave(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jaimerave(a)gmail.com
--- Comment #23 from Jaime Rave <jaimerave(a)gmail.com> 2010-01-13 21:05:32 ---
(In reply to comment #20)
> I am now been experiencing this bug for a few days now with wine 1.1.35 and
> 1.1.36 compiled as a universal binary via Macports on an iMac running Snow
> Leopard.
>
> I manage to install Office 2007, but whenever I try to run Access, I get this
> error:
>
> [payam-imac:~] payam% msaccess
> fixme:actctx:parse_depend_manifests Could not find dependent assembly L"AceDAO"
> (12.0.0.0)
> err:module:import_dll Library MSVCR80.dll (which is needed by L"C:\\Program
> Files\\Microsoft Office\\OFFICE12\\MSACCESS.EXE") not found
> err:module:import_dll Library MSVCP80.dll (which is needed by L"C:\\Program
> Files\\Microsoft Office\\OFFICE12\\MSACCESS.EXE") not found
> err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
> Files\\Microsoft Office\\OFFICE12\\MSACCESS.EXE" failed, status c0000135
>
>
> Everything seems to be honky dory in winsxs, but I can't locate msvcr80.dll or
> msvcp80.dll in system32. I can find msvcr71.dll.
>
> Office 2003 worked fine.
You're hitting bug 18889
--
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=9012
--- Comment #22 from payam.minoofar(a)meissner.com 2010-01-13 18:55:26 ---
(In reply to comment #21)
> They might be buried in winsxs. But see
> http://wiki.winehq.org/FAQ#head-bb6a7a98ea5016383c4f81717063463e5217c3bf
I just ran winetricks vcrun2005 per the above article, but no go. I get exactly
the same error.
I think Access needs to find the file listed in its manifest.
Indeed, the correct dll files are buried in the mess of folders in winsxs. So,
what's broken? I assume that something goes wrong during Office 2007
installation. But, what?
Word 2007 runs ok.
--
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=21360
Summary: upgraded ubuntu and wine to latest versions. wine
says msvcrt.dll for win32 not compatable
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fictman(a)hotmail.com
Created an attachment (id=25721)
--> (http://bugs.winehq.org/attachment.cgi?id=25721)
terminal says...
I am a novice. before I upgraded I configured wine to run old windows 3. It
spat the dummy then and wine would not le me back in to config. I upgraded and
re installed latest version of wine, this has not helped.any advice or help
would be greatly appreciated Thank You
Will
--
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=9012
payam.minoofar(a)meissner.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |payam.minoofar(a)meissner.com
--- Comment #20 from payam.minoofar(a)meissner.com 2010-01-13 18:32:49 ---
I am now been experiencing this bug for a few days now with wine 1.1.35 and
1.1.36 compiled as a universal binary via Macports on an iMac running Snow
Leopard.
I manage to install Office 2007, but whenever I try to run Access, I get this
error:
[payam-imac:~] payam% msaccess
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"AceDAO"
(12.0.0.0)
err:module:import_dll Library MSVCR80.dll (which is needed by L"C:\\Program
Files\\Microsoft Office\\OFFICE12\\MSACCESS.EXE") not found
err:module:import_dll Library MSVCP80.dll (which is needed by L"C:\\Program
Files\\Microsoft Office\\OFFICE12\\MSACCESS.EXE") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\Microsoft Office\\OFFICE12\\MSACCESS.EXE" failed, status c0000135
Everything seems to be honky dory in winsxs, but I can't locate msvcr80.dll or
msvcp80.dll in system32. I can find msvcr71.dll.
Office 2003 worked 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=21329
Summary: Fahrenheit graphics curruption
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: protojay(a)mailinator.com
I am running the game Fahrenheit (The Indigo Prophesy) on Ubuntu 9.10 with a
ATI Technologies Inc Mobility Radeon HD 3650 graphics card. Unless the game is
run in a virtual desktop, there is a major graphics curruption whenever
displaying the main menu which has 3d graphics. This seems to be present up
till the latest version 1.1.36.
--
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=21348
Summary: Unable to get WINE to install on Ubuntu 9.10
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pete48629(a)gmail.com
I have Ubuntu Karmic Koala 9.10 and I cannot get WINE to install.
Followed the instructions on the WINE HQ site for 9.10
(http://www.winehq.org/download/deb) and the best I got was a message saying
"Could not apply changes! Fix broken packages first".
I had installed it with no problem before and now it doesn't install.
Doesn't matter if I try to use the terminal and insert: sudo add-apt-repository
ppa:ubuntu-wine/ppa or if I click on the link that says Click here. The program
still refuses to install and is not found in the Ubuntu Software Center.
This is what comes up in Terminal when the above was inserted....
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring
--secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg
--keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv
883E8688397576B6C509DF495A9A06AEF9CB8DB0
gpg: requesting key F9CB8DB0 from hkp server keyserver.ubuntu.com
gpg: key F9CB8DB0: "Launchpad PPA for Ubuntu Wine Team" not changed
gpg: Total number processed: 1
gpg: unchanged: 1
Any ideas how I can get WINE installed again? 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=8433
joaopa <jeremielapuree(a)yahoo.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jeremielapuree(a)yahoo.fr
--- Comment #14 from joaopa <jeremielapuree(a)yahoo.fr> 2010-01-12 19:52:55 ---
Bug should be fixed in current git. Please, check it with the latest git.
--
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=21342
Summary: Installation of IE7 fails (since november 2009)
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: c_saris(a)hotmail.com
CC: c_saris(a)hotmail.com
Created an attachment (id=25694)
--> (http://bugs.winehq.org/attachment.cgi?id=25694)
trace+loaddll log generated by execution of IE7-WindowsXP-x86-enu.exe
Installation of IE7 fails (since November 2009).
Installation of IE7 has never been a problem, until recently (Nov 2009).
Previous Wine/IE7 installations (dating from before Nov 2009), run, even now,
(as good as) flawlessly.
--
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=21341
Summary: Installation of IE7 fails
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: c_saris(a)hotmail.com
Created an attachment (id=25692)
--> (http://bugs.winehq.org/attachment.cgi?id=25692)
trace+loaddll log of execution of "IE7-WindowsXP-x86-enu.exe"
Installation of IE7 fails (since November 2009).
--
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=21340
Summary: IE7 installation fails (since novemer 09)
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: c_saris(a)hotmail.com
Created an attachment (id=25691)
--> (http://bugs.winehq.org/attachment.cgi?id=25691)
Output of attempt to install IE7 using winetricks.
Any attempt to install MS-IE7 (either running "IE&-WindowsXP-x86-enu.exe" or
running winetricks) fails. Both methods worked fine until recently (say about
last november).
--
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=21335
Summary: Games don't work using open source radeon drivers.
Product: Wine
Version: 1.1.36
Platform: x86-64
URL: http://www.x.org/wiki/RadeonFeature
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cruiseoveride(a)gmail.com
I've been using the open source radeon drivers (xf86-video-ati) and mesa on my
PC with great success. However no games really work well under WINE. Not even
as well as with the dreaded fglrx.
Is this because wine uses a lot of driver dependent code and developers have
just not had the time/hardware to work on implementing the same wined3d
features on radeon as they have done on fglrx and nvidia?
I am using a Radeon HD4870 on Ubuntu 9.10 X86_64 and mesa,drm,xf86-video-ati
from git.
mesa - git://anongit.freedesktop.org/git/mesa/mesa
drm - git://anongit.freedesktop.org/git/mesa/drm
xf86-vide-ati - git://anongit.freedesktop.org/git/xorg/driver/xf86-video-ati
Radeon driver feature page - http://www.x.org/wiki/RadeonFeature
--
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=6457
--- Comment #23 from Roland Haeder <roland(a)mxchange.org> 2010-01-11 18:31:17 ---
> -------------------------
> mfc70.dll
> mfc71.dll
> msvcirt.dll
> MSVCP70.DLL
> msvcr70.dll
> -------------------------
Needed to add msvr71 and msvcp71 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=6457
Roland Haeder <roland(a)mxchange.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |roland(a)mxchange.org
--- Comment #22 from Roland Haeder <roland(a)mxchange.org> 2010-01-11 18:28:36 ---
Adding the required DLLs to the root directory of Orbiter, say along with the
orbiter.exe, does also work. So your other applications are not forced to take
the native DLLs which are, of course, not support by the Wine Developer team...
;-)
I have the following DLLs downloaded from www.dll-files.com and added next to
orbiter.exe file:
-------------------------
mfc70.dll
mfc71.dll
msvcirt.dll
MSVCP70.DLL
msvcr70.dll
-------------------------
All the best and happy new 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=19912
Summary: gyp fails its test suite, can't build hello, world
with Visual C++ 8's devenv.exe
Product: Wine
Version: 1.1.28
Platform: PC
URL: http://code.google.com/p/gyp/wiki/GypTesting
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
gyp is the makefile generator written for Chromium.
(It's kind of like cmake, but is pure python.)
It comes with a small test that makes sure it
can build a working trivial C program using Visual C++.
Sadly, this fails at the moment.
Here's what I tried:
$ cd ~/.wine/drive_c
$ svn checkout http://gyp.googlecode.com/svn/trunk/ gyp-read-only
$ wget http://winezeug.googlecode.com/svn/trunk/winetricks
$ sh winetricks vc2005trial
$ sh winetricks python
$ wine cmd
> cd \Program*
> cd Microsoft*8
> cd Common7\Tools
> vsvars32.bat
> cd c:\gyp-read-only
> c:\python26\python gyptest.py test\hello\gyptest-all.py
This failed at first with
File not found
because Python wasn't on the path; worked around this with
PATH C:\Python26;%PATH%
Rerunning
> c:\python26\python gyptest.py test\hello\gyptest-all.py
then failed with something more interesting:
File "C:\gyp-read-only\pylib\gyp\generator\msvs.py", line 538, in
_GenerateProject
vcuser_filename = '.'.join([vcproj_filename, domain, username, 'user'])
TypeError: sequence item 1: expected string, NoneType found
Looking at the code, here's what's failing:
domain = os.environ.get('USERDOMAIN')
username = os.environ.get('USERNAME')
if not domain or not username:
call = subprocess.Popen(['net', 'config', 'Workstation'],
stdout=subprocess.PIPE)
config = call.communicate()[0]
username_re = re.compile('^User name\s+(\S+)', re.MULTILINE)
username_match = username_re.search(config)
if username_match:
username = username_match.group(1)
domain_re = re.compile('^Logon domain\s+(\S+)', re.MULTILINE)
domain_match = domain_re.search(config)
if domain_match:
domain = domain_match.group(1)
So I guess our "net" implementation is lacking. Worked around this
with
SET USERNAME=dank
SET USERDOMAIN=kegel.com
That got a bit further:
> python.exe test\hello\gyptest-all.py
produced lines like this (duplicate-ish lines removed):
fixme:ole:CoInitializeSecurity (0x33f948,-1,(nil),(nil),0,0,(nil),8,(nil)) -
stub!
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Programme\\Microsoft Visual
Studio 8\\Common7\\IDE\\dte80a.olb" failed with error
2
err:ole:CoGetClassObject class {48443b3b-c1e3-449f-9988-4bfb510951d5} not
registered
err:ole:CoGetClassObject no class object {5a673b91-a6dc-431d-8758-a53aa4189057}
could be created for context 0x17
err:ole:CoGetClassObject no class object {2a811bb2-303b-48b8-82c2-e029a22c3ef2}
could be created for context 0x17
fixme:shell:URL_ParseUrl failed to parse L"Microsoft.VisualStudio.CommonIDE"
...
err:ole:CoInitializeEx Attempt to change threading model of this apartment from
apartment threaded to multi-threaded
fixme:ole:CoGetCallerTID stub!
fixme:advapi:LookupAccountNameW (null) L"lappy\\dank" 0xa0adb58 0xa0adac4
0x8e5bf8 0xa0adabc 0xa0adcf8 - stub
fixme:ntdll:NtCreateJobObject stub: 0xa0ae408 1f001f <null>
fixme:ntdll:NtIsProcessInJob stub: (nil) 0xffffffff
fixme:ntdll:NtAssignProcessToJobObject stub: 0xdead 0x378
and then just sat there.
(Kinda reminds me of http://bugs.winehq.org/show_bug.cgi?id=17096#c2 )
--
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=8025
--- Comment #36 from djw <winehq(a)djw.org.uk> 2010-01-11 15:04:34 ---
(In reply to comment #35)
>
> I tired running my system with one CPU, which the problem still occurred. Then
> still with one CPU I reniced the steam.exe and hf2.exe processes to -10, this
> still would freeze. A renice to -15 appeared to be stable and ran for several
> hours without a problem. I'm about to test with two CPUs and renice -15.
2 CPUs is okay, although I forgot to add that I run with -dxlevel=80 and with
the renice.
--
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=20475
Summary: Photoshop CS2: Can't switch from fixed ratio to free
size in image size dialog
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Linux571(a)gmail.com
When I click the image with the chain to set my own size nothing 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=8232
Dmitry Timoshkov <dmitry(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #31 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-01-11 13:37:47 ---
Reported fixed.
--
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=17942
Summary: The 7-zip filemanger shows always dotted files
Product: Wine
Version: 1.1.18
Platform: PC-x86-64
URL: http://www.7-zip.org
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: newsletter(a)Schiermeier-Software.de
Created an attachment (id=20281)
--> (http://bugs.winehq.org/attachment.cgi?id=20281)
Screenshot of 7-zip and beside winecfg
Hello!
The 7-zip file archiver shows in his internal filemanager always the dotted
files. (Files which beginns with a dot - normaly not visible in *ix).
In the winecfg I switch the view to never 'Show dot files', but in 7zig is
always visible.
I don't know if this is a bug or a feature - either of wine or of 7z. I use the
version 4.59 beta of 7-zip.
--
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=5436
--- Comment #21 from Georg Wolff <boeser.wolff(a)web.de> 2010-01-11 11:50:48 ---
In reply to "six month reminder":
Yes, still get the "Unexpected Error... please reinstall".
Wine version 1.1.36.
--
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=21305
Summary: World of Warcraft (Wow) crashes in d3d mode
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmbohdan(a)gmail.com
Created an attachment (id=25639)
--> (http://bugs.winehq.org/attachment.cgi?id=25639)
console output
I try to start Wow in d3d mode and it crashes.
I didn't use winetricks for d3d libs.
In opengl mode it works.
Video ATI Mobility X2300, fglrx 9.3
--
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=3844
Dmitry Timoshkov <dmitry(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
Resolution|WORKSFORME |FIXED
--- Comment #3 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-01-11 10:38:03 ---
Fixed then. Closing.
--
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=21026
Summary: Office 2000 (Word) won't working with wine 1.1.33
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: alankoon(a)gmail.com
Office 2000 will not run correctly in new version. All components had affected
I tried to put a word in MS word , programme freezes and cannot working.
--
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=881
scyt4l3(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |scyt4l3(a)gmail.com
--- Comment #64 from scyt4l3(a)gmail.com 2010-01-11 08:47:55 ---
Maybe you are not referring to this as a cursor not blanked. My problem is that
the cursor "blinks". I only see the cursor of the game but it's not steady,
it's blinking.
I'm using Icewind Dale 2 (2.01, unofficial patch) with Wine 1.1.31 (I checked
the what's new of the 1.1.36 and there's nothing related to this) and with
Gnome 2.28.1
Am I confused or this bug isn't really closed?
--
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=8025
djw <winehq(a)djw.org.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |winehq(a)djw.org.uk
--- Comment #35 from djw <winehq(a)djw.org.uk> 2010-01-11 05:44:55 ---
This seems related to a problem I'm having with Day of Defeat:Source (with
Steam). During game play the game will randomly freeze and loop the current
sound. The last error message is:
err:ntdll:RtlpWaitForCriticalSection section 0x7e5f0120
"../../../dlls/winex11.drv/x11drv_main.c: X11DRV_CritSection" wait timed out in
thread 0065, blocked by 004c, retrying (60 sec)
My system is a Debian sid box running amd64. I have a 32-bit chroot for wine
which is invoked via dchroot. I have a Radeon HD 3200, I'm using the "non-free"
fglrx package from debian which is version 9-12.
I have had the same problem with the Debian packaged versions; 1.0.1, 1.1.24,
1.1.32. And also the winehq packaged version 1.1.35.
I tired running my system with one CPU, which the problem still occurred. Then
still with one CPU I reniced the steam.exe and hf2.exe processes to -10, this
still would freeze. A renice to -15 appeared to be stable and ran for several
hours without a problem. I'm about to test with two CPUs and renice -15.
When my system froze, I could not use the mouse or keyboard so I could not swap
to another virtual desktop or virtual terminal. I could login via ssh and then
kill the half-life process then I could continue using my system as normal,
startup Day of Defeat again, play for a while then have the system freeze again
and quickly kill the half-life process.
--
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=4264
Jeff Zaroyko <jeffz(a)jeffz.name> changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |normal
--
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=4264
--- Comment #10 from Jeff Zaroyko <jeffz(a)jeffz.name> 2010-01-11 04:53:34 ---
(In reply to comment #8)
> Refuses to install, saying I don't have the necessary registry permissions.
Seems to be looking for imm related registry keys before it gives the failure
message. Setting winver to win98 appears to skip this and instead it aborts on
OleLoadPictureFile being unimplemented, bug 10156.
--
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=21318
Summary: Borderlands: Sound no longer works with 1.1.36
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: srpape(a)gmail.com
Sound does not work in game after upgrading Wine to 1.1.36. Previous versions
were fine.
The intro advertisements (nvidia logo, etc) have working sound when the game is
first started, but from the main menu onward there isn't any.
I reverted to the previous version to continue playing 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=20087
Summary: All Orange Box Half Life 2 games freeze after load
Product: Wine
Version: unspecified
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
Created an attachment (id=23647)
--> (http://bugs.winehq.org/attachment.cgi?id=23647)
Bisect results for Half Life 2 games freezing
With current git all Half Life 2 Orange box games freeze after loading. I ran
bisect twice to confirm the bad commit and have attached the bisect output.
--
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=15268
Summary: No Video or Sound in GameMaker 7 Games
Product: Wine
Version: 1.1.4
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: me100313(a)gmail.com
This is on Kubuntu Hardy (KDE4.1) 32-bit. Games that are made with GameMaker 7
show their splash screen, then open up to a black window with no sound or
display. I have found that the controls still work as I am able to get dialog
boxes to appear in one of the games I tried. I think the game is running, but
video and audio just are not working.
I tried two games. The first is Mushroom Kingdom Fusion, found here:
http://mkfusion.ipbfree.com/index.php?showtopic=905&st=0&#entry12846
You will need both the music pack and the game data files. Also, you should
delete mp3_title.mp3 from the music pack as that causes a known lockup with the
game. This game uses FMOD for the background music, so it does work if you can
blindly get through the menu and start playing. To do this, wait a minute or
two for the intro logos (you can't see them, but that's what you would see) to
cycle through then hit Enter or Shift to start a new game. Just keep hitting
them both until you hear the BG music. Then you can use the arrow keys to move
right one or two times (SMB3 style map) and use Shift to enter a level. You'll
hear the level music play, but the video and the sound effects (which do NOT
use FMOD) will not work. I have played this game in Windows so that's how I
know how to get to a level. This game takes a very long time to load
(something that supposedly will be fixed in the next version).
The second game I tried just to verify this bug with other GameMaker games.
The other game is Sonic FGX ( http://www.yoyogames.com/games/show/30975 ) and
does not use FMOD for music. In this game, I manged to randomly hit arrow
keys, Shift, and Enter to get the generic Game Maker grey dialog boxes to
appear with descriptions of Sonic, Tails, and the other characters in the game.
I assume I was in a character select screen, but don't know since I've never
played this game before.
Both games repeatedly flash "fixme:d3d:IWineD3DSwapChainImpl_Present Unhandled
present options 0x32fcbc/0x32fccc" for Sonic FGX and
"fixme:d3d:IWineD3DSwapChainImpl_Present Unhandled present options
0x32f76c/0x32f77c" for MK Fusion. Both games also show a lot of
IDirectMusicLoader or IDirectMusicSegment functions in the console output.
I have included the console output of both games in the files "sfgx_ou.txt" and
"mkf_out.txt". Also, I ran wine with WINEDEBUG=+d3d,+dsound,+wine_d3d and
output those to "sfgx_dbg.txt" and "mkf_dbg.txt". All of the file will be
compressed. The debug output files are 270MB and 460MB.
--
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=6971
--- Comment #309 from Warren Dumortier <nwarrenfl(a)gmail.com> 2010-01-10 16:28:41 ---
Wasn't someone here working on a patch to implement XInput 2?
If so, i'd like to test 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=6971
--- Comment #308 from Forest Hale <lordhavoc(a)ghdigital.com> 2010-01-10 15:52:27 ---
(In reply to comment #304)
> (In reply to comment #303)
> >However this means DIinput will revert back to the current (broken) behavior.
>
> Do you mean "it just won't work" or "XI2 solution will leave systems without
> libXi-1.3 at current dinput state"? I'm incompetent here, but I don't really
> believe that any way of warping will totally solve this problem somehow. Again,
> I don't know for sure, but I guess that warping brings out other problems (i.e.
> lithtech games spot warping making aim intermittent)
That is a different kind of warping than I described.
I am describing a situation where the movement is captured transparently and
passed to wine, without updating the mouse pointer location at all, then wine
moves the mouse pointer to mimic the expected behavior (while imposing
restrictions such as mouse clip rects), as far as all programs (both wine and
X11 apps) can tell, it is moving normally.
How this is done is not important, whether it is DGA or XInput2, the result is
the same.
What we really want (and XInput2 supposedly delivers) is feedback on movement
even when the mouse is pressing against the borders of the clip rect, this is
what DirectInput cooperative mode expects.
--
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=8232
--- Comment #30 from joaopa <jeremielapuree(a)yahoo.fr> 2010-01-10 14:29:28 ---
That means that this bug is fixed. Please fulfill an other bug report for the
crash. Don't forget to add the useful informations to your bug report (video
card, driver and backtrace with debug symbols)
--
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=8598
Uwe Bonnes <bon(a)elektron.ikp.physik.tu-darmstadt.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bon(a)elektron.ikp.physik.tu-
| |darmstadt.de
--- Comment #12 from Uwe Bonnes <bon(a)elektron.ikp.physik.tu-darmstadt.de> 2010-01-10 13:34:24 ---
I have send a patch adding a test case. fopen() without the an additional
"ccs=<encoding>" mode string should open all files as ANSI files. We probably
need an additional flag indicating a file opend in UNICODE mode and write an
ANSI string to the file otherwise
--
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=6971
--- Comment #307 from Manuel Soukup <linuxuser-sky(a)gmx.de> 2010-01-10 09:06:47 ---
patch works with 36 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=4971
Niko Sandschneider <nsandschn(a)gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nsandschn(a)gmx.de
--- Comment #21 from Niko Sandschneider <nsandschn(a)gmx.de> 2010-01-10 08:58:07 ---
Still present in wine 1.1.36
--
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=5627
Niko Sandschneider <nsandschn(a)gmx.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nsandschn(a)gmx.de
--- Comment #12 from Niko Sandschneider <nsandschn(a)gmx.de> 2010-01-10 08:48:53 ---
Still present in wine 1.1.36
--
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=15445
Summary: Little Fighter 2 exits with "Couldn't create art
surface"
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cookiecaper(a)gmail.com
Little Fighter 2 exits with "Couldn't create art surface" on loading. Log
attached.
Arch Linux 2.6.26
WINE 1.1.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=421
Matej Spindler <matej.spindler(a)auspuh.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|matej.spindler(a)auspuh.com |
--
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=5322
--- Comment #37 from NestorAcevedo <sainthyoga2003(a)gmail.com> 2010-01-09 23:30:17 ---
(From update of attachment 25640)
installing the visual studio 6 in opensuse 10.3 or ubuntu 8.04 with older
versions of wine are succesfull, but now with newer versions of wine, this is
the crash message and the setup ends.
--
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=5322
--- Comment #36 from NestorAcevedo <sainthyoga2003(a)gmail.com> 2010-01-09 23:27:03 ---
Created an attachment (id=25640)
--> (http://bugs.winehq.org/attachment.cgi?id=25640)
visual studio installation crash window message
this is the window message after do click in Next "Siguiente" button when is
launched the setup 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=7065
Intangir <intangir(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |intangir(a)gmail.com
--- Comment #94 from Intangir <intangir(a)gmail.com> 2010-01-09 21:44:28 ---
Im pretty sure Spore Galactic Adventures is using SecureROM, and it isnt
working with 1.1.32 or 1.1.35 (and probably other versions which i havent
tested)
doesnt detect that the DVD is in
--
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=3493
Rihards <richlv(a)nakts.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |richlv(a)nakts.net
--- Comment #39 from Rihards <richlv(a)nakts.net> 2010-01-09 19:44:41 ---
for the record, problem seems to be still there with 1.1.36
--
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=21298
Summary: Heroes of Might and Magic IV logouts user on exit
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)stanev.org
Sine wine 1.1.36 Heroes 4 logs out current user on game 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=8754
--- Comment #36 from AL3X <alex_vip_1(a)hotmail.com> 2010-01-09 13:13:46 ---
This present on 1.1.36
--
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=3498
Bernhard Rosenkraenzer <bero(a)arklinux.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bero(a)arklinux.org
--- Comment #30 from Bernhard Rosenkraenzer <bero(a)arklinux.org> 2010-01-09 13:08:46 ---
The patches don't work anymore with wine >= 1.1.35 because of the FONTDIR16
usage in 32bit code.
The obvious workaround (including the header defining FONTDIR16) works, but is
not the right thing to do (because it undoes the 16bit separation).
--
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=421
Bernhard Rosenkraenzer <bero(a)arklinux.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #22543|0 |1
is obsolete| |
--- Comment #307 from Bernhard Rosenkraenzer <bero(a)arklinux.org> 2010-01-09 11:59:25 ---
Created an attachment (id=25627)
--> (http://bugs.winehq.org/attachment.cgi?id=25627)
Updated "dib-engine-initial-pass-throug.patch" for wine 1.1.36
dib-engine-initial-pass-throug.patch from the latest patch tarball doesn't
apply on wine 1.1.36 anymore -- attaching updated version that works with
1.1.36 and current git (you still need the other patches from the tarball of
course)
--
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=14806
Summary: Devil May Cry 4 Does not Load/Initilize
Product: Wine
Version: 1.1.2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thebozo1(a)hotmail.com
Created an attachment (id=15357)
--> (http://bugs.winehq.org/attachment.cgi?id=15357)
Devil May Cry 4 Console Output
After copying the required dll's to run Devil May Cry 4 (WMVCORE.dll &
XINPUT1_3.dll) The game still does not Initilize! No black screen, no feedback
at all!
--
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=10642
Summary: Gothic crashes on startup: err:msvcrt:symbol_demangle
Unknown operator: _R
Product: Wine
Version: 0.9.50.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tobiwae(a)gmx.de
When I try to start Gothic I in Wine 0.9.50 it crashes and the following
message is shown in the console many hundred times:
err:msvcrt:symbol_demangle Unknown operator: _R
There are a few of these messages in between:
err:msvcrt:demangle_datatype Unknown type Y
I use a Nvidia Geforce 7800 GS with the proprietary nvidia driver on Kubuntu
7.10 x86.
Please let me know if you need some other data.
--
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=10038
Summary: Unable to select text, insert and delete lines
Product: Wine
Version: 0.9.46.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: manuquadros(a)gmail.com
I'm trying to use Goldvarb X, and statistical program used in linguistics, on
Ubuntu 7.10. The software can be downloaded from
http://individual.utoronto.ca/tagliamonte/Goldvarb/GV_index.htm.
The problem is that it is not possible to select any portion of text or to
insert lines with ENTER and delete lines with BACKSPACE or DEL.
--
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=15526
Summary: PhotoImpact hangs when editing text
Product: Wine
Version: 1.1.5
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: michael.gebert(a)gmail.com
Created an attachment (id=16482)
--> (http://bugs.winehq.org/attachment.cgi?id=16482)
Tail part of the console before PhotoImpact hung
Attempting to edit text renders PhotoImpact unresponsive. This behavior is not
new to 1.1.5 and has been around from 1.0.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=15005
Summary: Touhou 11 doesn't fill the window in >640x480 modes
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www16.big.or.jp/~zun/html/th11dl.html
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leffeman(a)gmail.com
Created an attachment (id=15631)
--> (http://bugs.winehq.org/attachment.cgi?id=15631)
A screenshot of the bug.
This game provides three windowed modes, 640x480 works as it is supposed to,
filling up the entire window. However, the two other modes 960x720 and
1280x960 do not -- the game only draws to the bottom-left corner (0, 0) as if
the window was 640x480 large.
--
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=13692
Summary: failed to crosscompile icmp.dll (dogfood)
Product: Wine
Version: 1.0-rc3
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
For u_int, u_char:
expected specifier-qualifier-list before ‘*****’
For AF_INET, SOCK_RAW, IPPROTO_ICMP, IPPROTO_IP, IP_TTL, IP_TOSPOLLIN,
EMSGSIZE, ENETUNREACH, EHOSTUNREACH:
error: '*****' undeclared
For fdr, addr:
storage size of ‘*****’ isn’t known
For socket, shutdown, getsockopt, sendto, poll, recvfrom:
implicit declaration of function ‘*****’
For ip, icmp:
struct '*****' has no member named '*****_*****'
Some more errors, due to the problems above
--
By by ... Detlef
--
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=13908
Summary: Office 2003 fails to set icons
Product: Wine
Version: 1.0-rc4
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fnjordy(a)gmail.com
Created an attachment (id=14012)
--> (http://bugs.winehq.org/attachment.cgi?id=14012)
wine-menubuilder.log
NB: Actually 1.0rc5, not available in list to select.
Fresh installation of Microsoft Office 2003 Professional fails to completely
setup links and icons. Either Word and Excel have stock Wine glass icons, only
Excel appears, or everything but Word & Excel.
Output of "WINEDEBUG=+menubuilder wine SETUP.EXE" attached.
This is related to Bug 7084.
--
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=21191
Summary: winevdm.exe crashes when running installation of Hälge
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johan.palmqvist(a)home.se
Created an attachment (id=25439)
--> (http://bugs.winehq.org/attachment.cgi?id=25439)
Wine 1.1.35 Trace +relay,+seh,+tid
The installation program (setup.exe) for the game Hälge fails with the output:
"The program winevdm.exe has encountered a serious problem and needs to close.
We are sorry for the inconvenience.".
--
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=20862
Summary: Write buffer overrun in VARIANT_UserUnmarshal?
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://kegel.com/wine/valgrind/logs/2009-11-27-12.53/vg-oleaut32_usrmarshal…
says
Invalid write of size 4
at CoUnmarshalInterface (marshal.c:1841)
by interface_variant_unmarshal (usrmarshal.c:396)
by VARIANT_UserUnmarshal (usrmarshal.c:612)
by test_marshal_VARIANT (usrmarshal.c:1368)
Address 0x7f07dd80 is 0 bytes after a block of size 0 alloc'd
at notify_alloc (heap.c:247)
by RtlAllocateHeap (heap.c:1697)
by IMalloc_fnAlloc (ifs.c:186)
by CoTaskMemAlloc (ifs.c:562)
by VARIANT_UserUnmarshal (usrmarshal.c:559)
by test_marshal_VARIANT (usrmarshal.c:1368)
Looks like some disagreement about the size needed for
the type being unmarshalled?
--
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=9864
Summary: RipIt4Me: regression; not longer able to load IFOs
Product: WineHQ Apps Database
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aharlap(a)gmail.com
RipIt4Me version 1.7.1.0 on Ubuntu 7.0.4-x86_64 with wine-0.9.46 no longer
works since update from wine-0.9.45:
While running in Wizard Mode, reads DVD fine at first, then upon clicking
'Next', gets to Step 2 ("Create PSL"). Clicking on this yields the following
error:
"Failed to load the IFOs!!! Please report this error on the forum! In the
meantime, you can use the Wizard mode, skip Step2 and Step3 (the PSL and
ripping steps) and try the cleanup once more. Refer to FAQ 11 for more
details!"
After clicking 'OK' on the error message, another subsequently appears:
"There does not seem to be a DVD in your selected drive"
Worked flawlessly under previous wine version.
URL to RipIt4Me program:
http://www.videohelp.com/tools/RipIt4Me
See also appDB entry for RipIt4Me 1.7.x:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=9226
--
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=9810
Summary: wined3d calls GDI and USER functions inside
ENTER_GL/LEAVE_GL
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: julliard(a)winehq.org
No GDI or USER function should be called from inside an ENTER_GL/LEAVE_GL
block.
The main offender seems to be the context management; it looks like it abuses
ENTER_GL to also lock its own data structures, so it's probably not just a
matter of removing the ENTER_GL blocks.
--
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=12929
Summary: Games crash/wined3d doesn't work with ATI's fglrx driver
Product: Wine
Version: 0.9.61.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mattemod(a)gmail.com
Like I explained in this thread
http://forum.winehq.org/viewtopic.php?t=510
games (and i think other 3D apps too) don't run with "fglrx" driver.
I tried the "radeonhd" driver and games start perfectly, but (obviously they're
unusable because the radeonhd driver doesn't have direct rendering implemented
yet).
I also tried my same Wine installation on a notebook with an nvidia 7000M and
it worked! To do so i installed the same Wine version (0.9.60) on the same
distro (Gentoo AMD64) and copied my ~/.wine (with games already installed) on
the notebook.
Today i tried Wine 0.9.61 but results are the same...
I noticed that it happens only with DirectX games, not OpenGL. For example i
tried Morrowind, Oblivion, Guild Wars and Nexuiz, but the only one who worked
was Nexuiz (even if too slowly).
Here is my configuration:
- Gentoo AMD64
- kernel 2.6.24-gentoo-r5
- ATI Radeon HD 3870 (512MB)
- fglrx 8.473 (Catalyst 8.4)
I'm going to attach some wine/winedbg output.
If you need any other info and test reports or if you want me to try patches or
anything else, just 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=13352
Summary: Office 2003 knot install in custom option install Entire
feature and ohter
Product: Wine
Version: 1.0-rc1
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: obelich(a)gmail.com
hiyas we have install the office in my ubuntu hardy heron to test and send to
you the problems im found ok the firs problem is i knot install full office
2003 in the pc, and the other is in custum install dont have the option to
install entire feature, and we try to open a ms office document with samba and
then dont have the option to open with ms office :( we test this is basics
problems we like to migrate the machines in my work buth the people here need
the office and we have a ubuntu file server with samba :) well i try to test in
others files i send the bugs and problems im 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=5688
Jeff Zaroyko <jeffz(a)jeffz.name> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #12 from Jeff Zaroyko <jeffz(a)jeffz.name> 2010-01-09 04:54:20 ---
Closing bugs fixed in 1.1.36.
--
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=6963
Jeff Zaroyko <jeffz(a)jeffz.name> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #18 from Jeff Zaroyko <jeffz(a)jeffz.name> 2010-01-09 04:54:14 ---
Closing bugs fixed in 1.1.36.
--
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=7708
Jeff Zaroyko <jeffz(a)jeffz.name> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #11 from Jeff Zaroyko <jeffz(a)jeffz.name> 2010-01-09 04:54:08 ---
Closing bugs fixed in 1.1.36.
--
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=16016
Summary: Command and Conquer 3: crashes at startup
Product: Wine
Version: 1.1.8
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexanderjbuck(a)gmail.com
Created an attachment (id=17228)
--> (http://bugs.winehq.org/attachment.cgi?id=17228)
wine stderr and stdout
When starting Commmand and Conquer 3 from the command line, the application
crashes after splash screen is displayed.
Log attached.
Wine: 1.18
Nvidia: (II) NVIDIA dlloader X Driver 169.12 Thu Feb 14 17:55:38 PST 2008
Ubuntu: 8.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=20654
Summary: Memory leak in RtlGetFullPathName_U (found by chromium
unit_tests)
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, patch, source
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
chromium leaks in unit_tests.exe's FileUtilTest.GetTempDirTest
(and others):
520 bytes in 1 blocks are definitely lost in loss record 933 of 1,151
at notify_alloc (heap.c:214)
by RtlAllocateHeap (heap.c:1421)
by get_full_path_helper (path.c:643)
by RtlGetFullPathName_U (path.c:798)
by GetFullPathNameW (path.c:242)
by GetTempPathW (path.c:598)
by file_util::GetTempDir (file_util_win.cc:427)
by `anonymous namespace'::FileUtilTest_GetTempDirTest_Test::TestBody
(file_util_unittest.cc:1047)
A patch was sent on 9 Nov, http://source.winehq.org/patches/data/55056 ,
but was rejected (it *was* kind of ugly).
This also affects a number of other Win32 api functions, not just GetTempPath.
--
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=15120
Summary: EVE Online: Only shows a black screen
Product: Wine
Version: 1.1.3
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chaosxc(a)gmail.com
I recently upgraded to 1.1.3 with the hope that maybe EVE would work a little
bit better. I was able to get premium graphics content but it would not render
ship and station models. When I disabled the premium content and EVE restarted,
all I got was a black screen. Downgrading to 1.1.1 did not fix it, nor did
reinstalling EVE.
--
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=14765
Summary: Vampire: The Masquerade - Bloodlines (from Steam) does
not start
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: Simetrical+wine(a)gmail.com
Created an attachment (id=15277)
--> (http://bugs.winehq.org/attachment.cgi?id=15277)
Log from starting program
Tried on git at wine-1.1.2-253-g9b57217. It loads Steam, says it's starting
the game, and then hangs at zero CPU usage after "fixme:shdocvw:OleObject_Close
(0x1a9750)->(1)". Then I hit Ctrl-C twice to get a stack dump. Log is
attached. Something similar happens if I try to run Steam and then the game.
I also tried on 0.9.58, since someone said in the AppDB that it worked
perfectly for them on that version. It failed there too. This is on Ubuntu
Hardy.
--
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=13983
Jeff Zaroyko <jeffz(a)jeffz.name> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #6 from Jeff Zaroyko <jeffz(a)jeffz.name> 2010-01-09 04:53:41 ---
Closing bugs fixed in 1.1.36.
--
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=11788
Summary: Icewind Dale crashes when starting
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ns03ja(a)brocku.ca
CC: julliard(a)winehq.org
Created an attachment (id=11050)
--> (http://bugs.winehq.org/attachment.cgi?id=11050)
Crash log
As of quite recently, Icewind Dale now crashes when attempting to run it. A
regression test reveals:
1642fbcbc2b4133cf0ce29c3539082cc1027180b is first bad commit
commit 1642fbcbc2b4133cf0ce29c3539082cc1027180b
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Feb 25 15:59:19 2008 +0100
user32: Moved the DCE support from winex11 back to user32.
Window and class DCEs are now allocated lazily.
:040000 040000 065d0761485210c3b8cd9c971ec24e993c8cce09
b5689374b7880b78c75cd32732ac5010b99fe52a M dlls
:040000 040000 aff755513bfcd611b96ae7dade200dcdd42c764f
9e19e743cdcda8d42eaa78b4ded736459cc763cc M include
Before the above commit, Icewind Dale ran flawlessly.
Unfortunately, I don't know of any Icewind Dale demo.
See the attached log.
--
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=7669
Jeff Zaroyko <jeffz(a)jeffz.name> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #7 from Jeff Zaroyko <jeffz(a)jeffz.name> 2010-01-09 04:53:20 ---
Closing bugs fixed in 1.1.36.
--
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=5278
Jeff Zaroyko <jeffz(a)jeffz.name> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #30 from Jeff Zaroyko <jeffz(a)jeffz.name> 2010-01-09 04:53:14 ---
Closing bugs fixed in 1.1.36.
--
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=7853
Jeff Zaroyko <jeffz(a)jeffz.name> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #13 from Jeff Zaroyko <jeffz(a)jeffz.name> 2010-01-09 04:53:08 ---
Closing bugs fixed in 1.1.36.
--
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=13986
Summary: Hitman: Codename 47 b192 crashes when starting a level
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bobgoat37(a)yahoo.com
Created an attachment (id=14172)
--> (http://bugs.winehq.org/attachment.cgi?id=14172)
Hitman errors
This seems to happen regardless of settings and first started, I think, when
1.0-rc3 was released. Basically whether in opengl or direct3d the game loads up
and plays the opening scenes and shows the menu just fine but crashes when you
try to start the actual game.
With a fresh install and everything in the game on the default setting,
creating a new profile and starting it results in a crash after the progress
bar is done loading.
Gentoo with kernel 2.6.25 and nvidia drivers 173.14.09
I've got a newer Hitman CD so even though I haven't installed any patches it
comes with the latest updates.
--
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=14918
Summary: Cspy: Comboboxex flicker
Product: Wine
Version: 1.1.2
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: comdlg32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: podmokle(a)googlemail.com
The Microsoft ControlSpy sample test ComboboxEx results in a flicker and it
performs slow. After making a selection from the comboboxex the whole window
gets repainted.
A selection results in the following fixme:
fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
--
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=17114
Summary: Cannot save Excel 2003 Spreadsheet
Product: Wine
Version: 1.1.13
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: keepitsimpleengineer(a)gmail.com
When attempting to save a spreadsheet as ****.xls, the save is aborted and the
message box appear with the message "Disk Full"
~$ uname -a
Linux KISE-005 2.6.27-9-generic #1 SMP Thu Nov 20 22:15:32 UTC 2008 x86_64
GNU/Linux
Launch from menu: wine "/home/***/.wine/drive_c/Program Files/Microsoft
Office/OFFICE11/EXCEL.EXE"
UBUNTU 8.10
GNOME 2.24.1 (Ubuntu 2008-10-24)
Kernel 2.6.27-9-generic (#1 SMP Thu Nov 20 22:15:32 UTC 2008)
NVIDIA UNIX x86_64 Kernel Module 177.82 Tue Nov 4 16:50:05 PST 2008
--
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=16774
Summary: Voyage Century crashes on startup in mshtml
Product: Wine
Version: 1.1.12
Platform: PC
URL: http://vc.igg.com/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P5
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Blocks: 13743
May be a regression because of the new gecko, but not sure. Anywho:
wine: Unhandled page fault on read access to 0x0000006c at address 0x7da6121c
(thread 0009), starting debugger...
Backtrace:
=>0 0x7da6121c add_script_runner+0x19(This=0x1eb1230)
[/home/austin/wine-git/dlls/mshtml/mutation.c:202] in mshtml (0x0032deec)
1 0x7da62078 nsDocumentObserver_DoneAddingChildren+0xdd(iface=0x1eb1250,
aContent=0x20ffde8, aHaveNotified=1)
[/home/austin/wine-git/dlls/mshtml/mutation.c:541] in mshtml (0x0032df3c)
+mshtml 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=16283
Summary: While "Graphmatica" did run with many Versions of WINE
since years, now it crasches with 'page fault'
Product: Wine
Version: 1.1.9
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mike_gans(a)yahoo.de
Created an attachment (id=17565)
--> (http://bugs.winehq.org/attachment.cgi?id=17565)
error-report
"Graphmatica 2.0" crashes with 'Unhandled page fault on read access to
0xffff0027 at address 0x7e9cf7bb ...' while "Graphmatica 1.6 win 32" runs fine.
"Graphmatica 2.0" did run fine under Ubuntu 8.04 with the
standard-Ubuntu-Wine-Package, but doesn't under Ubuntu 8.10 - wine-package,
doesn't run under 1.1.9, 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=21229
Summary: msiexec don't work with /package argument
Product: Wine
Version: unspecified
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: namjos(a)gmail.com
Hi,
Msiexec do not accept /package argument, do not install the package, and is
showing the usage.
Ex:
msiexec /package file.msi
will not install the MSI file, and will show usage instead.
It could be processed as a sort of /i alias
--
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=21134
Summary: Regression : Delphi 5 quickreport preview
Product: Wine
Version: 1.1.34
Platform: x86
URL: http://home.scarlet.be/linux/compteco/test-qr.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vincent.hardy.be(a)gmail.com
This test program doesn't work since wine-1.1.34
Regression test seems to say :
--
2203264bfa40ea3ad532090fdd40b0196fb2e303 is first bad commit
commit 2203264bfa40ea3ad532090fdd40b0196fb2e303
Author: Vincent Povirk <vincent(a)codeweavers.com>
Date: Thu Nov 12 12:34:05 2009 -0600
ole32: Rename propertyType to stgType.
:040000 040000 8bfddc8509e55cf9a7669a31548bc5d654ec271c
712274e4f577aca8bd40c2b2e14f715ff6262cec M dlls
--
Caution : during regression test make clean is ended with an error and
nonetheless I went with make depend and make
--
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=21089
Summary: MIDAS application (SamoTourAgent) fails to connect to
server - regression
Product: Wine
Version: 1.1.34
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: savelov(a)gmail.com
CC: jacek(a)codeweavers.com
Regression after this commit -
c952e81a898006a4c0789f523859827d2620c146 is first bad commit
commit c952e81a898006a4c0789f523859827d2620c146
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Thu Dec 3 14:48:54 2009 +0100
wininet: Directly return error from HTTP_HttpSendRequest.
:040000 040000 e6a6dc02f9dfebbb2c7f1cd6fbe74003730e05a0
f7d18a8ffeef3eb22fa93caefa96af6cfb8da07a M dlls
Now application fails to connect to host server.
It is using Borland MIDAS 3.0 library
--
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=20863
Summary: Write buffer overrun and heap corruption in
Widget_DoSomething in oleaut32/tests/tmarshal.c
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The third valgrind error in
http://kegel.com/wine/valgrind/logs/2009-11-27-12.53/vg-oleaut32_tmarshal.t…
is
Invalid write of size 4
at Widget_DoSomething (tmarshal.c:371)
by ??? (typelib.c:5632)
by _invoke (typelib.c:5688)
by DispCallFunc (typelib.c:5948)
by test_DispCallFunc (tmarshal.c:1399)
Address 0x7f85edac is 4 bytes inside a block of size 6 alloc'd
at notify_alloc (heap.c:247)
by RtlAllocateHeap (heap.c:1697)
by SysAllocStringLen (oleaut.c:233)
by SysAllocString (oleaut.c:157)
by test_DispCallFunc (tmarshal.c:1391)
and is followed by the heap overrun warning
err:heap:HEAP_ValidateTail Heap 0x7f000000: invalid arena 0x7f85eda0, buffer
0x7f85eda8, corrupt at 0x7f85edae (0 bytes past end of 6 byte buffer)
--
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=15753
Summary: Outcall doesn't run in Wine
Product: Wine
Version: 1.1.7
Platform: PC
URL: http://code.google.com/p/outcall/
OS/Version: Linux
Status: NEW
Keywords: download, patch, source
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
>From http://forum.winehq.org/viewtopic.php?t=2447&highlight=outcall
Seems to crash on start. Louis's made a patch that allows it to run:
diff --git a/dlls/mapi32/mapi32_main.c b/dlls/mapi32/mapi32_main.c
index 936d435..d7033e6 100644
--- a/dlls/mapi32/mapi32_main.c
+++ b/dlls/mapi32/mapi32_main.c
@@ -109,6 +109,7 @@ HRESULT WINAPI MAPILogonEx(ULONG_PTR uiparam, LPWSTR
profile,
{
FIXME("(0x%08lx %s %p 0x%08x %p) Stub\n", uiparam,
debugstr_w(profile), password, flags, session);
+ *session = 0;
return SUCCESS_SUCCESS;
}
And sent it in:
http://www.winehq.org/pipermail/wine-patches/2008-October/062624.html
But wasn't accepted.
--
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=14702
Summary: can't click buttons with mouse in Army Builder 3.1c
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cryogenfx(a)gmail.com
When http://bugs.winehq.org/attachment.cgi?id=9555 is applied, Army Builder
3.1c can finally be run, however, the buttons in the program, dialog buttons
only recieve focus when you click them with the mouse. You have to press Enter
to get the button activated.
--
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=20858
Summary: Left 4 Dead 2 will not start
Product: Wine
Version: 1.1.33
Platform: PC-x86-64
URL: http://www.steampowered.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: l_bratch(a)yahoo.co.uk
Created an attachment (id=24996)
--> (http://bugs.winehq.org/attachment.cgi?id=24996)
Terminal output in latest Git.
Left 4 Dead 2 does not start, even when installed correctly. This is different
to bug 20736, which is only concerned with the installation.
Various hacks from bug 20736 are required install it to the point where it will
try to launch (alternatively a Windows or Crossover Games copy can be used).
This works fine in Crossover Games.
--
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=20479
Summary: Using HW-acceleration for NHL 99 corrupts the screen
and crashes the game
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atiitto(a)luukku.com
Using hardware acceleration for NHL 99 corrupts the screen and crashes the game
at startup.
Tried to:
- Tweak registry items manually.
- Tested running with a Virtual Desktop.
--
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=20643
Summary: World of Warcraft patcher tries to change folder
permissions
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marshall.davis(a)engineer.com
WoW downloaded a new hotfix via its launcher (Launcher.exe). Download went
fine, but when it tried to apply the patch, it vanished. The World of Warcraft
directory permissions had changed and set owner to not read/write/execute in
that folder.
I reset the permissions and then tried several times, with the same results.
I eventually chown'ed the directory as root's, and then set permissions to
world-writable so the patcher could run as non-root, but would not rewrite
permissions.
The patcher was started as non-root, and I got this error:
"Launcher requires write permission to the Z:\home\xxxxxx\World of Warcraft\
directory to successfully patch the game. Please enable write access to the
directory using an administrator account."
Launching the game using Wow.exe still works. Launcher.exe continues trying to
patch, and therefore complains about permissions.
--
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=17286
Summary: After wine version 1.1.5 (1.1.6 and higher) When talking
to an NPC, the game crashes.
Product: Wine
Version: 1.1.6
Platform: All
URL: http://gamedaily.newaol.com/pub/Shaiya_Xfire_Bundle.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mcpowers(a)comcast.net
Created an attachment (id=19292)
--> (http://bugs.winehq.org/attachment.cgi?id=19292)
Terminal output when talking to NPC
When I talk to any NPC in the game, in the working version usually a window
pops up, but ever since version 1.1.5, the game crashes when talking to an NPC.
The Terminal output as soon as i click the NPC is in the attachment.
--
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=18093
Summary: Race Driver GRID: Game renders badly with resolution
higher than 800x600
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=20523)
--> (http://bugs.winehq.org/attachment.cgi?id=20523)
Image showing the problem
I'm using wine-git (1.1.19) downloaded in 18.04.2009 (compiled using gcc
version 4.3.2 20081105 (Red Hat 4.3.2-7) ) on Fedora 10 i386.
The problem is when i set resolution to e.g 1024x768 The game want's to restart
and after that the screen is black but i can hear music in main menu and
sometimes something blurry shows. I blindly start the race and made image in
race which shows the problem. The game is blurry but the replay controls are
sharp.
graphic card: GF 9600M GT
drivers: 185.19 (default configuration)
OffscreenRenderingMode: backbuffer (doesn't work with fbo)
Multisampling: enabled (not set in game)
VideoMemorySize: 512
Overrides: d3dx9_36.dll (3.6 MiB), xinput1_3.dll (67.3 KB), openal32.dll (43.0
KB)
--
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=18145
Summary: FillRect: Undocumented feature
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marintsev(a)gmail.com
Created an attachment (id=20608)
--> (http://bugs.winehq.org/attachment.cgi?id=20608)
Test that show chess board under WinXP and gray field under wine.
I found that FillRect function have undocumented feature. It can receive 0 in
`hbrush' argument. In that case it use brush selected before by SelectObject.
I'm attached test program that can prove such behaviour.
This feature is used in some proprietary programs.
--
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=17617
Summary: mz-WinTranslator: application crash
Product: Wine
Version: 1.1.16
Platform: PC-x86-64
URL: http://www.mz-translator.de
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: newsletter(a)Schiermeier-Software.de
Created an attachment (id=19798)
--> (http://bugs.winehq.org/attachment.cgi?id=19798)
Menue item "Wörterbuch" / "Wörterbuch bearbeiten' will crash
Choose 'Wörterbücher' / 'Wörterbücher bearbeiten' (Dictionary / edit
dictionary) will crash the complete application.
Possible error with 'msvbvm50.dll' or so.
--
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=16441
Summary: EVE-Online does not display lighting textures properly
Product: Wine
Version: 1.0.1
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: n.andrew.walsh(a)gmail.com
Created an attachment (id=17784)
--> (http://bugs.winehq.org/attachment.cgi?id=17784)
Note the really ugly 7-bit colors, blocky polygons, etc. I throw up just
thinking about it.
Due to problems getting EVE-Online to run on my laptop (EVE won't even start on
my ATi system. I don't have the bug number, but you can get it searching for me
here. the upshot is that I mainly run EVE on my nVidia-equipped laptop), I've
downgraded to 1.0.1. The game runs, but is incredibly ugly, and downright
unplayable. The mouse and audio are jerky, but - far worse - anything that
requires the lighting layer (shafts of light, Stars, Gates, ... well, pretty
much everything) is rendered as big ugly polygons with what looks like 7-bit
color. I've attached a screenshot of what should be the outside of a station.
Also one of the inside. It's awful.
The corollary to this, interestingly, is the problem I have on the desktop (in
which *all* I can see are the lighting objects: no ships, stations, gates, etc.
Just the shaft of light, glow from stars, etc.). It would be really lovely if I
could get them both working on the same system.
Anyway, screencaps follow. Prepare yourself for the horror!
--
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=19846
Summary: WinCVS update/commit fails with error [80090301]
Product: Wine
Version: 1.1.28
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vipuls(a)gmail.com
WinCVS running on Wine (Ubuntu 9.04 Jaunty) with CVSNT and SSPI Auth fails on
updates and commits with [80090301].
This combination worked fine until 1.1.27 -- the upgrade to 1.1.28 broke 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=20840
Summary: Read buffer overflow in RtlValidAcl?
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
CC: robertshearman(a)gmail.com
Valgrind complains in
http://kegel.com/wine/valgrind/logs/2009-11-26-06.08/vg-advapi32_security.t…
that 'make test' has an error in advapi32/tests/security.c:
Invalid read of size 2
at RtlValidAcl (sec.c:1331)
by IsValidAcl (security.c:1630)
by test_GetSecurityInfo (security.c:3160)
Address 0x7f03791e is 2 bytes after a block of size 116 alloc'd
at notify_alloc (heap.c:247)
by RtlAllocateHeap (heap.c:1695)
by HeapAlloc (heap.c:276)
by GlobalAlloc (heap.c:369)
by LocalAlloc (heap.c:969)
by GetSecurityInfo (security.c:3087)
by test_GetSecurityInfo (security.c:3146)
The loop around line 1331 of advapi32/sec.c,
for (i=0;i<=pAcl->AceCount;i++)
looks like it goes one further than most AceCount loops,
could that be 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=19218
Summary: lastchaos crashes after changing the resolution in
1.1.25
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cyberyoyo21(a)hotmail.com
CC: hverbeet(a)gmail.com
Created an attachment (id=22217)
--> (http://bugs.winehq.org/attachment.cgi?id=22217)
the backtrace
Since 1.1.25, the game LastChaos crashes when I would change the resolution.
It is problematic because the game doesn't memorize the resolution and I have
to change it all starts of LastChaos.
I have joined the backtrace in attachment
I have also run a regression test :
commit 40565211fb70bff4b1622570a6b11edd646c00bd
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Mon Jun 29 10:11:23 2009 +0200
wined3d: Prevent GL calls from DestroyContext() if we failed to make the GL
context current.
This can happen if the window is destroyed before the device is released.
To check if it's really this patch which causes the problem I have compiled
wine without the patch and the game works without 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=18769
Summary: Meta Editor (metatrader) won't compile in 1.1.22
Product: Wine
Version: 1.1.22
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aaron(a)ibasics.biz
Metatrader, a forex trading program, has an editor (called meta editor) for
compiling files that is launched from inside the app. That program can no
longer compile files, the compile process simply freezes and gives no error.
Meta editor must then be forced closed. This happens in 1.1.22, after
downgrading back to 1.0.1 the problem goes 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=19990
Summary: The program installer.exe has encountered a serious
problem and needs to close. We are sorry for the
inconvenience.
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: britneybarker(a)gmail.com
I am attempting to install World of Warcraft WotLK on wine. At around 8%-10%
it gives the above error. I am also using wine on Ubuntu, not sure if that
makes a difference or not.
--
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=18333
Summary: Chessbase 10 - no board & pieces drawn - gdiplus bugs
Product: Wine
Version: 1.1.20
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jskartman(a)gmail.com
On chessbase 10 the pieces and the board are not drawn, in order to drawn u
have to desactivate antialiasing (tools - optioons - design - board design -
uncheck antialiasing option) but then the pieces look ugly.
An easy sway to reproduce is to download the free playchess software (
http://www.fritzserver.org/PlayChessSetup.exe , 34 Megs ) wich uses the same
graphics as chessbase 10 and have the same errors, open the application ,
connect as a guest and open some game. The application throws some gdiplus
fixmes, and the board isn't drawn:
fixme:gdiplus:GdipCreateBitmapFromHBITMAP can only get image data from DIB
sections
fixme:gdiplus:GdipSetImageAttributesRemapTable not implemented
fixme:gdiplus:GdipCreateBitmapFromHBITMAP can only get image data from DIB
sections
fixme:gdiplus:GdipCreateBitmapFromHBITMAP can only get image data from DIB
sections
fixme:gdiplus:GdipCreateBitmapFromHBITMAP can only get image data from DIB
sections .....
Regards
Antonio
--
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=18936
Summary: When a new message is received and the chat window is
closed, the app crash after open it.
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kr105.rules(a)gmail.com
Created an attachment (id=21783)
--> (http://bugs.winehq.org/attachment.cgi?id=21783)
Console output when the app crash.
When WLM 8.5 is installed and running, all appear to be OK, but if someone send
you a new message, the new window appear but before that the message can be
read, the app crash.. So the app can't be used normally.
This doesn't happen when the chat window is already opened.
[Running in Windows200 mode]
--
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=17756
Summary: python 3.0.1's ctypes test fails
Product: Wine
Version: 1.1.17
Platform: Other
URL: http://www.python.org/ftp/python/3.0.1/python-3.0.1.msi
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
To reproduce, install python and run:
$ wine 'c:\python30\python.exe' -m test.test_ctypes
The test fails because CloseEventLog(NULL) returns a non-zero value.
--
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=11415
Summary: Word 2000 VBA editor and macros errors
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: raydar(a)inetnebr.com
Created an attachment (id=10545)
--> (http://bugs.winehq.org/attachment.cgi?id=10545)
alert resulting from Tools-->Macro-->Macros-->VBA Editor
In Word 2000,
Tools-->Macro-->Visual Basic Editor causes a "Could not open macro storage"
alert to appear. Clicking OK on that alert causes the same alert to appear
again. Clicking OK a second time gets the alert to stay gone and the VBA editor
to open, but with no programming pane. Closing the VBA editor and then
reopening it, without shutting down Word in between, reopens the VBA editor
without any alert appearing.
Tools-->Macro-->Macros gives the expected macro box, but clicking "Create"
results in a "The project item name is not valid" alert. Clicking the
"Organizer" button does bring up the Organizer Box, but with no macros listed.
--
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=20050
Summary: Program installing correctly, but not running
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://www.aspel.com.mx/mx/sae.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pslam2_8(a)yahoo.com
Created an attachment (id=23597)
--> (http://bugs.winehq.org/attachment.cgi?id=23597)
Log for the problems at run time
Hi, thi is an accounting program in spanish basically for Mexican Taxes. After
installing some winetricks I got it to install correctly, but when I try to run
it I get what I'm posting as a attachment. The URL I posted is actually the
link for downloading the exe file for installation. I checked and the files are
where they should be, at least for the windows version, which is the default
folder c:\program files\aspel\aspel - sae 4.0 and also I assign to them all
access permissions so that anyone could get to them, but still nothing. Thanks
in advanced.
--
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=20144
Summary: Hyperlinks in Powerpont 2007
Product: Wine
Version: 1.1.29
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leduar.rj(a)gmail.com
Hi!
I installed MS Powerpoint 2007 in Ubuntu Hard Heron with Wine 1.1.29 and the
hyperlinks don't run.
When I click on the hyperlinks, the screen blink and nothing happens.
Thanks in advance,
Leduar
--
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=21086
Summary: Bug in SearchPath when filename supplied but null
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: us(a)edmeades.me.uk
Debugging a private application shows that SearchPath on wine returns success
incorrectly when passed a filename which is a valid pointer but points to a
null character.
I have a standalone testcase for this which is trivial to put into the main
wine testsuite, and I have also confirmed that a simple check for [0]==0x00 in
SearchPathW in kernel32/path.c and setting last error of 87 (invalid parameter)
and returning 0 fixes the problem in my application.
JECC
--
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=21064
Summary: Regression in wine-1.1.34, suprem commander does not
work anymore
Product: Wine
Version: 1.1.34
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jocelyn.falempe(a)free.fr
Created an attachment (id=25262)
--> (http://bugs.winehq.org/attachment.cgi?id=25262)
wine logs when the game crashes
same game works with wine 1.1.33 and earlier, and crashes with wine 1.1.34
tested on gentoo64, with 32bits libs.
emerge -av =wine-1.1.33 solves the issue
the exact game si forged alliance with sorian AI 2.0, I didn't test orginal
game.
The game crashes when selecting either skirmish or multiplayer.
--
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=21122
Summary: Closing 16 bit application crashes
Product: Wine
Version: 1.1.35
Platform: x86
URL: http://www.arcelectronicsinc.com/testinfo/kpnl1tester.
zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pgr(a)arcelectronicsinc.com
Created an attachment (id=25375)
--> (http://bugs.winehq.org/attachment.cgi?id=25375)
Crash log closing tester.exe
Using test application which two exe's and a common dll When closed when
messages are begin passed wine crashes and stops both programs.
--
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=20856
Summary: There's no avatar when using fbo in Civilization IV
Demo
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: jaimerave(a)gmail.com
Created an attachment (id=24988)
--> (http://bugs.winehq.org/attachment.cgi?id=24988)
Screenshot with orm=backbuffer
When you're selecting which civilization you want to use, there should be an
animated avatar that represent the civilization, but when using orm = fbo it
does not appear but if you set orm = backbuffer the avatar appear.
This is Ubuntu 9.10, Intel GM45 and the latest version of xorg-edgers drivers.
--
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=2332
Jeff Zaroyko <jeffz(a)jeffz.name> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #26 from Jeff Zaroyko <jeffz(a)jeffz.name> 2010-01-09 04:40:25 ---
Closing bugs fixed in 1.1.36.
--
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=8867
Jeff Zaroyko <jeffz(a)jeffz.name> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #19 from Jeff Zaroyko <jeffz(a)jeffz.name> 2010-01-09 04:20:00 ---
Two people reported as fixed, marking as such.
--
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=8867
Xavier Vachon <xvachon(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |xvachon(a)gmail.com
--- Comment #18 from Xavier Vachon <xvachon(a)gmail.com> 2010-01-09 00:41:40 ---
(In reply to comment #17)
> Can I get someone to confirm this so that it can hopefully be marked as
> complete?
With current git (1.1.36), I have the same results as you. I think that this is
fixed.
--
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=7260
Jaime Rave <jaimerave(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jaimerave(a)gmail.com
--- Comment #13 from Jaime Rave <jaimerave(a)gmail.com> 2010-01-09 00:28:05 ---
Still a problem in Wine 1.1.36.
--
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=5903
Jeff Zaroyko <jeffz(a)jeffz.name> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |win16
Version|unspecified |0.9.18.
Summary|Caesar 2 crashes during |Caesar 2: system test
|install |crashes during install
--- Comment #12 from Jeff Zaroyko <jeffz(a)jeffz.name> 2010-01-08 21:16:39 ---
can you attach a 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=20829
Summary: Borderlands : Patcher fails
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: xvachon(a)gmail.com
When I attempt to patch Borderlands to version 1.01, the patcher fails with the
following output. I use current git (1.1.33).
xavier@xavier-pc ~/jeux-addons/b-patch $ wine Setup.exe
fixme:advapi:SetEntriesInAclA 1 0x33f73c (nil) 0x33f774
fixme:advapi:SetSecurityInfo stub
fixme:advapi:LookupAccountNameW (null) L"xavier" (nil) 0x33f580 (nil) 0x33f584
0x33f578 - stub
fixme:advapi:LookupAccountNameW (null) L"xavier" 0x1493b8 0x33f580 0x149440
0x33f584 0x33f578 - stub
fixme:advapi:SetEntriesInAclA 1 0x33f728 (nil) 0x33f770
fixme:advapi:SetSecurityInfo stub
fixme:advapi:SetEntriesInAclA 1 0x33f748 (nil) 0x33f790
fixme:advapi:SetSecurityInfo stub
fixme:system:SetProcessDPIAware stub!
fixme:dwmapi:DwmIsCompositionEnabled 0x33f098
fixme:iphlpapi:NotifyAddrChange (Handle 0xe5e8d8, overlapped 0xe5e8e0): stub
fixme:iphlpapi:GetAdaptersAddresses no support for IPv6 addresses
err:msi:ITERATE_Actions Execution halted, action L"ExitNotInstalled" returned
1603
A backtrace test could only provide this :
Wine-dbg>cont
fixme:advapi:LookupAccountNameW (null) L"xavier" (nil) 0x33f580 (nil) 0x33f584
0x33f578 - stub
fixme:advapi:LookupAccountNameW (null) L"xavier" 0x1493b8 0x33f580 0x149440
0x33f584 0x33f578 - stub
err:msi:ITERATE_Actions Execution halted, action L"ExitNotInstalled" returned
1603
Process of pid=0030 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=18512
Summary: Plants vs. Zombies misbehaves when fullscreen
Product: Wine
Version: 1.1.21
Platform: Other
URL: http://www.popcap.com/games/pvz
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://www.mydellmini.com/forum/dell-mini-9-discussion/8077-fun-things-do-y…
mentioned that this game "didn't work as well in linux", so I tried it.
The game installs fine, and starts fine if launched from the installer,
but thereafter it seems to misbehave when it puts up the
launcher fullscreen.
http://ubuntuforums.org/showthread.php?p=7288092
mentions that telling the game to not do fullscreen helps.
I couldn't figure out how to do that at the time (it
was quite unhappy), but running it in a wine virtual desktop
definitely worked for 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=3028
Nikolay Sivov <bunglehead(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1018|application/octet-stream |text/plain
mime type| |
--
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=3844
Detlef Riekenberg <wine.dev(a)web.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
--- Comment #2 from Detlef Riekenberg <wine.dev(a)web.de> 2010-01-08 12:16:28 ---
The test result Page was updated month ago.
--
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=8365
--- Comment #18 from Xavier Vachon <xvachon(a)gmail.com> 2010-01-07 17:38:57 ---
I experience the same behaviours that I reported earlier as of current git
(1.1.35). Focus works fine in windowed mode, in full screen alt+tab makes the
game crash without terminal output.
--
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=1886
Zhenya <Zenitur(a)yandex.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Zenitur(a)yandex.ru
--- Comment #50 from Zhenya <Zenitur(a)yandex.ru> 2010-01-07 17:10:58 ---
This error appears in Wine 1.1.35 too. I don't know name of native library, but
with this setup finish correctly.
--
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=7853
Detlef Riekenberg <wine.dev(a)web.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #12 from Detlef Riekenberg <wine.dev(a)web.de> 2010-01-07 16:38:39 ---
Pattch was accepted:
http://source.winehq.org/git/wine.git/?a=commitdiff;h=220af426b3f55fa2297fd…
The directory is now <windir>\SYSTEM
When the unchanged case for the Windows Directory is still a problem, please
reopen this bug.
--
By by ... Detlef
--
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=1886
Albert Lee <trisk(a)forkgnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |trisk(a)forkgnu.org
--- Comment #49 from Albert Lee <trisk(a)forkgnu.org> 2010-01-07 15:10:53 ---
(In reply to comment #47)
> I included the required libxml2-devel i386 rpm on my system and then rebuilt my
> wine release from existing 1.1.30 source code I already had. Now the install of
> WMP9 using winetricks works and my game install is proceeding along further.
>
> So it appears that having support for xml2 in your build of wine is critical
> the WMP9 install.
Yes, libxml2 is necessary for the msxml* implementations in Wine. Those dlls
are in turn necessary for many programs to run, so don't build Wine without
libxml2 support unless you know what you're doing.
--
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=1886
--- Comment #48 from Jaime Rave <jaimerave(a)gmail.com> 2010-01-07 14:32:23 ---
You should test with a more recent version of wine. The latest is Wine 1.1.35.
--
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=1886
--- Comment #47 from Steven DuChene <linuxjagnut(a)cox.net> 2010-01-07 14:18:33 ---
(In reply to comment #46)
> (In reply to comment #45)
> > I am getting this same issue with wine-1.1.30
> >
> > I am using winetricks to attempt an install of WMP9 in order to facilitate an
> > install of a game. When I try the install of WMP9 I get a dialog window that
> > says:
> >
> > Setup is currently unable to detect available updates. Please try again later.
> >
> > This dialog window with the above text is appearing on top of a larger install
> > window for Windows Media Player 9.
> >
> > I tried installing IE6 as some of the comments here seemed to indicate this
> > might help but that made no difference.
>
> I do notice that there is some output in the terminal window I am runnign
> winetricks from that states:
>
> Executing wine /home/sad/.winetrickscache/wmp9/MPSetup.exe
> This program tried to use an XMLDocument object, but
> libxml2 support was not present at compile time.
>
> Is this critical or not?
I included the required libxml2-devel i386 rpm on my system and then rebuilt my
wine release from existing 1.1.30 source code I already had. Now the install of
WMP9 using winetricks works and my game install is proceeding along further.
So it appears that having support for xml2 in your build of wine is critical
the WMP9 install.
--
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=1886
--- Comment #46 from Steven DuChene <linuxjagnut(a)cox.net> 2010-01-07 13:26:14 ---
(In reply to comment #45)
> I am getting this same issue with wine-1.1.30
>
> I am using winetricks to attempt an install of WMP9 in order to facilitate an
> install of a game. When I try the install of WMP9 I get a dialog window that
> says:
>
> Setup is currently unable to detect available updates. Please try again later.
>
> This dialog window with the above text is appearing on top of a larger install
> window for Windows Media Player 9.
>
> I tried installing IE6 as some of the comments here seemed to indicate this
> might help but that made no difference.
I do notice that there is some output in the terminal window I am runnign
winetricks from that states:
Executing wine /home/sad/.winetrickscache/wmp9/MPSetup.exe
This program tried to use an XMLDocument object, but
libxml2 support was not present at compile time.
Is this critical or not?
--
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=1886
Steven DuChene <linuxjagnut(a)cox.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |linuxjagnut(a)cox.net
--- Comment #45 from Steven DuChene <linuxjagnut(a)cox.net> 2010-01-07 13:22:50 ---
I am getting this same issue with wine-1.1.30
I am using winetricks to attempt an install of WMP9 in order to facilitate an
install of a game. When I try the install of WMP9 I get a dialog window that
says:
Setup is currently unable to detect available updates. Please try again later.
This dialog window with the above text is appearing on top of a larger install
window for Windows Media Player 9.
I tried installing IE6 as some of the comments here seemed to indicate this
might help but that made no difference.
--
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=8232
--- Comment #28 from Vijay Kamuju <infyquest(a)gmail.com> 2010-01-07 12:51:38 ---
try with 1.1.36, when it gets released.
a stub has been 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=18977
Summary: Can't install Max Payne
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: manuel_jose_silva(a)hotmail.com
Created an attachment (id=21843)
--> (http://bugs.winehq.org/attachment.cgi?id=21843)
Max Payne instalation error
In wine 1.1.23, when i try to install Max Payne, appears an error (see the
attachment). I've tested this game on some previous versions (1.0.1 I think) a
long time ago, and the game runs very well. I've thought that the problem is a
damaged CD, but I've also tested with another CD and the problem persists. My
distro is Linux Mint 7, but I've also tested in ubuntu 9.04 and the problem
persists. Sorry for my bad English...
--
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=7902
--- Comment #17 from Xavier Vachon <xvachon(a)gmail.com> 2010-01-07 07:31:47 ---
(In reply to comment #16)
> This is your friendly reminder that there has been no bug activity for 6
> months. Is this still an issue in current (1.1.35 or newer) wine?
Still present in current git (1.1.35)
--
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=13944
Summary: Regression: wine freezes with Secure NetTerm in Ubuntu
8.04, not in 7.10
Product: Wine
Version: 1.0-rc4
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: taxi10000(a)planet.nl
Created an attachment (id=14094)
--> (http://bugs.winehq.org/attachment.cgi?id=14094)
Forum Ubuntu
Wine freezes during session for a few minutes. After a while the session
continues correctly where it left off. This repeats with different intervals.
In Gutsy this problem did not occur.
--
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=18712
Summary: cmd: "if defined ... " command crashes.
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sylvain.pasche(a)gmail.com
Created an attachment (id=21450)
--> (http://bugs.winehq.org/attachment.cgi?id=21450)
backtrace
Testcase:
wine cmd
> if defined PATH ( echo ok )
Then 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=9142
Jason Edmeades <us(a)edmeades.me.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |us(a)edmeades.me.uk
--- Comment #22 from Jason Edmeades <us(a)edmeades.me.uk> 2010-01-06 18:26:34 ---
Adding myself to the cmd bugs
--
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=5761
--- Comment #14 from Jason Edmeades <us(a)edmeades.me.uk> 2010-01-06 18:26:33 ---
Adding myself to the cmd bugs
--
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=14579
Summary: Regression: Heavy Weapon locks up screen
Product: Wine
Version: 1.1.1
Platform: PC
URL: http://www.popcap.com/games/heavyweapon
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Heavy Weapon deluxe works fine in 0.9.51, but locks up the screen in 1.0.0 and
1.1.1.
There are reports in the appdb that it works with 0.9.55 too, but it would take
a long time to find which version it stopped working in.
To make this even stranger, I've just tried it again under Wine 1.0.0 and it
now works! So something must have "completed" to get it working when it was
run in 0.9.55.
I don't have any bash readouts as it now works, and the readouts I did have
were lost when the screen went... strange.
--
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=18129
Summary: error in all versions before reinstall ubuntu
Product: Wine
Version: 1.1.19
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: francogpellegrini(a)hotmail.com
i have this error with ALL wine versions after reinstalation of ubuntu 8.10.
wine works fine before the CLEAN instalation of ubuntu 8.10
--
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=13360
Summary: Vim eats up 100% of cpu
Product: Wine
Version: CVS/GIT
Platform: PC
URL: ftp://ftp.vim.org/pub/vim/pc/gvim71.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
While testing bug #13350, I found that running gvim on my an old box at work
(Dual cpu p3, xubuntu feisty, wine from today's git), eats up 100% of the cpu
(52% to wineserver, 46% to gvim). Running wine notepad, however, works
perfectly fine (0-2% of cpu).
Not sure what trace would help here...
--
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=421
Benjamin Schallar <benjamin.dev(a)schallar.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|benjamin.dev(a)schallar.com |
--
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=17608
Summary: microKORG Sound Editor can't communicate with microKORG
via MIDI
Product: Wine
Version: 1.1.16
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: simongmzlj(a)gmail.com
Created an attachment (id=19774)
--> (http://bugs.winehq.org/attachment.cgi?id=19774)
Back trace of the program running
The microKORG Sound Editor is the official software patch editor/library for
the microKORG. The program runs perfectly except for the fact that it can't
actually find an attached microKORG. This line appears in the console just
before failure and is most likely the broken code:
fixme:midi:midRecThread Sysex data received but no buffer to store it!
Other programs under wine (Abletone Live and FL Studio) see and communicate
with my MIDI controllers and my microKORG just fine. The program in question
sees my controller just fine as well, both using alsa and oss. Attached is the
output when the program is run with WINEDEBUG=+midi with the microKORG plugged
in using alsa.
--
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=421
Reco <recoverym4n(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |recoverym4n(a)gmail.com
--
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=17097
Summary: Wine and wincfg won't start, winmm.dll failed to
initialize
Product: Wine
Version: 1.1.10
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thefirstkeet(a)gmail.com
Wine and winecfg worked fine for me a few days ago. I'm running Gentoo, and I
re-emerged my system (everything went well), but now I receive the following
error when I try to run a program in Wine, or start winecfg, and neither
program will start:
hcontrol.c:330: _snd_hctl_find_elem: Assertion `hctl->compare' failed.
err:module:attach_process_dlls "winmm.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for
L"C:\\windows\\system32\\winecfg.exe" failed, status 80000101
--
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=5278
--- Comment #29 from Nikolay Sivov <bunglehead(a)gmail.com> 2010-01-06 08:48:59 ---
(In reply to comment #27)
> Actually it seems to be Nikolay Sivov who fixed [2] the issue:
>
> commit ff12594a155848ff2a12bb66e6d31ccdc16571b1
...
> But some edit control and all static controls are being drawn incorrectly now
> -- with a white background (instead of grey). I think this bug could be closed
> and new should be opened. What do you, folks, think ?
That's strange. I don't remember exactly but maybe FillRect16 was wrapped over
FillRect from user32, not sure. Now this is different code. Yes, open new
report for that please.
--
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=5322
Nikolay Sivov <bunglehead(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|unspecified |0.9.14.
--
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=21266
Summary: World of Warcraft installer crashes on FC12
Product: Wine
Version: 1.1.32
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kenneth.kaye(a)gmail.com
World of Warcraft installer crashes on FC12 using Wine 1.1.32. It has an issue
with wine-gecko (which yum search cannot find), and as soon as it cannot
install wine-gecko it starts showing the following error multiple times:
fixme:ntdll:server_ioctl_file Unsupported ioctl 24000 (device=2 access=1 func=0
method=0)
Followed by:
Could not load wine-gecko. HTML rendering will be disabled.
wine: Unhandled page fault on read access to 0x00000000 at address 0x6b8f8144
(thread 00d8), starting debugger...
Which goes on for quite a while before:
Maximum number of clients reachedMaximum number of clients reachedApplication
tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
wine: Unhandled page fault on read access to 0x0000002a at address 0x78709134
(thread 00e4), starting debugger...
Before finally stopping at:
err:seh:start_debugger Couldn't start debugger ("winedbg --auto 303 60") (87)
Read the Wine Developers Guide on how to set up winedbg or another debugger
err:seh:setup_exception_record nested exception on signal stack in thread 00d8
eip 2a16fafe esp 7ffdac64 stack 0x242000-0x340000
I used the installation technique at the Fedora Forums
(http://forums.fedoraforum.org/showthread.php?t=204752) which was posted by a
Fedora Forums admin on how to install NVIDIA display drivers on FC12 using
rpmfusion.
--
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=19986
Summary: can't start imap gis of my town. it work under winxp.
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kruvalig(a)gmail.com
Created an attachment (id=23514)
--> (http://bugs.winehq.org/attachment.cgi?id=23514)
log of the command 'wine imap_september_2009.exe'
I install program imap_september_2009.exe. This is a GIS of my town. And this
is a programm on russian language. It hase wisard to install. And seems that
programm installed normal. But i can't start it.
When i start it with command wine iMap.exe i see error: 'Error initialisation
when call file jet VBAjET.dll for 16 bit version.... error 3447. Whould you
like to see hel?' i press no. Then i see window that i can see in windowsxp.
This window is a window of loading this program. On this window i press NEXT,
and then i see dialog of error.
i use wine under Fedora 11.
http://imap58.ru/download/ - this is link on page with this program.
http://imap58.ru/dl/0 - this is link on file with this program.
--
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=21185
Summary: Ankh: no more mouse movement
Product: Wine
Version: 1.1.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Created an attachment (id=25436)
--> (http://bugs.winehq.org/attachment.cgi?id=25436)
Attached +d3d,+d3d_caps log, 200KB lzma, 126MB uncompressed
Sadly, fixing bug #20960 in one app causes a new bug in another app:
commit 0e270bbd226c34bd2831673c1c546f8db76b0487
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Mon Dec 14 20:49:52 2009 +0100
wined3d: Send window messages through the swapchain before sending them to
the application.
causes the mouse in Ankh (the first from the trilogy) to remain frozen.
It is not the subsequent commit
wined3d: Filter window messages generated by switching to fullscreen and
back.
that causes the regression.
Same behaviour in both desktop window and fullscreen modes.
Curiously, Ankh2 (Herz des Osiris) is not affected.
Using Ubuntu Intrepid with Intel i915 graphics.
--
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=20254
Summary: Wine 1.1.30 - Mission 7 on Warcraft III crashes with
blank screen.
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tigerfishdaisy(a)gmail.com
Mission 7 on the Human Campaign of Warcraft III crashes with a blank screen,
for no apparent 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=8594
--- Comment #7 from hondasid(a)gmail.com 2010-01-05 17:50:01 ---
Created an attachment (id=25562)
--> (http://bugs.winehq.org/attachment.cgi?id=25562)
colsole output
This is the console output after running the program. I started with a fresh
Puppy and Wine install, with the same xdialog errors as previously stated.
--
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=7853
Detlef Riekenberg <wine.dev(a)web.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |win16
--
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=21242
Summary: Warcraft 3: Freeze on entering Battle.net
Product: Wine
Version: 1.1.33
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Simon80(a)gmail.com
This happens every time I try to log into Battle.net using Warcraft 3: TFT
1.24.2.6378. The game freezes as the menu system transitions into Battle.net,
and the following is printed shortly before the freeze:
fixme:secur32:schan_InitializeSecurityContextW Using hardcoded "NORMAL"
priority
fixme:crypt:CRYPT_CriticalExtensionsSupported unsupported critical extension
"2.5.29.32"
fixme:crypt:CRYPT_CriticalExtensionsSupported unsupported critical extension
"2.5.29.32"
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
When this happens, I have to kill the game. If it is fullscreen, I have to log
into a VT to do it, but it still dies happily.
--
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=13086
Summary: Hard Truck Apocalypse fails to initialize 3D
Product: Wine
Version: 0.9.61.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johan.palmqvist(a)home.se
Created an attachment (id=12858)
--> (http://bugs.winehq.org/attachment.cgi?id=12858)
D3D error message screenshot
With default Wine settings Hard Truck Apocalypse fails to initialize 3D.
There's a "FindTextureFormat failed for 1" message in the game engine log
followed by "ERROR! Application::init -- cannot initialize 3d".
If OffscreenRenderingMode is set to fbo the game still fails to run but
complains about not being able to load a keyboard layout instead (dinput
related).
--
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=4768
Dmitry Timoshkov <dmitry(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #23 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-01-05 08:36:58 ---
Closing invalid.
--
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=7242
Dmitry Timoshkov <dmitry(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #18 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-01-05 08:35:53 ---
Closing invalid.
--
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=3864
Detlef Riekenberg <wine.dev(a)web.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |1.2.0
--- Comment #12 from Detlef Riekenberg <wine.dev(a)web.de> 2010-01-05 06:18:55 ---
Next Step is:
Move AddPrinterW to localspl
Then update [OpenPrinter|ClosePrinter] to use the Monitor
(OpenPort and ClosePort)
Remaining Steps:
[StartDocPrinter / EndDocPrinter] by using the Monitor
[StartPagePrinter / EndPagePrinter] by using the Monitor
[ReadPrinter|WritePrinter] by using the Monitor
--
By by ... Detlef
--
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=17809
Summary: Warcraft III crashes when logging into battlenet
Product: Wine
Version: 1.1.16
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xzarr(a)lavabit.com
Created an attachment (id=20041)
--> (http://bugs.winehq.org/attachment.cgi?id=20041)
+relay when it crashed (tail -n100)
Warcraft III battlenet crashes after entering user/password
wine-1.1.16
gcc version 4.3.3 (Gentoo 4.3.3-r1 p1.1, pie-10.1.5)
kernel 2.6.28-gentoo-r4
--
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=9026
--- Comment #19 from Julian Rüger <jr98(a)gmx.net> 2010-01-05 05:34:00 ---
Still the same in current git...
Regards,
Julian
--
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=4768
--- Comment #22 from Alexandre Julliard <julliard(a)winehq.org> 2010-01-05 04:44:54 ---
Stack corruption is going to manifest itself differently in different versions,
that's expected, it's depend on the stack layout. There's really nothing we can
do about 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=4768
--- Comment #21 from Michal Seliga <selmi(a)centrum.sk> 2010-01-05 03:58:29 ---
well, i just tried it with windows xp sp3 with all latest updates (including
graphic drivers from ati) and application works again
it didn't worked half a year ago, so it seems to be very dependant on what is
in windows itself installed (and it seems that some change accidentally fixed
it again)
so i think bug can be reopened
also, even in case when it was not working in real windows (half of year ago)
it was crashing only after 'ok' button was pressed. in wine crash happens
immediately after application is launched. and also, it wasn't typical wine
crash but segfault which is not very nice....
--
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=4768
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--- Comment #20 from Alexandre Julliard <julliard(a)winehq.org> 2010-01-05 03:47:02 ---
Since the app is broken and crashes on Windows too, that's not a Wine 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=6437
Detlef Riekenberg <wine.dev(a)web.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
Target Milestone|--- |1.2.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=4768
--- Comment #19 from Michal Seliga <selmi(a)centrum.sk> 2010-01-04 17:27:11 ---
patch doesn't work because file it is patching doesn't exist anymore
and if i try to apply patch on dlls/user32/winproc.c instead of
dlls/user/winproc.c then patch doesn't apply because this part of sources
already changed too much.
--
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=4768
--- Comment #18 from Jeff Zaroyko <jeffz(a)jeffz.name> 2010-01-04 16:47:41 ---
(In reply to comment #17)
> yes, its still an issue in wine 1.1.35 (tested with completely fresh .wine
> folder)
does the patch still work?
Rein, did you get any feedback on the patch? I don't see a reply to it in the
archives.
--
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.