http://bugs.winehq.org/show_bug.cgi?id=22601
Summary: .NET Framework 2.0 installer displays crash dialog,
fails with "function failed" error message
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
CC: madewokherd(a)gmail.com
With wine-1.1.43-564-g1af1784, executing winetricks dotnet20 and proceeding
past the EULA yields an error reporting crash dialog and setup failure with the
message "Function failed." in the installer window. Particular pertinent error
messages are:
err:msi:store_binary_to_temp Failed to get stream
err:msi:ITERATE_Actions Execution halted, action L"SxsInstallCA" returned 1627
Regression testing indicated:
42550953a650e1ef166339fb4e2fdc06741ad5b8 is first bad commit
commit 42550953a650e1ef166339fb4e2fdc06741ad5b8
Author: Vincent Povirk <vincent(a)codeweavers.com>
Date: Tue May 4 15:15:41 2010 -0500
ole32: Store the location of all blocks in a big block chain in memory.
A big block chain is a linked list, and we pretty much need random
access to them. This should theoretically make accessing a random
point in the chain O(log2 n) instead of O(n) (with disk access scaling
based on the size of the read/write, not its location). It
theoretically takes O(n) memory based on the size, but it can do
better if the chain isn't very fragmented (which I believe will
generally be the case for long chains). It also involves fetching all
the big block locations when we open the chain, but we already do that
anyway (and it should be faster to read it all in one go than
piecemeal).
:040000 040000 a1ca1235acef50b9287db51b2d08f203907f2c1e
16b036ee8b83707264d3d1226d9c690a72790793 M dlls
A +storage log 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=25266
Summary: Erro ao abrir EXCEL.EXE.
Product: Wine
Version: unspecified
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: paulo.vieira.sousa(a)gmail.com
Erro ao abrir EXCEL.EXE causado por um problema no programa ou no 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=24885
Summary: Microsoft Urban Assault Trial (1998) (Direct3D game)
doesn't run.
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikko.kumara(a)gmail.com
Microsoft Urban assault has a free trial version available at
http://www.microsoft.com/games/urbanassault/downloads.htm . Under Windows XP it
runs just fine, but when trying to launch it with WINE, it just shows a black
screen.
NOTE: Installing "directplay" via winetricks resolved some of the dplay-related
errors, but the game still won't run.
WINE version: 1.3.5
Operating system: Ubuntu 10.10 with Linux 2.6.35-22-generic
Error logs are attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10270
Summary: Wine gecko does not send HTTP Accept-Language header
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
Wine gecko does not send the HTTP Accept-Language header for HTTP requests.
This means for wine iexplore users, going to website that look for that header,
i.e. http://www.google.com/, will always return webpages in the web server's
default language choice rather than in the user's preferred language.
To see what headers a web browser is sending, go to:
http://schroepl.net/cgi-bin/http_trace.pl
Internet Explorer will send the string in HKCU\Software\Microsoft\Internet
Explorer\Internals\AcceptLanguage as the Accept-Language header.
With a clean .wine directory + gecko, Wine iexplore does not send anything.
I can change what Wine iexplore sends by adding:
user_pref("intl.accept_languages", "foo");
to prefs.js or user.js in ~/.wine/drive_c/windows/profiles/username/Application
Data/Mozilla/Profiles/MSHTML/hash/.
The ideal behavior would be: Wine iexplore should look in the same registry key
as IE, and that registry key should be properly initialized by
wineprefixcreate.
--
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=26087
Summary: Notepad++ 5.x: Crash window "Find in files"
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dark-vlados(a)mail.ru
Kubuntu 10.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=25585
Summary: wine loses release key event during lags in some games
Product: Wine
Version: 1.3.9
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kitmaxter(a)gmail.com
When playing Oblivion it is possible to go into the situation when it is not
possible to stop running after some lag (loading objects during location
change, making final blow to a monster, etc.) in game. Neither pressing any
keys nor reloading to a save can fix this - only complete restart of the game.
It looks like wine skips release key event and can't acquire it anymore.
--
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=25112
Summary: AT4RE FastScanner v3.0 hangs when clicking "Minimize"
Product: Wine
Version: 1.1.5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: olerass(a)gmail.com
AT4RE FastScanner v3.0 hangs if you click on the "Minimize" button. There's no
console output from Wine.
Also happens on Wine 1.3.6.
--
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=26414
Summary: Unhandled exception: page fault on read access to
0x5f6f760c in 32-bit code (0x7d665da1).
Product: Wine
Version: 1.3.15
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tim.kornhammar(a)gmail.com
Used the app World of warcraft and Wine crashed while changing the display
resolution.
Version: wine-1.3.15
Distribution: Ubuntu 10.10 - Maverick Meerkat
Program: World Of Warcraft (blizzard.com)
Command: wine .wine/drive_c/Program\ Files/World\ of\ Warcraft/Wow.exe
Reproduce: Change resolution (any to any)
--
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=21917
Summary: LazyLaunch raises unable to dispatch exception
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lubosz(a)gmail.com
Created an attachment (id=26590)
--> (http://bugs.winehq.org/attachment.cgi?id=26590)
Lazylaunch execution in winedbg
Lazylaunch does only output one line:
err:seh:raise_exception Exception frame is not in stack limits => unable to
dispatch exception.
When i run it in winedbg it raises a exception before running:
0x7bc4b130 call_tls_callbacks+0x130(module=<is not available>, reason=<is not
available>) [/home/bmonkey/Apps/System/wine-git/dlls/ntdll/loader.c:927] in
ntdll (0x0033fcc0)
You can find lazylaunch here:
http://teknogods.com/phpbb/viewtopic.php?f=13&t=2036
Lazylaunch is used to surpass the login screen and run unofficial AI single
player games in SC2.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=13424
Summary: msi winetests requires != limited user
Product: Wine
Version: 1.0-rc2
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: testcases
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adam(a)tpetaccia.com
When running Winetest on WindowsXP, I've set up my user as a limited user. The
MSI tests all error out, one by one. The tests should instead check to see if
the user has Admin privlages, and then execute the tests, otherwise they should
be skipped (because Windows wouldn't allow that user to install anything in the
real world).
advpack->install may also need to be looked at.
--
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=9944
Summary: Cannot active Microsoft Office 2003 Over the telephone
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
Created an attachment (id=8447)
--> (http://bugs.winehq.org/attachment.cgi?id=8447)
Picture of greyed out boxes
When I try to activate Microsoft Office 2003 using the phone method all of the
boxes are greyed out and I cannot type the codes into them.
--
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=16732
Summary: wine crashes on breakpoints
Product: Wine
Version: 1.1.12
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: c_korn(a)gmx.de
CC: julliard(a)winehq.org
Hello,
I am running wine-1.1.12 on Ubuntu intrepid (amd64).
There is a regression between wine-1.1.11 and wine-1.1.12.
When I set a write breakpoint with CheatEngine wine crashes.
I already have run a regression test.
The result is:
c6c335d70e1495c03821e6227ef715dcb71594b7 is first bad commit
commit c6c335d70e1495c03821e6227ef715dcb71594b7
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Dec 30 22:56:15 2008 +0100
server: Make thread entry points client_ptr_t instead of void pointers.
:040000 040000 5e99f6db1cf619b2843b467cfa3262974b07c1cb
fcbf57de779c57c5482df2b2d8147d58bd42c581 M dlls
:040000 040000 f217052cc776d21a410565b158d3b4378fd3e37d
51d12878243584a704760b5854120fcf2f4235e8 M include
:040000 040000 bcd8e7bf4301c872e3924490aa6890920e86a88c
7133a292e64948330625d819bca92e6a8e903435 M server
--
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=24471
Summary: Batman Arkham Asylum demo crashes on some systems
unless mmdevapi disabled
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mmdevapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
On my e7300 running ubuntu 10.04 with an nvidia gt 220,
the game installs fine (once you skip past all the fatal error warnings).
You then have to apply the ini file workarounds noted in bug 23993
to get it to start.
But it then crashes after a few seconds with a scrambled sort of squawk
from the speakers.
Disabling mmdevapi in winecfg works around this, and lets me play.
--
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=12916
Summary: MPQEdit does not start if World of Warcraft is running
Product: Wine
Version: 0.9.60
Platform: PC
URL: http://www.zezula.net/en/mpq/download.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh+winehqdotorg(a)gmail.com
Created an attachment (id=12638)
--> (http://bugs.winehq.org/attachment.cgi?id=12638)
WINEDEBUG=+process,+tid,+loaddll,+module,+seh set
MPQEdit version 2.x doesn't start if WoW is already running (any version of
WoW). MPQEdit 1.8 works fine.
Attached provided debug info aswell as output from
WINEDEBUG=+process,+tid,+loaddll,+module,+seh set
This does not always happen.
Download MPQEdit (version 2.0.0.x): http://www.zezula.net/en/mpq/download.html
--
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=28412
Summary: high processor usage of Reaper
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gigaday(a)googlemail.com
I guess this isn't really a bug but I thought the feedback could be useful.
Reaper versions 3.xx and 4.xx with Wine 1.2.x and Wine 1.3.x use about 3 times
as much processor power compared to MS Windows running Reaper on an equivalent
processor.
With Reaper doing nothing processor usage is about 11% on Windows and about 36%
with Wine on Ubuntu 11.04 when using a 2GHz processor.
--
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=26039
Summary: The msi package test produce many failures in the root
directory
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
The msi package test produce many failures, when started in the
root directory of a drive. (12 in Wine for me.)
Hans got 192 failures on Windows.
The difference is the backslash at the end of the current directory,
when the current directory is the root of a drive.
package.c:8811: Test failed: Expected "C:\\", got "C:\"
...
package.c:9467: Test failed: Expected "C:\\FileName1", got "C:\FileName1"
I expect more failures in other tests and asked Greg for help with wtb.
--
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=26502
Summary: FX_Client.exe from AVAFX crashes
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: antonaldo.diaferio(a)gmail.com
Created an attachment (id=33742)
--> (http://bugs.winehq.org/attachment.cgi?id=33742)
error pop-up
Hi there,
I have been running the program FX_Client.exe from AVAFX
(www.avafx.com/Download-Ava-Trader)
without any problem with wine-1.3.15 on Ubuntu 10.04.2 LTS.
Now, right after the login and before starting the connection to the server,
the program crashes.
Attached is the message that appears.
Thanks
AD
--
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=23273
Summary: Spore doesn't start
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Created an attachment (id=29003)
--> (http://bugs.winehq.org/attachment.cgi?id=29003)
Last 1600 lines of +relay (without heap lines) showing crash
Spore crashes on startup. Looking at +relay, it seems it's in the
middle of some winhttp operation having to do with drm.
--
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=29585
Bug #: 29585
Summary: wineoss.drv audio renderer not on par with others
Product: Wine
Version: 1.3.36
Platform: x86
URL: http://www.winehq.org/pipermail/wine-devel/2012-Januar
y/093721.html
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mmdevapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
CC: aeikum(a)codeweavers.com
Classification: Unclassified
The OSS4 mmdevapi audio renderer is not yet on par with developments in the two
other ones in Wine.
Specific issues are:
1. handling underrun(?)
2. handling incomplete last (initial?) period
3. correct GetPosition
4. non-blocking mode or not needed?
i.e. what's mostly covered by my renderer tests attached to bug #27937.
Some of it was discussed in bug #28056.
This bug is *not* about mixer related issues, or failure to recognize an audio
device at all, or recording. If your Linux or BSD system has such issues with
Wine, please file another bug.
Andre Eikum proposed a patch to GetPosition in:
http://www.winehq.org/pipermail/wine-devel/2012-January/093721.html
It has two flaws:
+ *pos = 0;
this should be at least the position of the last Start (I highly recommend
This->last_pos_frames).
+ stopped/running/etc. state is not checked, yet GETODELAY can only be invoked
while running (witness IIRC the logs attached to bug #28056).
The current ALSA driver is not the best, but here is how I believe several
issues could be solved:
- Decouple OSS buffer from mmdevapi buffer, a bit like winealsa;
- Hide at least one OSS period in that buffer, i.e. GetCurrentPadding yields 0
while OSPACE < oss_period and 1 with period+1. This will help with bug #28723.
That way, unreliable OSS padding < period won't bother GetCurrentPadding.
My preference goes to something like attached to bug #28723, comment #105,
except it should try to hide less than the 3 periods winealsa hides in 1.3.35,
i.e. somewhat of a breed of that attachment and Andrew's initial wine 1.3.25
code.
- At callback time, complete a partial mmdevapi period by adding trailing
silence. We need to do that with ALSA too to ensure short sounds get played,
as well as trailing samples on period-driven devices like dmix. This is the
major ALSA bug #26878. Here I'd like to know how OSS behaves.
- Introduce This->last_pos_frames like I did with ALSA;
>...Underrun
>GetPosition() must return `size'
Not immediately, according to bug #28723, comment #65. But if underrun can be
defined as OSPACE < oss_period (not sure, presumably then 2 OSS periods need
be hidden from GCP), then we can bump last_pos_frames.
Regarding non-blocking mode, I simply don't know whether OSS may block in
open(), waiting for another process. While playing, now that GETOSPACE is
used, blocking may be prevented (I've some doubts since I saw ALSA return
EAGAIN with nearly full buffers in non-blocking mode).
For now, I believe it would be enough to behave like an exclusive-mode renderer
and not bother with decrementing padding in mmdevapi-period-size chunks -- I
still don't know how to best do that.
--
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=25803
Summary: War Leaders: Clash of Nations corrupts graphics
Product: Wine
Version: 1.3.10
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: curran.michaelp(a)gmail.com
Created an attachment (id=32879)
--> (http://bugs.winehq.org/attachment.cgi?id=32879)
War Leaders graphical corruption log
After installing with a problem, when launched, this application corrupts the
computer's display resulting in everything (both the application and the rest
of X) displaying in a washed out white. I've attached a 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=13443
Summary: Incomedia Website X5: impossible to select the main
window
Product: Wine
Version: 1.0-rc2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: antonino(a)arcidiaco.com
I installed the retail version of Incomedia Website X5, but is impossible to
select the window, then i can't use that...
The window is like a transparent object, fact when i click it i select the
below window...
How to solve it?
Bye
--
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=26569
Summary: Baldur's Gate II: ToB v26498 crashes during character
creation (game blocker)
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: contact(a)eloxoph.com
Created an attachment (id=33831)
--> (http://bugs.winehq.org/attachment.cgi?id=33831)
The wine output during the crash
Baldur's Gate II: Throne of Bhaal German/European version 26498 (latest
official patch) crashes when playing the original Shadows of Amn campaign
during character creation. Wine output is appended.
Without the latest official patch installed, the game wouldn't run at all.
Basically, installing BG2 with addon and then playing through the original game
(which has some new additions with the addon I think) and then through the
addon campaign afterwards is not possible. Trying to run the Shadows of Amn
campaign without having the addon installed in the first place was not tested.
Changing between directdraw gdi and opengl mode aswell as running the game with
or without 3d acceleration wouldn't change things. Also, different windows
versions (XP, 2000, 98) didn't seem to have any impact.
Wine 1.2.2 (downloaded & compiled from source on the test machine) was also
tested with the same result.
--
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=13497
Summary: Kudos generates an access violation when trying to run
Product: Wine
Version: 1.0-rc2
Platform: PC
URL: http://gamecenter.oberon-media.com/game.htm?code=111838770&RefId=&origin=pcat_gm_
u
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: msclrhd(a)gmail.com
Steps to reproduce:
1. Install Kudos
2. Run Kudos.exe from the install directory
The program bails out with an access violation.
--
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=13951
Summary: SetParent doesn't behave properly
Product: Wine
Version: 1.0-rc5
Platform: PC-x86-64
OS/Version: Linux
Status: NEW
Keywords: source
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmitry(a)codeweavers.com
Created an attachment (id=14100)
--> (http://bugs.winehq.org/attachment.cgi?id=14100)
Sample application with source
Attached sample application behaves properly under Windows but makes
a popup window unmoveable and not responsive after a SetParent call.
--
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=19263
Summary: Wine: slow performance when the theme is changed to
vista inspirat
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ghilbert12_lhen03(a)yahoo.com.ph
I import the vista inspirat themes and its component from windows partition
(C:\WINDOWS\Resources\Themes) and put it to
(/root/.wine/drive_c/WINDOWS/Resources/Themes) and when i set this theme in
winecfg. The overall performance was become slow. (including the installation
of windows programs to linux with 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.