http://bugs.winehq.org/show_bug.cgi?id=17710
Summary: Monopoly 2 unhandled exception
Product: Wine
Version: 1.1.16
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=applica
tion&iId=9390
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=19909)
--> (http://bugs.winehq.org/attachment.cgi?id=19909)
wine 1.1.16 +tid +loaddll +seh
Hasbro Interactive's Monopoly causes a page fault followed by an exception and
exits immediately.
"winetricks directx9" does not help.
--
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=21354
Summary: Ankh: inventory items are not displayed at the top of
the screen
Product: Wine
Version: 0.9.32.
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Among the dozen versions of Wine which I tested (ranging from 0.9.32 to 1.1.36,
versions >0.9.43 with work-around described in bug #21351), none displayed
correctly in the top row of the screen the items that the player collects in
the adventure. The oldest versions tend to display strange patterns loosely
related to some inventory items, the newer ones typically display nothing.
Moving the mouse over the item's position still describes them, but it would be
a PITA to play the game this way.
Using Ubuntu Intrepid with Intel i915 onboard 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=23055
Summary: Crash GLXBadContextTag in Titan Quest
Product: Wine
Version: 1.2-rc2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markus(a)bytenirvana.de
Titan Quest Immortal Throne repeatable crashes after running between 4 - 30
minutes.
I have set DirectDrawRenderer to gdi and followed the hints in the AppDB
X Error of failed request: GLXBadContextTag
Major opcode of failed request: 130 (GLX)
Minor opcode of failed request: 5 (X_GLXMakeCurrent)
Serial number of failed request: 17879
Current serial number in output stream: 17879
XIO: fatal IO error 11 (Die Ressource ist zur Zeit nicht verfügbar) on X
server ":0.0"
after 17880 requests (17879 known processed) with 0 events remaining.
--
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=14066
Summary: Emergency 4 crashes at startup
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: oliver.deisenroth.foren(a)online.de
After running 'wine Em4.exe', Emergency 4 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=11583
Summary: Neverwinter Nights 2: outdoors textures sometimes all
white/gray
Product: Wine
Version: 0.9.54.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Simetrical+wine(a)gmail.com
When playing Neverwinter Nights 2, version 1.11.1153 (no expansion pack),
sometimes in outdoors environments all textures are white or gray, making
navigation fairly hard. Apparently this occurs only during the daytime. I've
attached a debug log from me starting the game, loading a saved game exhibiting
the problem, wandering around for a minute, and then exiting, with debug
options: warn+all,debug+all,err+all,+trace.
Some relevant-looking lines that are repeated very frequently are:
warn:d3d_shader:IWineD3DVertexShaderImpl_CompileShader Swizzled attribute
validation required an expensive comparison
fixme:d3d_shader:shader_glsl_select >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION
(0x502) from glUseProgramObjectARB @ glsl_shader.c / 3226
Especially the second. But what do I know. :) If there's anything else I can
do to help (screenshot? different debug options?) please say.
See also comment at
<http://appdb.winehq.org/objectManager.php?sClass=version&iId=10531>:
"The outdoor setting that was used in many of the towns and villages had light
problems. The problem seemed to arise at daytime, and seemed to be a result of
incorrectly handled light effects. It resulted in a screen that was too bright,
often so bright that nothing at all could be seen. The only remedy was either
to wait for the night to kick in or to try to navigate using the map which was
really annoying."
--
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=22862
Summary: Setting the default button in a PropertySheetPage does
not work
Product: Wine
Version: 1.1.44
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
Created an attachment (id=28255)
--> (http://bugs.winehq.org/attachment.cgi?id=28255)
Winecfg.exe that behaves differently on Wine than on Vista
I stripped Winecfg, left only the Libraries tab, and I added the SendMessage
call after the call for enabling the Add button:
{
enable(IDC_DLLS_ADDDLL);
SendMessage(dialog, DM_SETDEFID, (WPARAM)IDC_DLLS_ADDDLL, 0);
}
The winecfg.exe I obtained (attached) behaves different on Vista than on Wine
1.1.44.
- Start winecfg.exe, type "x", press ENTER.
On Vista it generates a click on the Add button, but on Wine it closes the
window.
--
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=16083
Summary: Unhandled page fault - fixme:dbghelp:addr_to_linear
Failed to linearize address
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: nicofo(a)tuxfamily.org
Created an attachment (id=17309)
--> (http://bugs.winehq.org/attachment.cgi?id=17309)
Wine "Unhandled page fault"
Hello,
I try to run an old program for Windows: Eurodico (a translator dictionnary)
But I got that error: (see attachement for complete logs)
Seems to be a bug:
wine: Unhandled page fault on read access to 0xffffffff at address
0x127f:0x00004a73 (thread 0019), starting debugger...
Unhandled exception: page fault on read access to 0xffffffff in 16-bit code
(127f:4a73).
fixme:dbghelp:addr_to_linear Failed to linearize address 0111:0000ef00 (mode 0)
... (see log)
Additional info: I'm under Linux Fedora 9 with "wine-1.1.5-1.fc9.i386", but I
have never been able to run that program before with previous version of wine
(0.9 and even older).
--
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=20422
Summary: Odd colour pallet error in The Humans 4
Product: Wine
Version: 1.1.31
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ezekiel000(a)lavabit.com
Created an attachment (id=24241)
--> (http://bugs.winehq.org/attachment.cgi?id=24241)
Example of gfx error
I get an odd pallet bug when trying to run The Humans 4. See screenshot top is
mine bottom is what it should be this also affects in game 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=22981
Summary: winhelp: Missing text and incorrectly outlined tables
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
This is to report some more formatting bugs in Wine winhlp32. I don't know
whether the underlying cause is related to bug 14288 but in this case the
effect is different so I opted to open a new bug.
Open the attached relnotes.hlp file in Wine winhlp32 and compare with Windows
winhlp32.
Click Known Problems. In Wine winhlp32, there is are grey lines drawn around
and in the Order/NLM/Software table (there should not be any outline). All the
text which should be below the table is missing.
The same issue occurs in the Sample code table in the Notes and Recommendations
section.
In the Optimizing Performance section, the table is badly broken (and text
which should be below it is missing); each "Copy file" entry appears in a large
box, and the corresponding "To optimize the performance of" entries are
missing.
--
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=11387
Summary: SMP/Dual core performing worse than single core
Product: Wine
Version: 0.9.54.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jcollins(a)asgardsrealm.net
I searched for another bug report on this but did not find anything. I've
tested the same application on two similar systems with similar software loads.
Essentially, the application (Majesty) preforms considerably better on a
single core system than it does on a more powerful dual core system.
Single Core System:
AMD Athlon(tm) 64 Processor 3300+
1.5 Gig RAM
GeForce 6200 256M
Dual Core System:
AMD Athlon(tm) 64 X2 Dual Core Processor 3800+
2 Gig RAM
GeForce 7800 256M
Both systems are running Debian Etch, with kernel version 2.6.18-5-k7, NVIDIA
GLX Module 100.14.19, and Wine 0.9.53 (using Scott's packages).
I would expect the dual core system to run as well, if not better, than the
single core system. However, it is extremely sluggish on the dual core system
and blazingly fast (in some cases needing to be slowed down) on the single
core.
I have also tested the dual core system with 0.9.54 (built using Scott's 0.9.53
package as a basis), with no improvement. I'll happily provide any additional
information that would be helpful.
--
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=23996
Summary: alt.binz version 0.25.0 not loading
Product: Wine
Version: 1.2
Platform: x86
URL: http://www.altbinz.net/
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leo_mancini(a)yahoo.com
Created an attachment (id=30137)
--> (http://bugs.winehq.org/attachment.cgi?id=30137)
Alt.binz 0.25.0 not working... Here is the error message
Hi all,
When loading alt.binz program, it does not load at all.
and displays the error message as attached in the screenshot.
It used to work prior to my upgrade to Opensuse 11.3 when I was using version
11.2 instead.
--
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=18390
Summary: Roblox can't join a game
Product: Wine
Version: 1.1.20
Platform: Other
URL: http://roblox.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
After working around bug 18388 and bug 18389,
trying to join a game fails; the browser says
it can't start the game, and tells you to start
the app (which you already did). On the console,
one sees a suspicious error message from gecko:
fixme:shdocvw:HttpNegotiate_BeginningTransaction (0x5c239a8)->(L"" L"" 0
0x33c794)
0[15c4c8]: file (null), line 0: uncaught exception: [Exception... "Unexpected
error" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame ::
http://www.roblox.com/ScriptResource.axd?d=lz2oPY8_Yxfc8W_Nr5tWGxJ8z2w_ENPF…
:: anonymous :: line 2144" data: no]
Possible workaround: launch games directly using e.g.
wine roblox.exe -play
http://www.roblox.com/Game/join.ashx?jobID=cc310936-d9bd-46a5-99cd-494d6b14…
as mentioned at http://forums.roblox4linux.co.cc/index.php?topic=37.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=20232
Summary: mciwave breaks on MSDN example
Product: Wine
Version: 1.1.30
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
I'm reviewing mciwave and mciseq and found numerous issues. Concurrently, I'm
augmenting the MCI testsuite. I've attached my current mciwave
work-in-progress tests to give you an early insight into my work.
The tests so far confirm my model of MCI: I view it like an old-fashioned tape
deck with buttons, which you can press in any order. Still there's error
checking, e.g. you can't resume when stopped. Like a tape deck, you can switch
from playing to recording at any time.
Oddly, you can combine fast forward and play in one command, but not rewind
with play.
The attached tests work fine on (at least one machine with) MS-Windows, but
cause Wine to fail and hang in multiple ways. You've been warned!
I'd be pleased if people could run the tests on more instances of MS-Windows.
I plan to strip down this test file until it at least does not hang anymore in
Wine. Then only can it be submitted. Concurrently, I can submit patches to
the mci* codebase.
Current issues with the mci code in Wine are:
- not distinguishing between STOPPING and STOPPED, PLAYING and GOING TO PLAY,
etc.;
- seriously broken asynchronous execution;
- non-error-proof use of InterlockDecrement. It must only be called
when waveInAddBuffer and waveOutWrite succeed, as those cause
callbacks to happen;
- RIFF .wav file not always correctly written;
- the mmio is as much as resource as the wave device and must be
properly released (mmioAscend, not only when saving);
- many items here and there:
+ bogus 44000Hz frequency;
+ premature return (in mcicda);
+ conversion between #bytes and samples;
+ switching fInput while playing;
+ copy&paste errors (InterlockedDecrement need be initialised
differently when recording and playing)
The major issue is concurrency. There I'm not sure how to proceed and rewrite
mciwave (and mciseq and mcicda).
o One model, Erlang-like, which the OSS driver also implements, is one thread
per play and exclusively using message passing to receive commands. This would
simplify NOTIFY everywhere. It clearly offers the advantage of being closest
to the sequential execution model that is easy to reason about. IMHO, it does
not play nicely with the pause command (state machine).
o Continue as currently written, but then think twice and even 3-7 times about
how to perform locking among the concurrent threads:
- Put InterlockIncrement() to more uses?
- Put Events to more uses?
- Unlike mciavi, there's no CriticalSection in mciwave and mcicda, yet
I'm unconvinced that the current synchronisation via volatile dwStatus
can suffice.
- But then, identifying the critical sections will be tedious and error prone.
o Combinations of both, e.g. one thread per play or record (not unlike the
present code), and dealing (correctly) with PAUSE, STOP and RESUME inside it
(via e.g. events to restart a paused thread, or indirectly, by relying on the
callbacks+events sent when invoking waveOutRestart and waveInStart -- is it
legal at all to call those from a different thread)?
o Is there any other concurrency model suitable in Wine?
Regards,
Jörg Höhle
--
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=14055
Summary: Occasional wine crash during Heroes of Might and Magic
III gameplay
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: riklaunim(a)gmail.com
Created an attachment (id=14275)
--> (http://bugs.winehq.org/attachment.cgi?id=14275)
Crash log
During gameplay the game may sometimes crash. It looks like the bug is related
to mp3/sound – “mp3dec.asi” (using OOS in wine). The log shows the
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=15689
Summary: Onenote 2007: no drawing.
Product: Wine
Version: 1.1.6
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Crazedhamster(a)hotmail.com
Created an attachment (id=16752)
--> (http://bugs.winehq.org/attachment.cgi?id=16752)
Backtrace
Clicking on the drawing tool causes it to go grey and disappear.
--
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=12804
Summary: winecfg: pressing enter in library override closes
winecfg
Product: Wine
Version: 0.9.60
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: jeffzaroyko(a)gmail.com
Pressing enter when entering a dll override doesn't add the override. For those
of us that find mice an exercise in masochism and prefer keyboards, it's quite
a pain...
--
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=20194
Summary: Far Cry 2: major graphical glitches
Product: Wine
Version: 1.1.30
Platform: PC-x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffz(a)jeffz.name
Created an attachment (id=23807)
--> (http://bugs.winehq.org/attachment.cgi?id=23807)
terminal output, first 5000 lines
The main menu loads, the level loading screen works fine. When starting a new
game, the screen is mostly black, part of the light from the sun is seen and
some other parts of the scenery creep into view for a moment here and there.
OpenGL renderer string: GeForce 8800 GTS/PCI/SSE2
OpenGL version string: 3.1.0 NVIDIA 190.18
--
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=22978
Summary: SimCity2000: race condition causes crash in MCI during
startup
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Created an attachment (id=28457)
--> (http://bugs.winehq.org/attachment.cgi?id=28457)
mci+winmm trace & crash backtrace
The attached log shows a crash that is triggered because the asynchronous
mciseq/mcimidi player is still attempting to open the device while the main
thread already successfully called MCI_CLOSE.
The mcimidi player does not implement proper locking. Unlike mciwave, its state
variable is not yet set to MCI_MODE_PLAY when opening the MIDI device, which
lets MCI_CLOSE not see something is busy playing.
Actually, even looking at mciwave, one can construct unfortunate sequences of
scheduling that would cause mciwave to hang in such a situation. So there's no
trivial patch simply moving
wmm->dwStatus = MCI_MODE_PLAY;
a couple of lines up.
The crash generally occurs when starting SimCity 2000 using
"wine 'C:\Program...\Game\simcity.exe'"
Curiously, "wine start simcity.exe" always works. As I said, it's a race
condition.
It seems like sometimes, the initialisation of WINMM and MIDI takes a long
time.
The bug is then triggered when MCI_CLOSE is called by the application.
MCI_CLOSE is called, among others, when clicking "exit" in the initial menu.
Often enough, the app crashes before showing this menu. IMHO, the fact that the
app calls MCI_CLOSE that early is triggered by another bug in Wine that AppDB
testers have mentioned every now and often, but never put to Bugzilla: SimCity
2000 starts fine (showing its logo) when using full screen mode, but needs a
resize or uniconify when using a virtual desktop: then presumably, the app
sends MCI_CLOSE to stop the music, causing or not a crash via the present race
condition.
BTW, since the crash occurs in the asynchronous MCI MIDI player, the app
nevertheless works...
This issue has nothing to do with the bug, presumably in the app, that "wine
simcity.exe" crashes whereas "wine 'c:\full\path\simcity.exe'" (should) work.
--
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=9848
Summary: flipviewer fails to load
Product: Wine
Version: 0.9.46.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: wine-advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eyecreate(a)gmail.com
Created an attachment (id=8321)
--> (http://bugs.winehq.org/attachment.cgi?id=8321)
Error log for flipviewer
The flipviewer(www.flipviewer.com) app installs and the library program works,
but the actual program fails. Backtrace log attached.
--
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=14915
Summary: FlushFileBuffers() fails on disk volume, sets
ERROR_INVALID_HANDLE when handle supposedly valid
Product: Wine
Version: 1.1.2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vesselinpeev(a)hotmail.com
Ran under Wine, the following program receives ERROR_INVALID_HANDLE as a
Windows last error when the flushing call fails.
Note that if you are testing under Windows Vista, you need to run the program
with administrative privileges to be able to get the handle to the volume.
For brevity, I've omitted GetLastError() printing for failure cases except the
flushing one, but, needless to say, you may want to add them for full
correctness / error handling / safety, or do let me know and I'll happily add
these and re-post the code.
# include <windows.h>
# include <stdio.h>
# include <tchar.h>
int _tmain()
{
LPCTSTR volName = _T("\\\\.\\C:");
HANDLE hFile = CreateFile(volName, GENERIC_READ | GENERIC_WRITE,
FILE_SHARE_READ | FILE_SHARE_WRITE, 0,
OPEN_EXISTING, 0, 0);
if (hFile != INVALID_HANDLE_VALUE) {
_tprintf(_T("Opened volume %s\n"), volName);
SetLastError(0xdeadbeef); /* to make sure that it's really the next call
that sets the last error -- advice taken from Dmitry Timoshkov's comment at
http://bugs.winehq.org/show_bug.cgi?id=14855 */
if (FlushFileBuffers(hFile)) {
_tprintf(_T("File buffers flushed\n"));
}
else {
DWORD dwRet = GetLastError();
_ftprintf(stderr, _T("File buffers not flushed, GetLastError() returned
%lu"), dwRet);
if(dwRet == ERROR_INVALID_HANDLE) {
_ftprintf(stderr, _T(" (\"The handle is invalid\")"));
}
_ftprintf(stderr, ".\n");
}
}
else {
_ftprintf(stderr, _T("Could not open volume %s\n"), volName);
return -2;
}
if(! CloseHandle(hFile)) {
_ftprintf(stderr, _T("Could not close handle to volume %s\n"), volName);
return -3;
}
return 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=19425
Summary: notepad: running notepad with a non-existent file and
choosing yes to create a new file should do so
immediately (appinstall)
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: trivial
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
'notepad foobar.txt'
pops up a dialog telling you that the file does not exist, and asking if you'd
like to create it.
Yes - Opens notepad with foobar.txt, but doesn't create a new file.
No - Opens notepad with a blank new document.
Cancel - Closes notepad.
On windows, choosing yes immediately creates the new (empty) 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=17055
Summary: wine does not put wine executable path into desktop icon
Product: Wine
Version: 1.1.13
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: beagle7(a)shaw.ca
when installing an app, when wine installs a desktop icon (under KDE), it does
include the proper env WINEPREFIX, but it does not include the path to to wine
(e.g., /usr/local/1113/bin/wine) under which the app was installed. I.e., if I
do exactly this:
env WINEPREFIX=~/.wine-some-app /usr/local/wine-install-dir/wine
~/path/windows-app-installer.exe
the resulting desktop icon, in properties, would have under command, the
following:
env WINEPREFIX="~/.wine-app" wine "C:\Program Files\Path\app.exe"
or similar.
What I'd like it to have is:
env WINEPREFIX="~/.wine-app" /usr/local/wine-install-dir/wine "C:\Program
Files\Path\app.exe" (as appropriate)
--
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=12454
Summary: iriver plus 3 doesn't start
Product: Wine
Version: 0.9.58.
Platform: PC
URL: http://www.iriver.com/plus/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hewus.owns(a)gmail.com
iriver plus 3 installs, but does not start. I added mfc42u.dll to get rid of
missing dll messages, but it now ends here (0.9.59):
err:module:attach_process_dlls "iDeviceM.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\iriver\\iriver plus 3\\iPlus3.exe" failed, status c0000142
I tried yesterday on 0.9.58 and got this:
err:module:LdrInitializeThunk "iDeviceM.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\iriver\\iriver plus 3\\iPlus3.exe" failed, status c0000142
The errors are slightly different, if that helps at all. I am able to provide
more debugging if required.
Free download:
http://www.iriver.com.au/iriver/uploads/software/iplus3_setup_full.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=23650
Summary: PowerPoint 2007 insensitive to changes in screen
resolution
Product: Wine
Version: 1.2-rc6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m.duelli(a)web.de
For presentations, you usually have to change your screen to the right
resolution such that the external monitor / projector can display your slides.
However, I found that when you start PowerPoint 2007 using wine 1.2rc7 or more
specifically the wine server before adopting the screen resolution, then
PowerPoint or at least parts of it will stick to the former screen resolution.
Steps to reproduce:
1. Start your computer with a certain screen resolution, say 1280x1024
2. Start up PowerPoint 2007 with wine.
(Everything is fine, presentation mode works as expected)
3. Change screen resolution
4. Activate presentation mode
-> The presentation will be rendered to fit in the old screen resolution and
there is no way to change this.
Possibly this also affects other applications.
--
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=25225
Summary: MPLAB: toolbars getting reorganised every time when
the window minimized and restored in MPLAB
Product: Wine
Version: 1.0.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: theozo77(a)gmail.com
Created an attachment (id=32026)
--> (http://bugs.winehq.org/attachment.cgi?id=32026)
Screenshots before minimize and after restore the window
When the MPLAB minimized to the tray and restored, the toolbars organized into
one row, will change to one toolbar per one row. So 3 toolbars will use 3
lines, while the horizontal position of their stays unchanged.
The program is available here:
http://ww1.microchip.com/downloads/en/DeviceDoc/MPLAB_IDE_v8_60.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=24601
Summary: L4D2: Client.dll always fails validation when
verifying game cache.
Product: Wine
Version: 1.3.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq.org(a)eternaldusk.com
Using the Steam "Verify Integrity of Game Cache" option produces the following
in the GameValidation.log file:
Starting validation of Left 4 Dead 2
Validation failure: w:\games\steam\steamapps\common\left 4 dead
2\left4dead2\bin\client.dll
Validation complete: 24850 Total Files, 1 Failed Validation
The file is then re-downloaded.
Rerunning the check produces the same results.
Deleting the file has no effect: it will be re-downloaded, and will fail the
validation check the next time you run it.
I noted that the message in the log showed "client.dll" as all lowercase, while
the filename is actually "Client.dll". I tried creating a link, but it still
failed the check. I tried renaming the DLL, and it still failed the check.
The game is installed on a BtrFS partition. I'm using Kubuntu 10.10 (AMD64),
kernel 2.6.35-22.
--
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=16722
Summary: Virtual RC Racing crashes on startup
Product: Wine
Version: 1.1.11
Platform: Other
URL: http://www.virtualrc.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
https://answers.launchpad.net/ubuntu/+source/wine/+question/54580
complained that this game crashes on startup with access violation errors.
Sure enough, it does. A log shows some urlmon calls right before
the crash. "winetricks ie6" gets past this crash and on to a later
crash/hang.
--
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=18320
Summary: Approach: need flywheel (scroll wheel) or similar
support
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ToddAndMargo(a)verizon.net
Hi All,
Oh now this is truly a pain in the neck (why the P2 priority). Lotus Approach
does not have scroll wheel support. In XP, you can load a utility called
"Flywheel" that will give you back your scroll wheel. Problem: flywheel does
not work in Wine.
Would you please enhance the mouse drives in Wine to support a function similar
to Flywheel to allow Approach to use the scroll wheel? Or, fix Wine to use
Flywheel?
Many thanks,
-T
Flywheel is "Abandonware" and is free. The author had a page stating so
several
years ago but has taken it down since. Here is a reference to its status on PC
World:
http://www.pcworld.com/article/117821/windows_tips_get_on_a_roll_with_freew…
You can download it from:
http://www.pcworld.com/downloads/file/fid,23737-order,1-page,1-c,alldownloa…
Or, I can eMail you my copy.
To register it: Go to Control Panel, Mouse, "Fly Wheel" tab, click on
"Registration Info".
registration name: I Am Free (note spaces)
registration number: 13601409
--
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=13759
Summary: Cannot create a new account with Titan Poker
Product: Wine
Version: 1.0-rc3
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: JohannesBauer(a)gmx.de
When using Wine and Titan Poker, no new account can be created. Instead Wine
hangs at the "New Account Registration" screen - screenshot attached.
I bet this is some tivial thing... but Titan Poker becomes unusable for new
users when you're unable to register.
I've also tried 0.9.48 before (upgraded to 1.0-rc3 because I thought maybe
there the bug was fixed) - same thing.
--
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=23819
Summary: Red Alert 3 doesn't shown ground on some maps
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pabloflv(a)yahoo.com
Created an attachment (id=29886)
--> (http://bugs.winehq.org/attachment.cgi?id=29886)
Red Alert 3 1.0 English Backtrace
When I try to start a game with a fan created map the ground is just black,
nothing, only buildings and something more but no ground, I think it's a
problem with textures, but I tested it in windows, and even with earlier
versions of wine and ubuntu worked without problems, even other maps, bonus and
default work, the maps which shows the same problems are: Moscow Madness and
Hostile DAWN Beta
I'll attach the backtrace, hope it helps
--
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=23212
Summary: REDCINE v3.1.8 interface has no text
Product: Wine
Version: 1.2-rc3
Platform: x86
URL: http://www.red.com/support/download/107
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=28888)
--> (http://bugs.winehq.org/attachment.cgi?id=28888)
REDCINE v3.1.8 incorrect interface rendering
With wine-1.2-rc3-57-gb3f0425, launching REDCINE succeeds, but the resulting
interface renders no text for the various UI elements. The only observed output
is:
fixme:win:EnumDisplayDevicesW ((null),0,0xfbe40c,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),1,0xfbe40c,0x00000000), stub!
fixme:keyboard:RegisterHotKey (0x10052,4097,0x00000001,70): stub
fixme:win:GetMouseMovePointsEx (16 0xfbe528 0xfbe538 1 2) stub
fixme:win:GetMouseMovePointsEx (16 0xfbe528 0xfbe538 1 2) stub
fixme:wgl:X11DRV_wglGetSwapIntervalEXT (),stub!
fixme:win:GetMouseMovePointsEx (16 0xfbe528 0xfbe538 1 2) stub
with repetitions of the last line.
--
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=17615
Summary: In quick3D, the menu icons appear and disappear.
Product: Wine
Version: 1.1.15
Platform: PC
URL: http://3d2f.com/download/7-888-quick3d-viewer-free-
download.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 231036448(a)freemail.gr
To see the menu icons,
in the main window, in quick3D,
you need to move the mouse over them.
If you click the mouse away from them,
they will disappear.
If you move the application window,
they will disappear, again.
If minimize, and then bring up the window,
the icons will appear, but the 3D object will disappear.
--
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=14935
Summary: Final Fantasy 7 exits on start with no error messages
Product: Wine
Version: 1.1.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ryan.reich(a)gmail.com
Created an attachment (id=15519)
--> (http://bugs.winehq.org/attachment.cgi?id=15519)
Console and debug output
Final Fantasy 7 (original CD, unpatched) installs fine, but when run, exits
before even displaying a start screen: the Wine desktop opens and then, a
second later, closes. No message boxes, no error messages on the console aside
from a few fixme's. Attached is a portion of the WINEDEBUG=+relay log leading
up to a call of ExitProcess(); the only error I can detect is that ShowCursor
failed. My question is WHY, and what improvement in wine it requires to
succeed.
Seems similar to bug #13388, except that nowhere can I find mention of
KeInitializeMutex.
--
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=13633
Summary: dogfood: vlc with other default skin disappears while
dragging
Product: Wine
Version: 1.0-rc3
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pascal.duersteler(a)gmail.com
If you open vlc and switch to the second delivered skin ( Settings » Switch
interface » Skin 2 ) and dragging it around it disappears after a while.
Sometimes you have to drag it around a bit longer, sometimes it disappears if
you move it a few pixels and release the mouseclick.
--
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=13466
Summary: Samsung PC Studio: cannot connect to /dev/ttyACM0
Product: Wine
Version: 1.0-rc2
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: edwin.smulders(a)gmail.com
Created an attachment (id=13383)
--> (http://bugs.winehq.org/attachment.cgi?id=13383)
log "wine Launcher.exe"
/dev/ttyACM0 is the device that appears when i connect my mobile phone with the
USB cable.
Note that gammu/wammu detects my phone on this port but can't connect either.
Samsung PC Studio doesn't give any messages as to why it can't connect, it
doesn't even say it can't.
This bug might be a duplicate of some other usb/serial port device bug, but i
leave that to the judgement of somebody with more experience.
Attached is the log from running "wine Launcher.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=24375
Summary: Final Fantasy XIV beta: login screen blank
Product: Wine
Version: 1.3.2
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
After working around bug 24358 by adding port forwards to the
local router and running parts of the bootstrapper with +relay
or +winsock, the next problem is that the login window
is blank. 'winetricks ie6' works around 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=18957
Summary: FIFA World Cup 2006: invisible fonts with Intel Xorg
driver
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Sadly, FIFA WC/WM 2006 is barely useable with the Intel Xorg graphics driver
for the i915 device because all text is invisible in all menus.
These (partly animated) menus have a Shockware/Flash look&feel and are probably
drawn by the windows\system32\Macromed\Flash\Flash.ocx component that is
registered during installation.
This "invisible font" issue is quite different from ones I faced before in that
a +font,+xrender trace shows nothing. Also, Massimo's DIB engine doesn't help
here.
On my NVidia Mac with OSX 10.5.7, the game works flawlessly (I'll have to test
installation there before submitting a gold rating). Curiously, it doesn't even
need the three fonts EA05_Bod.ttf, EA05_Tit.ttf, EASSanCB.ttf that
CreateScalableFontResource() leaves in windows\temp\ during installation.
It's too bad that the fonts are invisible on the Intel HW. Sound, Speech,
Animation, game play etc. are all working: The Intel's 3D is (almost) good and
fast enough for this game.
The default log produces the following noteworthy output:
fixme:d3d:IWineD3DDeviceImpl_Release (0x1404c0) Device released with resources
still bound, acceptable but unexpected
fixme:d3d:dumpResources Leftover resource 0x13cc18 with type
1,WINED3DRTYPE_SURFACE
fixme:d3d8:wined3dformat_from_d3dformat Unhandled D3DFORMAT 0x41
Using (K)Ubuntu 8.04 and 8.10 with similar results.
[Since wine-1.1.23, you need HKCU\Software\Wine\Direct3D
"OffscreenRenderingMode"="backbuffer" in order to start fifawc, see bug
#18956.]
--
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=25658
Summary: Need for Speed World
Product: Wine
Version: 1.3.10
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: root(a)hmbg.eu
Need for Speed World GameLauncher won't start
Console Input
fixme:sync:CreateMemoryResourceNotification (0) stub
err:ole:CoGetContextToken apartment not initialised
trace.log (File belong to Game)
2010-12-31 12:54:53,241 [1] ERROR GameLauncher.ProdUI.Program Main Exception:
System.Security.Cryptography.CryptographicException: m_safeCertContext is an
invalid handle.
at
System.Security.Cryptography.X509Certificates.X509Certificate2.get_SubjectName()
at GameLauncher.ProdUI.Program.Main(String[] args)
--
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=16358
Summary: Repainting problems in Swing applications
Product: Wine
Version: 1.1.10
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Ronny.Standtke(a)gmx.net
Created an attachment (id=17674)
--> (http://bugs.winehq.org/attachment.cgi?id=17674)
Screenshot showing the repaiting problem in Swing applications
Swing applications have a redrawing problem when running under Wine.
I tested running Kubunut-8.04.1 with wine 1.1.10 and installed Java 1.5.0_17 in
wine. I tested both with JSmoothGen (http://jsmooth.sourceforge.net) and Pauker
(http://pauker.sourceforge.net). I both cases moving the appliation window
produced heavy artefacts (see attached screenshot). Please note that kwin is
configured to show the window size when moving windows.
--
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=23335
Summary: Tribunal and bloodmoon: autorun do nothing
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: felipemoraesbr(a)gmail.com
Hi, the autorun for these games shows, and I click install, then the autorun
windows closes as expected, but nothing happens. I had to run setup.exe
directly.
--
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=14974
Summary: Nike+ (plus) Running Utility fails to launch
Product: Wine
Version: 1.1.3
Platform: PC
URL: http://nikeplus.nike.com/nikeplus/?locale=en_us
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: iliketoast(a)gmail.com
Created an attachment (id=15580)
--> (http://bugs.winehq.org/attachment.cgi?id=15580)
Nike Plus Output
When attempting to run the Nike+ running tracker, the error attached is output.
Nothing occurs afterwards.
--
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=24383
Summary: Close Combat III Russian Front installs but fails to
run
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vince.barwinski(a)gmail.com
Created an attachment (id=30727)
--> (http://bugs.winehq.org/attachment.cgi?id=30727)
Shows backtrace of failed execution of Close Combat III Russian Front
Close Combat III Russian Front installs but fails to run. The error message
just says something serious has happened and to view your applications database
and then perhaps use your bugzilla
--
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=17526
Summary: Live For Speed: hot keys in message window don't work
propertly
Product: Wine
Version: 1.1.15
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lvlopkl3a(a)gmail.com
Created an attachment (id=19641)
--> (http://bugs.winehq.org/attachment.cgi?id=19641)
System Info
According this page: http://en.lfsmanual.net/wiki/Keys#Chat_Input I can
copy/past/cut text in LFS message window. But works only paste function. When I
press ctrl+C game just close itself.
--
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=18105
Summary: WindSlayer dies immediately
Product: Wine
Version: 1.1.19
Platform: Other
URL: http://windslayer.outspark.com/
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: JNowka(a)gmail.com
Created an attachment (id=20539)
--> (http://bugs.winehq.org/attachment.cgi?id=20539)
WINEDEBUG=warn+all
Install went fine. When I try to start the game up, it quits without
displaying anything. This game is free to download and 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=12918
Summary: Skip intro video, not work, when mouse is over Wine
desktop
Product: Wine
Version: 0.9.60
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: plamen_h_x(a)yahoo.com
This is related with Star Wars: Episode I - Racer game.
When virtual desktop is enabled and mouse is away from borders, it is possible
to skip video intros with Esc or Enter. Otherwise keys not work.
The demo version does not include this videos, so is unusable in this case.
I make logs with WINEDEBUG=+dinput,-d3d_surface.
In smartskip.log I skip videos, while in smartrun.log I press keys and move
mouse, but escape event is not triggered. I can make large logs with WINEDEBUG,
but got to know which channels to activate. Hope this will help.
--
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=11988
Summary: The Journeyman Project 2: Buried in Time installer hangs
in user32 call
Product: Wine
Version: 0.9.57.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
After configuring the Wine prefix Windows version to Windows 95, the 16-bit
installer application was launched. Dialog boxes worked normally, but after the
dialog that requests installation location, the installer hangs. Relay logs
show the hang to be in:
0012:Call KERNEL.7: LOCALFREE(3ca4) ret=11ef:84b9 ds=11f7
0012:Ret KERNEL.7: LOCALFREE() retval=00000000 ret=11ef:84b9 ds=11f7
0012:Call KERNEL.10: LOCALSIZE(4b98) ret=11ef:853b ds=11f7
0012:Ret KERNEL.10: LOCALSIZE() retval=00000200 ret=11ef:853b ds=11f7
0012:Call USER.108: GETMESSAGE(11f7:0f2e,0000,0000,0000) ret=11ef:2d91 ds=11f7
No normal terminal output was emitted, and the relay logs span about 6 MB of
space.
--
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=25286
Summary: Cassio Classpad 330 not connecting to it program.
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jpxsat(a)gmail.com
The Calc Cassio Classpad 330 comes with a CD with programs to connect it to the
PC.
The program installs and works perfectly BUT the program can't "see" the calc.
My guess is that because the calc itself is not a drive wine doesn't 'see' it
neither - is there a way to connect anyway the usb port to the program??
Ask me anything, please.
But tell how to generate the information needed :)
--
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=16313
Summary: SAPGUI show black and incorrect buttons and windows
title
Product: WineHQ Bugzilla
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: clebersantz(a)gmail.com
CC: clebersantz(a)gmail.com
When run SAPGUI after instalation the application show black windows title,
hide some texts, don`t show buttons borders and sometimes text too, black
images. A similar error occur on Windows(r) when the system have no more memory
to allocate.
$ env WINEPREFIX="/home/cleber/.wine" wine "C:\windows\command\start.exe"
"C:\Program Files\SAP\SAPsetup\setup\SAL\SapLogon.s8l"
By the way, when run SAPGUI with WINEDEBUG=+relay addition the application
appear without problems, but is loaded very slowed because several logs.
For more info see bug http://bugs.winehq.org/show_bug.cgi?id=12452
--
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=23407
Summary: Graphic issues on Death to Spies Moment of Truth.
Product: Wine
Version: 1.2-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bezana(a)sapo.pt
CC: wine-bugs(a)winehq.org
In the game Death to Spies Moment of Truth, characters, including main
character and NPC, don't render as they should, as only the weapons and
additional material carried by the individual is shown.
Here's some screenshots alluding this bug:
http://img807.imageshack.us/i/deathtospies.jpg/http://img101.imageshack.us/i/deathtospies1.jpg/http://img534.imageshack.us/i/deathtospies2.jpg/
I tested with Ubuntu Lucid, and a hd2600xt agp, using the latest fglrx
(catalyst 10.6) and native d3dx9_*.dll (installed with winetricks). Can't
really state whether is a Wine bug or a driver related problem, as i don't own
any nvidia card.
Adding to the aforemented situation, the game crashes when defining texture
size to high.
Excluding these bugs, it actually runs very well, i could even use Depth of
Field, when selecting it on Windows corrupts textures and the overall colours.
--
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=17044
Summary: Microsoft OneNote 2007 "Insert Audio Recording" doesn't
work
Product: Wine
Version: 1.1.13
Platform: Other
URL: http://office.microsoft.com/en-us/onenote
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Choosing "Insert / Audio Recording" (or video recording) causes the dialog
"At least Microsoft DirectX 8.1 and Microsoft Windows Media Player 8 are
required to record sound."
So I installed WMP10. The dialog is still there.
The remaining log messages included:
fixme:quartz:FilterGraphInner_QueryInterface unknown interface
{e19c7100-9709-4db7-9373-e7b518b47086}
fixme:quartz:FilterGraphInner_QueryInterface unknown interface
{fc4801a3-2ba9-11cf-a229-00aa003d7352}
That second uuid is IObjectWithSite, fwiw.
--
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=24128
Summary: Everquest 2 trial installer: missing text without ie6
Product: Wine
Version: 1.3.1
Platform: x86
URL: http://launch.soe.com/installer/EQ2X_setup.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: trivial
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=30368)
--> (http://bugs.winehq.org/attachment.cgi?id=30368)
screenshot
Not sure which component of ie6 it is, though.
No terminal output when it happens. Screenshot 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=15219
Summary: Microsoft Office 2007: Infopath outputs an error when
attempting to fill out a form
Product: Wine
Version: 1.1.4
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=15974)
--> (http://bugs.winehq.org/attachment.cgi?id=15974)
output in git
Not sure what this program does, but it doesn't work :-P.
Start infopath:
$ wine INFOPATH.EXE
You're given a bunch of sample forms to fill out.
Choose any one, double click:
'Infopath encountered an error. The operation failed.'
Output 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=17045
Summary: Microsoft OneNote 2007 crashes on "Copy Hyperlink";
needs msctf.dll?
Product: Wine
Version: 1.1.13
Platform: Other
URL: http://office.microsoft.com/en-us/onenote
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Choosing "Edit / Copy Hyperlink To ..." causes a crash:
err:ole:CoGetClassObject no class object {33c53a50-f456-4884-b049-85fd643ecfed}
could be created for context 0x1
...
trace:seh:raise_exception code=c0000005 flags=0 addr=0x78144d3a ip=0x78144d3a
tid=003a
33C53A50-F456-4884-B049-85FD643ECFED is TF_InputProcessorProfiles,
from msctf.dll, Text Services Framework.
--
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=11059
Summary: Sid Meier's Railroads Demo carshes on startup
Product: Wine
Version: 0.9.52.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: piaskal+wine(a)gmail.com
Created an attachment (id=10078)
--> (http://bugs.winehq.org/attachment.cgi?id=10078)
Sid Meier's Railroads Demo crash output
At first it was complaining about missing dx dll.
err:module:import_dll Library d3dx9_28.dll (which is needed by L"C:\\Games\\Sid
Meiers Railroads Demo\\RailRoadsDemo.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Games\\Sid
Meiers Railroads Demo\\RailRoadsDemo.exe" failed, status c0000135
I tried to copy that dll from existing Windows install.
With this dll the Demo crashes on startup (dereferencing null pointer).
Output log attached.
--
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=18191
Summary: Notepad always saves as ISO-8859, instead of UTF-8
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
There's actually a few bugs here, but I'll start with the first one I noticed:
$ wine notepad
Type/paste "Stefan Dösinger" # First UTF-8 I found in git log :-)
File, Save as foobar.txt
$ cat foobar.txt
Should get Stefan Dösinger back, but instead you get something like
"Stefan Dösinger".
With windows notepad, however, you'll get "Stefan Dösinger".
--
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=16519
Summary: EssentialPIM: Bold text not rendering correctly
Product: Wine
Version: 1.1.10
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saverio.pub(a)inbox.com
Decriptions of bugs found using EssentialPIM
(http://www.essentialpim.com/?r=download)
System:
* EssentialPIM Pro 2.81 (most probably the same bug applies to the Free
version), installed
* Ubuntu Hardy
This bug is reproducible every time, and it never happens in windows.
In "Notes", the default text (I'm in wine now, so I can't see which one
exactly - I suppose Times New Roman) renders correctly underlined, italics and
strikethrough,
but (BUG) doesn't render at all the bold; it marks it as bold, but the text
is still plain. This never happens in windows.
--
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=17506
Summary: Achtung die Kurve: Game doesn't start
Product: Wine
Version: 1.1.15
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Masternoob(a)gmx.at
The Screen stays black when i start the game...
The Game can be downloaded here:
http://overgood.ov.funpic.de/xtacka/downloads.php
--
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=24588
Summary: 64 bit issue within qsort()
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stefan(a)obssys.com
Created an attachment (id=31054)
--> (http://bugs.winehq.org/attachment.cgi?id=31054)
Patch to fix 64 bit issue within qsort()
Change all types from int to size_t within NTDLL_mergesort().
--
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=22274
Summary: Edit control continues scrolling after mouse leaves
window
Product: Wine
Version: 1.1.42
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nospam(a)thenerdshow.com
Created an attachment (id=27210)
--> (http://bugs.winehq.org/attachment.cgi?id=27210)
user32: edit control scrolling now properly follows mouse selection
I will attach the source code for a small test program that reproduces this
behavior.
Steps to reproduce:
$ wine et.exe (edit test program)
Alternate steps to reproduce:
$ wine notepad
1. Paste the text of this bug report into the window.
2. shrink window down to about the size of a business card
3. Edit Menu - > turn off Wrap long lines
* A horizontal scrollbar should appear.
4. left-click in the window
5. continue holding down the left mouse button
6. drag mouse to the right until it leaves the window
7. continue holding the left button down
8. wait...
* Notice that the text selection keeps growing. This doesn't happen on windows.
9. still holding the mouse, move it around outside the window
10. Try to select a paragraph of text without using the scrollbars.
* Notice that it is hard to select the exact amount of text you want because
the selection keeps growing spookily on its own. Again, this doesn't happen on
windows.
Well, I found out what's causing the spooky growing text selection.
It's a fixme of WM_TIMER in edit.c
The attached patch fixes 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=21539
Summary: Using "Bare Streams" console mode with SRCDS does not
work.
Product: Wine
Version: 1.1.37
Platform: x86
URL: http://srcds.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: laurikoivunen(a)hotmail.com
SRCDS ( Source Dedicated Server ) is designed to run both in GUI and CLI modes.
However, when trying to run the server in pure console without X and using
"bare streams" as described here (
http://www.winehq.org/docs/wineusr-guide/cui-programs ) I still receive the
error:
DISPLAY='' WINEDEBUG=+console wine srcds.exe -console ...
trace:console:AllocConsole ()
err:curses:WCCURSES_InitBackend (n)curses was not found.
err:wineconsole:WINECON_Init failed to init.
This is probably due to srcds running in "hybrid" mode where it is marked as a
GUI application, but uses AllocConsole to create a console hence resulting in a
new console creation, which currently fails.
As a workaround I stubbed AllocConsole and only returned TRUE. This allows the
application to start and reach a point where it tries to read the console and
where it then fails due to wine not being able to read from the console.
Could you add an option for true "bare streams" and so that input would also
work?
ps: I know that there is a linux version of SRCDS but there are no linux
binaries for the server I am trying to run. This bug forces a lot of server
hosters run X on their servers to be able to run SRCDS in wine. The server is
free to download and use.
--
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=23546
Summary: several wine programs fail to run under cygwin
Product: Wine
Version: 1.2-rc6
Platform: x86
URL: http://www.cygwin.com
OS/Version: Windows XP
Status: NEW
Keywords: download, source
Severity: enhancement
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
A user reported this in #winehq, so I tried it myself. After bug 21526 was
fixed, wine programs all compile, but several don't run. I haven't tried them
all, but, e.g., notepad runs, but cmd, dxdiag, eject do not. Trying to run them
gives:
/home/austin/wine-git/programs/cmd/cmd.exe: error while loading shared
libraries: libwine.dll: cannot open shared object file: No such file or
directory
seems to be the CLI programs that don't run..
--
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=23766
Summary: (Shift) Ctrl + Tab isn't handled in winecfg
application
Product: Wine
Version: 1.2
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
The subject says it all.
I tried searching for any similar bugs filed previously and I couldn't find
anything.
--
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=18379
Summary: Photoshop 3 does install but not run (out of memory
error)
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Andreas.Schallenberg(a)Eurobild.com
Created an attachment (id=20953)
--> (http://bugs.winehq.org/attachment.cgi?id=20953)
Lzma-compressed WINE log file (Photoshop 3)
On Windows-Machines, Photoshop refuses to run
when much physical RAM is installed. Problems
typically start when it exceeds 512 MB.
The installation routine works but the real
application (photosle.exe) shows an "out of
memory" dialog and quits.
Running Photoshop 3 using WINE shows the same
behavior (tested with 1GB RAM and WINE 1.1.19).
The installer works fine and the app refuses
to start up.
The first attachment to this report was created
using the following command:
WINEDEBUG=+relay wine photosle.exe &>wine.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=18869
Summary: Use the system settings for default User and
Organization field
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: integration
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
Launchpad: https://bugs.launchpad.net/ubuntu/+source/wine/+bug/384990
If you install software in Wine that needs a User and Organization, you'll see
these strings set as the default:
Change preferred owner in ~/.wine/system.reg
Change preferred organization in ~/.wine/system.reg
Whenever possible, we should be using the system settings here -
System->Preferences->About Me (on Gnome at least) contains a great default for
owner and organization
--
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=11784
Summary: 3dsmax2008 installer
crashes:err:cursor:DIB_GetBitmapInfo (1633746944):
unknown/wrong size for header
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Keywords: Installer
Severity: enhancement
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, after James' patch got into git, the installer gets further, but now
crashes like below:
err:cursor:DIB_GetBitmapInfo (1633746944): unknown/wrong size for header
err:cursor:DIB_GetBitmapInfo (1633746944): unknown/wrong size for header
X Error of failed request: BadValue (integer parameter out of range for
operation)
Major opcode of failed request: 53 (X_CreatePixmap)
Value in failed request: 0x0
Serial number of failed request: 49949
Current serial number in output stream: 49953
PS, I wonder why installers from AutoDesk run into so many bugs; either they
are very advanced and put wine to it's limits, or are they just a bit buggy??
--
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=16476
Summary: Turok crashes when starting a game
Product: Wine
Version: 1.1.10
Platform: Other
URL: http://abandonia.com/en/games/658/Turok+-
+Dinosaur+Hunter.html
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffz(a)jeffz.name
Download the 17MB zip file, extract it, run Turok.exe - select any video
configuration and the game crashes with no useful 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=17455
Summary: UnrealED 2: Cannot manipulate the viewports in any way.
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nbowler(a)draconx.ca
Created an attachment (id=19534)
--> (http://bugs.winehq.org/attachment.cgi?id=19534)
Log of UnrealED session
Now that bug 7451 is fixed, it is possible to start the unreal editor.
Everything works... except for any kind of viewport manipulation (which is done
by clicking and dragging in the viewport with various combinations of shift,
control, etc.) As a result, it is impossible to use the editor because you
simply cannot see all parts of the map nor move things around in the viewports.
It is, however, possible to subtract a cube and then apply textures to the
surfaces that are initially visible by clicking on them in the viewport.
This may affect other versions of the unreal editor, but I am not sure.
The attached log was output when starting an unrealed session, attempting to
click and drag on the main viewport, then quitting. However, all of the log
messages were output before I touched the viewport.
--
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=23851
Summary: Warhammer: Chaos Gate No sound outside of cutscenes
Product: Wine
Version: 1.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: curran.michaelp(a)gmail.com
Created an attachment (id=29938)
--> (http://bugs.winehq.org/attachment.cgi?id=29938)
winedebug log with settings warn+alsa,warn+wave,warn+dsound
Sound plays normally for the opening cinematic and then goes silent for main
menu (Sounds should play on mouse over events, and I believe there is
background music on Windows). Sound returns during a second cinematic and is
silent again afterwards.
I've attached a log generated with WINEDEBUG=warn+alsa,warn+wave,warn+dsound.
It looks like the sound is failing when the application attempt to override the
existing Primary buffer, but we don't fully support this currently. Per the
following lines from the log.
warn:dsound:DirectSoundDevice_SetCooperativeLevel level=DSSCL_PRIORITY not
fully supported
warn:dsound:DirectSoundDevice_CreateSoundBuffer Primary Buffer already created
--
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=19417
Summary: Hitman Blood Money [Gold Rated] Stuck on startup
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: linux(a)elementarea.net
Created an attachment (id=22533)
--> (http://bugs.winehq.org/attachment.cgi?id=22533)
WINEDBG=+wgl
Hitman Blood Money stuck on startup with the Program Error box showing but not
accepting input. i need to kill it manually.
attached is a +wgl dump
the main error seems to be:
fixme:d3d:debug_fbostatus Unrecognied FBO status 0x00000000
fixme:d3d:context_check_fbo_status FBO status unrecognized (0)
wine: Unhandled page fault on read access to 0x00000008 at address 0x7eafd2cb
(thread 0009)
also i don't understand why
trace:wgl:X11DRV_WineGL_InitOpenglInfo Direct rendering enabled: False
but
glxinfo | grep direct
direct rendering: Yes
running on Intel GM45 hardware with KMS enabled
--
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=22782
Summary: Battlefield 1942: missing some textures inside
vehicles
Product: Wine
Version: 1.1.44
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffz(a)jeffz.name
Created an attachment (id=28110)
--> (http://bugs.winehq.org/attachment.cgi?id=28110)
screenshot of missing textures at top of screen and at bottom
Somewhere maybe around 1.1.38 this was working but now the textures of the
inside of vehicles, eg tanks was correct now they are partly missing so that
the ground and sky can be seen. (see screenshot)
I should be able to complete a regression test in the next few days.
wine-1.1.44-322-g5cc00e8 geforce 8, 195.36.15.
--
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=22579
Summary: Outlook Express does not show menu bar
Product: Wine
Version: 1.1.43
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neptunia(a)mail.ru
Outlook Express, installed with winetricks does not show menu bar. See the
screenshot.
--
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=17597
Summary: CharmTale2 crashes when releasing mshtml if gecko not
installed
Product: Wine
Version: 1.1.16
Platform: Other
URL: http://www.playfirst.com/game/charmtale2
OS/Version: other
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Trying out a game a user wanted in
https://answers.edge.launchpad.net/ubuntu/+source/wine/+question/61290
If you decline to install gecko, the game crashes quickly with
Unhandled exception: page fault on read access to 0x00000008 in 32-bit code
(0x7d026c32).
Backtrace:
=>0 SupportErrorInfo_Release+0x12(iface=0x74112c) [dlls/mshtml/htmldoc.c:1597]
1 0x00407900 in charmtale2 (+0x7900) (0x0032cfcc)
2 0x00407a2e in charmtale2 (+0x7a2e) (0x00000000)
SupportErrorInfo_Release+0x12 [dlls/mshtml/htmldoc.c:1597] in mshtml: call
*0x8(%eax)
1597 return IHTMLDocument_Release(HTMLDOC(This));
--
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=25289
Summary: Civilization 4: fails with 'error loading shader
libraries' unless native d3dx9_26 is used
Product: Wine
Version: 1.3.7
Platform: x86
URL: http://download.cnet.com/Civilization-IV-demo/3000-748
9_4-10465206.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: wine-bugs(a)winehq.org
Created an attachment (id=32132)
--> (http://bugs.winehq.org/attachment.cgi?id=32132)
terminal output
Terminal doesn't d3d/d3dx9 related stuff, but I'll attach it anyway.
--
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=11499
Summary: sound effects not played correctly Battlefield 1942
Product: Wine
Version: 0.9.54.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffzaroyko(a)gmail.com
wine-0.9.54, Ubuntu 7.04
When playing Battlefield 1942 with audio set to either oss or alsa, sound
effects are not played correctly, some are not audible, some sound muffled or
cut short at the start and end.
I've searched through bugzilla for "dsound" "directsound" and "sound effects"
but I haven't been able to spot anything similar to this. I did try the patch
on bug 9358 but if anything, subjectively it seemed worse.
I also tested the demo for bug 7755 but didn't find any problems with sound
effects.
I've created a log of WINEDEBUG=+dsound, it's 80+ MB uncompressed for loading
the game, loading a level and firing a weapon and then exiting immediately.
The log does mention "Buffer starting or buffer underrun" - I don't know if
this message is normal though.
2.5MB bzip2'd log http://members.iinet.net.au/~something/dsound.log.bz2
--
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=15924
Summary: Program freezes during login
Product: Wine
Version: 1.1.7
Platform: Other
URL: http://www.cmsfx.com/en/trading-software/
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mail2gaz(a)yahoo.com.au
When installing this application in wine the following error occurs "Module not
found (msls31.dll)"
The rest of the installation goes smoothly. Clicking the application after
install appears to do nothing yet it is listed in "services" in Xubuntu as
"zombie".
After "killing" the "zombie" and clicking the application again, it gets all
the way to the login screen. At that point a username and passwaord can be
entered but the application then gives the error " failed to connect to
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=17402
Summary: Battlefield 2 runs unplayably slow (and mission loading
takes longer) on ATi with GLSL
Product: Wine
Version: 1.1.15
Platform: PC-x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben(a)atomnet.co.uk
When trying to play Battlefield 2 with an ATi card and GLSL enabled, the
mission loading takes far, far longer than it should (several minutes) when it
reaches the "Loading Geometry" stage. When it finally loads it runs at about
0.2fps and has odd graphics corruption (mainly on remote hills and the far
right part of the screen, unfortunately print screen is black).
Disabling GLSL fixes both these issues but that in turn locks the game to all
low quality settings.
ATi driver is 2.1.8395 (9.1) although was present with 8.11 and 8.12 as well
(only started using ATi at 8.11).
--
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=24850
Summary: Explorer++ resets custom toolbar buttons on each
startup
Product: Wine
Version: 1.3.5
Platform: x86-64
URL: http://www.explorerplusplus.com/download
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=31445)
--> (http://bugs.winehq.org/attachment.cgi?id=31445)
terminal output
The buttons displayed in the main toolbar can be customized by right-clicking
it and choosing "customize..." (or until bug 24843 is fixed, the lowest bit of
blank space in that menu). On Windows, it saves any changes made there and
restores them on each startup. No such luck in Wine, where it resets to the
defaults on each startup.
Native comctl32 (v6) makes it work as expected. This line might be suspicious:
fixme:toolbar:TOOLBAR_Save save to L"Software\\Explorer++\\Settings"
L"ToolbarState"
P.S. There's an easy workaround which just started working in git (it'll make
the program crash on startup in 1.3.5 or earlier): go into options and enable
portable 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=14162
Summary: Watchtower Library: Crashes when using Search window
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kinneyconsulting(a)cox.net
Toshiba Tecra 8100, Watchtower Library 2007, Clean install, Debian Linux 4.0r3,
wine-v1.0. WT library runs and you can browse categories but when you type in
the "search" window, The WT-2007 Library crashes with this message "Watchtower
Library has experienced a problem and cannot execute"; press OK to continue.
When you press OK, the application closes out.
--
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=17337
Summary: Prevent running as root
Product: Wine
Version: 1.1.14
Platform: PC
URL: http://www.winehq.org/pipermail/wine-devel/2009-
February/072843.html
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Been tried a few times, need to make it harder to run as root, but not
disabled. Alexandre proposed:
No, warning message boxes are just as useless, users have been
conditioned by MS to click through without reading.
If you really want to prevent users from running as root you have to
refuse to create the prefix and abort, and then make them jump through
hoops to create it manually, by running wineboot explicitly or something
like that.
See this thread for my most recent patch, which started this discussion:
http://www.winehq.org/pipermail/wine-devel/2009-February/072843.html
Filing a bug since I'm not sure when I'll be able to work on this.
--
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=24823
Summary: Miranda IM crashes with a modern contact list plugin
Product: Wine
Version: 1.3.5
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Obtain Miranda, set modern contact list as a default contact list plugin,
restart Miranda, get a crash.
--
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=19695
Summary: Gox Box window loses focus when list box is expanded
Product: Wine
Version: 1.1.27
Platform: PC
URL: http://www.steamingcoffee.com/software/goxbox/GoxBox.z
ip
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=22995)
--> (http://bugs.winehq.org/attachment.cgi?id=22995)
Gox Box standard error output
With wine-1.1.27-40-g0c862de, when expanding the list box in the Gox Box chat
window, the Gox Box window seems to lose focus, which doesn't happen on
Windows. I've attached standard error 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=22085
Summary: Roller Coaster Tycoon
Product: Wine
Version: 1.1.41
Platform: x86
URL: http://appdb.winehq.org/objectManager.php?sClass=versi
on&iId=400
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey_y_k(a)yahoo.com
You can't change from window mode, you can make it full screen window mode but
you cant change the actual resolution settings.
--
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=15564
Summary: BlogJet: typing text and account signup don't work
Product: Wine
Version: 1.1.5
Platform: Other
URL: http://www.codingrobots.com/blogjet/download/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
(This is the next problem after bug 10504.)
Blogjet, mentioned by a user at
http://justanystuff.blogspot.com/2007/11/running-zoundry-blog-editor-under-…
starts up ok now, but our embedded web browser isn't complete enough to
make it work. Symptoms:
1) if you ask it to help you create a blog account, it wants you
to click on a blog provider to sign up, but nothing happens.
2) If you have it connect to an existing blog, you
can type a title, but you can't type text in the main field.
--
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=16885
Summary: Yahoo Messenger 9 menu invisible, 'X' box hotspot in
wrong place
Product: Wine
Version: 1.1.12
Platform: Other
URL: http://messenger.yahoo.com/download/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Yahoo Messenger 9 installs ok (though the install hangs at the end),
and even starts, but the menu doesn't display (usually).
You can access the menu via the keyboard by pressing alt-m,
and then it draws itself.
Possibly related is that the hotspots for the minimize/maxmimize/close
window decorations are below where they should be; you have to click
on the (undrawn) menu bar instead of on the window decorations to
get them to do anything.
--
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=23148
Summary: Lotus Freelance Graphics 2.1 reports a C runtime error
and exits
Product: Wine
Version: 1.2-rc3
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: win16
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Blocks: 19662
Created an attachment (id=28790)
--> (http://bugs.winehq.org/attachment.cgi?id=28790)
Wine 1.2-rc3 +local
Lotus Freelance Graphics 2.1 reports a C runtime error and exits.
Curiously I have gone back to Wine 1.1.11 where Bug 19662 should occur but this
bug occurs instead. This suggests something has changed in Ubuntu Lucid (or
the kernel) that affects this app in Wine.
Same effect in Wine 1.1.11, 1.1.42 and 1.2-rc3.
Console output:
err:local:LOCAL_GetBlock not enough space in local heap 19f7 for 3512 bytes
--
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=19648
Summary: Lotus Organizer 97 - No text on tabs
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=22933)
--> (http://bugs.winehq.org/attachment.cgi?id=22933)
Screenshot
The text on the tabs of the organizer on Organizer 97 does not appear.
"winetricks allfonts" makes no difference, not sure what else to try.
No console output.
The attached screenshot with associated scribble shows where the text should
be.
--
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=20927
Summary: winevdm.exe error
Product: Wine
Version: 1.1.33
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugzilla(a)lager.freeserve.co.uk
On clicking to print, message box appears that winevdm.exe has an error;
program then freezes.
--
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=20319
Summary: ArcGIS 9.3 - ArcMap: Crashes upon startup
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: unlambda(a)gmail.com
I have successfully installed ArcGIS 9.3, and run the license manager to
register my copy. When I try to launch ArcMap, however, a splash screen come
up, but while the splash screen is up an error occurs "The program ArcMap.exe
has encountered a serious problem..." With some help on IRC, I ran the program
under winedbg, where I got the error "err:ole:CoGetClassObject no class object
{00000100-0000-0010-8000-00aa006d2ea4} could be created for context 0x1". It
was suggested I try installing mdac28 and jet40 via winetricks, which I did,
but continued to get errors. See http://paste.lisp.org/display/88498 where the
first paste is the original error, the second is after I tried "winetricks
mdac28 jet40", and the third is after (again as suggested on IRC) trying to
install dcom98 via winetricks. I have since removed the overrides for dcom98,
as they did not appear to be helpful.
In order to debug this software, you can get a 60 day trial at
http://www.esri.com/software/arcgis/arcview/eval/evaluate.html as long as
you're willing to give them a whole lot of identifying information. Let me know
if I can provide any more information to help debug this issue.
This seems to be similar to a bug which has been reported for a while,
http://bugs.winehq.org/show_bug.cgi?id=10672 , though this is a newer version
of Wine and a newer version of ArcGIS, so I figured that I would report a new
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=14255
Summary: Direct3d child window draws "out of place"
Product: Wine
Version: 1.1.0
Platform: PC
URL: http://www.engine001.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thedevilsjester(a)gmail.com
The Direct3d surface is being drawn at 0x0 on the parent of the canvas, rather
than the canvas itself.
--
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=11714
Summary: Popup with tide station name blank but present
Product: Wine
Version: 0.9.55.
Platform: PC
URL: http://wxtide32.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: n5470(a)pinefields.com
WXTide32 uses a vector artwork map, showing land mass outlines that can be
scaled up and down, and red (tide station) and blue (current station) squares
to mark the specific geographic location of reporting/predicting stations. As
the cursor moves over a square, the station's name is displayed in a popup
placed near the square. Under wine, the popup is drawn in the appropriate
place but no text is displayed in the popup. This problem is consistently
present and repeatable on demand. This problem was first observed under Wine
0.9.55 and is unchanged under 0.9.56. It has the feel of a problem seen in the
main application - see Bug 11562.
--
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=19577
Summary: Sword of the Stars background texture very pixellated
Product: Wine
Version: 1.1.21
Platform: PC
URL: http://www.gamershell.com/download_14762.shtml
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
Created an attachment (id=22815)
--> (http://bugs.winehq.org/attachment.cgi?id=22815)
On the mid-left side of the screen you can see the space background very
pixellated
In Sword of the Stars the main game screen background has a very pixellated
look (see attached screenshot).
There is a demo available: http://www.gamershell.com/download_14762.shtml
--
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=13483
Summary: Opengl.c test fails in windows xp when in 16bit color
mode
Product: Wine
Version: 1.0-rc2
Platform: PC
URL: http://test.winehq.org/data/156dad05c08cd921288aedf1b281
ff23844a1692/xp_aenglish-xp-16bit/report
OS/Version: Windows XP
Status: NEW
Keywords: testcase
Severity: minor
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Tried running the test suite in windows xp, with color set to 16 bit. Results
were mostly the same, only difference being opengl:
opengl32:opengl start dlls/opengl32/tests/opengl.c ad05822127
opengl.c:217:SetPixelFormat on main device context failed
opengl.c:263: Test failed: WGL_COLOR_BITS_ARB (16) does not equal R+G+B+A (24)!
opengl.c:316:hread EF01056E, hdc EF01056E
opengl.c:108:nOnscreenFormats: 80
opengl.c:109:Total number of pbuffer capable pixelformats: 194
opengl.c:118:Selected iPixelFormat=1
opengl.c:142:iPixelFormat returned by GetPixelFormat: 1
opengl.c:143:PixelFormat from wglChoosePixelFormatARB: 1
opengl.c:155:Selected iPixelFormat: 81
opengl.c:172:iPixelFormat returned by GetPixelFormat: 1
opengl.c:173:PixelFormat from wglChoosePixelFormatARB: 81
opengl: 254 tests executed (0 marked as todo, 1 failure), 0 skipped.
opengl32:opengl done (1)
Might need a skip?
--
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=17244
Summary: Luka: graphic object not found / cannot load savegame
just after start
Product: Wine
Version: 1.1.11
Platform: PC
URL: http://www.luka.polizei-beratung.de/download.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
The application "Luka und das geheimnisvolle Silberpferd" throws an exception
and exits when
- trying to load a saved game or
- attempting to select one of the scenes intended for teachers
("Lehrerversion")
but only in case you just started the application.
It is possible to load a saved scene after you went once through the (long)
"start new game" introduction sequence.
The application's log file (Ogre.log) mentions that some object could not be
found as the cause of the exception
Function: SceneManager::getLight
Description: Cannot find Light with name youthclub_youthclub_1.
An issue possibly related might be that after playing for some time (or
whatever the bug trigger is), one may enter a scene where the main character is
not rendered, as if its graphics were missing. The log is then similar. The
game is not playable anymore from that point on, one must return to the main
menu. Even a save/load cycle does not restore the character once it
disappeared.
Be sure to install the "XP 1.0.1" patch as well as the main program (as I
mention in the test results), otherwise the application hangs during startup.
Also be sure to select the OpenGL renderer as I explain in AppDB.
This affects wine-0.9.61..wine-1.1.11 (wine-1.1.14 suffers from a regression,
that's a distinct issue). Using Ubuntu Hardy and the XOrg Intel video driver.
If this were fixed, the app rating would jump from bronze to gold.
--
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=14317
Summary: The Cepstral SwiftTalker toolbar with the Zune theme is
transparent
Product: Wine
Version: 1.1.0
Platform: PC
URL: http://www.cepstral.com/downloads/
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: msclrhd(a)gmail.com
1. Install a Cepstral voice (e.g. Callie), containing Cepstral SwiftTalker
2. Install Zune theme (go.microsoft.com/fwlink/?LinkID=75078)
3. Run winecfg and set the theme to Zune
4. Run SwiftTalker (c:\\program files\\cepstral\\bin\\swifttalker.exe)
The toolbar at the bottom of the SwiftTalker application is transparent.
5. Bring an application on top of SwiftTalker
6. Minimize the application
The toolbar will contain part of the application that was over the toolbar.
--
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=14220
Summary: Digital Servo Controller programming software
Product: Wine
Version: 1.0.0
Platform: PC
URL: http://a-m-c.com/download/software/amcds3-7-6.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: iluvatar.dx(a)gmail.com
Created an attachment (id=14507)
--> (http://bugs.winehq.org/attachment.cgi?id=14507)
the output text on the terminal, using WINEDEBUG=+relay
Unhandled page fault appears when the DriveSuite 3.7.6 try to connect to the
drive using serial port, it just freeze.
The program use RS232 to write and read to the servo controller, already tested
the serial port configurations on the computer and the port itself is 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=24737
Summary: fixme in win:EnumDisplayDevicesW
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: piotr.kosek(a)o2.pl
Running dedicated server of Drakan game on x86, Wine 1.3.4 results in:
~/Games/Drakan $ wine Drakan.exe +dedicated +levellist "Ground Only"
+maxplayers 5 +fraglimit 20
fixme:win:EnumDisplayDevicesW ((null),0,0x32f1bc,0x00000000), stub!
--
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=15783
Summary: Webcalldirect: needs DNS_QUERY_RETURN_MESSAGE to run
Product: Wine
Version: 1.1.7
Platform: PC
URL: http://www.webcalldirect.com/en/download.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kimatrix(a)hotmail.com
Created an attachment (id=16895)
--> (http://bugs.winehq.org/attachment.cgi?id=16895)
Shows the crash
The application installes fine and starts but it will not run because there is
missing a implementation in: dnsapi.dll
fixme:dnsapi:dns_map_options option DNS_QUERY_RETURN_MESSAGE not implemented
--
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=20765
Summary: The Oracle IRM Desktop option window property pages
are drawn excessively small
Product: Wine
Version: 1.1.33
Platform: PC
URL: http://download.oracle.com/otn_software/sealed/PR51/De
sktop/Oracle IRM Desktop EN 5.5.15.22.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
With wine-1.1.33-259-g7782ebe, after installing the Oracle IRM Desktop
application and launching the supplied sealmon.exe executable, right-clicking
on the Oracle IRM Desktop's system tray icon and selecting "Options..." in the
context menu yields an options window whose property pages are drawn much too
small to be usable. The options window appears to be a control panel applet
hosted in control.exe. The only output visible is:
fixme:service:EnumServicesStatusExA 0x1618a0 level=0 type=30 state=1 (nil) 0
0x32f3fc 0x32f400 0x32f404 (null)
fixme:rpc:RpcMgmtWaitServerListen not waiting for server calls to finish
fixme:service:EnumServicesStatusExA 0x162d48 level=0 type=30 state=1 (nil) 0
0x33eca8 0x33ecac 0x33ecb0 (null)
fixme:msg:pack_message msg 80 (WM_SETICON) not supported yet
err:rpc:I_RpcGetBuffer no binding
--
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=14562
Summary: Photoshop Elements 6.0 editor hangs when scripting
engine started
Product: Wine
Version: 1.1.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eric(a)ericschaffner.net
Created an attachment (id=14915)
--> (http://bugs.winehq.org/attachment.cgi?id=14915)
Back trace from page fault
The Photoshop Elements 6.0 editor hangs if the Photoshop scripting engine is
initialized.
Steps to reproduce:
-------------------
(1) Download the Adobe Photoshop Elements 6.0 trial from here:
http://www.adobe.com/downloads/
(2) Install onto a Wine 1.1.1 prefix
(3) Copy connapi.dll into windows\system32 OR remove the NokiaManager file as
described here:
http://kb.adobe.com/selfservice/viewContent.do?externalId=kb403011&sliceId=2
Otherwise, PSE won't launch.
(4) Start PhotoshopElementsEditor.exe. You may need to kill the
PhotoshopElementsFileAgent.exe for startup to continue.
(5) Chose the trial
(6) Navigate to File -> New -> Photomerge Panorama.
--
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=21696
Summary: Civilisation2: round turns take very long time, if
screen is focused on own cities
Product: Wine
Version: 1.1.38
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thomas.sachau(a)gmx.de
If you do start a round turn in Civilisation 2, all other computer players do
their turn. usually you only see the movement of units visible to you, so that
is quickly done. But it seems like there is either something wrong with wine or
Civ2 code, since it takes now very long, when you see your own cities on
screen. From the timing, it might be related to the amount of moves the
computer players do.
My thought is that the game thinks you can see all units and does the moves
slowly as it is done for visible units. But you dont see most enemy units, so
this is a bug, which creates a big slowdown.
Often it helps as a workaround, when you center the screen on some other part
of the screen, the roundturn is much faster, until the current screen moves to
your cities because of a seen movement. In this case, it becomes slow again.
Since i have WinXP in a VM, i can test the game there too and there it works as
expected: Fast roundturns, independent of screen content.
Time difference for bigger games:
-Windows XP: takes a few seconds
-wine: takes a few minutes
--
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=18047
Summary: Sony Ericsson Update Service does not detect mobile
phone
Product: Wine
Version: 1.1.19
Platform: PC
URL: http://www.sonyericsson.com/cws/download/1/110/61/123902
2074/Update_Service_Setup-2.9.4.19.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
The Sony Ericsson Update Service updates the firmware on Sony Ericsson mobile
phones via USB.
My mobile phone is the Sony Ericsson K610i
http://www.sonyericsson.com/cws/support/phones/k610i
At the point in which the application attempts to communicate with the phone,
the following is printed in the console:
fixme:win:RegisterDeviceNotificationW (hwnd=0x13003c,
filter=0x1388e93c,flags=0x00000000),
returns a fake device notification handle!
fixme:win:RegisterDeviceNotificationW (hwnd=0x13003c,
filter=0x1388e93c,flags=0x00000000),
returns a fake device notification handle!
fixme:setupapi:CM_Locate_DevNodeW 0x1239e018 (null) 0x00000000: stub
Each subsequent attempt prints a new "fixme:setupapi:CM_Locate_DevNodeW" line.
There is no error message from the application, and it simply returns to the
previous window.
I realise USB support in Wine is in its infancy, so this could be a long one.
Update Service does create its own logs, but it's not clear what format they
are (not plain text).
Update Service uses the Java Runtime Environment, but it is unclear if it uses
Java to communicate with the phone 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=18121
Summary: SCTS window layout broken after minimizing
Product: Wine
Version: 1.1.19
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winedrinker.20.zcI1uvtHHi9G(a)spamgourmet.com
Created an attachment (id=20568)
--> (http://bugs.winehq.org/attachment.cgi?id=20568)
SCTS windows before minimizing
Hi!
While using the SCTS program (downloadable from [1]) I have the following
problem: When I minimize the window and then display it again, the position of
some GUI elements has changed. This can be seen in the attached screenshots, it
is reproducable every time. Under native Windows XP, the minimizing works. I
just noticed that the window layout will also break when I switch from one KDE
virtual desktop to another.
Another issue that may or may not be related to this is that under Wine, I can
resize the program window to any size I want. But under Windows XP, the SCTS
program enforces a certain minimum size for its window.
System:
- 64 bit openSuse 11.1, window managers tested were KDE 3.5 and TWM.
Wine was configured to act like Windows {95,98,ME,2000,XP,NT4.0}, but no
change.
- 32 bit Windows XP SP3
[1] http://sourceforge.net/projects/oma-scts/
--
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=16724
Summary: FLV Player included with aTube Catcher appear as a black
window.
Product: Wine
Version: 1.1.11
Platform: PC
URL: http://atube-catcher.dsnetwb.com/get-video-software-
windows-home/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Following bug 16711. After the FLV player start I only get a black window with
a tree at the right side of the window.
All i see in console is:
fixme:ole:OleLoadPictureEx
(0xa4e6cc,774,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x32fabc),
partially implemented.
fixme:ole:OLEPictureImpl_SaveAsFile (0x131158)->(0x135510, 0, (nil)), hacked
stub.
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!
....
err:ole:ITypeInfo_fnInvoke did not find member id -514, flags 0x2!
....
And continue every time you put the mouse over the window
--
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=13591
Summary: Popup Window created out of screen.
Product: Wine
Version: 1.0-rc3
Platform: PC
URL: http://emuleplus.info
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vladimiroski(a)gmail.com
Created an attachment (id=13552)
--> (http://bugs.winehq.org/attachment.cgi?id=13552)
Preference Window of Notifications.
Hi! I'm using eMule Plus 1.2d, and I have enabled notifications in "eMule Plus
-> Preferences -> Messaging -> Notifications" (see attached image).
Problem is that the popup window is created and displayed out of the screen.
I don't know if it's trying to base it position relatively to something that
does not exist (like Windows "Start" button or Windows Systray).
Ubuntu 7.10 + gnome 2.20
--
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=19738
Summary: Last Chaos: Sky is in front with ORM=fbo
Product: Wine
Version: 1.1.27
Platform: PC-x86-64
URL: http://lastchaos.gamigo.de/download/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kgbricola(a)web.de
The sky is in front of the landscape in the German Last Chaos (not sure if the
English version has the same bug) when ORM=fbo. This happens in the log in
screen and in the game (from time to time). Setting ORM=backbuffer fixes this
issue.
Steps to reproduce:
- get a copy of Last Chaos (http://lastchaos.gamigo.de/download/)
- install it
- start the game with wine
- on the small screen hit start
- now you are at the log in screen, where the bug (see attachment) is visible,
if you wait a short time (~30 seconds)
System specs:
- 8800GTS, 190.18
- Fedora 11, 2.6.29.6-217.2.3.fc11.x86_64
- wine-1.1.27
--
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=21468
Summary: Navicat windows 8.2 no UTF-8 support
Product: Wine
Version: 1.1.37
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: der_billyboy(a)hotmail.com
Navicat windows 8.2 and older versions do not show up UTF-8 correctly, get only
displayed ASCII chars für UTF-8 chars.
On Insert or Update to DB on eg. text it gets cut off at those chars.
Seems that it needs an Wine UTF-8 fix?
I got the same Problem on the Navicat Linux version with the modified Wine from
the Publisher.
--
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=13930
Summary: [dogfood] The flash animation on
http://www.formula1.com/ website flickers in firefox
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.formula1.com/
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: piaskal+wine(a)gmail.com
Created an attachment (id=14058)
--> (http://bugs.winehq.org/attachment.cgi?id=14058)
screenshot of the bug
The flash animation on http://www.formula1.com/ website flickers in firefox.
Firefox 2.0.0.14
Wine 1.0-rc5
Shockwave Flash 9.0 r124
--
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=12838
Summary: Spiceworks IT Desktop 2.1: Wine corrupts bitmap files
during extraction from installer
Product: Wine
Version: 0.9.60
Platform: PC
URL: http://spiceworks.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimaki(a)rocketmail.com
When the installer Spiceworks.exe is ran it temporarily unpacks its files into
the windows/temp directory. Among the files extracted are bmp files which are
used in the installer wizard itself, including the very first page of the
wizard.
Under Wine, most of the bitmap files get extracted in corrupted form which
results in none of the bitmaps showing up on the first page of the wizard and
some not showing up on other pages of the wizard.
Spiceworks uses an NSIS installer, the contents of which can be extracted using
7zip. I have compared the files extracted by Wine with those actually in the
installer and they are of different size and binary content which clearly
indicates corruption of data by Wine. This problem does not occur under
windows.
--
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=17309
Summary: Wacom detection fails on Wacom-locked ArtRage edition
Product: Wine
Version: 1.1.14
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: knan-wine(a)anduin.net
Created an attachment (id=19321)
--> (http://bugs.winehq.org/attachment.cgi?id=19321)
Plain console output
ArtRage 2.5 Wacom Edition bundled with my Wacom tablet fails to detect a Wacom
tablet and exits with "This application will only run on a Wacom tablet."
--
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=14656
Summary: voipdiscount client:Call to unimplemented function
dnsapi:dns_map_options option DNS_QUERY_RETURN_MESSAGE
Product: Wine
Version: 1.1.2
Platform: All
URL: http://www.voipdiscount.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jose.horas(a)gmail.com
Created an attachment (id=15086)
--> (http://bugs.winehq.org/attachment.cgi?id=15086)
terminal output
voipdiscount allows to make free calls to other countries. It works much better
in the last versions of wine, but still it cannot connect, probably because of
this call to dnsapi.
--
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=21115
Summary: Imgburn 2.5.0.0 cannot change booktype for DVD+R DL
(SPTI). ASPI is very slow.
Product: Wine
Version: 1.1.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: malky.ua(a)gmail.com
I've found that Imgburn cannot change the booktype for DVD+R DL using SPTI so I
can't use such written DVD-Video (DVD-9) disks on my DVD-Player.
I've posted this bug on imgburn forum and got an advice to use aspi.
But my drive writes extremely slow using ASPI.
imgburn's community supposed that it's bug of wine.
Here is link for detailed description of this problem on imgburn's forum:
http://forum.imgburn.com/index.php?showtopic=13098
--
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=21931
Summary: Adobe Dreamweaver refuses to run on ubuntu 9.10 x64
with any WINE version tried
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 133794m3r(a)gmail.com
Created an attachment (id=26620)
--> (http://bugs.winehq.org/attachment.cgi?id=26620)
terminal output from running dreamweaver.exe in ubuntu 9.10 x86-64 with WINE
1.1.34
I've tried using 1.1.34, 1.1.39 and neither one is working. 1.1.15 is, however,
working for the install. I've tried taking the literal dlls from my own windows
7 install, i've also tried following everything else that others have said to
do but it just refuses to run. I am currently using the trial download that
they offer you on their home page. It's refusing to run and just shows a ie
window and it says "server not found" then when i close that window dreamweaver
just dies. Attached is the entire log of the file starting up taken from my
terminal, i guess i'm going to go back to windows and not be able to move over
to ubuntu as i was hoping.
--
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=9441
Summary: MemoriesonWeb: Dragging image to album track does not
work.
Product: Wine
Version: unspecified
Platform: PC
URL: http://tinyurl.com/2og2jn
OS/Version: Windows 98
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mguhlin(a)gmail.com
Drag-n-drop of images onto the MemoriesonWeb album track did not work. A circle
with a diagonal line appeared when attempting to drag. More on this at:
http://tinyurl.com/2og2jn
--
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=11937
Summary: Specific application is not responding
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johnarevalo(a)gmail.com
when run Carom3d game[1] last version wine throws just these lines:
ALSA lib ../../../src/seq/seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq
failed: No such file or directory
but process never finish and the processor is used 100%, so i have to kill it
by myself. i post as test for AppDB, but was rejected with suggestion about
post this bug.
other Directx 9 applications runs Successfully(including sound).
Thanks.
[1] http://carom3d.gameis.com/download/download_client_0.asp
--
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=24592
Summary: Utopia City crashes on startup
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: curran.michaelp(a)gmail.com
Created an attachment (id=31056)
--> (http://bugs.winehq.org/attachment.cgi?id=31056)
Console log of crash
On startup, the game displays a splash screen and then crashes with an pop up
titled "Unhandled std::exception" explaining that "Game initialization failed
due to following: services failed to initialize".
I have attached a log of the console output, and have a +seh,+tid,+relay log as
well, but it is fairly large, even when compressed.
I have tried using the native d3d dlls, it had no effect.
--
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=23030
Summary: illegal assistant software
Product: Wine
Version: 1.2-rc2
Platform: x86
URL: http://xd.xoyo.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: meishi.zhaoshi2(a)163.com
I tried to wine MAT(Mission Against Terror),a free FPS netgame.I used to make
it,but in that time wine didn't capture the mouse inside the window.By now,wine
provide the function of capturing the mouse,yet MAT defined wine as an illegal
assistant software.Please just check out my attachments.Thanks for your time.
--
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=12342
Summary: Winambulancia -cannot create a new pacient record
Product: Wine
Version: 0.9.58.
Platform: PC
URL: http://www.softprogres.sk/prog_winamb.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tuharsky(a)misbb.sk
WinAmbulancia (see AppDB) is medical software for variety of specialisations of
medical prax. It uses VFP and VB with MDB backend. The app is in Slovak (SK)
language. Mostly the wine problems are related to the OLE.
When You're in the app, the two icons of the blank paper in the upper left
corner (or pressing Ctrl+Ins or Ctrl-n respectively) should open a dialogue in
order to create a new pacient record. However, under the Wine, they do nothing.
Please, see the installation instructions (english) here:
http://bugs.winehq.org/attachment.cgi?id=11818
--
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=19821
Summary: AutoHotKey reports wrong Nls language
Product: Wine
Version: 1.1.28
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brawxingerole(a)mailueberfall.de
When I run Gimp 2.6.7 it starts localised under WindowsXP German and in Wine
installation 1.1.28 on german localised Ubuntu 8.04.
Gimp gets the current localisation information from registry key:
HKEY_CURRENT_USER\Control Panel\International\Locale
I then tried to run a modified appinstall script gimp.ahk which determines
current locale language with Autohotkey's internal %A_Language% variable.
Under Windows XP German this modified script detects language correctly and
runs it errorfree.
Running the script in "German Standard" locale (0407) Wine installation on
Ubuntu 8.04 doesn't work.
AutoHotKey greps the information for the variable from registry key:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Nls\Language\InstallLanguage
Checking the keys reveals that AutoHotKey fails under Wine because there the
HKLM\...\Nls\Language\InstallLanguage key contains always 0409 independent of
Linux locale.
--
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=22389
Summary: Text fields in dialog box remain highlighted in IDA
Pro (maybe other Borland VCL programs?)
Product: Wine
Version: 1.1.42
Platform: x86
URL: http://www.hex-rays.com/idapro/idadownfreeware.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
IDA Pro is an interactive disassembler. A freeware version can be downloaded
from http://www.hex-rays.com/idapro/idadownfreeware.htm
In some dialog boxes, when you press Tab to cycle to the next text box, text in
the previously-active box remains highlighted. It should not.
To demonstrate, download and install the freeware IDA Pro. Load any Windows
executable into it. Click to position the cursor over any label (e.g. start),
and press N to bring up the Rename address dialog box.
Initially, the Name field is highlighted. Press Tab. The "Maximum length of new
names" field is highlighted, but the Name field remains highlighted. Pressing
Tab again causes the "Local name prefix" field to also be highlighted, with the
previous two fields staying highlighted.
Apparently IDA Pro is built using the Borland VCL (Visual Component Library),
so perhaps this issue could affect other programs 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=25065
Summary: NFS Porsche: Video track isn't played in intro
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=31785)
--> (http://bugs.winehq.org/attachment.cgi?id=31785)
Terminal output on wine-1.3.6-240-g791b22a
Steps to reproduce:
1) remove ~/.wine
2) install NFS Porsche Unleashed
3) patch the game with NFS5-3.5.20040310.ZIP
4) rename gimme.dll to gimme.dll.bak
5) wine Porsche.exe driver=dx7z
Behaviour:
The intro is played (audio track is heard) but in place of video track there is
only wide deep dark blue horizontal stripe.
Expected behaviour:
Video track should be seen.
Additional info:
GFX: NVIDIA 9xxx
Drivers: 260.19.12
wine-1.3.6-240-g791b22a
intro file extension: .mad
--
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=14359
Summary: clear slots in new argv[]
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jreiser(a)BitWagon.com
Created an attachment (id=14656)
--> (http://bugs.winehq.org/attachment.cgi?id=14656)
clear new reserved slots in new argv[]
When constructing a new argv[] vector, then the new reserved slots should be
cleared to prevent bugs and keep valgrind(memcheck) happy. Patch is attached
and also will be sent to wine-patches(a)winehq.org.
--
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=19232
Summary: since few versions of wine graphics in warhammer40k is
not drawn and causes crashes.
Product: Wine
Version: 1.1.24
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nevasith(a)gmail.com
Recent updates of wine introduced a dramatic fall in Warhammer 40.000 Dawn of
War series. The game used to run on high details on my ATI Radeon 3400 card,
now they barely work on low.
The real problem is the graphics drawing engine - some parts are not even drawn
at all (ex armor of the TAU commander) Also these objects tend to crash the
game instantly. Even the low detail graphics keep this problem even in the game
menu. Fonts also have bacame unreadable.
I tried to use console to get informations on what may be wrong, but there are
only standard fixme lines dropping like mad.
Downgrading to wine 1.01 from ubuntu 9.04 repository solved the problem for me,
so there is something wrong with the newest versions of 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=24923
Summary: Wine doesn't allow to use/list bitmap fonts like
Terminus
Product: Wine
Version: 1.3.5
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
Wine doesn't allow to use nor lists system wide bitmap fonts like Terminus
(http://fractal.csie.org/~eric/wiki/Terminus_font).
(checked out by running Notepad - Terminus is not the list of fonts which are
allowed to select/use).
--
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=21048
Summary: It is possible to see wine window popup when running
with X window manager
Product: Wine
Version: 1.1.34
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atari(a)gabo.pl
When one runs Wine with X window manager handling Wine windows, it is possible
to see Wine window popup. To to it:
1. Click on any menu to make it open
2. Move the mouse cursor on the area handled by X window manager, where window
icon should be if window would be managed by Wine.
3. Window popup pops.
This is an unexpected behavior. It has pros&cons, but I belive it needs
discussion, and decision should be made if it is a bug or a feature :)
--
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=19368
Summary: lpfnWndProc can't catch Up/Down/Left/Right and CTRL+
other Button
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sakaihdt(a)d2.dion.ne.jp
Hello
I want to use "sakura editor".
(a Japanese Open Souce text editor for MS Windows)
(http://sakura-editor.sourceforge.net/)
But this application is not work well in wine(1.0.1 or 1.1.26 Ubuntu GNU/Linux
9.0.4)
- Not work Up/Down/Left/Right button in text area
- Not work CTRL+C or CTRL+A and other in text area
- Not work Backspace in text area
- Not work Function Key in text area
normal text button( a-z, 0-9 ) is work well,
and Up/Down... is work well in menu .
"sakura editor" catch Up/Down/Ctrl event from lpfnWndProc() callback.
but wine's lpfnWndProc seem not work when push Up/Down... key.
( I insert log in sakura editor source and check.)
I have 2 question. please tell me.
(1) Can lpfnWndProc() catch Up/Down/Left/Right CTRL+A,X,C and Function key in
Wine ?
(2) "lpfnWndProc() can catch Up/Down/Left/Right ..." is WindowsAPI
specification?
Thank 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=22940
Summary: winhelp: Missing shadow line under menu strip
Product: Wine
Version: 1.2-rc1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
There is a minor cosmetic difference between Wine winhlp32 and the Windows
version.
The Windows WinHlp32 draws a recessed frame outline around the window, which
means there is a dark grey line under the menu strip, and another line under
the button bar. There is no frame/outline in Wine winhlp32, which IMHO looks
ugly.
(Wine notepad.exe does draw a frame like this, it's just not present in
winhlp32.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=17787
Summary: Request: Add feature to unmount or eject USB flash
drives from Wine
Product: Wine
Version: 1.1.17
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: endless97c(a)yahoo.com
I use Epson Easy Photo Print with Wine to print images from various sources
including flash drives and memory cards. However they can't be unmounted with
the program running (which is possible in Windows). I have to exit the
program, unmount, then start the program again. Maybe something like eject,
except for USB drives?
--
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=15103
Summary: Bluetooth doesn't work in wine.
Product: Wine
Version: 1.1.3
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mieszkoslusarczyk(a)gmail.com
Could you make wine support bluetooth, maybe using blueZ stack?
--
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=14085
Summary: an importlib for multiple dlls is not supported
(avicap32 + avifil32 + msvfw32 => vfw32)
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: source
Severity: normal
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
The Wine build-env does not support a single importlib for multiple dlls.
Microsoft use this for vfw32.lib (avicap32.dll + avifil32.dll + msvfw32.dll)
According to julliard on IRC, the needed magic in winebuild is the Problem.
The importlib vfw32 is needed for the Wine testsuite:
http://www.winehq.org/pipermail/wine-patches/2008-June/056310.html
--
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=20390
Summary: chromium ipc_tests.exe hangs sometimes on
IPCSyncChannelTest.Multiple
Product: Wine
Version: 1.1.31
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
wine ipc_tests.exe --gtest_filter=IPCSyncChannelTest.Multiple
hung on the second run here on wine, but didn't hang in the eight runs I did on
Windows.
Source for the test is at
http://src.chromium.org/viewvc/chrome/trunk/src/ipc/ipc_sync_channel_unitte…
though it uses a bunch of classes and will be hard to extract.
--
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=21035
Summary: Desktop sounds integration missing
Product: Wine
Version: 1.1.34
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atari(a)gabo.pl
WINE does not play 'system sounds' on events (show messagebox, etc.).
WINE should map Windows sound events to XDG Sound Theme and Naming
Specifications (http://freedesktop.org/wiki/Specifications/sound-theme-spec).
It could be implemented using libcanberra
(http://0pointer.de/lennart/projects/libcanberra/)
--
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=18089
Summary: import_dll should check SharedDLLs
Product: Wine
Version: 1.1.19
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tarasov.igor(a)gmail.com
import_dll should lookup in
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDlls for
matching library, if it can't find it anywhere else.
Here's how I came to this: there are lots of programs that don't start in wine
unless you do special tricks, such as copying dlls to folder where the .exe
resides or to system32, or something else. If you search the bugzilla for
import_dll, you'll find a lot of bugs having this kind of errors:
err:module:import_dll Library something.dll not found
Mostly, questions arise as if software has installed correctly or something
else. But, I've made a test, installing it in windows, and launching directly,
that is without specifying "start in" parameter (as it would with .lnk files).
And in windows it works perfectly.
So, I've exported the registry from XP box and compared it to identical
installation in wine. The only mentions of dlls in question are in
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDlls
Google says, that this registry node is supposed only to track if installed
libraries are used by any installed application or not.
But it seems, that in windows, ntdll looks up into this registry part in order
to try to find where the libraries in question are located.
This would fix quite a lot of 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=24778
Summary: No Audio and Extremely low framerate in NBA 2k11
Product: WineHQ Bugzilla
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: illbashu(a)gmail.com
I'm getting an extremely low frame rate (less then 6) in NBA 2k11 and I'm
getting now sound. From what I've read people on windows have fixed the sound
prob by updating directx but that isn't really an option 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.
http://bugs.winehq.org/show_bug.cgi?id=18840
Summary: Empire Earth 2 LAN play looses synchonisation
Product: Wine
Version: 1.1.23
Platform: PC-x86-64
URL: http://www.gamershell.com/download_8799.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dunerkahl(a)yahoo.de
Created an attachment (id=21647)
--> (http://bugs.winehq.org/attachment.cgi?id=21647)
standard console output by running a network game
By playing Empire Earth 2 over LAN, after a few minutes of gameplay an
errormessage appears that the client is out of sync, then the game stopps.
Always the wine based client looses synchronisation.
A multiplayer demo is available at
"http://www.gamershell.com/download_8799.shtml"
--
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=14904
Summary: Starcraft Battle.net & Window Manager
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: panos.laganakos(a)gmail.com
When you've enabled: "Allow the windows manager to control the windows"
battle.net won't let you connect, saying that it's unable to make out you
client version.
Disabling it works fine, though you can't alt+tab to other apps.
--
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=24558
Summary: Wine: Starcraft II - CPU freq. not running at max
performance
Product: Wine
Version: 1.3.3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xinamius(a)gmail.com
CPU: AMD Phenon II X4 955
Ubuntu 10.10 64
In Starcraft 2 my framerate increases by 70-80% by setting "cpufreq-selector -g
performance". I haven't tested any other 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=21470
Summary: Starcraft gets slow when you select one and only one
overlord
Product: Wine
Version: 1.1.34
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wiebe(a)halfgaar.net
#14373 is reported fixed, but it's not.
Starcraft becomes very slow when you select certain units, most notably 1
overlord. When you select two overlords, it's not slow and when you select one
again it's ok as well. However, if you select something else and then an
overlord, it's slow again.
Problem exists with both GDI and OpenGL renderer, but it shows very severely
only with the GL renderer (whereas gameplay is superfluent otherwise in GL
mode). Most people, especially on modern hardware, might not notice the
slowness in GDI mode, but when you're a gamer and used to snappy response, it
becomes very difficult to "micro" with that slowness.
Points from the other bug:
- It doesn't have to do with the drawing complexity of the overlord, since you
can have a million in your view and more than 1 selected and works fine.
- The new patch of Starcraft introduced CPU throttling, which doesn't help.
- Selecting the default non GL renderer doesn't solve it, it hides it on very
fast machines. Machines faster than mine, anyway.
Hardware: Dual Core Athon X2 3800+ 2 GB memory.
Linux Distro: Gentoo Linux
--
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=23584
Summary: FXCM FX Trading Station 1.08 freeze at launch
Product: Wine
Version: 1.2-rc6
Platform: x86
URL: http://www.fxcm.co.uk/forex-software-download.jsp
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yleny(a)laposte.net
Created an attachment (id=29473)
--> (http://bugs.winehq.org/attachment.cgi?id=29473)
FXCM FX Trading Station launch log
I have downloaded the FXCM FX Trading Station (Forex client) at
http://download.fxcorporate.com/FXCM/FXTS2InstallFra.EXE.
I use Wine 1.2-rc6 on Mandriva Linux 2010.0.
I clean the /home/user/.wine folder.
I do :
#sh winetricks winxp
#sh winetricks msxml3
and when I launch the FXCM FX Trading Station sofware,
the program freeze during the launch.
I can pass the login step
I add launch log as an 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=24033
Summary: StarCraft2 bad physics issue on non-flat landscape
parts that is unrelated to the physics
Product: Wine
Version: 1.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: NightNord(a)gmail.com
I've attached few screenshots, illustrating this bug, first of which is most
impressive.
In short: at some parts of map, mostly this is non-flat and non-linear parts on
landscape, units, controlled by player or not, may:
1) Fly above the screen or just a little bit up.
2) Fall underground.
Buildings are also affected with even more funny effects (see first screenshot)
In most of cases units became unselectable with mouse and competely invisible.
Only way to get them out of there - move some big force at same location
(binded to hotkey), pushing them to outside of bug zone. I.e. "collisions" with
ground units just ok. Firing and damaging also works well, so only UI and
graphics are affected. No such bug for air units noticed.
This is done on ATI HD4570, fglrx-10.7, 2.6.35 kernel. wine-1.2 first tested.
Still remains on 1.3.
Settings:
VideoMemorySize=512 (unrelated)
UseGLSL=disabled (unrelated)
OffscreenRenderingMode=pbuffer (unrelated)
Game settings:
Shaders are low (middle with UseGLSL=enabled - unrelated. Without it
(UseGLSL=enabled) can't be tested due to bug #23906)
Textures are high (middle - unrelated)
Physics - middle (unrelated, I even tried to "off" it)
Shadows and other shader-related settings - low
Reflections - on (unrelated)
P.S. "Unrelated" means that changing this settings doesn't help, but no deep
testing was done (mostly due to crashes or heavy lags).
Default log shows nothing new while moving though such locations, so I'm not
posting any 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=12451
Summary: Adobe Acrobat Pro 6 -- "Acrobat Online..." and "Online
Support" do not work
Product: Wine
Version: 0.9.58.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jens(a)porup.com
Selecting Help --> Acrobat Online and Help --> Online Support both do nothing.
This is interesting, because Help --> Registration will successfully open a new
tab in Firefox in Linux, so Acrobat knows how to communicate to the browser,
but doesn't do so with these two other menu options.
Wishlist item.
--
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=19813
Summary: Voddler needs GetSystemTimes to run
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martin(a)startwars.org
Created an attachment (id=23212)
--> (http://bugs.winehq.org/attachment.cgi?id=23212)
terminal output from voddler
I tried to run the Voddler client for Windows (www.voddler.com)
A black window is shown and some terminal output shows many
fixme:time:GetSystemTimes (0x32fc84,0x32fc7c,0x32fc74): Stub!
See attachment for the full output
Then the application "hangs"
--
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=24299
Summary: Starcraft 2: Custom maps with dialog labels using
style "ABChoiceBackButtonText" crashes game
Product: Wine
Version: 1.3.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eric.julien+winehq(a)gmail.com
Created an attachment (id=30620)
--> (http://bugs.winehq.org/attachment.cgi?id=30620)
Modified map that doesn't crash
When using some custom map, SC2 may crash. With the latest version of the
Multitasking Trainer by stet_tcl, it does crash as soon as you select the race.
By trial and error, I found out it was the "Enable coach mode:" button that
made it crash. What makes it different fromt other labels is that it has a
style applied to it. That style is ABChoiceBackButtonText. Some other style,
such as ABChoiceButtonText seem to work fine. If I remove that style
specification from all strings in GameString.txt (using Ladik's MPQ Editor)
using some sed command, the map will run fine.
I've attached a version of the map that induces the crash (with a single
ABChoiceBackButtonText label) and a version that doesn't crash. Those should
only work as expected with enUS N.A. retail copies, as the enGB locale has it's
own version of the GameStrings.txt file that I don't think I have modified.
Note that I can't see the ABChoiceBackButtonText style in the list of styles
available from the Starcraft 2 Editor, don't know if it's related.
I've included wine's output for both a run of the crash inducing map and the
one that runs fine. I haven't been able to run it with WINEDEBUG="+all", Sc2
seems to terminate prematurely in that case.
Some other maps also crash for me (ie. The Unit Tester), but I don't know if
it's 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=11176
Summary: Adobe Reader 6: Searching not possible (riched20.dll)
Product: Wine
Version: 0.9.53.
Platform: PC
URL: http://appdb.winehq.org/appview.php?iVersionId=9011
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
Created an attachment (id=10229)
--> (http://bugs.winehq.org/attachment.cgi?id=10229)
+loaddll,+richedit,+tid
Press "enter" in the edit field does not start the search and the "Search"
Button remain disabled, whe you entered a letter/word to search for.
Search does not start.
1- wine started: "AcroRd32.exe winedev-guide.pdf"
2- (Debug mark #1: ~52% in the log)
3- Press the Search Symbol
=> The Search-Dialog is created
4- (Debug mark #2: ~85% in the log)
5- "w" as word to search for was entered, but the Button "Search" remain
disabled
6- (Debug mark #3: ~89% in the log)
7- Close wine
When you enter a letter in the search field with native "riched20.dll",
the "Search" Button is enabled and when you enter a word in the search field
and press "enter", the document is searched.
--
By by ... Detlef
--
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=21708
Summary: d3d is trying to use GL_DEPTH_TEXTURE_MODE_ARB when
driver doesn't support ARB_depth_texture
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: suokkos(a)gmail.com
ARB_depth_texture (and ARB_shadow) was moved to opengl core only in 1.4. radeon
r200 cards don't have hw support or depth textures so mesa r200 driver only
supports 1.3.
If I run 3DMark2001 in wine with r200 I get INVALID_ENUM errors for call to
glTexParameter(GL_DEPTH_TEXTURE_MODE_ARB). The problematic demo is the high
detail lobby.
If directx 8 did require something similar to ARB_shadow and ARB_depth_texture
then it would be interesting to know if ati did support them in windows driver.
--
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=23174
Summary: Fallout 3: Diologue and Video/sound issues
Product: WineHQ Bugzilla
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xhrisx(a)gmail.com
On my system, Fallout 3 crashes when the game is played for more that an hour
if I have sound, yet without sound I may play to my hearts content
what occurs is two things:
1) OSS and ALSA cause loop of some kind of loop that eats through resources
causing my entire system to crash after exactly 2mins of the game freezing;
when the game starts out the frames per second are at 60fps and decline quickly
to 5fps or lower.
-Note; the game works Almost perfectly with OSS and ALSA turned off, The game
stays at a steady 20-30fps, Still laggy at points of High Polygon count.
(Washington memorial, Wasteland in general.)
2. I cannot continue the main quest because of a text dialogue error that shows
"..." instead of the initiating dialogue. And nearly all text dialogue is
Lagging in response.
My system:
Ubuntu 10.04
wine 1.2~rc2
AMD Athlon x2 5200
M2N-e
4gb Ram
4650 1gb videocard
sound blaster Live! card
--
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=18019
Summary: Mass Effect: Setup crashes when changing install
directory
Product: Wine
Version: 1.1.19
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
Created an attachment (id=20407)
--> (http://bugs.winehq.org/attachment.cgi?id=20407)
Setup output
If I select custom install in Mass Effect setup and attempt to change the
install directory (I usually mark the install directory as C:\jeu), the setup
crashes with the output attached above. Channels +relay and +seh enabled. Using
Gentoo X64 and 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=9473
Summary: Adobe Reader 6: Zoomfactor and Pagenumber are empty
(riched20.dll)
Product: Wine
Version: 0.9.44.
Platform: PC
URL: http://appdb.winehq.org/appview.php?iVersionId=9011
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
Created an attachment (id=7817)
--> (http://bugs.winehq.org/attachment.cgi?id=7817)
screenshot
Adobe Reader 6.0.1:
There is nothing displayed in the Zoomfactor Field and in the Pagenumber Field
with builtin "riched20.dll"
Both fields works with native "riched20.dll"
--
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=19156
Summary: Street Fighter 4 Benchmark: Poor framerate
Product: Wine
Version: 1.1.24
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=versi
on&iId=17048
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saziel(a)gmail.com
The SF4 Benchmark (and thus, the game itself probably) suffers from a poor
framerate when run under wine. Under windows I can get up to 90fps, while I'm
stuck at 30fps running under wine. As the game logic is based on frames, not
time, anything below 60fps is unusable.
In addition, it does not seem to recognize the video card properly- where the
video card string should be displayed, it says "X11 Windowing System" instead.
Fiddling around with the options can slightly boost framerate. For instance,
with backgrounds disabled the framerate can jump much higher, however most
other options have little effect.
Not much interesting console output, except this which gets spammed:
err:d3d:state_colorwrite (WINED3DRS_COLORWRITEENABLE1/2/3,7,15,15) not yet
implemented. Missing of cap D3DPMISCCAPS_INDEPENDENTWRITEMASKS wasn't honored?
The benchmark can be downloaded below (~400mb):
http://file.4gamer.net/demo/StreetFighterIV_Benchmark.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=21042
Summary: Outlook Express crashes before sending a message
Product: Wine
Version: 1.1.34
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saulius2(a)gmail.com
Created an attachment (id=25237)
--> (http://bugs.winehq.org/attachment.cgi?id=25237)
Wine output with a backtrace at crash point.
Start with clean WINEPREFIX. Install OE using "sh winetricks -q ie6". Then
run: wine 'c:\Program Files\Outlook Express\msimn.exe'
Press Yes to set the default application, fill in some (fake) account info,
press Ctrl-N, type in reciepient and subject.
Press Ctrl-Enter and you will get a crash in dlls/riched20/richole.c:1741
The app is hung up. Return to the console and press Ctrl-C.
--
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=23997
Summary: Gridrunner Revolution: doesn't render certain objects
in-game
Product: Wine
Version: 1.3.0
Platform: x86
URL: http://lsshop.s3.amazonaws.com/GRRevPCSetup118.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=30138)
--> (http://bugs.winehq.org/attachment.cgi?id=30138)
terminal output
Gridrunner Revolution is a remake of a classic 'bottom-up' shooter, published
by Llamasoft.
The game doesn't show certain objects during gameplay: your ship is missing,
only some fainted outlines of the ship can be seen. The incoming... er.. sheep
(?) are also not rendered.
You can check the issue with the demo, too. The following components are needed
if you want to try the game: dx9 libs and xact. Alsa must be set to 'Emulation'
to get sounds.
Fedora 13
Nvidia 7600 / driver 195.36.31
--
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=11849
Summary: Adobe Acrobat Pro 7 -- Updates fail
Product: Wine
Version: 0.9.56.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jens(a)porup.com
Selecting Help --> Updates produces the pop up error message:
Update Failed
Updater internal 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=20830
Summary: Dameware NTutilities crashes trying yo create AD
object
Product: Wine
Version: 1.1.33
Platform: PC
URL: http://download.dameware.us/files/DNTU6x.msi
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
Blocks: 14916
Created an attachment (id=24959)
--> (http://bugs.winehq.org/attachment.cgi?id=24959)
DNTU crash log
Hi.
Application tries to create CLSID_DsAdminCreateObj object which isn't
implemented. I believe it causes a crash in richedit code. Crash log attached.
I'm not aware of richedit internals, if someone proves it's a richedit bug feel
free to patch it and change component accordingly.
Log taken with wine-1.1.33-404-gac85305.
--
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=19588
Summary: Symantec LiveUpdate 3.4 - wrong permissions set on
folder
Product: Wine
Version: 1.1.26
Platform: PC
URL: ftp://ftp.symantec.com/public/english_us_canada/liveup
date/3.4/lusetup.exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=22841)
--> (http://bugs.winehq.org/attachment.cgi?id=22841)
wine-1.1.26-391-g914a9ca installation console output
The installer for Symantec LiveUpdate 3.4 does complete despite this error,
because it is a fairly simple application.
Basically, incorrect permissions are set on a program folder.
$ ls -l /home/test/.wine2/drive_c/users/Public/Application\ Data
total 232
-rw-r--r-- 1 test test 228661 2009-08-05 23:11 LuInstall.LiveUpdate
dr-xrwsr-x 3 test test 4096 2009-08-05 23:11 Symantec
Attempting to remove this folder (without root access) results in PERMISSION
DENIED.
http://en.wikipedia.org/wiki/Setgid#setgid_on_directories
Wine shouldn't be setting setgid, Windows does not support 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=12122
Summary: Notepad ++ hangs when opened file gets updated
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jager49(a)zonnet.nl
For as long as I can remember, Notepad++ (including latest version 4.8.2) hangs
when an opened file gets updated. This bug was present in 0.9.46 and 0.9.57. A
window does get created, asking the user whether to reload the file or not
("Yes" / "No"), however that window is non-responsive. The only way out of this
is to force quit the application.
uname -a;
Linux vostro1400 2.6.22-14-generic #1 SMP Tue Feb 12 07:42:25 UTC 2008 i686
GNU/Linux
Distro is Ubuntu Gutsy Gibbon (7.10), although this behavior was observed on
Feisty as well.
I've attached a screenshot of the window that Notepad++ throws. Dragging it
around just clears it and leaves trails all over the background window.
Amazing job guys & good luck with 1.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=25684
Summary: 16 bit ole2 installer hangs
Product: Wine
Version: 1.1.38
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=32716)
--> (http://bugs.winehq.org/attachment.cgi?id=32716)
interesting threads from bt all
Happens with both 1.1.38 and current git.
To reproduce:
rm -rf ~/.wine
mkdir tmp
cd tmp
wget
http://download.microsoft.com/download/win31/update/2.03/win/en-us/ww1116.e…
unzip ww1116.exe
wine setup.exe
After clicking ok, it hangs here with
err:ntdll:RtlpWaitForCriticalSection section 0x7eb29760 "syslevel.c:
Win16Mutex" wait timed out in thread 000b, blocked by 0021, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7efec7c4 "loader.c:
loader_section" wait timed out in thread 0021, blocked by 000b, retrying (60
sec)
and then eventually crashes.
btall says the deadlocked threads are in TASK_ExitTask and LoadLibrary16.
I'll attach the deadlocked thread stacks.
--
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=11607
Summary: Blood 2: The Chosen keyboard repeat problem
Product: Wine
Version: 0.9.55.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquid.acid(a)gmx.net
Hi there,
I'm filing another Blood 2 bug. This one is input related, more precisely about
keyboard input. I know that the Blood 2 informations on the net mentioned the
support for DirectInput devices, but I'm not sure this is a dinput bug. So I'm
leaving this to unknown for now.
To the problem:
I installed Blood 2 through wine and did no patching (version is still 1.0).
Also the copy protection was not removed, the executable should be clean.
Starting the game and entering the configuration menu I noticed it was very
hard to setup the keys I wanted to use in the game (like moving forward,
backward, etc.)
When running Blood 2 natively you select a action in the menu you want to map.
You press ENTER and the game engine waits for you to press another key, which
it uses for mapping.
Now when running wine I had to be REALLY quick when pressing the mapkey. Like
some milliseconds later, it was really no fun to config the game. When I wasn't
quick enough for an action the ENTER key itself is mapped.
Now the interesting part. When not releasing the ENTER key after pressing it,
and then pressing the mapkey, the process works.
I suspect that the ENTER key generates two events for the game. Pressing and
releasing, and the game interprets both events as seperate key presses, so
ENTER gots mapped to everything (because the engine thinks it's pressed twice).
So either this is X related or a bug in the wine's keyb implementation.
Thanks,
Tobias
--
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=15936
Summary: Rollercoaster Tycoon 3 : crashes when start up
Product: Wine
Version: 1.1.7
Platform: PC
URL: http://fenopy.com/torrent/Rollercoaster_Tycoon_3__Full_G
ame_Crack_Cd_Key__Thaboo/MTE4MDM5NA==/index.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: beansoft(a)163.com
Rollercoaster Tycoon 3 crashes when start. I got this output.
fixme:d3d:IWineD3DImpl_FillGLCaps OpenGL implementation supports 32
vertex samplers and 32 total samplers
fixme:d3d:IWineD3DImpl_FillGLCaps Expected vertex samplers +
MAX_TEXTURES(=8) > combined_samplers
fixme:win:EnumDisplayDevicesW ((null),0,0x33f4cc,0x00000000), stub!
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation
support to SetDepthStencilSurface
err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found
1280x960x0 @0! (desktop)
err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found
1600x1200x0 @0! (desktop)
err:quartz:GetClassMediaFile Media class not found
err:quartz:GetClassMediaFile Media class not found
wine: Unhandled page fault on write access to 0x40157bb6 at address
0x140a6f (thread 0009)
--
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=19076
Summary: Create glyphs for U+2660, 2663, 2665, 2665
Product: Wine
Version: 1.1.21
Platform: PC
URL: https://bugs.edge.launchpad.net/ubuntu/+source/wine/+b
ug/80963
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
>From launchpad:
I use wine to execute Windows program "Marriage" (http://www.marriage.ru).
All is OK except the special character (suits: spider etc. U+2660, 2663,2665,
2665).
Choosing another font does not help.
--
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=16316
Summary: Vademecum Przedsiębiorcy 2009 NS displays incorrectly
(unusable)
Product: Wine
Version: 1.1.9
Platform: PC
URL: http://www.netsystem.info.pl/download/vademecumdemo.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: piekarzarkadiusz(a)gmail.com
Created an attachment (id=17621)
--> (http://bugs.winehq.org/attachment.cgi?id=17621)
How it looks in Wine
Vademecum Przedsiębiorcy 2009 NS is a software for small companies to manage
their documents and work. It installs and launches fine, but the interior of
its window is displayed completely wrong. It's gray with random stuff (read
from a bad memory sector?), while there should be a folder tree on the left and
list of documents on the right. You can click on menu buttons on top, but only
when the cursor is above them, not directly on them. I've attached screenshots
of how it should look and how it is in Wine.
You can download a demo from here -
http://www.netsystem.info.pl/download/vademecumdemo.exe
Ubuntu 8.10, Metacity / Compiz (same look), Wine 1.1.9-340-g934aa49.
--
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=25310
Summary: Bugs in RtlUnwindEx
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mkoegler(a)auto.tuwien.ac.at
MSDN (http://msdn.microsoft.com/en-us/library/ms680615(VS.85).aspx) describes
the passed context as scratch-space, not something that the application has to
initialize. The wine implemetation expect a valid context.
Looking at the debug output, it is also clearly visible, that the wine
implementation unwinds the stack pointer one stack frame to far.
The attached patch fixes these problems:
* RtlUnwindEx is called via DEFINE_REGS_ENTRYPOINT and the new context is used
as starting point.
* Stay at the same context, if the target stack frame has been reached.
There have been more infomation about the internal of RtlUnwindEx published:
http://www.nynaeve.net/?p=113
The patch make RtlUnwindEx more compilant with this description - it is still
incomplete.
--
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=24828
Summary: Unhandled Exception running JRWorker.exe
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tombert(a)live.at
The following application includes an DLNA service:
http://www.jriver.com/
version 15
wich causes an unhandled exception.
log files attached.
thx
--
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=25673
Summary: Garry's Mod 12 crashes to desktop on startup
Product: Wine
Version: 1.3.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sunderphon(a)gmail.com
Created an attachment (id=32701)
--> (http://bugs.winehq.org/attachment.cgi?id=32701)
Log of crash to desktop Garry's Mod 11 bug
Upon running Garry's Mod it crashes to desktop after a few seconds (before any
loading screen is shown)
Attached bug log shows the output when run via terminal.
--
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=14911
Summary: Unable to run Drakensang demo
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)eikel.org
Created an attachment (id=15483)
--> (http://bugs.winehq.org/attachment.cgi?id=15483)
Screenshot of dialog box containing error message.
I am able to start the Drakensang demo with the "patch" suggested in bug
#14758. I see a loading screen with a progress bar. When the bar is full, the
game crashes and shows a dialog box (screenshot attached together with wine
output).
I am using Debian GNU/Linux unstable, Linux kernel version 2.6.26-1-amd64
(Debian package) on x86_64 with the Git version of Wine
(wine-1.1.2-406-ge1e6caf). Graphics card is a NVIDIA GeForce 9600 GT with
driver version 173.14.12.
--
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=19296
Summary: "Uru: Ages beyond myst" fails to install
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: NJT(a)fishlegs.co.uk
Created an attachment (id=22344)
--> (http://bugs.winehq.org/attachment.cgi?id=22344)
Debug output from Uru setup.exe
Launch window looks fine, but choosing the install option results in unhandled
page fault (see attachment).
This bug (or similar) may have previously been closed when I was unable to
supply test information after my original Uru CD became a coaster. I have
recently acquired a non-coaster version.
--
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=15269
Summary: Microsoft Office 2007: language settings dialog is
useless
Product: Wine
Version: 1.1.4
Platform: PC
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=16062)
--> (http://bugs.winehq.org/attachment.cgi?id=16062)
screenshot with builtin
See screenshots/traces. The language settings dialog is squashed not of any
use. Native richedit fixes 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=25222
Summary: Football Manager 2011 fails to load with 3d enabled
Product: Wine
Version: 1.3.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maquis196(a)yahoo.co.uk
Created an attachment (id=32024)
--> (http://bugs.winehq.org/attachment.cgi?id=32024)
debug output for fm2011
When loading Football Manager 2011, the game fails to load with an error
reporting to be something about not being able to change back buffer count.
The issue that we have (if you look at appdb page several of us have been
working to try and locate issue) is that it _has_ worked in the past on the
same box; with both the full version and the demo I've had the game working
flawlessly in 3d.
I've never been able to duplicate my efforts as to how I got it working, even
doing the same steps which is why I'm raising this bug. The game has a separate
2d match bug/issue which I shall post at some point. So between these 2 errors
the game is unplayable.
I've attached the log and I'm happy to run whatever tests are required (right
down to new distro, drivers, etc)
Box info; (on my work box right now where I got the game working last time)
Nvidia quadro nvs 450, driver version 260.19.21
Gentoo x86_64 ~amd64
glibc 2.12.1-r3
xorg 1.9.2.901
2.6.34-gentoo
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=25885
Summary: Legions Overdrive: PageFault on game launch
Product: Wine
Version: 1.3.12
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=32993)
--> (http://bugs.winehq.org/attachment.cgi?id=32993)
Unhandled exception: page fault on read access to 0x00004e4f in 32-bit code
(0x00004e4f).
After updating (or copying complete installation from Windows PC to linux) you
should be able to simply click play. However, as soon as the game launches a
pagefault occurs.
--
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=25892
Summary: Mini Racing Online: Cars are invisible
Product: Wine
Version: 1.3.12
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Game loads and appears to be functioning properly now, except the cars appear
as shadows and have no texture.
--
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=13820
Summary: Yahoo! Messenger 9.0 beta hangs on login
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://messenger.yahoo.com/download/win/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=13866)
--> (http://bugs.winehq.org/attachment.cgi?id=13866)
Yahoo! Messenger output
With Wine version wine-1.0-rc4-29-g035f1dd, when attempting to login, the beta
client simply hangs and does not progress with login. I've logged the standard
error with wininet traces when attempting to login and then subsequently
closing the client.
--
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=20041
Summary: Multiplayer not working for Rise of Nation Gold
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://www.microsoft.com/games/riseofnations/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dr_kneh(a)hotmail.com
Created an attachment (id=23589)
--> (http://bugs.winehq.org/attachment.cgi?id=23589)
Console Dump
Installing and playing (including sound) works after following guide at:
http://www.damonkohler.com/2008/09/how-to-run-rise-of-nations-with-wine.html
However, as soon as you choose one of the two multiplayer options in the
Multiplayer Menu, a message appears saying
"Unable to establish a network connection. Please check your network connection
and try again."
Although my sound has stopped working after I messed something up, the game
otherwise works normal, and the same thing happened when sound was working.
When I click one of the options, I get the 'fixme:thread' message, followed by
the two 'fixme:iphlpapi' messages concerning IPv6 support. Therefore I tried to
disable IPv6 several ways and reinstall the game each time, and tried editing
the /etc/modprobe.d/hosts files according to the wine FAQ, but the problem
still appears.
--
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=14966
Summary: Error inserting clip art on MS Word XP
Product: Wine
Version: 1.1.2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tahoward(a)nc.rr.com
I haven't customized anything in winecfg, except setting OS version to Windows
XP. In Word, when I select Insert -> Picture -> Clip Art... , an error message
appears saying "Clip Organizer cannot complete the operation. Error Code
0x80040155". In the wine log, I see:
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{0c733a8b-2a1c-11ce-ade5-00aa0044773d}
err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub,
hres=0x80040155
err:ole:CoMarshalInterface Failed to marshal the interface
{0c733a8b-2a1c-11ce-ade5-00aa0044773d}, 80040155
fixme:ole:CFStub_Invoke CoMarshalInterface failed, 80040155!
err:rpc:I_RpcReceive we got fault packet with status 0x80040155
fixme:ole:CFProxy_CreateInstance IRpcChannelBuffer_SendReceive failed with
80040155?
fixme:ole:CoCreateInstance no instance created for interface
{0c733a8b-2a1c-11ce-ade5-00aa0044773d} of class
{09e767a6-4481-4791-86a5-a739e5290e4c}, hres is 0x80040155
--
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=23403
Summary: X11 mouse pointer sometimes hidden, sometimes visible
in Anarchy Online
Product: Wine
Version: 1.2-rc5
Platform: x86-64
URL: http://www.anarchyonline.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=29168)
--> (http://bugs.winehq.org/attachment.cgi?id=29168)
Terminal output when X11 pointer hidden correctly
Nvidia drivers version 195.36.24
Xorg server version 1.7.7
Anarchy Online has its own mouse pointer and is supposed to hide the system's
mouse pointer.
Most of the time in Wine, the X11 pointer is hidden correctly, leaving only the
game's pointer visible. Sometimes, the X11 pointer remains visible, and stays
on top of the game's pointer.
When starting the first instance of the game, the X11 pointer is usually
hidden, but sometimes isn't. When starting consecutive instances of the game,
the X11 pointer is hidden about 50% of the time.
This seems to be different to similar bugs such as bug 20362 and bug 22711, in
which the X11 cursor stays in one place. In this case, the X11 cursor moves
with the game's cursor.
Terminal output in both cases appears to be the same, but I'll attach anyway in
cae I have missed something.
--
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=22840
Summary: Screen resolution changes when it shouldn't in Anarchy
Online
Product: Wine
Version: 1.2-rc1
Platform: x86-64
URL: http://www.anarchyonline.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=28202)
--> (http://bugs.winehq.org/attachment.cgi?id=28202)
Terminal output when opening the settings window - wine-1.2-rc1
When using Nvidia TwinView and Anarchy Online, the screen resolution is changed
in at least two places where it shouldn't be.
The two places are:
1) When hitting the settings button in the launcher. This has options to set
the resolution and to change the display device, so presumably it is doing some
available resolution or device enumeration.
2) When launching the game itself, from the launcher.
My desktop resolution is 2560x1024, which is made up of two 1280x1024 screens,
using TwinView. The game is set to use 1280x1024 windowed mode, so shouldn't
be changing the resolution (especially when just opening the launcher settings
window in the launcher).
It isn't that the game is incorrectly using fullscreen mode - it correctly
launches in a 1280x1024 window (plus that wouldn't explain the launcher
settings window).
Video driver: Nvidia binary 195.36.24
X server: Xorg 1.7.6
Window manager: Fluxbox 1.1.1
--
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=23503
Summary: AutoCAD 2008: Crash when reusing coordinates
Product: Wine
Version: 1.2-rc6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Steps to reproduce:
1) remove ~/.wine
2) install AutoCAD 2008
3) wine acad.exe
4) type "circle" in console
5) type "0,0" for centre of the circle
6) type "1" for circle radius
7) type "circle" in console
8) press up arrow to get "0,0" coordinates (I want to reuse this coordinates)
9) press enter key
Behaviour:
AutoCAD hangs
Expected behaviour:
AutoCAD shouldn't hang
In terminal there is:
err:ntdll:RtlpWaitForCriticalSection section 0x110060 "heap.c: main process
heap section" wait timed out in thread 005c, blocked by 0009, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x110060 "heap.c: main process
heap section" wait timed out in thread 0060, blocked by 0009, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7bca1c64 "loader.c:
loader_section" wait timed out in thread 0041, blocked by 0060, retrying (60
sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7bca1c64 "loader.c:
loader_section" wait timed out in thread 0046, blocked by 0060, retrying (60
sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7bca1c64 "loader.c:
loader_section" wait timed out in thread 0054, blocked by 0060, retrying (60
sec)
err:ntdll:RtlpWaitForCriticalSection section 0x110060 "heap.c: main process
heap section" wait timed out in thread 0060, blocked by 0009, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7bca1c64 "loader.c:
loader_section" wait timed out in thread 0009, blocked by 0060, retrying (60
sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7bca1c64 "loader.c:
loader_section" wait timed out in thread 005d, blocked by 0060, retrying (60
sec)
--
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=25739
Summary: Unhandled Exception - Monopoly Westwood (Win95
settings)
Product: Wine
Version: 1.3.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maikwagner(a)yahoo.com
Created an attachment (id=32790)
--> (http://bugs.winehq.org/attachment.cgi?id=32790)
Monopoly unhandled exception when choosing players
When choosing computer players for a local game I got an unhandled exception
but could continue to play the game. I have attached my output as follows and
hope you find it useful. I had to set the "winecfg" to Windows 95.
--
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=9521
Summary: Improve appdb screenshot handling
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: d.c.ddcc(a)gmail.com
I would suggest adding a method for maintainers to edit any preexisting image
(to focus on only application window, hide personal information in games, etc),
show
who originally uploaded the image and a text summary of what happened in later
revisions, and add the ability to include an image description.
--
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=20648
Summary: DX-Ball crashes at startup on x86-64 system
Product: Wine
Version: unspecified
Platform: PC-x86-64
URL: http://www.magicwandsoft.com/games/dxball/download.htm
l
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b.brachaczek(a)gmail.com
Created an attachment (id=24640)
--> (http://bugs.winehq.org/attachment.cgi?id=24640)
log from console
DX-Ball (free to download, link in URL) crashes every time at startup if it's
run under Wine compiled under an x86-64 system. Tried with Ubuntu 9.10 amd64
with official Ubuntu Wine packages. I can also reproduce the same issue if I
compile Wine under i386 with gcc flags -msse -msse2 -mfpmath=sse - they're
default for x86-64 and probably that's the problem. Log 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=11364
Summary: WinRar doesn't fully utilize two CPU cores in
multithreading mode
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://rarlabs.com/download.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t.artem(a)mailcity.com
WinRar doesn't fully utilize two cores of an SMP system if it has detected
them. On average WinRar's CPU usage is around 140-160% on a dual core SMP
system, while the best usage will be 200%.
Anyway thank you for resolving bug 7551.
--
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=23481
Summary: Network in Heroes 3
Product: Wine
Version: 1.2-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dplay
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vis(a)211.ru
I'm using the 'winetricks directplay' for playing in 'Heroes of Might and Magic
III' on a network.
But this way has a bug:
When I create a game and other player will join, game hangs at loading of
percent.
But if I join, and the user from Windows creates that all is normally created.
--
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=24010
Summary: Two Worlds multiplayer cannot create or join a game
Product: Wine
Version: 1.3.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=30160)
--> (http://bugs.winehq.org/attachment.cgi?id=30160)
terminal output
In the multiplayer mode of Two Worlds I cannot join or create a game. I can
successfully login to the server and enter the game lobby (the town) and chat
with other players, but when I click on Join or Create a game, nothing happens.
The attached log shows the terminal output. The following components were
installed via winetricks in order to start the game and play the videos: 'd3dx9
physx xact wmp9 quartz'.
Fedora 13
Nvidia 7600 GT card / driver 195.36.31
--
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=15492
Summary: Clamwin installer doesn't parse %SystemDrive% correctly
Product: Wine
Version: 1.1.5
Platform: Other
URL: http://sourceforge.net/project/downloading.php?groupname
=clamwin&filename=clamwin-0.94-
setup.exe&use_mirror=superb-east
OS/Version: other
Status: NEW
Keywords: download, Installer, source
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=16404)
--> (http://bugs.winehq.org/attachment.cgi?id=16404)
+shell in git, bzip2 -9'ed
Installing Clamwin works fine, except that instead of installing to:
C:\Program Files\Clamwin
it defaults to:
Z:\home\austin\%SystemDrive%\Program Files\ClamWin
I've seen this on a couple other installers as well, but can't think of them
off hand.
+shell 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=17188
Summary: Oracle Web Conferencing Console installer resources
cannot be properly loaded
Product: Wine
Version: 1.1.13
Platform: PC
URL: https://conference.oracle.com/imtapp/app/nuf_sys.uix
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=19083)
--> (http://bugs.winehq.org/attachment.cgi?id=19083)
Oracle Web Conferencing Console installer +resource trace
With today's Git (wine-1.1.13-560-g4b27dfe), while attempting to test bug 16684
by running the application installer, I noticed that the installer evidently
had issues loading its executable resources, as these fixmes were printed:
fixme:propsheet:PROPSHEET_CollectPageInfo Could not load resource #0000?
fixme:propsheet:PROPSHEET_CollectPageInfo Could not load resource #0000?
fixme:propsheet:PROPSHEET_CollectPageInfo Could not load resource #0000?
fixme:propsheet:PROPSHEET_CollectPageInfo Could not load resource #0000?
and the installer window seemed to have placeholders for the presumed text
resources. After hitting Next a few times the installer appeared to be in
extraction phase, but promptly crashed with a backtrace in FormatMessageW.
--
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=19231
Summary: Trine Demo fails to launch - unimplemented function
d3dx9_36.dll.D3DXGetShaderConstantTable
Product: Wine
Version: 1.1.25
Platform: PC
URL: http://www.bigdownload.com/games/trine/pc/trine-demo/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tsalacinski(a)gmail.com
As above, Trine Demo fails to launch with message:
wine: Call from 0x7b8421e2 to unimplemented function
d3dx9_36.dll.D3DXGetShaderConstantTable, aborting
fixme:dbghelp:MiniDumpWriteDump NIY MiniDumpWithDataSegs
wine: Unimplemented function d3dx9_36.dll.D3DXGetShaderConstantTable called at
address 0x7b8421e2 (thread 001c), starting debugger...
--
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=21433
Summary: InqScribe: Installed fine, but no output or UI
response when running installed app
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jgolightly(a)ec.rr.com
Created an attachment (id=25809)
--> (http://bugs.winehq.org/attachment.cgi?id=25809)
"bt all" output while InqScribe.exe is running.
Running Ubuntu 9.10 Desktop w/ Wine v1.1.36.
InqScribe 2.0.5 installed with wine in the same manner as it would with
Windows, however when launching the program via the command "wine
InqScribe.exe", there is no command-line output, no UI response, etc. It
simply idles.
An evaluation copy of InqScribe is available from the following link:
http://www.inqscribe.com/bin/InqScribe%202.0.5.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=22139
Summary: CDBurnerXP Pro 3 produces a "fail" message after
choosing a mode
Product: Wine
Version: 1.1.41
Platform: x86-64
URL: http://cdburnerxp.se/downloads/releases/3.0.x/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=26996)
--> (http://bugs.winehq.org/attachment.cgi?id=26996)
Terminal output
After starting up this version of the program and choosing the option to create
a data disc, it produces a dialog box which says "fail". Normally, it offers to
continue a disc here if applicable; otherwise, it continues to the main file
selection screen.
The message is gone after running winetricks comctl32.
--
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=14268
Summary: carto exploreur 3 - crash
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aiglefr(a)free.fr
CC: dmitry(a)codeweavers.com
since this commit :
commit df76fe6f0cdd55568ba67489cc725813804061fd
Author: Dmitry Timoshkov <dmitry(a)codeweavers.com>
Date: Tue Jun 24 16:11:40 2008 +0900
gdi32: Perform the world transform separately from font scaling.
carto exploreur3 : http://www.bayo.com/cartographie/index.php?prod=1
( no free download)
crash with this message :
wine: Unhandled page fault on write access to 0x00ff0004 at address 0x7ef9f426
(thread 0009), starting debugger...
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7ef9f426
if i comment this line ( near line num 4422 ) in
dll/gdi32/freetype.c
4415 if (!is_identity_FMAT2(&font->font_desc.matrix))
4416 {
4417 FT_Matrix worldMat;
4418 worldMat.xx = FT_FixedFromFloat(font->font_desc.matrix.eM11);
4419 worldMat.xy = FT_FixedFromFloat(font->font_desc.matrix.eM21);
4420 worldMat.yx = FT_FixedFromFloat(font->font_desc.matrix.eM12);
4421 worldMat.yy = FT_FixedFromFloat(font->font_desc.matrix.eM22);
4422 // pFT_Matrix_Multiply(&worldMat, &transMat);
4423 needsTransform = TRUE;
4424 }
carto exploreur works 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=19608
Summary: Cannot open local copies of Adobe Flash SWF files with
iexplore.exe
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: urlmon
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rodschaffter(a)gmail.com
Created an attachment (id=22865)
--> (http://bugs.winehq.org/attachment.cgi?id=22865)
Console output of 'wine iexplore.exe file:///C:/YuleLog05.swf'
I can't open local .swf files using Wine's browser (iexplore.exe), although I
can open them on remote machines.
For example, http://www.kboffset.com/ROCKFLUX/YuleLog05.swf opens fine, but
downloading the file to the Wine C: drive gives a blank white screen when it is
opened. I did add C:\ and C:\YuleLog05.swf to the trusted folders in the Flash
plugin without effect. I am able to open the local file in the Windows version
of Firefox 3.0 running in the same Wine environment.
This is important to me because I'm trying to run the Windows version of Poser
8, a 3D rendering application, which uses a Flash-based library application.
Poser uses a Webkit browser component to host the library GUI. I am able to
run the library application separately in a Firefox window, but it is more
awkward because I can't drag and drop from a separate browser.
Attached is the console output of iexplore.exe run in a fresh Wine Directory
with corefonts, tahoma and gecko installed using winetools, and the Flash 10
plugin installed using the executable from Adobe.
--
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=12284
Summary: floppy images not supported or ioctl 7000 not supported
Product: Wine
Version: 0.9.57.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arekm(a)maven.pl
Can't use programs that are trying to create bootable floppy drive.
My setup:
[arekm@tarm ~/.wine/dosdevices]$ ls -al a*
lrwxrwxrwx 1 arekm users 8 mar 29 23:32 a:: -> ../a.img
where a.img is floppy disk image (note: I have no real floppy hardware in this
machine - laptop)
Now:
$ wine SMU3218.exe
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls"
fixme:win:SetLayeredWindowAttributes (0x10028,0x00000000,255,2): stub!
fixme:ntdll:server_ioctl_file Unsupported ioctl 70000 (device=7 access=0 func=0
method=0)
fixme:win:SetLayeredWindowAttributes (0x2004a,0x00000000,255,2): stub!
and the program reports that it's unable to determine floppy disk type.
I guess the problem is in unsupported ioctl or just lack of floppy images.
The program is http://carme.pld-linux.org/~arekm/SMU3218.exe (1.5MB)
--
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=14369
Summary: beware stack overflow into TEB
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jreiser(a)BitWagon.com
Created an attachment (id=14666)
--> (http://bugs.winehq.org/attachment.cgi?id=14666)
try to warn when stack overflows into TEB
It's too easy to overflow the stack and thus overwrite the TEB, particularly
when using external tools such as valgrind(memcheck) and printf :-) Try to
detect and give a warning. Patch is attached, and will be sent to
wine-patches(a)winehq.org.
--
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=14368
Summary: enable more-robust debugging of signals and exceptions
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jreiser(a)BitWagon.com
Created an attachment (id=14665)
--> (http://bugs.winehq.org/attachment.cgi?id=14665)
ease debugging at lowest level of signals and exceptions
The code which handles signals and exceptions can be made more robust by using
symbols for some bare numeric constants (EXCEPTION_WRITE_FAULT,
EXCEPTION_EXECUTE_FAULT, EXCEPTION_READ_FAULT). Debugging can be made easier
with a *printf() that uses only a few hundred bytes of stack space, in contrast
to the several kilobytes required by the *printf() of glibc. With glibc it is
too easy to overflow the stack of only 12 KiB. Patch is attached, and will be
sent to wine-patches(a)winehq.org.
--
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=23426
Summary: WoW Battlechest 3.2.0 patch can't put up release notes
with ie6
Product: Wine
Version: 1.2-rc5
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This only happens with 'winetricks ie6', so take it with a grain of salt,
but while applying the 3.2.0 offline patch, one sees the dialog
Cannot find 'c:\users\dank\Temp\Blizzard Installer Temporary Data -
50ad729f\patch.html?'
Note the ? at the end. Looking at the disk, I see that
~/.wine/drive_c/users/dank/Temp/Blizzard Installer Temporary Data -
50ad729f/patch.html
definitely does exist at this point. Does the pathway that
triggers loading that web page have a string termination problem?
Clicking OK on that dialog lets the patch continue.
--
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=11906
Summary: werkkzeug3 TE does not work
Product: Wine
Version: 0.9.56.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ripzonetriton(a)gmail.com
Created an attachment (id=11203)
--> (http://bugs.winehq.org/attachment.cgi?id=11203)
log
It installs/uninstalls fine but doesn't start properly and does not work.
Here is the download link: http://www.werkkzeug.com/
It's free to download but you have to follow a registration link.
--
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=17662
Summary: Failed to connect to the mount manager error in winecfg
Product: Wine
Version: 1.1.16
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jsfrerot(a)egliseespoir.com
Created an attachment (id=19849)
--> (http://bugs.winehq.org/attachment.cgi?id=19849)
screen shot of the error
After a fresh install of ubuntu x64 and installing wine
1.1.16~winehq0~ubuntu~8.10-0ubuntu1, winecfg gives an error when going to the
"Drives" tab. "Failed to connect to the mount manager", see picture attached.
I tried to launch it from the command line and here is what I saw:
[jsfrerot@jsfrerot-desktop ~]$ winecfg
err:process:__wine_kernel_init boot event wait timed out
err:winecfg:open_mountmgr failed to open mount manager err 2
I copied the .wine folder from a 32bit ubuntu and the drives were shown in the
tab (no errors with the mount manager)
--
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=10860
Summary: Poor graphics performance in Myst Online: Uru Live due
to software emulation
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: diafero(a)arcor.de
Myst Online: Uru Live
(http://appdb.winehq.org/objectManager.php?sClass=version&iId=9810) works
mostly fine using Wine, but what's noticeable is that the graphics is much
slower that on Windows. There I can use the best graphics settings and as long
as I'm alone in my age, the graphics is fluent (with my GeForce 8500 GT). On
Linux, I've got the lowest settings and it stutters all the time.
The reason seems to be that wine uses software emulation - I get the following
error many many times:
"fixme:d3d_draw:drawPrimitive Using software emulation because not all material
properties could be tracked"
and the CPU load is between 70% and 100%, depending on what is rendered.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.