http://bugs.winehq.org/show_bug.cgi?id=9919
Summary: Microsoft Access Snapshot Viewer 10.0 install fails
Product: Wine
Version: 0.9.46.
Platform: Other
URL: http://www.microsoft.com/downloads/details.aspx?familyid
=B73DF33F-6D74-423D-8274-8B7E6313EDFB&displaylang=en
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
md5sum: 2aec4a3c7a1c928deeb7d1e9b8779bb2 snpvw.exe
The installer aborts with "A setup initialization file has been corrupted."
The installer seems to be a win16 app.
--
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=15866
Summary: MechCommander 2: DSERR_CONTROLUNAVAIL errors
Product: Wine
Version: 1.0.1
Platform: PC
URL: http://www.mechcommander.org
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: georg298(a)gmx.de
Starting the game with
WINEDLLOVERRIDES="dpnet=n" wine MC2Rel.exe -window /gosnoblade /gosusehw
it will display many
FAILED (0x8878001e - DSERR_CONTROLUNAVAIL) - SetPan(0x8fa89a0: 0)
errors. These errors occur each time a sound notification or similar (e.g.
hovering the mouse over a button in the menu or firing a weapon inside the
game) is played.
The reason is the function
IDirectSoundBufferImpl_SetPan
inside buffer.c from dsound dll.
The following code is the reason:
/* You cannot use both pan and 3D controls */
if (!(This->dsbd.dwFlags & DSBCAPS_CTRLPAN) ||
(This->dsbd.dwFlags & DSBCAPS_CTRL3D)) {
WARN("control unavailable\n");
return DSERR_CONTROLUNAVAIL;
}
Is the logic here correct?
Shouldn't "if(!A || B)" really be if(!(A || B)) ?
However the comment "You cannot use both pan and 3D controls" doesn't make any
sense in both cases, I think.
If I change it accordingly, it will work (not display these errors any more):
/* You cannot use both pan and 3D controls */
if (!((This->dsbd.dwFlags & DSBCAPS_CTRLPAN) ||
(This->dsbd.dwFlags & DSBCAPS_CTRL3D))) {
WARN("control unavailable\n");
return DSERR_CONTROLUNAVAIL;
}
Changing it according to the comment to if(A && B) doesn't work.
I hope I provided enough information. I don't really know what I did there.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24388
Summary: Exposure crashes while creating exposure image
Product: Wine
Version: 1.3.2
Platform: x86
URL: http://www.nimisis.com/projects/exposure.php
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
this handy little app creates an image out of a webcamcapture or avi-file, as
if you would take a picture with a camera with a long shuttertime.
Steps to reproduce: i did:
1.winetricks allcodecs
2.Run exposure, and choose "From AVI --> Browse"
3. Select an AVI-file , then do "Load from AVI"
It crashes right away; with native avifil32 the crash is gone. There is no
avifil32 component in bugzilla. I'll attach a +relay,tid,+seh 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=9491
Summary: CListCtrl:GetSubItemRect doesn't work for the label row
Product: Wine
Version: 0.9.44.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bgp(a)cs.elte.hu
When I call CListCtrl::GetSubItemRect with m_item = -1, it supposed to handle
the label row. It works in windows. Under wine, it doesn't work, ref will
contain garbage.
res = CListCtrl::GetSubItemRect(m_item,m_subitem,LVIR_BOUNDS,ref);
--
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=15083
Summary: ReadConsoleInputW() returns wrong values for CTRL+SPACE
Product: Wine
Version: 1.1.3
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dg(a)cowlark.com
On the Windows console, if I use ReadConsoleInputW() to read user input and the
user types CTRL+SPACE, wine returns wVirtualKeyCode=VK_SPACE, UnicodeChar=0
where Windows XP returns wVirtualKeyCode=VK_SPACE, UnicodeChar=32.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11627
Summary: Need for Speed 2 SE 3dfx demo fails to start
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
URL: http://www.nfshome.com/demos.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: greg87(a)online.de
It just prints:
The instruction at 0x00498d32 referenced memory at 0x00000004.
The memory could not be written.
And silently exits after that.
Which it didnt did before:
b22183703f8f77f8e1e32482f34934cadd207963 is first bad commit
commit b22183703f8f77f8e1e32482f34934cadd207963
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Oct 15 22:32:36 2007 +0200
kernel32: Fix GlobalMemoryStatus to take into account the
IMAGE_FILE_LARGE_ADDRESS_AWARE flag.
Also the page file size must not be truncated to 2Gb no matter what
the flag is set to.
:040000 040000 22266407af840ef6a38386a64fdc247e895c66ac
3924caf0140dfbe4bf8aff939710b1517b970e9f M dlls
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22013
Summary: Secret of Monkey Island - Special edition: fails to
run with OSS sound driver
Product: Wine
Version: 1.1.40
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
With alsa, works (though sometimes stutters, depending on acceleration
settings).
With OSS, however, fails to run, saying:
'Your machine failed to meet the minimum specification requirements.
Code: Sound device failed to initialize or not found.
Application will now exit.
OK'
Terminal output attached, though there's nothing sound related AFAICT.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24943
Summary: Entropia.exe has encountered a serious problem and
needs to close
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: realwholename(a)yahoo.com
After running Entropia's Client Loader (which does the final step (settles the
TOU) of Entropia's installation process), launching Entropia.exe gets "The
program Entropia.exe has encountered a serious problem and needs to close".
I do have both d3dx9_34 and ie6 installed via winetricks.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23741
Summary: Spotify crashes when trying to play any song
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chris.b74(a)hotmail.co.uk
Created an attachment (id=29737)
--> (http://bugs.winehq.org/attachment.cgi?id=29737)
Terminal output under the OSS audio driver
Spotify crashes/doesn't play any sound when streaming with these audio drivers:
OSS - No sound can be heard
JACK - A bar is shown in spotify to say, "There is a problem with your sound
card. Spotify can't play music."
NAS - Songs are skipped repeatedly until a the "There is a problem with your
sound card. Spotify can't play music." appears within spotify.
(VERY ODD)
ALSA - Spotify crashed immediately when I tried to play a song, showing the
wine error handling dialogue. This does not occur when running via terminal
instead of the file's shortcut.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23177
Summary: Alpha Protocol online activation fails
Product: Wine
Version: 1.2-rc3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eg.galano(a)gmail.com
After entering CD-Key info, the activator attempts to connect to its servers to
verify the key and fails with an error. If a log would be helpful, let me know
what you require.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14093
Summary: 1cv8.exe crashes with message bin/1cv8.exe: text.c:719:
TEXT_NextLineW: Assertion `pellip->under == 0 && pellip-
>after == 0' failed.
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aleksander.smirnoff(a)gmail.com
when calculator child window opened, minimizing main window leads to crash with
message :
bin/1cv8.exe: text.c:719: TEXT_NextLineW: Assertion `pellip->under == 0 &&
pellip->after == 0' failed.
please change assert to a simple warning.
Thanks!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19876
Summary: Video Frame shifted up....
Product: Wine
Version: 1.1.28
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: celticht32(a)aol.com
If you run WOW at a resolution lower than the max res available the video
shifts up and you only get the bottom buffer.. so it flashes and you do not see
the background or characters.
Fresh install of Wine with Aug 28 GIT and new .wine directory.
No added dll's and fresh install of fedora 10
glx info shows direct rendering and glxgears run fine.
If I run wow under vmware the video is fine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13398
Summary: Star Wars Knights Of The Old Republic Will Shows Splash
Screen and Quits
Product: Wine
Version: 1.0-rc2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: baceman007(a)gmail.com
Star Wars Knights of the Old Republic shows a splash screen then quits. This
game worked in version 9.59 but after an upgrade from Ubuntu 7 to Ubuntu 8.04
and an upgrade of Wine from 9.59 to version 1-RC1 or now 1-RC2 the game will
launch, show the game menu, then if you choose game show the opening loading
image of a millennium falcon like ship, then quit with no displayed errors. I
have tried disabling sound and movies from the game menu, disabled the hardware
mouse, and set the textures to low. I've also tried changing the screen
resolution, running it in and out of a virtual desktop and using the most
recent NVIDIA drivers with Wine and tried different screen resolutions. I've
also tried all of the available sound drivers in version RC2. Please let me
know what other information you need from me to help you out here. My machine
is an AMD Athalon 1Ghz with 1GB of RAM and a sound blaster CA0106.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23668
Summary: OpenAL based games not working on HDA-Intel cards when
openal32 set to builtin or default
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: openal32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: refalm(a)refalm.com
CC: wine-bugs(a)winehq.org
Games that use the Creative OpenAL sound system (like Race Driver GRID) don't
work on ALSA with HDA-Intel when the openal32 library isn't configured in Wine.
It needs to be set to native in the library configuration for sound from the
OpenAL Windows version to correctly speak to the sound system.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24991
Summary: Steam Tray Icon Shows white border.
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: rll31(a)humboldt.edu
Created an attachment (id=31664)
--> (http://bugs.winehq.org/attachment.cgi?id=31664)
Screenshot
The steam tray shows a white border in the Ubuntu 10:10.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21807
Summary: Nancy Drew (All Mysteres Affected): Application gave
us bad source rectangle for BltFast. Runtime Error!
Product: Wine
Version: 1.1.39
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=26386)
--> (http://bugs.winehq.org/attachment.cgi?id=26386)
Zip of two large logs containing backtrace/debugs
When playing any of the Nancy Drew PC games, a Runtime error occurs as a result
of a "dirty rectangle".
Attached are two logs containing WINEDEBUG of d3d as well as the applications
debugger and the prompts which appear in-game.
Alert Box:
"FastBitNoTrans() - err ret = 88760096, pDescription = Dirty Rect Fast Bit,
rSrcRect: t=-1, b=39, l=-21, r9, dwDestX = -21, dwDestY = -1 -
DDERR_INVALIDRECT - Rectangle provided was invalid."
I believe the problem is:
warn:d3d_surface:IWineD3DBaseSurfaceImpl_BltFast Application gave us bad source
rectangle for BltFast.
Tested games were "Ghost Dogs of Moon Lake" and "The Final Scene".
I was also using DirectX9.0c from winetricks, so that DirectX detection would
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=10346
Summary: Cabelas Big Game Hunter 3 fails with series of Direct
Draw error Dialogs
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
When I try to launch Cabelas Big Game Hunter 3 I get a series of Direct Draw
error dialog boxes. The first states unknown directdraw error, and the second
says DDraw Unsupported.
--
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=21315
Summary: Sony Vegas Movie Studio Platinum 9: Fails to start in
Windows XP mode.
Product: Wine
Version: 1.1.35
Platform: x86-64
URL: http://www.softpedia.com/get/Multimedia/Video/Video-Ed
itors/Sony-Vegas-Movie-Studio-Platinum.shtml
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=25653)
--> (http://bugs.winehq.org/attachment.cgi?id=25653)
wine: Unhandled page fault on read access to 0x7061437f at address 0x132b330
(thread 000b), starting debugger...
Not too much of an issue, just use Vista or Windows 7 using winecfg. But still
a bit troubling since most all other programs run in Windows XP mode. It
freezes at "Sony Chorus FX..." while loading and then get's a page fault on
read access.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14662
Summary: Icewind Dale crashes when trying to zone out of an area.
Product: Wine
Version: 1.1.2
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: morokiane(a)excite.com
Created an attachment (id=15098)
--> (http://bugs.winehq.org/attachment.cgi?id=15098)
backtrace of icewind dale
Most recent patch to Wine killed Icewind Dale making it impossible to play due
to not being able to zone out of an area without a crash. It acts much like
the quick save bug and crashes at about 95% of the load.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23478
Summary: moneysoft accounts programs do not close files when
they should
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andygibbs1(a)compuserve.com
I am trying to use two linked accounting programs that are from Moneysoft. I've
used them on windoze for years and they are the last thing keeping locked to
that os!
SORRY IF THIS SOUNDS LONG WINDED! So far I have tried the two packages, Money
Manager and Final Accounts on two machines and had the same problem. Machine 1
is an old evo 800 running xubuntu with wine 1.1.31. The second is an HP wx6200
workstation, 2 cpu's with dual cores and 4gb running fedora 13 and wine 1.1.38
loaded from the fedora repository.
When running the programs it should be possible to jump from one years data
file to say the last year's and by using "file-open" and selecting the other
year. when doing that the program should automatically close and release the
first file, and its not. In the file to open selection box is a list of the
possible files and under normal operation with a file open, clicking on the
"file"-"open" will show the list and have "open" next to the one in use. This
still happens, but if you select another and look at it then go back to the
"file"-"open" selection it shows that one as being open and the last as being
"in use".
The help says this could be if its on a network and only one operator can use
it at a time, so the file must be tagged in some way and that tag is not being
released.
ANY IDEAS PLEASE?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24539
Summary: Dystopia 1.3 renders a black menu background when
launched in -dxlevel 90 mode
Product: Wine
Version: 1.3.3
Platform: x86
URL: http://store.steampowered.com/app/17580/
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=30968)
--> (http://bugs.winehq.org/attachment.cgi?id=30968)
Dystopia 1.3 debug output
With wine-1.3.3-234-g57a6404, launching Dystopia yields a completely black
background in the menu, rather than some sort of graphical drawing. Launching
the game in -dxlevel 81 and lower makes the background appear, however.
Note that I've disabled mmdevapi, which is visible in the log, due to another
issue with Dystopia for a separate bug report, and Dystopia is freely available
for owners of Half-Life 2, in case testing is warranted.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19698
Summary: Hearts of Iron III Demo crashes due to unhandled page
fault on write access
Product: Wine
Version: 1.1.27
Platform: PC
URL: http://www.paradoxplaza.com//index.php?option=com_cont
ent&task=view&id=442&Itemid=234
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: daniel.spies(a)fuceekay.com
Created an attachment (id=22997)
--> (http://bugs.winehq.org/attachment.cgi?id=22997)
Crashlog (page fault)
Hearts of Iron III Demo crashes due to unhandled page fault on write access
after some minutes or up to two hours of gameplay. It's not caused by a special
action in game. I cannot test this on the full version, I don't have one yet.
See the crash log attached.
Tested on
- Kubuntu 9.04 x86_64
- ATi hd2600xt
Demo download:
http://www.hoi3.com/index.php?option=com_content&view=article&id=123:demo-d…
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20748
Summary: chromium's
net_unittests!SSLClientSocketTest.Read_Interrupted
fails.
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
With Hans' patch to fix bug 20622 applied, SSLClientSocketTest.Read
passes, but SSLClientSocketTest.Read_Interrupted fails:
[ RUN ] SSLClientSocketTest.Read_Interrupted
fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported
fixme:secur32:schan_InitializeSecurityContextW Using hardcoded "NORMAL"
priority
fixme:threadpool:RtlQueueWorkItem Flags 0x4 not supported
.\socket\ssl_client_socket_unittest.cc(363): error: Expected: (rv) != (0),
actual: 0 vs 0
[ FAILED ] SSLClientSocketTest.Read_Interrupted (1221 ms)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9620
Summary: Bad pictures display in Pentax Photo Laboratory software
Product: Wine
Version: 0.9.3.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rpbyc(a)w.tkb.pl
Created an attachment (id=8011)
--> (http://bugs.winehq.org/attachment.cgi?id=8011)
A screenshot presenting the coloured strips on the preview window.
There is a problem with proper display of an actually loaded picture in a
preview window in the Pentax Photo Laboratory software, v. 3.0.
Some part of the preview is always covered with a few coloured strips, and what
is more, the strips influence the look of the histogram taken from the picture,
so you do not really know how the histogram should really look...
I attach a screenshot that represents the problem.
--
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=23188
Summary: 2gis loader have no transparent background
Product: Wine
Version: 1.2-rc3
Platform: x86
URL: http://nsk.2gis.ru/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: woodroof(a)gmail.com
In windows background for loader is transparent
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20297
Summary: Graphics errors render Risen unplayable
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex.richardson(a)gmx.de
When I play the Risen demo, works sort of okay, I can install and start a game
(minor bug is missing spaces between words all over the UI)
But once I start the game everything is gray and only ~ 1-2FPS and only some
textures are visible. In-game interface displays fine however, only the
rendered game scene is terrible. According to the console output it seems to be
a problem with GLSL.
uname -a:
Linux linux-0jxj 2.6.27.29-0.1-default #1 SMP 2009-08-15 17:53:59 +0200 x86_64
x86_64 x86_64 GNU/Linux
Version of wine is a self-compiled 1.1.31 release from git. Distibution is
openSuSE 11.1 with an ATI 4850 and fglrx 9.5.
Hope this is of any use to the developers.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19148
Summary: Clamwin updates slow as molasses (appinstall)
Product: Wine
Version: 1.1.24
Platform: PC
URL: http://sourceforge.net/project/downloading.php?groupna
me=clamwin&filename=clamwin-0.94-setup.exe&use_mirror=
superb-east
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
When installing Clamwin, it bundles its virus definitions in main.cvd and
daily.cvd. Obviously, daily.cvd changes a lot, and if the bundled version is
not current, a new one is downloaded. The file is small (~970 KB) and when
installing on windows, only takes at most 5 seconds or so to download on xp (in
a vm). On the same connection in wine, it takes up to a few minutes to
download.
The problem does not appear to be related to mirrors, since it happens every
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=23051
Summary: Autoupdate installer cannot shut down Rhapsody 4
Product: Wine
Version: 1.2-rc2
Platform: x86-64
URL: http://service.real.com/rhapsody/download/version4/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nsandschn(a)gmx.de
Created an attachment (id=28599)
--> (http://bugs.winehq.org/attachment.cgi?id=28599)
Terminal output in wine-1.2-rc2-111-g9aa9a12
Installation of Rhapsody 4 works fine. On first start it is trying to
autoupdate. The autoupdate installer shows the message:
"Rhapsody is running. It must be shut down during installation. Click OK."
But clicking OK doesn't shut down Rhapsody. When I kill the rhapsody.exe
process by hand the autoupdater continues and finishes successfully. In the
attached terminal output I marked the point where I killed rhapsody.exe.
Shortly before the above message the following lines appear in the terminal:
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error
0x8001011d
err:ole:CoCreateInstance apartment not initialised
err:ole:get_unmarshaler_from_stream Failed to create marshal, 0x800401f0
err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error
0x8001011d
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21201
Summary: HotWheels Stunt Track Driver 2: CD-Check fails, and
Esc causes page fault.
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: gaming4jc2(a)yahoo.com
Created an attachment (id=25461)
--> (http://bugs.winehq.org/attachment.cgi?id=25461)
Unhandled page fault on read access to 0x00000000 at address 0x4563b3 (thread
0009) and more...
HotWheels Stunt Track Driver 2 installs fine but fails to find the CD in both
XP and 98 compatibility modes. It will show an image of inserting a CD into
drive and rather than exiting the program with the Esc key, it causes a page
fault which fails to debug and remains fully locked up. Attached is log and me
using the Ctrl+C command to kill the frozen debug program from 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=16855
Summary: setup_exception_record stack overflow
Product: Wine
Version: 1.0.0
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wintab32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: maxcvs(a)email.it
Created an attachment (id=18593)
--> (http://bugs.winehq.org/attachment.cgi?id=18593)
the error received
I'm running TOAD.exe (www.toadsoft.com/) version 8.5.3 with wine 1.0 (debian
sid).
Whem I'm on a query window, putting the cursor over the table name and pressing
F4 I got the following error
setup_exception_record stack overflow 1252 bytes in thread 0009 eip 00408520
esp 00230e4c stack 0x230000-0x231000-0x340000
TOAD then freezes and cannot be usable anymore.
It should instead have opened a window with a table-description.
I don't have a crash so I don't know how to give you a backtrace.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18157
Summary: Approach Welcome diaglog missing
Product: Wine
Version: 1.1.19
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ToddAndMargo(a)verizon.net
Created an attachment (id=20621)
--> (http://bugs.winehq.org/attachment.cgi?id=20621)
Approach without opening dialog box
Hi All,
I am am the OP on 15088. Now that I can actually get into Approach, I have
been using it all day. I have five bugs to report. (I am presuming you want
them on different reports.) I am running the native msvcrt.
sh -c "cd /home/wine/drive_c/lotus/approach; WINEDEBUG=+loaddll
WINEDLLOVERRIDES=msvcrt=n /usr/local/bin/wine ./approach.exe"
Bug number three: when Approach starts, it is suppose to show a "Welcome to
Approach" dialog box. In Wine it does not.
To reproduce:
1) open Approach with the native msvcrt
To see what this should look like (or see my attachment),
1) open Approach with the native msvcrt
2) open a database
3) close the database (File, Close). The welcome to Approach dialog will pop
up
Here is a sample database to play with:
ftp://www.xpertss.com/pub/outgoing/invcalcs.zip
-T
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23927
Summary: Twinity environment looks grey, not very visible
Product: Wine
Version: 1.3.0
Platform: x86
URL: http://twinity.com
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The virtual world app Twinity installs and runs once you
do winetricks d3dx9_36 to get past bug 23919,
but the world looks grey and washed-out to the extent
that you are really missing 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=9597
Summary: Sony Digital Voice Editor 3 locks up when you try to
play or convert an .msv file
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.sony.jp/products/overseas/contents/support/do
wnload/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Sony "IC Recorder" ICD-SX57 digital voice recorder uses
a proprietary format, .msv, and comes with "Sony Digital Voice Editor 3",
an app to convert them to .mp3. (I believe you can download
several versions of that app from the URL above, haven't tried that myself.)
The app's installer completes, but Wine warns that MSCAT32.DLL
was not found. Mike Hearn posted a patch that adds stubs for
this, http://www.winehq.org/pipermail/wine-patches/2006-April/026116.html ,
so I updated it a bit, added two missing forwards, and
now the app installs without warning.
The next problem was a crash on startup, with backtrace starting with
=>1 0x7e37a450 convert_888_to_565_asis+0x70(width=0x78, height=0x18,
srcbits=0x4537888, srclinebytes=0x168, dstbits=0x7c081940,
dstlinebytes=0xffffff10)
[/home/dank/wine-git/dlls/winex11.drv/dib_convert.c:733] in winex11
(0x0033eed4)
Now, that's an old friend, and a patch for it is in
http://bugs.winehq.org/show_bug.cgi?id=7380#c16
With that patch, the app starts up and can find media properly.
Once you've done all that, you come to the bug that is the subject of this
report, namely, it crashes when you ask it to load a .msv file.
First, Wine outputs a stream of warnings for about twenty seconds,
saying over and over
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category
{cc7bfb41-f175-11d1-a392-00e0291f3959} not found
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category
{cc7bfb46-f175-11d1-a392-00e0291f3959} not found
err:ole:CoGetClassObject class {e30629d1-27e5-11ce-875d-00608cb78066} not
registered
err:ole:CoGetClassObject no class object {e30629d1-27e5-11ce-875d-00608cb78066}
could be created for context 0x1
err:quartz:GraphBuilder_Render Unable to create filter (80040154), trying next
one
and then finally crashing with
err:seh:setup_exception stack overflow 160 bytes in thread 000d eip b7d3b573
esp 7cf39f60 stack 0x7cf3a000-0x7d04a000
--
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=21928
Summary: WebCeo: Lots of "Invalid floating point operation"
errors make the application unusable
Product: Wine
Version: 1.1.39
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mati_wroc(a)o2.pl
Created an attachment (id=26609)
--> (http://bugs.winehq.org/attachment.cgi?id=26609)
Console output of WebCeo run without +relay
When WebCeo is run
(free install from http://www.webceo.com/download/ ),
a lot of "Invalid floating point operation" are displayed. When program is
being installed, those errors are shown using dialog boxes - clicking "Ok" make
it install, but later the program is practically unusable.
Console output (attached) is full of messages like:
"fixme:dc:DeleteDC not deleting busy DC 0xXXXX refcount Y"
When run with
WINEDEBUG=+relay wine /home/mati/.wine/drive_c/Program\ Files/Web\
CEO/BIN/webceo.exe &> ~/Pulpit/webceo_debug.txt
the result file is too large to be 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=25132
Summary: Account creation screen for Hello Kitty Online doesn't
work
Product: Wine
Version: 1.3.6
Platform: x86
URL: http://hellokittyonline.com
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Without 'winetricks ie6', you can't see the Account Creation
screen in Hello Kitty Online.
To reproduce, download full installer from
http://www.hellokittyonline.com/images/downloads/hkostandardinstaller.torre…
Run it, then click on 'SIGN UP'.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21264
Summary: Colin McRae Rally 2.0 doesn't allow to skip intro
movie
Product: Wine
Version: 1.1.33
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atiitto(a)luukku.com
Colin McRae Rally 2.0 doesn't allow to skip intro movie after launching the
game.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17467
Summary: arma_server.exe crashes with Unhandled page fault
Product: Wine
Version: 1.1.12
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wolff_borg(a)yahoo.com.au
Same error on all versions of Armed Assault between 1.08 and 1.15beta.
Please refer to log for details.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13275
Summary: Remedy User WIndow crashes following login to ar server
Product: Wine
Version: unspecified
Platform: PC
URL: http://forum.winehq.org/viewtopic.php?p=5774#5774
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: takeawaydave(a)gmail.com
Created an attachment (id=13123)
--> (http://bugs.winehq.org/attachment.cgi?id=13123)
Log file of crash
See http://forum.winehq.org/viewtopic.php?p=5774#5774
Environment:
Ubuntu 8.04
Wine 0.9.59 (no added dlls)
AR System - installed no problem
application AR Remedy User 7.1.00
Problem:
Remedy User WIndow crashes following login to ar server
Command Used:
Code:
david@siwa:~$ wine .wine/drive_c/Program\ Files/AR\ System/User/aruser.exe &>
/tmp/log.txt 2>&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=20460
Summary: camfrog video bug
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yakuzagay(a)gmail.com
Emulating Camfrog VideoChat client with wine, when you attemp to configurate
video, or entering in a room chat, Wine 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=19768
Summary: Champions Online - patcher won't start
Product: Wine
Version: 1.1.27
Platform: PC
URL: http://www.fileplanet.com/203771/download/Champions-On
line-Open-Beta-Client
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeff.mitchell+WINE(a)gmail.com
Created an attachment (id=23159)
--> (http://bugs.winehq.org/attachment.cgi?id=23159)
champions online patcher run w/ no flags
Just started open beta yesterday I think. URL link should allow a download of
the (rather enormous) installer. The application installs without any issues,
but when you attempt to run the game updater it fails. Output attached.
This is running on a core 2 duo, ati video using fglrx
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25413
Summary: Fleet Operations 3.1.4 quits on startup
Product: Wine
Version: 1.3.8
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bojan(a)antonovic.ch
Created an attachment (id=32343)
--> (http://bugs.winehq.org/attachment.cgi?id=32343)
export WINEDEBUG=+all
Star Trek Armada II Fleet Operations 3.1.4 has a new loader. See:
http://www.fleetops.net/component/option,com_smf/Itemid,3/topic,8953.msg149….
If you bypass it according to the description, then you can play the game.
Reason for the bug entry: On Windows XP it works without the bypassing.
Starting the game with
wine FleetOps.exe
quits wine very quickly.
Starting it with
winedbg FleetOps.exe
gets:
WineDbg starting on pid 0112
start_process () at /usr/src/debug/wine-1.3.8/dlls/kernel32/process.c:997
0x7b8599af start_process+0x4f
[/usr/src/debug/wine-1.3.8/dlls/kernel32/process.c:997] in kernel32: movl
%edi,0x4(%esp)
Unable to open file ''
I will add an attachment with export WINEDEBUG=+all.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24236
Summary: SynthMaker GUI not drawn completely
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nsandschn(a)gmx.de
Created an attachment (id=30514)
--> (http://bugs.winehq.org/attachment.cgi?id=30514)
Screenshot in wine-1.3.1-399-gcc94570
Now that bug 15425 is fixed SynthMaker starts up successfully with
wine-1.3.1-399-gcc94570. However, the GUI is not drawn completely. Parts of the
background behind the window can still be seen (see attached screenshot).
Minimizing and later maximizing the window makes the problem worse. With native
gdiplus everything works fine.
Terminal output is not very interesting:
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x1abd08,0x1ac890): stub
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x1abd08,0x1ac890): stub
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x1abe20,0x1ad4a8): stub
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x1092ec0,0x1ad4a8): stub
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
I also got a +gdiplus trace, but it's 2.5 GB (50 MB bzipped) :(
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24056
Summary: PC Translator 2010 SK - GB
Product: Wine
Version: 1.1.42
Platform: x86-64
URL: http://www.langsoft.cz/demoverzeA.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brdokoky(a)gmail.com
Created an attachment (id=30233)
--> (http://bugs.winehq.org/attachment.cgi?id=30233)
terminal report, gcc version,Backtraces entry,log
PC Translator English to Slovakia or Slovakia to English does not work
properly. When I want to hit ,, ENTER ,, on keyboard it does not work. Working
only mouse.
Do you know why?
I'm using Ubuntu 10.04 64 bit
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14646
Summary: StairDesigner 6.04a : Installer crashes
Product: Wine
Version: 1.1.1
Platform: PC
URL: http://boole.club.fr/installstairdesigner.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: e39(a)free.fr
Created an attachment (id=15069)
--> (http://bugs.winehq.org/attachment.cgi?id=15069)
console output
Installer crashes at the end of the installation process (Unhandled page fault
on read).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12964
Summary: Phantasy Star Online Blue Burst ( psobb ) crashes
Product: Wine
Version: 0.9.61.
Platform: PC-x86-64
URL: http://www.schtserv.com/download.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cleberdemattoscasali-hotpop(a)yahoo.com.br
Created an attachment (id=12708)
--> (http://bugs.winehq.org/attachment.cgi?id=12708)
Console output
Native IMM32.DLL is required, otherwise you won't be able to type.
The game loads and the title screen shows up. It's possible to login (REGISTER
USERID) and select START GAME.
Then the game will pop-up the dialog saying "Please press ENTER-Key".
As soon as you press ENTER, the screen goes black and the game 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=20713
Summary: Installer is freezing.
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nzkarix(a)gmail.com
Created an attachment (id=24749)
--> (http://bugs.winehq.org/attachment.cgi?id=24749)
Log of Borderlands Installer Freezing
This is the DVD version, not the linux version. I followed the directions on
the AppDB listing. The installer freezes. I have to Ctrl-C it won't exit on its
own. 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=24772
Summary: Star Trek Online demo downloader crashes
Product: Wine
Version: 1.3.5
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=31307)
--> (http://bugs.winehq.org/attachment.cgi?id=31307)
rzipped +relay,+seh,+winsock,+heap log of downloader running and crashing
The peer-to-peer downloader
( http://installers.crypticstudios.com/STO_Demo_Installer.exe )
starts fine, prompts for the directory to download to,
and puts up a progress window, but after a minute crashes with
Unhandled exception: illegal instruction in 32-bit code (0x00557185).
and a not very useful stack.
This was first mentioned in July by http://jan.saell.org/blog/archives/1009
+heap seems to make it crash sooner with
Unhandled exception: page fault on read access to 0xfeeefeee in 32-bit code
(0xfeeefeee).
Backtrace:
=>0 0xfeeefeee (0x0083e9ac)
1 0x00426aed in sto_demo_installer (+0x26aec) (0x0083e9e0)
The thread that crashed seems to be in a window proc,
and another thread seems to be in GetQueuedCompletionStatus.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22399
Summary: Quake III Arena installer: Text area is scrolled at
the bottom, and all text is selected
Product: Wine
Version: 1.1.42
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexandru.balut(a)gmail.com
Created an attachment (id=27416)
--> (http://bugs.winehq.org/attachment.cgi?id=27416)
Quake 3 Installer-Software License Agreement, all the text is selected
When installing Quake III Arena, the Software License Agreement window looks
different on Wine than on XP:
The text in the text area (the license) is all selected (blue background), and
the text area is scrolled at the bottom (showing the end of the license).
Please see attachments.
The software is not available for download..
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24385
Summary: Metatrader 4 unable to open a limit order
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tprzemek(a)gmail.com
Tested in OSX Leo, SnLeo and Lucid.
Wine ver. 1.2 and 1.3
**Open terminal.exe and a chart.
**Right click on it and choose Trading>Buy(Sell) or Stop(Limit).
**Once in Order window, notice that Expiry date is checked and unchecking is
impossible.
This prevents from setting up the limit order and it's a major problem because
only market order is possible.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22511
Summary: Baldur's Gate 2: only takes up part of top left corner
of screen, not full screen
Product: Wine
Version: 1.1.43
Platform: x86-64
URL: http://www.brothersoft.com/games/baldur-s-gate-ii-shad
ows-of-amn.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Similar to bug 6082, and others, but the ones I could find are all marked
fixed.
Terminal output up until then is negligible:
ALSA lib ../../../src/pcm/pcm.c:7234:(snd_pcm_recover) underrun occured
fixme:font:WineEngCreateFontInstance Untranslated charset 228
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x148438,0x148880): stub
Problem only occurs if 3d acceleration is enabled. Not an application bug, just
tested it against Windows 7, where it goes full screen.
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=21036
Summary: UTF-8 Font Problem
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m.ghadam(a)gmail.com
Created an attachment (id=25232)
--> (http://bugs.winehq.org/attachment.cgi?id=25232)
Firefox does not show words correctly
Hi there,
We can not write any Arabic or Persian characters in Wine programs.
I have installed Firefox Windows in Wine, then see that I can not write any
word in arabic or persian language.
Firefox in Wine do not display Arabic or Persian words correctly. The alphabets
are seperate while they should be together.
- I have tested it on Opera Windows in wine and the same problem occurs.
- I have tested it on Opera Linux and Firefox Linux and everything was good.
- I have installed the necessary fonts into /~/.wine/drive_c/windows/fonts/
folder.
- I have installed the necessary fonts in KDE desktop.
I think there is a problem that Wine can not view UTF-8 Languages such as
Persian, Arabic.
Best Regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24473
Summary: IRPF Bolsa software doesn't work
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marcoigarapava(a)gmail.com
The installation goes normal, but when I try to open the software it shows the
window "program error". Windows encountered a serious error etc (attached). The
software is a tax calculator for stock market in Brazil.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22691
Summary: Drag-and-drop doesn't work in CDBurnerXP 4.2+ audio
disc mode
Product: Wine
Version: 1.1.44
Platform: x86-64
URL: http://cdburnerxp.se/download?more-options
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: ole32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: bunglehead(a)gmail.com
Created an attachment (id=27959)
--> (http://bugs.winehq.org/attachment.cgi?id=27959)
Terminal output
In audio disc mode, nothing happens when attempting to drag-and-drop a file
from the upper explorer view to the lower area that says 'drag and drop files
here or use the "add" button to add files to the compilation.' It was working
not long ago; regression testing indicated:
f3ab3d971a793f7fa16d7ae3853a878d3c5546b7 is first bad commit
commit f3ab3d971a793f7fa16d7ae3853a878d3c5546b7
Author: Nikolay Sivov <nsivov(a)codeweavers.com>
Date: Sun May 2 12:56:47 2010 +0400
ole32/ole2: If no effect action selected use ::DragLeave() instead of
::Drop().
:040000 040000 df2b9c9a780b189b0c99239a09e1a6fcd97561ca
04f0c2dca41fa30c026557dcea6ca0b3a01f09ab M dlls
Reverting this patch makes it work again.
Prerequisites are dotnet20 and a native override for gdiplus (workaround for
bug 22223).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22417
Summary: Roblox fails to play game
Product: Wine
Version: 1.1.43
Platform: x86
URL: http://www.roblox.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mjbauer95(a)gmail.com
When running:
wine ~/.wine/drive_c/Program\ Files/RobloxVersions/*/Roblox.exe -play
"joinScriptUrl"
There is a notification of an error:
An error occurred while starting Roblox
Details: Error starting RobloxApp(13): Unknown error 0x800703E6
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24747
Summary: Wine crashes when running some functions of mp3vcr
Product: WineHQ Apps Database
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: home(a)wlawson.co.uk
I have been trying to run mp3vcr (http://www.mp3vcr.com/) in Wine and when I
either try to change its skins or load a radio station in come up with a
program 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=18378
Summary: NFS 4 Road Challenge: Installation of 4.50 patch fails
Product: Wine
Version: 1.1.19
Platform: PC
URL: ftp://ftp.physics.auth.gr/pub/mirrors/ftp.patches-
scrolls.de/pub/pc-patches/3dcard-patches/nfs4v450.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=20952)
--> (http://bugs.winehq.org/attachment.cgi?id=20952)
WINEDEBU=+relay,+advapi,+seh
I'm using Wine 1.1.19 (compiled from source using gcc version 4.3.2 20081105
(Red Hat 4.3.2-7) ) on Fedora 10 i386.
I tried to patch (NFSHSpatch4_50.exe size 1.8 MB) NFS 4: Road Challenge and the
problem is that patch 4.50 doesn't even want to start.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25064
Summary: Solo on Keyboard 9.0.5: Clicking on HTML page no
effect.
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: newgarry(a)mail.ru
Created an attachment (id=31782)
--> (http://bugs.winehq.org/attachment.cgi?id=31782)
Solo on Keyboard 9.0.5 debug log
After launching application (Bug 25033) with help 'winetricks msxml6', exercise
can't start, because application not react to left mouse button click on HTML
frame hyperlink. Debug log included.
$WINEPREFIX directory clean, but was used 'winetricks msxml6'.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9435
Summary: MDI child window outside main window gives scrollbars
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter(a)cendio.se
In Wine, if you move a MDI child window outside the borders of the main window,
you'll get scrollbars. This does not happen in Windows. This causes problems
with some applications which creates MDI child windows that occupies the entire
main window area. In this case, scroll windows appears, which obscures parts of
the MDI child. Tested with Wine as of 2007-08-23, using
http://www.cendio.se/~astrand/wine/11-mdi-scrollbar/mdi1.exe.
--
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=21579
Summary: Yahoo Messenger 10 crash when opening IM window with a
contact
Product: Wine
Version: 1.1.37
Platform: x86
URL: http://rd.software.yahoo.com/msgr/10/msgr10us.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: deun.support(a)gmail.com
After installing client, it starts and I can log in without any issue. However,
when attempting to open an IM window with a contact, the application
systematically crashes with a page fault in one of its threads, but app stays
stuck until I do a Ctrl+C in the shell from which I launched it.
Not being sure about what leads to that page fault, I've attached a debug log
with +user,+advapi,+ole just in case.
I case also provide a +all log if there's not enough infos in that log.
Tested on Ubuntu 9.04 x86 32bits.
Bug occurs with identically with both wine 1.1.37 and 1.1.34.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25239
Summary: "Network Places" freezes the application
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: landemaine(a)gmail.com
Hello,
I am using Wine 1.2 with Ubuntu Maverick 2.6.32-26-generic and MS Office 2007.
When in Word, I try to open a file located on a samba share, so I click the
"Network Places" icon in Word's "Open" dialog. But then, Word freezes. I can't
open a file located on a samba share, and I have to kill Word's process.
Charles.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21729
Summary: missing transparent on VB6 usercontrols
Product: Wine
Version: 1.1.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gabmoa(a)yahoo.it
Created an attachment (id=26259)
--> (http://bugs.winehq.org/attachment.cgi?id=26259)
Simple VB6 application with source files
In the VB6 a custom usercontrol can be transparent if MaskColor=BackColor and
the Image is assigned to the MaskPicture.
This seems not supported in wine.
A VB6 simple example is in 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=9832
Summary: Crysis Beta cannot connect to servers
Product: Wine
Version: 0.9.45.
Platform: PC
URL: http://www.fileplanet.com/144808/140000/fileinfo/Crysis-
Beta-Client
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: l_bratch(a)yahoo.co.uk
I have linked to the Beta, but I believe you may need a FilePlanet subscription
to download. If so I can provide any traces or anything...
The game gets as far as the server list, and can see all the servers and all
the information about them, however never actually connects. All other
networking functionality such as the built in chat works, except for connecting
to servers.
When you click connect, the terminal outputs this (every time):
fixme:winsock:_remap_optname Unknown optname 22, can't remap!
fixme:winsock:WS_setsockopt Unknown IPPROTO_IP optname 0x00000016
I'll attach the full +winsock output too, but it's very big which is why I
pasted the seperately.
--
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=23749
Summary: SpongeBob SquarePants: Diner Dash 2 - can't start free
trial without native shdcocvw
Product: Wine
Version: 1.2
Platform: x86
URL: http://arcade.nick.com/nick/gameinfo.jsp?s=SpongeBobDi
nerDash2
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=29762)
--> (http://bugs.winehq.org/attachment.cgi?id=29762)
terminal output
If I only have shdocvw as builtin from ie6, I see:
fixme:shdocvw:InPlaceActiveObject_TranslateAccelerator (0x131e18)->(0x12d240)
fixme:shdocvw:InPlaceActiveObject_TranslateAccelerator (0x131e18)->(0x12d240)
and there is no button to start the trial. Native ie6 fixes it. Strangely
though, the full version button shows up fine (with builtin shdocvw).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23420
Summary: CMR3 and CMR2005 shows Gnome menu bars all the time
Product: Wine
Version: 1.2-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: t6tiar00(a)students.oamk.fi
Colin McRae Rally 3 and 2005 shows Gnome menu bars all the time. The bars are
still visible after switching different resolution.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24517
Summary: DirectCompute Benchmark needs unimplemented function
dxgi.dll.CreateDXGIFactory1
Product: Wine
Version: 1.3.3
Platform: x86-64
URL: http://majorgeeks.com/DirectCompute_Benchmark__d6279.h
tml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: the.ideals(a)gmail.com
Running DirectCompute Benchmark 0.25 with native d3d11.dll and d3dx11_42.dll,
it crashes with the following error.
wine: Call from 0x7bc4bef0 to unimplemented function
dxgi.dll.CreateDXGIFactory1, aborting
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13713
Summary: Hema Album Software Advanced won't start, it crash and
has to be killed.
Product: Wine
Version: 1.0-rc3
Platform: PC
URL: http://www.albumprintservicedownload.nl/exe/hemaalbumsof
twareadvanced_setup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: evaarties(a)xs4all.nl
Created an attachment (id=13729)
--> (http://bugs.winehq.org/attachment.cgi?id=13729)
Backtrace made on 5 june 2008 @ 21h33.
I tried this program for the first time with wine-1.0-rc3 only to find out you
can install the program fine, but running it is a nogo.
The program starts with the following exception error:
"Exception EAccessViolation in module apc.exe at 00000000.
Acces violation at address 00000000. Read of address 00000000."
After that, the message
"Runtime error 216 at 004506D9"
appears several times.
The attached backtrace appears.
I don't know if the program works in older wine versions.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13014
Summary: ProntoEdit NG 2.1.8 doesn't show Gallery
Product: Wine
Version: 0.9.61.
Platform: Other
URL: http://www.remotecentral.com/cgi-
bin/files/rcfiles.cgi?area=prontong&db=other&br=programs
&dv=philipsprontong&md=philipsprontoproeditng&kw=&st=&ar
=&dt=&so=&pg=1&file=prontong/programs/ProntoProEditNG_v2
.1.8.zip
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
In http://winehq.org/pipermail/wine-users/2008-May/033707.html
noted that the Gallery window didn't work.
To work around bug 13013, do
sh winetricks vcrun6 cc580
before starting.
To reproduce the Gallery problem, start the app (perhaps you're
supposed to also do File / New Configuration / OK) and
do Tools / Gallery. A window should pop up, but none does.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18844
Summary: Neuro-Programmer v2.5 fails to map registry entries
Product: Wine
Version: 1.1.23
Platform: PC
URL: http://www.transparentcorp.com/downloads/NP2_Installer
.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
Depends on: 18798
After getting over bug 18798 Neuro-Programmer starts till splash screen and
hangs on it unable to access .net related registry entries.
Quoting A. Focht:
---
The problem is related to registry part of native API which is also completely
sandboxed/hooked (managing its own virtualized registry hives), I had a brief
look at it but not the time yet to dig deeper.
---
Installing dotnet with winetricks doesn't 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=21787
Summary: incredimail program crash
Product: Wine
Version: 1.1.39
Platform: x86
URL: http://www.incredimail.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joenewbob(a)live.co.uk
Hi
see bug id 20223
After finding a workaround for bug 20223 ,which meant the installer crashed .
I found that when i ran the program nothing happened in The appDB it said that
incredimail needs Direct X to run .
please can anyone 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=13114
Summary: DVDFab Platinum registration code does not work
Product: Wine
Version: 0.9.60
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: collusion.inc(a)ntlworld.com
CC: billstei(a)hbci.com
+++ This bug was initially created as a clone of Bug #12279 +++
Wine doesn't accept the regcode of FL Studio 8 and the program appears in demo
mode. It does, however accept FL Studio 7 regcode. Regcodes work fine under
Windows XP.
++++
This appears to be related to the above.
++++
DVDFab Platinum 4.1.2.0 and 5.0.2.0 do not read the registration codes from the
WINE registry after successful entry. This may have something to do with the
developers switching to VS2008 for the recent versions of the program.
The HKEY_LOCAL_MACHINE/Software/DVDFab entry containing the registration key
tallies with the one I tested on my Windows machine, so storing the key does
not seem to be the issue.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23339
Summary: Application does not run Vocaboly.exe
Product: Wine
Version: unspecified
Platform: x86
URL: http://vocabolycom
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dheerru(a)yahoo.com
This application Vocaboly.exe available from Vocaboly.com gets installed but
displays message unable to run on launch in Ubuntu 10.04 LTS. platform x86.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9953
Summary: Finereader Installation doesn't work
Product: Wine
Version: 0.9.46.
Platform: PC-x86-64
URL: http://finereader.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hias(a)kiwimail.de
Created an attachment (id=8466)
--> (http://bugs.winehq.org/attachment.cgi?id=8466)
Finereader 9 Terminal Error Messages
Hi, I already posted a bug about FineReader, but I made a misstake, so here is
the right Bug:
When installing Finereader 9 the Installation Wizards stops suddenly shortly
before the ending when the message is something like:
Installing Services
The Error Log in the Terminal is below in the attachment.
I have already tried to fix the problem by reinstalling wine, but the problem
exists furthermore.
--
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=15904
Summary: When at main menu there is only a black screen.
Product: Wine
Version: 1.1.7
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: essention(a)hotmail.com
Created an attachment (id=17075)
--> (http://bugs.winehq.org/attachment.cgi?id=17075)
wine output
I update witcher 1.0 following the steps listed all works except when I get to
the main menu when nothing but a black screen is present, nor any sound. The
only thing that is visible is the pointer icon of the glove.
Any ideas?
Wine output is below.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16782
Summary: Sea3D Chat Text Display Problem
Product: Wine
Version: 1.1.12
Platform: All
URL: http://www.s3dconnector.net/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jacob.keller(a)gmail.com
Created an attachment (id=18453)
--> (http://bugs.winehq.org/attachment.cgi?id=18453)
Wine output when running Sea3D
Sea3D has a problem displaying certain text such as the chat text. It will
display, sort of, but be unreadable.
When I see the output from Wine, it has a bunch of errors/warnings which I
don't understand, but someone who knows more might be able to figure out what
is going on.
Steps to reproduce:
1- Run Sea3D
2- Click on Play Network Game
3- See the chat window's text is hard to read, and the output from wine on the
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=25843
Summary: Wine causes terminal to lose some inputrc settings
Product: Wine
Version: 1.3.12
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aeikum(a)codeweavers.com
CC: eric.pouech(a)orange.fr
A recent commit causes my terminal to lose my inputrc settings after running
wine.
commit a392e9a10262e5f9cfbb284d38e6174cb6f4809a
Author: Eric Pouech <eric.pouech(a)orange.fr>
Date: Tue Jan 18 22:02:37 2011 +0100
kernel32: Correctly parse the input strings for advanced keys.
My inputrc looks like:
"\e[A": history-search-backward
"\e[B": history-search-forward
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9872
Summary: Wine fails to "Run" Leisure Suite Larry 7 after install
Product: Wine
Version: 0.9.46.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wegmethaat(a)yahoo.com
Created an attachment (id=8359)
--> (http://bugs.winehq.org/attachment.cgi?id=8359)
terminal output of failed run
I've followed the "HOWTO" on the page at winehq.org for Leisure Suit Larry:
Love for Sail! (Windows 3.1/9x Version), but after the installation, the game
won't run. I've done exactly what the "HOWTO" says, that is: I went to the
CDROM directory with the game, ran AUTOPLAY.EXE using Wine, and selected "Run".
The attached lsl7_0946.txt file shows the resulting terminal output of the
failed run.
--
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=21879
Summary: Word95 can't create new document
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
If i try to create or open a new document, console says:
fixme:storage:StgCreateDocfile Storage share mode not implemented.
and word95 says: "There is insufficient memory. Close extra windows and save
your 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=25263
Summary: Biet-O-Matic calculates shipping cost wrong for German
locale (regression)
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: georg298(a)gmx.de
Using this app with German locale, the shipping cost is identified wrong: e.g.
400 instead of 4,00.
Reason: wine's oleaut32 has thousand separator support, but in German locale,
the comma "," is the decimal separator.
A regression test revealed the buggy patch:
506ff74bb17742b3be5a8824dc081a3e294ccf1d is the first bad commit
commit 506ff74bb17742b3be5a8824dc081a3e294ccf1d
Author: Damjan Jovanovic <damjan.jov(a)gmail.com>
Date: Mon Aug 25 20:40:20 2008 +0200
oleaut32: Thousands separator support for VarFormat.
:040000 040000 a35f267fdf244a3c1d2233c6a80641803c2f355e
5857b6570b3fbe95ff3c8cf6506d926e0cff1c1e M dlls
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13675
Summary: emule upnp not working
Product: Wine
Version: 1.0-rc3
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 84yelo3(a)gmail.com
I'm using wine 1.0 rc3 and emule 0.49a
I want to enable upnp support, but whenever I do this, I get this messages:
err:ole:CoGetClassObject class {e2085f28-feb7-404a-b8e7-e659bdeaaa02} not
registered
err:ole:CoGetClassObject no class object {e2085f28-feb7-404a-b8e7-e659bdeaaa02}
could be created for context 0x1
What can I do?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24728
Summary: MDI client displays scrollbars even when created
without scrollbar styles
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: boreno(a)gmail.com
An MDI client window that is created without the WS_VSCROLL and WS_HSCROLL
styles still display scrollbars when a child window is moved partly out of
view. This is not the same behaviour as on Windows XP and later, and cause
problems for applications that use this method to create full-screen MDI
children that can co-exist with normal MDI 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=10495
Summary: Wine should support PulseAudio
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martin(a)gamesplace.info
Wine should have a PulseAudio output plugin. This is a feature request.
--
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=23688
Summary: iriver LDB Manager: crashes when navigating directory
tree
Product: Wine
Version: 1.2-rc7
Platform: x86-64
URL: http://www.iriver.pl/2,0,,,10,60,download_details.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jacobbrett(a)hotmail.com
Created an attachment (id=29663)
--> (http://bugs.winehq.org/attachment.cgi?id=29663)
iriver LDB Manager crash log
When attempting to navigate the directory tree in iriver LDB Manager, the
program will crash upon selecting a folder.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22315
Summary: Notification tray icons using solid rather than
transparent background colors
Product: Wine
Version: 1.1.42
Platform: x86
URL: https://bugs.launchpad.net/ubuntu/+source/banshee/+bug
/403135?comments=all
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
>From a large bug report on launchpad affecting many apps:
https://bugs.launchpad.net/ubuntu/+source/banshee/+bug/403135?comments=all
Essentially, tray icons are being drawn with non-transparent backgrounds. This
is usually from setting their (not always correct) color to bg_color rather
than just transparent.
http://launchpadlibrarian.net/41246531/screen.png is a screenshot showing
Spotify (and a few other, non-Wine apps) using the wrong background in the
system tray.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13068
Summary: iphlpapi dll error
Product: Wine
Version: 0.9.46.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: svenwinkle(a)yahoo.com
Created an attachment (id=12824)
--> (http://bugs.winehq.org/attachment.cgi?id=12824)
trace from the point the program stopped working
When trying to run Saga (see playsaga.com) I receive the following message
during the login step:
wine: Call from 0x4e1577 to unimplemented function
iphlpapi.dll.GetAdaptersAddresses, aborting
The full trace is in a txt file I've attached. It looks like the program wants
to see what ip addresses are on my network interfaces, but bombs out. I've
tried running the program as root through sudo with the same result.
Thanks,
Jeff
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23575
Summary: PowerDVD 10 (trial) crashes after registration
Product: Wine
Version: 1.2-rc6
Platform: x86-64
URL: http://www.chip.de/downloads/PowerDVD_12995238.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bojan(a)antonovic.ch
Created an attachment (id=29463)
--> (http://bugs.winehq.org/attachment.cgi?id=29463)
crash log
You need:
- MSVCP60.DLL
- mfc42.dll
- WMVCORE.DLL
- WMASF.DLL
to put into the folder windows/system32 before you can install.
Then install, and do registration. Afterwards, the crash comes. It comes when
you try to run the program too.
The (full) backtrace didn't appear.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19937
Summary: ArcSoft PhotoStudio 5.5
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: schulznotee(a)yahoo.com
Sorry, guys... I got into the whole Ubuntu thing because it was supposed to be
easier to USE. However, I'm not a geek or techie, just a guy who uses my
machines for DOING things like photo editing, writing, etc.
My problem lies in ArcSoft's PhotoStudio 5.5. I am informed that there is a
serious error and that it needs to close.
Oh, another problem is that I got your app to let me install my Canoscan 4400F
scanner but I can't find where it went.
Beyond this little bit of information, beats the stuffin's out of me.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14894
Summary: Segmentation Fault in Cubis Gold 2
Product: Wine
Version: 1.0.0
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bywec8j02(a)sneakemail.com
Created an attachment (id=15464)
--> (http://bugs.winehq.org/attachment.cgi?id=15464)
output from terminal
using
~/.wine/drive_c/Program Files/CubisGold2$ rpm -qa|grep wine
wine-esd-1.0-1.fc9.i386
wine-twain-1.0-1.fc9.i386
wine-tools-1.0-1.fc9.i386
wine-ldap-1.0-1.fc9.i386
wine-capi-1.0-1.fc9.i386
wine-nas-1.0-1.fc9.i386
wine-1.0-1.fc9.i386
wine-cms-1.0-1.fc9.i386
wine-jack-1.0-1.fc9.i386
wine-desktop-1.0-1.fc9.i386
wine-core-1.0-1.fc9.i386
on Fedora 9 32bit, AMD64, 1GB ram.
and get a segmentation fault. See 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=24572
Summary: Freelancer: font on setup screens displays in black
rather than white making it nearly unreadable
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leighmanthegreat(a)hotmail.com
Created an attachment (id=31034)
--> (http://bugs.winehq.org/attachment.cgi?id=31034)
Install log
Ubuntu 10.04
The text on the setup screens is displayed as black rather than white. On
buttons it can be hovered and will turn white but not in blocks of text.
Install log attached, though I can't see anything 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=23001
Summary: Dolphin GC/Wii emulator can't find wii .dll, crashes
after clicking wine window
Product: Wine
Version: 1.2-rc2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ovvinate(a)gmail.com
Created an attachment (id=28498)
--> (http://bugs.winehq.org/attachment.cgi?id=28498)
Error output via terminal
Using the most recent build of dolphin and accessing it through terminal, the
program is unable to find an dll designed to access a wiimote. The real problem
come when one goes to use the application to play a game and a pop up window
tells the user that the wii plugin was not found. Clicking that windows OK
button causes the application to freeze and 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=11107
Summary: Adobe AIR / Adobe Media Player pre 2 never shows GUI
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The Adobe Media Player doesn't seem to do anything;
watching +crypt,+wininet,+winsock shows that
it does crypto stuff for about 15 seconds,
then goes into a loop talking to a bunch of
web servers forever.
Perhaps it's looking for updates in the background,
as it fiddles with files in
.wine/drive_c/windows/profiles/dkegel/Application
Data/Adobe/AIR/update/background
and is doing requests like this:
trace:wininet:HttpOpenRequestW (0x2, L"HEAD", L"", (null), L"app:/AMP.swf",
0x1ab738, 8040c000, 008c12c0)
But I would expect it to put up a GUI or something.
To repeat:
download
http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_play…
download http://download.macromedia.com/pub/labs/air/air_b3_win_121207.exe
download
http://download.macromedia.com/pub/labs/mediaplayer/adobemediaplayer_p2_122…
wineserver -k
rm -rf .wine
wine install_flash_player.exe
wine air_b3_win_121207.exe
wine ~/.wine/drive_c/Program\ Files/Common\ Files/Adobe\
AIR/Versions/1.0.6/Adobe\ AIR\ Application\ Installer.exe
adobemediaplayer_p2_122007.air
cd ".wine/drive_c/windows/profiles/dkegel/Start Menu/Programs"
wine start "Adobe Media Player.lnk"
--
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=14518
Summary: GetTextMetrics on Tahoma font metrics returns an invalid
tmInternalLeading
Product: Wine
Version: 1.1.1
Platform: PC-x86-64
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikolaj.zalewski(a)gmail.com
Created an attachment (id=14854)
--> (http://bugs.winehq.org/attachment.cgi?id=14854)
testcase
As the attached testcase demonstrates, Wine returns an invalid
tmInternalLeading for Tahoma of size 32. This causes a test for
comctl32/tests/status.c to fail. This test fails on Wine with both Wine Tahoma
as well as with Tahomas copied from Windows XP and Windows Vista. This suggests
that the problem is in gdi32, not the font.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18442
Summary: Google Video/Voice chat plugin installer finishes with
error 0x80040509
Product: Wine
Version: 1.1.21
Platform: PC
URL: http://www.gmail.com/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
Aside from needing native msxml3 and bug 18441, the Google Video/Voice chat
plugin installer works, but when it finishes installing, it says "error
0x80040509".
To reproduce:
1. Install win32 Firefox 3.0.x.
2. Login to Gmail.
3. Attempt to try the video/voice chat, download the plugin. (downloading
http://dl.google.com/googletalk/googletalkplugin/GoogleVoiceAndVideoSetup.e…
directly does not work)
4. Close win32 Firefox.
5a. run winetricks msxml3
5b. install GoogleVoiceAndVideoSetup.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=12474
Summary: Resolume - Black preview windows
Product: Wine
Version: 0.9.58.
Platform: PC
URL: http://www.resolume.com/download/index.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tlarhices(a)gmail.com
Created an attachment (id=12030)
--> (http://bugs.winehq.org/attachment.cgi?id=12030)
The few lines outputed in the terminal
Resolume has several preview windows in it's interface and they are all black
making the application useless.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17693
Summary: Silkypix 3.0 menus are invisible until clicked
Product: Wine
Version: 1.1.16
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: florin(a)andrei.myip.org
Running Silkypix 3.0:
http://www.isl.co.jp/SILKYPIX/english/p/
The application menus are invisible until I blindly click on one of them, then
move the mouse left/right. After a while they disappear again.
System is ThinkPad T61 running Ubuntu 8.10 32 bit fully updated.
Wine version is 1.1.16
Silkypix 3.0.1.6
Here's a RAW file to test the application with:
http://dl.getdropbox.com/u/29966/wine-bugzilla/P1010588.RW2
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21032
Summary: Appraise-It 8.3 installer does not abort correctly
during redist downloading process
Product: Wine
Version: 1.1.34
Platform: PC
URL: http://www.sfrep.com/dloads/appraise-it/ai8.3.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=25229)
--> (http://bugs.winehq.org/attachment.cgi?id=25229)
Appraise-it 8.3 redist installer +urlmon,+wininet trace (lzma compressed)
With wine-1.1.34-469-g33a1934, canceling a redist download in progress in the
Appraise-It 8.3 installer causes the installer to continue downloading until
the file is finished, and then display a dialog box stating "Unable to download
installation data from the web". Judging from the installer's behavior using
native wininet and urlmon via winetricks ie6, canceling a download should cause
the installer to immediately display the dialog box, rather than deferring the
display to download completion. Given that the message
"fixme:urlmon:on_progress OnProgress failed: 80004004" was outputted in large
succession after attempting to cancel, I've attached a +urlmon,+wininet 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=23246
Summary: mono randomly aborts with "GetThreadContext failed"
dialog
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: dotnet, download
Severity: normal
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
Mono often needs to call GetThreadContext on all threads. On Wine, this seems
to fail at random times.
The easiest way to reproduce it is to run the mono tests. I've found that the
test in mcs/class/Microsoft.Build.Engine does it pretty reliably. See
http://wiki.winehq.org/Mono for instructions on 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=23582
Summary: PowerDVD 10 (trial) needs unimplemented function
ws2_32.dll.WSANSPIoctl
Product: Wine
Version: 1.2-rc6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bojan(a)antonovic.ch
Created an attachment (id=29469)
--> (http://bugs.winehq.org/attachment.cgi?id=29469)
crash log
See bug 23575 first for installation and bypassing the first problem.
PowerDVD 10 come with multiple problems, but many times with unimplemented
function ws2_32.dll.WSANSPIoctl.
See stack trace.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11755
Summary: MediaMonkey 3.0.2 Error initializing Media Player
Product: Wine
Version: unspecified
Platform: PC
URL: http://mediamonkey.com/download.htm
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jimrorie(a)logisys.biz
In the release version of MediaMonkey, the program throws a "Error during
player Initialization" dialog during startup. The program will not play mp3's.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20736
Summary: Left 4 Dead 2 fails to complete installation
Product: Wine
Version: 1.1.33
Platform: PC
URL: http://www.steampowered.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: l_bratch(a)yahoo.co.uk
Created an attachment (id=24800)
--> (http://bugs.winehq.org/attachment.cgi?id=24800)
Terminal output in latest Git.
This is similar to bug 18233 except that this is a different error number and
is full for the full game, not the demo. The demo now installs fine in Wine.
When launching, Steam gives the error "Incomplete Installation of Left 4 Dead 2
(53)". Terminal 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=15563
Summary: AVG Free 7.1 fails due to missing or broken DLLs
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: brett.jr.alton(a)gmail.com
Created an attachment (id=16562)
--> (http://bugs.winehq.org/attachment.cgi?id=16562)
stack trace
Installing Grisoft's AVG Free 7.1 fails.
When installing, it tells me twice that "Something horrible went wrong. Here is
the link to the install log..."
The installer than continues, runs a stack trace and give me this:
"Local machine: installation failed
Initialization:
Warning: Windows Firewall activity checking failed.
- created : SetupMachine.cpp (11024)
Error 0x80040154
- created : avgwf.cpp (22)
- thrown : avgwf.cpp (22)
- caught : SetupMachine.cpp (11021)
Warning: Failed to compare versions between psapi.dll and relater
windir redist psapi.dll_WNT.
- created : SetupMachine.cpp (2962)
Internal error. Value not evaluated.
- created : Evaluated.h (34)
- thrown : Evaluated.h (34)
- caught : SetupMachine.cpp (2959)
Warning: Failed to compare versions between dbghelp.dll and relater
windir redist dbghelp.dll_WNT.
- created : SetupMachine.cpp (2962)
Internal error. Value not evaluated.
- created : Evaluated.h (34)
- thrown : Evaluated.h (34)
- caught : SetupMachine.cpp (2959)
Installation:
Error: Action failed for file avgtdi.sys: starting service....
- created : SetupMachine.cpp (8046)
- returned: SetupMachine.cpp (8052)
Service request timeout (1053)
- created : AvgServs.cpp (562)
- thrown : SetupMachine.cpp (5504)
- caught : SetupMachine.cpp (7756)
- returned: SetupMachine.cpp (7765)
- thrown : SetupMachine.cpp (8025)
- caught : SetupMachine.cpp (8029)"
I have attached AVGs actual install log and error report.
AVG Free 7.1 is an older version and is no longer supported. I figured it would
be interesting to have an error report on an anti-virus program nonetheless.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19537
Summary: Sonos 3.0 dies after first step in setup wizard
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: lars-wine(a)ukmix.net
Removed existing ~/.wine and killed any wine processes.
Downloaded version 3.0 of the PC desktop controller from
http://www.sonos.com/support/downloads/
Installed using wine SonosDesktopController30.exe, English language, default
install location.
Ran the following command (replace [username] with your username):
env WINEPREFIX="/home/[username]/.wine" wine "C:\Program Files\Sonos\sonos.exe"
"Sonos Setup Wizard" ("Welcome to Sonos") window was displayed, with this
output in the console:
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_RESET_URLCACHE_SESSION:
STUB
fixme:iphlpapi:NotifyAddrChange (Handle 0x33f5e4, overlapped 0x634ae8): stub
fixme:iphlpapi:NotifyRouteChange (Handle 0x33f5e4, overlapped 0x634afc): stub
fixme:richedit:ME_HandleMessage WM_STYLECHANGING: stub
fixme:richedit:ME_HandleMessage WM_STYLECHANGED: stub
fixme:richedit:ME_HandleMessage WM_STYLECHANGING: stub
fixme:richedit:ME_HandleMessage WM_STYLECHANGED: stub
fixme:richedit:ME_HandleMessage WM_STYLECHANGING: stub
fixme:richedit:ME_HandleMessage WM_STYLECHANGED: stub
Clicked the "Next" button and the window closed/all wine processes died, with
the following console output:
err:ole:CoGetClassObject class {304ce942-6e39-40d8-943a-b913c40c9cd4} not
registered
err:ole:CoGetClassObject class {304ce942-6e39-40d8-943a-b913c40c9cd4} not
registered
err:ole:create_server class {304ce942-6e39-40d8-943a-b913c40c9cd4} not
registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {304ce942-6e39-40d8-943a-b913c40c9cd4}
could be created for context 0x17
err:ole:CoGetClassObject class {304ce942-6e39-40d8-943a-b913c40c9cd4} not
registered
err:ole:CoGetClassObject class {304ce942-6e39-40d8-943a-b913c40c9cd4} not
registered
err:ole:create_server class {304ce942-6e39-40d8-943a-b913c40c9cd4} not
registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {304ce942-6e39-40d8-943a-b913c40c9cd4}
could be created for context 0x17
This is under Gentoo AMD64 and I was able to run Sonos 2.8 desktop controller
with no significant 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=15697
Summary: Overlay cursor not functioning in Ultima IX
Product: Wine
Version: 1.1.6
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=14203
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: soulmata(a)gmail.com
In versions 1.18 and 1.19 of the game (earlier versions not tested), on Wine
versions 1.1.6 and 1.1.5 (earlier versions not used), the overlay cursor is
invisible. This is the cursor that only appears when placed over static objects
(I believe gumps) in the game, such as HUD elements (toolbar) and configuration
elements (the in-game journal, spellbook, books, et cetera).
The game still is tracking the cursor and accepts input, but as the cursor
itself is invisible you cannot tell where exactly you are pressing. As even the
Exit button for the game is inside a gump, it makes it more or less unplayable.
I do not know if this falls under d3d or ddraw, since I do not know if ddraw is
responsible for the on-screen gumps.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25274
Summary: Sandlot games fail to launch
Product: Wine
Version: 1.3.7
Platform: x86
URL: http://www.sandlotgames.com/w5/hearts_medicine_season_
1.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Depends on: 25187
After getting past bug 25187 (winetricks -q ie6), games refuse to launch. I get
an error window saying:
No support for hardware accelerated games.
Please visit the location you acquired this game and request help regarding
this error: HS9
Terminal shows some nasty d3d errors:
err:wgl:internal_SetPixelFormat Invalid operation on root_window
err:d3d:context_set_pixel_format Failed to set pixel format 1 on device context
0x5c8, last error 0.
err:d3d:context_create Failed to set pixel format 1 on device context 0x5c8.
err:d3d:WineD3D_ChoosePixelFormat Can't find a suitable iPixelFormat
err:wgl:internal_SetPixelFormat Invalid operation on root_window
err:d3d:context_set_pixel_format Failed to set pixel format 1 on device context
0x654, last error 0.
err:d3d:context_create Failed to set pixel format 1 on device context 0x654.
fixme:d3d:wined3d_get_format Can't find format WINED3DFMT_R24_UNORM_X8_TYPELESS
(0x49) in the format lookup table
fixme:d3d:getDepthStencilBits Unsupported depth/stencil format
WINED3DFMT_UNKNOWN.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21012
Summary: mswt 2004 does not work with wine
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikegagens(a)yahoo.com
michael schumacher world tour kart 2004 does not work with wine dev. version
1.1.34 or stable release.Game begins to load,intro video appears,but the game
stops :((.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19525
Summary: Poison Ivy does not work correctly because
RtlGetCompressionWorkSpaceSize and friends are only
stubs
Product: Wine
Version: 1.1.26
Platform: PC
URL: http://www.poisonivy-rat.com/index.php?link=download
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ricardo_barbano(a)hotmail.com
To run Poison Ivy correctly and be able to use remote control
RtlGetCompressionWorkSpaceSize and friends have to be implemented, they are now
only stubs.
this can be a pain because we need to encode/Decode LZNT1 which is a MS
proprietary format... i tried to do some of it but without any source it's not
easy.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24031
Summary: Word Perfect Lightning 1.0 beta installer does not
display text in first dialog
Product: Wine
Version: 1.3.0
Platform: x86
URL: http://download.cnet.com/Corel-WordPerfect-Lightning/3
000-2192_4-192908.html
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Created an attachment (id=30192)
--> (http://bugs.winehq.org/attachment.cgi?id=30192)
gzipped +mshtml,+shdocvw log, starting at handle_load
(This is a beta version of the app from bug 7575.)
http://download.cnet.com/Corel-WordPerfect-Lightning/3000-2192_4-192908.html
Download is 24023528 bytes, sha1sum is
b9283264d8439a2b092cff695259fa0e74eb4bf0 WordPerfectLightningInstaller.exe
With no native libraries, the installer puts up its normal "preparing
installer" dialogs, then a nearly-blank dialog containing just an elipsis.
"winetricks ie6" works around the problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22879
Summary: IVONA Voices: installs but fails to load.
Product: Wine
Version: unspecified
Platform: x86-64
URL: http://www.ivona.com/reader_download.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mtgsmith(a)hotmail.com
Created an attachment (id=28287)
--> (http://bugs.winehq.org/attachment.cgi?id=28287)
Errors from Wine on launching IVONA Voices Reader
Installed IVONA Voices (http://www.ivona.com/), which seemed to run OK.
Required SAPI5 installation with Wine in Windows ME emulation mode beforehand.
Added another Text-to-Speech (TTS) engine (Demo of Text Aloud) to test, and it
worked, using one of IVONA's voices. Copy is, of course licensed, although the
demo has same results.
IVONA Reader fails to load every time. Attemps to display a splash screen, the
outline of which appears, then a Wine error dialogue, and then fails.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21076
Summary: Defense Grid: The Awakening
Product: Wine
Version: 1.1.35
Platform: x86
URL: http://appdb.winehq.org/objectManager.php?sClass=versi
on&iId=14995&iTestingId=35186
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: war_the_gloomer(a)hotmail.com
Ingame models do not get displayed properly. Landscape/terrain works.
"Hostile"/enemy shadows displayed properly. Just gun and other models
themselves (as shadows work) need to be repaired.
(first winebug submission, if done improperly, I apologize)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22907
Summary: CamStudio: does not run after installing.
Product: Wine
Version: 1.1.42
Platform: x86
URL: http://www.camstudio.org/
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: turbolad995(a)hotmail.co.uk
The CamStudio screen casting software for Windows does not run on Wine, despite
installing it without any problems.
The main purpose of this report is to let the Wine developers know that
CamStudio - after installing - does not work under Wine at all (with AND
without the use of winetricks).
Having read the test page for CamStudio, it recommends using winetricks to add
"mfc42". I did that and CamStudio now opens after installing, but it won't
record (it's effectively useless). It comes up with the following error
message:
"Error Creating AVI File".
Before dismissing this bug report, please remember that I tried CamStudio
without winetricks first and it does not run at all after installing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23756
Summary: In-game MIDI music does not play in Melker - The Elk
Hunt (a.k.a. Moose on the Loose)
Product: Wine
Version: 1.2
Platform: x86
URL: http://www.wihlborg.se/melker_the_elk_hunt.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Created an attachment (id=29775)
--> (http://bugs.winehq.org/attachment.cgi?id=29775)
+winmm log, compressed with bzip2
This bug applies to the game "Melker - The Elk Hunt" by Wihlborg Entertainment.
The game was also marketed as "Moose on the Loose" by eGames/Greenstreet games.
A demo can be downloaded from http://www.wihlborg.se/melker_the_elk_hunt.html
The in-game (MIDI) background music does not play in Wine. However the title
sequence music does play.
Install the demo and run melker.exe. Click Start Game! Watch the title sequence
and note that the music plays. Press Enter several times to begin play. A
dialog box appears:
:
The MCI device you are using does not support the specified command.
After dismissing that, press Enter at the map screen and the same dialog
appears again, then a second dialog:
MidiPlyrPlayPart() failed!
MidiPlayPart() failed
MidiProcessTune() failed
MidiPlayTune() failed
The attached log is with WINEDEBUG=+winmm, running melker.exe, waiting at the
title sequence, then starting play, dismissing the error dialogs, quitting the
game, returning to title sequence and exiting.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23799
Summary: Rawdump fails to detect drive(s), shows popup windows
Product: Wine
Version: 1.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ovvinate(a)gmail.com
Rawdump 2.0 fails to detect optical disk drives (window says unable to detect
drives). And a weird pop-up windows shows up afterwards talking about debug and
JIT. Error outputs forthcoming.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16292
Summary: Activeworlds client 4.2 update fails with "reason 13"
Product: Wine
Version: 1.1.9
Platform: Other
URL: http://activeworlds.com/products/download.asp
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Installs ok, won't start unless you do "winetricks mfc42".
Then it starts, and notices it needs an update;
if you accept, it downloads it and then fails with "reason 13".
"winetricks wininet" works around this, and gets you to the
next problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13659
Summary: dogfood: xchat-2.8.4-1 does not install (quoting between
CreateProcessW and wmain)
Product: Wine
Version: 1.0-rc3
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=12209
OS/Version: Linux
Status: NEW
Keywords: download, Installer, source
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
Created an attachment (id=13647)
--> (http://bugs.winehq.org/attachment.cgi?id=13647)
+loaddll,+tid,+process,+cmd and extra printf
Install of xchat-2.8.4-1.exe
(http://www.silverex.org/download/xchat-2.8.4-1.exe ) fails due to a quote
Problem between CreateProcessW and libs/wine/loader.c:
Still correct:
0040:trace:process:CreateProcessW app (null) cmdline
L"\"C:\\windows\\system32\\cmd.exe\" /C
\"\"C:\\windows\\temp\\is-TNQIK.tmp\\update-modules.bat\"
\"C:\\Programme\\X-Chat 2\\lib\\pango-querymodules.exe\"
\"C:\\Programme\\X-Chat 2\\etc\\pango\\pango.modules\"\""
Broken in cmd.exe:
001c:trace:cmd:wmain /c command line:
'L"\"C:\\windows\\temp\\is-TNQIK.tmp\\update-modules.bat
C:\\Programme\\X-Chat\" \"2\\lib\\pango-querymodules.exe
C:\\Programme\\X-Chat\" 2\\etc\\pango\\pango.modules"'
the update-modules is really simple:
--- cut ---
%1 > %2
--- cut ---
--
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=23254
Summary: Cortex EDI The Electronic Biller installer window is
unresponsive to mouse input
Product: Wine
Version: 1.2-rc4
Platform: x86
URL: http://www.cortexedi.com/download/ebill501/ebillsetup.
exe
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
When launching The Electronic Biller installer, the install window is
displayed, but the window appears to be perpetually unfocused and unresponsive
to mouse clicks. Keyboard input is required to change the focus of the controls
on the installer window. The installer did not emit any 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=16294
Summary: Activeworlds client 4.2 doesn't think IE is installed
Product: Wine
Version: 1.1.9
Platform: Other
URL: http://activeworlds.com/products/download.asp
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Do "winetricks mfc42 wininet" to work around bug 16292,
then launch the app. It puts up the first dialog, then an
alert saying
"Unable to load web browser! This feature requires that Microsoft's Internet
Explorer 3.0 or later be installed on your system..."
One sees
fixme:shdocvw:ViewObject_SetAdvise (0xe90c50)->(1 00000000 0xe907fc)
right before the problem. I'll attach a +relay log.
You can work around this with "winetricks ie6", which installs the real ie6.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21000
Summary: Tomb Raider III crashes in msadp32
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: olau(a)hardworking.dk
Created an attachment (id=25182)
--> (http://bugs.winehq.org/attachment.cgi?id=25182)
Backtrace from crash
I have no prior experience with wine, but I just tried installing Tomb Raider
III from a cd with playonlinux.com. It worked flawlessly until I get past the
4th point in the training room, at which point it simply crashes (tried 3 times
now, same pattern). The terminal has this output:
msadp32.c:247: cvtSSms16K: Assertion `*src <= 6' failed.
Plus a full backtrace (attached). I think it occurs when it is about to play
the instruction sound for the 5th step in the training room.
Hope you can pinpoint and fix it. I was very impressed with seeing everything
just work otherwise (old-time Linux user).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25046
Summary: C4 engine: can't initialize sound
Product: Wine
Version: 1.3.6
Platform: x86-64
URL: http://www.terathon.com/c4engine/downloadwin.php
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
The C4 game engine doesn't run in Wine. After unzipping, if you run C4.exe, you
get an error that it cannot initialize sound, and asking you to check directx
version/sound drivers.
Terminal output is short:
austin@midna:~/C4Demo2.1.2$ wine C4.exe
fixme:win:EnumDisplayDevicesW ((null),0,0x32f89c,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),1,0x32f89c,0x00000000), stub!
err:ole:CoGetClassObject class {4c9b6dde-6809-46e6-a278-9b6a97588670} not
registered
err:ole:CoGetClassObject no class object {4c9b6dde-6809-46e6-a278-9b6a97588670}
could be created for context 0x1
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25171
Summary: Just Cause 2 Steam DirectX error Code 2
Product: Wine
Version: 1.3.7
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-d3dx10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zdenek.styblik(a)gmail.com
Created an attachment (id=31931)
--> (http://bugs.winehq.org/attachment.cgi?id=31931)
wine output
What:
---
Steam Just Cause 2 Demo
What doesn't work:
---
Running the game
How to reproduce:
---
Install game via Steam
Set Windows version to 'Windows 7' via % winecfg; as the game requires it
Run the game; which should result with error window:
~~~ SNIP ~~~
Fatal DirectX erorr!
Code: 2
Result: 0x0: S_OK
~~~ SNIP ~~~
According to search this is related to DirectX and what not.
With Wine-1.3.2 you get an empty error window.
Additional info:
---
Game requires DirectX 10 capable hardware to run!
Game requires DirectX 10 and better to run!
Test setup:
---
Slackware64
nVidia GTX260 DX10 capable card
Wine-1.3.7
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21813
Summary: Gamestudio A7 trial install fail
Product: Wine
Version: 1.1.39
Platform: x86
URL: http://www.3dgamestudio.com/
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Running http://server.conitec.net/down/gstudio_setup.exe
seems to install gamestudio ok up to the point where it
has to run an msi subinstaller... at which point the Next
button doesn't work, and you're stuck.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18257
Summary: Quicktime 2 video problems
Product: Wine
Version: 1.1.20
Platform: PC
URL: http://www.oldversion.com/download/quicktime212.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Videos in Quicktime 2 (32-bit) play for about 0.5 seconds and stop. Cycling
through the video draws the images but it refuses to play the whole video.
Don't know what traces would help here.
Tested with latest gitwine too, same problem.
wine-1.1.20-36-gdc31d87
Quicktime 2.1.2.59
This is the entire console output:
fixme:ole:OleRegisterServer (PlayerFrameClass,0x147100,0x147104,0x400000,1):
stub!
fixme:ole:OleRegisterServerDoc (1,C:\windows\SAMPLE.MOV): 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=19517
Summary: XenCenter is unable to contact anything on the network
possibly due to "fixme:ras:RasEnumConnectionsW"
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: drwahls(a)gmail.com
To recreate this bug, download XenCenter from Citrix
(http://www.citrix.com/lang/English/lp/lp_1688615.asp), install it with
msiexec, then try to connect to a XenServer on your network. Every time
XenCenter tries to make a network call, it immediately fails and the following
error is dumped on the command line:
fixme:thread:NtQueryInformationThread info class 16 not supported yet
fixme:shell:URL_ParseUrl failed to parse L"XenCenterMain.resources"
fixme:shell:URL_ParseUrl failed to parse L"XenCenterMain.resources"
fixme:ras:RasEnumConnectionsW (0x5d5ffd0,0x662dc0c,0x662dc08),stub!
fixme:ras:RasEnumConnectionsW RAS support is not implemented! Configure program
to use LAN connection/winsock instead!
fixme:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request: stub
fixme:ras:RasConnectionNotificationW (0xffffffff,0x34c,0x00000003),stub!
fixme:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request: stub
I have attached the full output from 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=23697
Summary: Ethernet/IP application crashes on exit
Product: Wine
Version: 1.2
Platform: x86
URL: http://www.odva.org/Default.aspx?tabid=202
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nsandschn(a)gmx.de
Created an attachment (id=29684)
--> (http://bugs.winehq.org/attachment.cgi?id=29684)
Terminal output in wine-1.2
The zip file includes an EtherNet/IP example application in debug and release
version. The debug version doesn't start (bug 15133). The release version works
but crashes on exit.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11672
Summary: NinjaTrader
Product: Wine
Version: 0.9.54.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: samuel(a)fermin.name
Created an attachment (id=10885)
--> (http://bugs.winehq.org/attachment.cgi?id=10885)
output trying to start NinjaTrader
I've seen that .Net applications are not working great with wine but here is my
try to launch this software : www.ninjatrader.com
The installation of .Net2 + NinjaTrader went well.
In attachment the output trying to launch NinjaTrader.
It's with wine 0.9.54 from debian sid.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15716
Summary: Wine testcases should not use the public internet, as it
causes flakiness
Product: Wine
Version: 1.1.6
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: testcases
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Just about every day, patchwatcher rejects a patch incorrectly
because some conformance test is relying on the Internet to
be there. Sadly, the Internet is not 100% reliable, and
therefore must not be used by any test suite that needs to
be 100% reliable.
We must expunge all use of the internet from our test suite,
in favor of mock servers running locally.
One way to start would be to add a configure-time option
to cause all hostname resolution to return 127.0.0.1.
Then people who needed ultrarepeatable conformance test
results (like patchwatcher) could use that option and
never have flaky results due to the public internet.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15477
Summary: Test.winehq.org should allow comparing selections side
by side
Product: WineHQ.org
Version: unspecified
Platform: All
URL: http://test.winehq.org/data/
OS/Version: All
Status: NEW
Keywords: source
Severity: enhancement
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Currently, on test.winehq.org, you can only view two test results side by side
if they're from the same OS version. It would be great to be able to select two
results and compare them side by side. That way, one could compare the same
machine when run under wine and windows, for instance.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16817
Summary: Digital Photo Professional: Cannot install version 3.5.1
of Canon's DPP
Product: Wine
Version: 1.1.12
Platform: PC
URL: http://software.canon-europe.com/products/0010677.asp
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jon.pawley+wine(a)gmail.com
Installing version 3.5.1 of Canon's Digital Photo Professional (DPP) fails on
Wine 1.1.12.
I have tried two methods for installing this application. Firstly, I used the
distribution disk ("Canon EOS Digital Solutions Disk ver. 19.0"), and secondly
I tried using the "upgrader" package that is available from the following
website:
http://software.canon-europe.com/products/0010677.asp
(Look for the item named "Digital Photo Professional Updater for Windows
(3.5.1)"). Note that the "updater" includes the whole of the DPP application
rather than a (partial) upgrade distribution. The installer checks for the
presence of the following registry key, and if it is present, allows the
installation to continue:
HKLM/software/canon/DPP/
The installation follows the following process before failing:
1) Shows splash screen and asks for location (Asia/Oceania). I select Oceania.
2) License agreement shown. Click Yes.
3) Screen shows "Starting installation. Please wait" along with one progress
bar. This increments until complete.
4) Screen changes to say, "Installing Digital Photo Professional" along with
two progress bars.
5) Process fails at this point.
The output on the terminal is attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17647
Summary: TA Demo Recorder doesn't work
Product: Wine
Version: 1.1.16
Platform: Other
URL: http://www.clan-sy.com/download/tademo/tademo99b2.exe
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: directx-dplay
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tehstealth(a)yahoo.com
Created an attachment (id=19833)
--> (http://bugs.winehq.org/attachment.cgi?id=19833)
Error
If you have Total Annihilation installed with the TA Demo Recorder then it
won't even start. Error log is attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20105
Summary: Fujiprint/Fotokasten fails to update due to unhandled
xml type
Product: Wine
Version: 1.1.29
Platform: PC
URL: http://www.fotokasten.de/index.php?ftkPage=static&ftkV
iew=ftksoftware
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cweiske(a)cweiske.de
Similar to bug #15625, wine's xml implementation misses some bits that causes
fujiprint's photo album software to fail.
When starting the software, I get:
> err:msxml:xmlnode_get_baseName Unhandled type 8
Using the native msxml3 does not give this behavior.
That error leads to the problem that it cannot update its price list from the
online store.
See also bug #20104 for the same software.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17543
Summary: Halo 2 Vista: Installer will not launch
Product: Wine
Version: 1.1.15
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: anomalydetected(a)gmail.com
When attempting to launch the installer the game Halo 2 Vista, nothing much
happens. There is a window that briefly appears entitled "Microsoft Visual C++
Runtime Library", but it immediately closes and then nothing more happens.
Terminal output shows a flurry of FIXME's, a few ERR's, and finally ends with
an Unhandled Exception Error.
I am running Ubuntu 8.10 32-bit.
Compiled the latest git as of today (2/26/2009). Wine --version shows
wine-1.1.15-445-g5e0d4c7. GCC is version 4.3.2.
In winecfg, I set the Windows Version to "Windows Vista". (Note that the game
requires Windows Vista to play, but does not use any Vista-specific functions
such as DirectX10. In fact, there is a 3rd party application that allows this
exact game to run successfully under Windows XP. It is commonly believed that
Microsoft made the requirement of Vista purely to help push the OS.)
The command I am using to launch it is "wine /media/cdrom0/Startup.exe".
Attaching output of terminal with WINEDEBUG=+relay
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22067
Summary: paleoreconstruction software c2
Product: Wine
Version: unspecified
Platform: All
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vincentberthon(a)gmail.com
I don't know exactly what I have to say there...
I work on mac os 10.5 and I use winebottler and wine. I want to use the windows
xp software "c2"
When I run "c2", all seems ok : the software appears on the screen but when I
just clic on a command a message appear from wine saying that "c2" got a
serious problem... i don't how to translate it from french...
could you help me ?
you can find the software on :
http://www.staff.ncl.ac.uk/staff/stephen.juggins/software.htm
it's the first one.
"c2" is free and very light
many thanks
regards
vincent
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18265
Summary: Argentinian Soft
Product: Wine
Version: 1.1.20
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pmac.itservices(a)gmail.com
Hi, I'm from Argentina and happy about WINE.
I'm trying to run 2 things with no luck.
Compumap 3 and SIAP 3.1
Both programs give error when entering menus, saving data or trying to exit a
module. i give you the url where u can get SIAP so to make necessary tests.
http://www.afip.gov.ar/Aplicativos/http://www.afip.gov.ar/Aplicativos/AplicativoDetalle.aspx?jqx%2fpWcOAt8HUdd…
Thanks in advance
Regards,
Pablo Alonso
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21670
Summary: FMS: Error Dialogue - Interface Not Found
Product: Wine
Version: 1.1.38
Platform: x86-64
URL: http://www.n.ethz.ch/student/mmoeller/fms/alpha/fms2al
pha85.exe
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=26173)
--> (http://bugs.winehq.org/attachment.cgi?id=26173)
err:d3drm:IDirect3DRMImpl_QueryInterface... and more...
This error occurs on Flying Model Simulator, a free R/C app. It installs fine
but hangs at graphics card detection and only support Wine's HAL, no other
options making the screen black and flooded with detection error dialogues.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20354
Summary: Sony Vegas has encountered an Error: 'WIA-Manager
could not be initialized'
Product: Wine
Version: 1.1.31
Platform: PC-x86-64
URL: http://www.sonycreativesoftware.com/vegaspro
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winecreations(a)trashmail.net
Created an attachment (id=24107)
--> (http://bugs.winehq.org/attachment.cgi?id=24107)
Console Output when starting the installed and registered program
I am a professional video editor for one of the large studios around.
Lately switching to Linux have 'forced' me to use the awesome WINE in order to
install Sony Vegas Pro 9. Unfortunately WINE does absolutely not care about the
Windows Image Acquisition (WIA).
Ths, I only can say that Sony Vegas Pro 9 install absolutely without any
errors, and even registration works fine. Right after the start of the program
the loading window shows up and is replaced immediately with an error
notification: "Sony Vegas has encountered an Error: 'WIA-Manager could not be
initialized'".
I figured to talk to the people on IRC and post an error log, but even they say
that WINE does not care the slightest about the Windows Image Acquisition. I am
actually looking forward to see WIA supported as fast as possible.
I´ve been talking directly to Sony developers in their forum (complete Thread
in German). If you are interested seing the output feel free to visit:
http://www.vegasforum.de/sony-vegas-pro-t1878.html
THANK YOU for the work you do every day to improve WINE. It is much
appreciated.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12852
Summary: Alibre Design: installer fails
Product: Wine
Version: 0.9.60
Platform: PC
URL: http://www.alibre.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tpikonen(a)gmail.com
Created an attachment (id=12541)
--> (http://bugs.winehq.org/attachment.cgi?id=12541)
Wine error output when running Alibre Design installer
The installer for Alibre Design (AlibreInstall_V10SP1.exe free download from
alibre.com) fails in Wine.
The installer starts and extracts files from CAB-files, and then offers to
install "a supported version of Microsoft Virtual Machine". This installation
fails, and the installer displays a popup suggesting to contact Alibre support.
The supported version of MSVM is available for download at the alibre.com
website, but running this installer before running the alibre installer does
not change 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=15556
Summary: Adobe Illustrator CS installer looks for Color directory
in wrong place?
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
http://bugs.winehq.org/show_bug.cgi?id=10002#c8
is a report from Anastasius about Illustrator CS's
installer getting confused about where the Color
directory lives. Here's what he said, with long traces
removed:
--- snip ---
installer and the app/support tools don't get well with
color profiles in mscms storage (the 'private' locations will work).
With the current implementation of mscms api, the profiles are stored in
"windows/system32/spool/drivers/color".
This works as long as the mscms API is used to retrieve the directory where the
profiles are stored.
Unfortunately the CS installer stores the profiles *NOT* in
"windows/system32/spool/drivers/color" but in the old 9X
"windows/system32/Color/" location (creates the "Color" directory if not
present).
...
Illustrator and other support tools later retrieve the profiles location by
using GetColorDirectoryA().
...
Nothing is found due to installer putting them in "old" directory and C++
exception is thrown.
Not catastrophic for Illustrator because it searches additional 'private'
profile locations but it adds additional noise.
Other tools like the adobe gamma loader (from "C:\Program Files\Common
Files\Adobe\Calibration\Adobe Gamma Loader.exe") won't even work due to that
problem.
To solve the profiles problem - supporting the "old" and "new" profile storage
I suggest to use a symbolic link.
E.g. wine should create a "windows/system32/Color/" symlink to
"windows/system32/spool/drivers/color".
That way older and new apps can access the profiles.
With fresh ~./wine, precreation of "color" profile directory symlink and
installation, the app and tools find the profiles:
--- snip ---
So, why is the installer doing this?
Should we work around it with the symlink suggested by Anastasius?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15332
Summary: Compiling on PC-BSD with -Werror fails in
dlls/mscms/handle.c
Product: Wine
Version: 1.1.4
Platform: PC
OS/Version: FreeBSD
Status: UNCONFIRMED
Keywords: source
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
In today's installment of finding obscure bugs on weird setups, tried compiling
on PC-BSD with:
CFLAGS="-Werror" ./configure && make clean && make depend && make
which works, all the way up to:
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT
-fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement
-Wwrite-strings -Wpointer-arith -I/usr/local/include -Werror -o handle.o
handle.c
In file included from mscms_priv.h:52,
from handle.c:32:
/usr/local/include/lcms.h:213:1: "HIWORD" redefined
In file included from ../../include/wine/debug.h:25,
from handle.c:22:
../../include/windef.h:301:1: this is the location of the previous definition
*** Error code 1
Stop in /usr/home/pcbsd/wine-git/dlls/mscms.
*** Error code 1
Stop in /usr/home/pcbsd/wine-git/dlls.
*** Error code 1
Stop in /usr/home/pcbsd/wine-git.
Marking as unconfirmed, since I'm not sure if Wine can work around this 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=17452
Summary: Lcms error crashes PowerPoint 2003
Product: Wine
Version: unspecified
Platform: PC
URL: http://download.microsoft.com/download/a/1/a/a1adc39b-
9827-4c7a-890b-91396aed2b86/ppviewer.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
The attached presentation causes PowerPoint 2003 to exit abruptly when you open
it (or on startup if you put it on the command line).
There's no bracktrace but there is this error message:
lcms: Error #12288; Pointer error; probably corrupted file
The same issue happen with PowerPoint Viewer 2003 too (if you can get it to
install with Wine) so I'm adding the download keyword.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19647
Summary: mscms: GetStandardColorSpaceProfileW() profile id
handling incorrect (LCS_sRGB and
LCS_WINDOWS_COLOR_SPACE)
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: focht(a)gmx.net
Hello,
various .NET 3.x apps fail to init because GetStandardColorSpaceProfileW()
doesn't work as expected.
--- snip ---
...
0029:Call
mscms.GetStandardColorSpaceProfileW(00000000,73524742,00185110,00184f08)
ret=0036bf3f
0029:trace:mscms:GetStandardColorSpaceProfileW ( 0x73524742, 0x185110, 0x184f08
)
0029:trace:mscms:GetColorDirectoryW ( 0x32d9c8, 0x32d9c4 )
0029:Call KERNEL32.GetSystemDirectoryW(0032d784,00000100) ret=4340b8ff
0029:Ret KERNEL32.GetSystemDirectoryW() retval=00000013 ret=4340b8ff
0029:Call KERNEL32.lstrcatW(0032d784 L"C:\\windows\\system32",43411b40
L"\\spool\\drivers\\color") ret=4340b91a
0029:Ret KERNEL32.lstrcatW() retval=0032d784 ret=4340b91a
0029:Call KERNEL32.lstrlenW(0032d784
L"C:\\windows\\system32\\spool\\drivers\\color") ret=4340b92b
0029:Ret KERNEL32.lstrlenW() retval=00000027 ret=4340b92b
0029:Call KERNEL32.lstrcpyW(0032d9c8,0032d784
L"C:\\windows\\system32\\spool\\drivers\\color") ret=4340b958
0029:Ret KERNEL32.lstrcpyW() retval=0032d9c8 ret=4340b958
0029:Call KERNEL32.SetLastError(00000002) ret=4340c31a
0029:Ret KERNEL32.SetLastError() retval=00000002 ret=4340c31a
0029:Ret mscms.GetStandardColorSpaceProfileW() retval=00000000 ret=0036bf3f
...
--- snip ---
--- snip dlls/mscms/profile.c ---
BOOL WINAPI GetStandardColorSpaceProfileW( PCWSTR machine, DWORD id, PWSTR
profile, PDWORD size )
{
static const WCHAR rgbprofilefile[] =
{ '\\','s','r','g','b',' ','c','o','l','o','r',' ',
's','p','a','c','e',' ','p','r','o','f','i','l','e','.','i','c','m',0
};
...
GetColorDirectoryW( machine, rgbprofile, &len );
switch (id)
{
case SPACE_RGB: /* 'RGB ' */
lstrcatW( rgbprofile, rgbprofilefile );
len = lstrlenW( rgbprofile ) * sizeof(WCHAR);
if (*size < len || !profile)
{
*size = len;
SetLastError( ERROR_MORE_DATA );
return FALSE;
}
lstrcpyW( profile, rgbprofile );
break;
default:
SetLastError( ERROR_FILE_NOT_FOUND );
return FALSE;
}
...
--- snip dlls/mscms/profile.c ---
This doesn't look right.
MSDN info: http://msdn.microsoft.com/en-us/library/dd372087.aspx
--- quote ---
dwProfileID
Specifies the ID value of the standard color space for which to retrieve
the profile. The only valid values for this parameter are LCS_sRGB and
LCS_WINDOWS_COLOR_SPACE.
--- quote ---
You might also want to have a look at "Windows Metafile Format Specification":
[MS-WMF] — v20090630 (afaik latest one):
http://download.microsoft.com/download/9/5/E/95EF66AF-9026-4BB0-A41D-A4F818…
--- quote ---
2.1.1.14 LogicalColorSpace Enumeration
The LogicalColorSpace Enumeration specifies the type of color space. <14>
typedef enum
{
LCS_CALIBRATED_RGB = 0x00000000,
LCS_sRGB = 0x73524742,
LCS_WINDOWS_COLOR_SPACE = 0x57696E20
} LogicalColorSpace;
LCS_CALIBRATED_RGB: Color values are calibrated red green blue (RGB)
values.
LCS_sRGB: The value is an encoding of the ASCII characters "sRGB", and it
indicates that the
color values are sRGB values.
LCS_WINDOWS_COLOR_SPACE: The value is an encoding of the ASCII characters
"Win ",
including the trailing space, and it indicates that the color values
are Windows default color
space values.
--- quote ---
Regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11532
Summary: Photoshop doesn't support custom monitor profiles
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Roland Geflitter wrote on wine-users:
"I'm running a test with Wine 0.9.51 on SuSe 9.1 and Photoshop CS (1) and
everything works perfectly (even working with big files of 1 GB and
launching Image Ready) BUT:
How do I use a CUSTOM Monitor Profile with Photoshop and Wine ?
There seems to be no way to assign a monitor profile to the Wine system
(as in Windows "control panel"), Photoshop just uses "sRGB ... 2.1" (a
substitute for the missing monitor profile of the OS, Wine).
I tried to look for a trick to assign another monitor profile to
Photoshop, but Photoshop will only take a profile of the OS.
That's a pity, because generating an accurate monitor profile under
Linux (with an Eye-One spectrometer and Argyllcms) would be possible.
Am I wrong - is there a workaround for assigning the monitor profile to
Photoshop?"
http://msdn2.microsoft.com/en-us/library/ms797852.aspx
describes monitor profiles, and says they're enabled by
calling a gdi32 function like SetICMMode(). Wine's
implementation of that function is currently a no-op.
Also, it looks like Photoshop installs a control panel, Adobe Gamma.cpl,
see http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=321608
It's possible he's looking for that, and not finding it because
we don't have any sort of a GUI to locate control panel applets yet.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16440
Summary: Unable to launch any .exe
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tael67(a)gmail.com
I got this error each time I want to launch an app with Wine :
err:module:attach_process_dlls "gdi32.dll" failed to initialize, aborting
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13492
Summary: Myst 1.0 crashes at element interaction with audio
enabled
Product: Wine
Version: 1.0-rc2
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: daniel(a)dattrix.com
Created an attachment (id=13416)
--> (http://bugs.winehq.org/attachment.cgi?id=13416)
Output using "WINEDEBUG=+relay"
Myst 1.0, on a fresh Wine 1.0-rc2 install. Game starts fine but if you try and
flip the first switch you see game locks and continues playing background
sound. Tried with all sound setting on ALSA. No lock-up if sound disabled all
together. You can travel through the world, but once you want to do something
with most objects it locks. From start you can open doors, etc, but most
switches lock it up.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21453
Summary: The game still not starts, no Errors or console output
Product: Wine
Version: 1.1.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fiep(a)arcor.de
If I start FaryCry by the Commandconsole, it will show It's start screen for a
second, no messages or similar thing, it does not work.
I Use gentoo-Linux with 2.6.31-gentoo-r6 kernel.
I've testet it with wine 1.1.25 the same thing happens, but there are two lines
in the console:
wine FarCry.exe
fixme:mountmgr:harddisk_ioctl unsupported ioctl 41018
fixme:mountmgr:harddisk_ioctl unsupported ioctl 4d004
also the programm can not be stoped by pressing crtl+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=9925
Summary: Import fixups should be done before any user code is ran
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Severity: major
Priority: P2
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vitaliy(a)kievinfo.com
SafeDisc 1.x fails to work on Wine because of this bug.
Here is what happens:
1. SD creates a new process for the game with CREATE_SUSPENDED flag.
2. Injects some code into new process to be executed first
3. Resumes the new process.
4. Injected code is being executed
5. Wine does import fixups and fails because they are already fixedup (by an
injected code).
What should happen is Wine should not let injected code to run until final
stages of the process setup are finished. In this case it is import fixups.
--
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=15533
Summary: iTunes 8.0 fails to install
Product: Wine
Version: 1.1.5
Platform: Other
URL: http://www.itunes.com
OS/Version: other
Status: NEW
Keywords: Installer
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: m.b.lankhorst(a)gmail.com
Created an attachment (id=16500)
--> (http://bugs.winehq.org/attachment.cgi?id=16500)
Relevant information found from WINEDEBUG=+msi,+relay,+snoop,warn+all
Installing the latest version of iTunes seems to fail on a bug in msi. I tried
isolating it, and it seems to try to read through a table which wine declares
invalid, and then it aborts completely. Relevant log lines 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=24255
Summary: iTunes 10 32-bit does not install correctly
Product: Wine
Version: 1.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.thomas.riker(a)gmail.com
Created an attachment (id=30536)
--> (http://bugs.winehq.org/attachment.cgi?id=30536)
stack trace for iTunes install
The 32-bit version of iTunes does not install correctly. The installer GUI
completes, but, when launched, you get the following error:
iTunes was not installed correctly. Please reinstall iTunes.
Error 7 (Windows error 998)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24525
Summary: Sharing of Files does not work - Application
"DVRManager" from Kathrein Germany - MFSServer
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: panther(a)toppoint.de
panther@Akela:~/.wine/drive_c/Programme/Kathrein/DVRManager$ wine UFS822.exe
fixme:advapi:RegisterEventSourceW ((null),L"bgsvcgen"): stub
fixme:advapi:ReportEventW
(0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x73e7d4,(nil)):
stub
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
--- Main Menue is shown.... selecting MFS-Server ... selecting Shareing
Server...
fixme:share:NetShareEnum Stub ((null) 502 0x33dbb4 -1 0x33dba8 0x33dbb8
0x33dbbc)
fixme:share:NetShareEnum Stub ((null) 502 0x33d538 -1 0x33d52c 0x33d53c
0x33d540)
--- asked for user/password....
so no crash anymore... but the NetShare does not work!
Any help? A new bug!
Download:
http://www.kathrein.de/esc-kathrein/data/receiver/pc-programm/dvr-manager-2…
YS
Panther
PS: It was a test with version Wine 1.3.3
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23660
Summary: America's Army 3 needs
d3dx9_36.dll.D3DXPreprocessShader
Product: Wine
Version: 1.2-rc7
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: wine-bugs(a)winehq.org
wine: Call from 0x683f7852 to unimplemented function
d3dx9_36.dll.D3DXPreprocessShader, aborting
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12445
Summary: Arcgisexplorer crashes in dbghelp
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://resources.esri.com/arcgisexplorer/index.cfm?fa=do
wnload
OS/Version: Linux
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: dbghelp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
A user submitted garbage for this into appdb so i gave it a try too:
Needs .Net 2.0 (winetricks) but then crashes into dbghelp. I'll attach the
crash
Note: with native dbghelp it gets futher, then crashes because of msxml-bug.
Using winetricks msxml3, it then ran into a segmentation fault. But when i ran
with +relay channel to get some debug info, the application started just fine.
So i guess is impossible to debug further atm :(
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14304
Summary: Application fails to run.
Product: Wine
Version: 1.1.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zombie(a)terralab.com
Rockman 7 FC fails with the error:
Produces errors:
err:seh:setup_exception_record stack overflow 1012 bytes in thread 0009 eip
00406a11 esp 00240f3c stack 0x240000-0x241000-0x340000
and
wine: Unhandled exception 0x0eedfade at address 0x0000:0x7edfc7b0 (thread
0009), 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=12182
Summary: Supreme Commander needs additional DLLs (registered)
Product: Wine
Version: 0.9.58.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: liquitsnake(a)gmx.net
In order to get sound in this game, sample rate must be set to 48000 and a few
DLLs are needed. These are:
x3daudio1_0.dll
x3daudio1_1.dll
in order to get the game to start in first place
xactengine2_0.dll
xactengine2_1.dll
xactengine2_2.dll
xactengine2_3.dll
xactengine2_4.dll
xactengine2_5.dll
xactengine2_6.dll
these must be registered using regsvr32 to get sound.
This is not the normal behaviour on Windoze (as long as you have newer DirectX
installed) so this should be fixed in Wine.
Also, the Forged Alliance addon for Supreme Commander needs
X3DAudio1_2.dll
In order to start.
However registering the additional xactengine* which came out between the
release of SupCom and its Addon will, in this case, NOT enable sound in the
addon.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20624
Summary: Chromium's RenderViewTest.InsertCharacters test fails
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Chromium's RenderViewTest.InsertCharacters test
simulates user input into a textbox with french
and russian keyboards.
It fails with output (duplicate fixmes and two similar failures removed):
[ RUN ] RenderViewTest.InsertCharacters
fixme:seh:RtlCaptureStackBackTrace (5, 30, 0x3a0090, (nil)) stub!
fixme:keyboard:X11DRV_LoadKeyboardLayout L"00001009", 0001: stub!
.\renderer\render_view_unittest.cc(886): error: Value of: output
Actual: L""
Expected: kLayouts[i].expected_result
Which is:
L"0123456789abcdefghijklmnopqrstuvwxyz;=,-.é<)!"/$%?&*(ABCDEFGHIJKLMNOPQRSTUVWXYZ:+'_.É>0123456789abcdefghijklmnopqrstuvwxyz;=,-.é<"
fixme:seh:RtlCaptureStackBackTrace (3, 31, 0x32ca58, (nil)) stub!
fixme:keyboard:X11DRV_LoadKeyboardLayout L"0000040c", 0001: stub!
...
[ FAILED ] RenderViewTest.InsertCharacters (1456 ms)
Related source files:
http://src.chromium.org/viewvc/chrome/trunk/src/
chrome/renderer/render_view_unittest.cc
chrome/renderer/mock_keyboard_driver_win.cc
chrome/test/render_view_test.cc
I'll attach a log.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20095
Summary: The adventure game "The secret of Monkey Island -
Special Edition" does not play
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thehighwayman(a)katamail.com
Created an attachment (id=23658)
--> (http://bugs.winehq.org/attachment.cgi?id=23658)
Secret of Monkey island SE crashing backtrace
Hi,
besides all, my configuration:
I've installed Ubuntu 9.04, wine 1.1.29, dx3d9, directx 9, xact, xinput,
dotnet20, vcrun2005 e vcrun2008.
I've copied from a windows installation, mscorees.dll and streamci.dll;
I've added them in wine configuration as "native".
Now The problem:
I've installed, with wine, the game "The Secret of Monkey Island - Special
edition". Installation OK.
But when I launch the game (wine MISE.exe), it starts for a while, then
crashes.
I've attached the backtrace.
TheHighwayman
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18233
Summary: Approach underscore bar inactive with multiple database
open
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ToddAndMargo(a)verizon.net
Hi All,
In Lotus Approach, when you have two or more databases open and have them
windowed (Windows --> cascaded, right-left, top-bottom) the underscore button
in the window's internal caption buttons, although showing (not grayed out),
does not work.
Many thanks,
-T
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19210
Summary: expr_alloc_uconstant() is not used
Product: Wine
Version: 1.1.25
Platform: All
OS/Version: All
Status: NEW
Keywords: source, winelib
Severity: normal
Priority: P2
Component: winedbg
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
programs/winedbg/expr.c defines both an expr_alloc_sconstant() and an
expr_alloc_uconstant() function. However:
* expr_alloc_uconstant() is not used anywhere. So at first sight it should be
removed.
* But expr_alloc_sconstant() is used to allocate tNUM constant which, as far
as I can see, are unsigned constants.
* expr_alloc_sconstant() is used nowhere else.
So something is wrong there.
This is also related to EXPR_TYPE_U_CONST vs. EXPR_TYPE_S_CONST.
Possible fixes:
* Modify the lexer to only return unsigned constants (since that's all it can
match), and then get rid of expr_alloc_sconstant() and EXPR_TYPE_S_CONST.
* Modify the lexer to return both signed and unsigned constants as
appropriate.
In either case it will likely require modifications in the expression
computation package as it only knows how to deal with signed integers.
See also this thread:
http://www.winehq.org/pipermail/wine-devel/2009-January/072074.html
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19994
Summary: Microsoft Security Essentials Setup crashes missing
__uncaught_exception
Product: Wine
Version: 1.1.29
Platform: PC-x86-64
URL: http://www.microsoft.com/security_essentials/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P3
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nerv(a)dawncrow.de
Depends on: 19064
If you hack around Bug 19064, the Setup of Microsoft Security
Essentials(Virus-Scanner) is trying to call Unimplemented function
msvcrt.dll.__uncaught_exception
So it crashes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21895
Summary: assertion "next->protect & VPROT_SYSTEM" failed:
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: OpenBSD
Status: UNCONFIRMED
Keywords: download, source
Severity: trivial
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
wine: created the configuration directory '/home/austin/.wine'
assertion "next->protect & VPROT_SYSTEM" failed: file "virtual.c", line 512,
function "create_view"
Marking as unconfirmed, since OpenBSD needs a few out of tree patches to even
begin to start, so this may be due to those patches.
Doesn't occur on every run, semi-random. Only seems to occur on new prefix's
though.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25696
Summary: Graphics Bug: Characters draw weird "puppeteer's"
lines
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: oneofone(a)gmail.com
Created an attachment (id=32733)
--> (http://bugs.winehq.org/attachment.cgi?id=32733)
Screenshot of the lines.
There are no errors in the log, but tell me which traces you need and I will
post them.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22968
Summary: Restricted Area game - freezes
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://www.restricted-area.net/demo.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmbohdan(a)gmail.com
When i try to move some things from my bag game freezes. There is no any errors
in console when game freeze. I`ll try to check game in widows, but i remebmer
that there wasn`t some freezes early (i played this game four eyers ago)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18730
Summary: Crazy Factory Error
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markh789(a)gmail.com
Created an attachment (id=21476)
--> (http://bugs.winehq.org/attachment.cgi?id=21476)
Log of full game run/
When running game the screen goes black, and mouse will not respond.
CTR+TAB'd to a "Program Error" and pressed <enter> .. I could not see the
"Program Error" window though I CTR+TAB'd to it and pressed <enter> and it
closed.
Attached is the 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=20557
Summary: Shadowgrounds Survivor - crash in ExtTextOut
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: knan-wine(a)anduin.net
Created an attachment (id=24517)
--> (http://bugs.winehq.org/attachment.cgi?id=24517)
plain log w/backtrace
This crash seems related to text rendering, but isn't quite deterministic. One
easy way of reproducing here is starting the game, then immediately clicking on
the "Survival" menu item (you may have to squint a little, the text is not
rendered well). Alternately, it happens at semi-random times during gameplay.
I'm unable to find a working demo at present... downloads seem gone or
corrupted.
Looks superficially similar to 12307 - crash on same line. Can't test with that
old a wine version, the game doesn't run at all.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24820
Summary: WoW Model Viewer has garbled background
Product: Wine
Version: 1.3.5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ranguvar(a)archlinux.us
Using WoW Model Viewer v0.7.0.1 r482, the program refuses to start without
vcrun2008 from winetricks (log here since it is quite short):
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.VC90.CRT" (9.0.21022.8) [repeated 3x]
err:module:attach_process_dlls "MSVCR90.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for
L"Z:\\mnt\\win7\\Users\\Ranguvar\\wmv-701-482_devwork\\wowmodelview.exe"
failed, status c0000142
Once vcrun2008 is installed, it starts fine, but there's a minor annoyance in
that the main pane has garbled image from whatever was behind that part of the
window before it was started -- the desktop background, another app, anything.
Reporting because it may be simple to fix, I don't personally know.
Here's the output for this, again because it's too short to bother with
attachments:
fixme:wgl:X11DRV_wglChoosePixelFormatARB unused pfAttribFList
fixme:wgl:ConvertAttribWGLtoGLX unsupported 201d WGL Attribute
fixme:wgl:ConvertAttribWGLtoGLX unsupported 40 WGL Attribute
fixme:wgl:X11DRV_wglChoosePixelFormatARB unused pfAttribFList
fixme:wgl:ConvertAttribWGLtoGLX unsupported 201d WGL Attribute
fixme:wgl:ConvertAttribWGLtoGLX unsupported 40 WGL Attribute
fixme:avifile:AVIFileExit (): stub!
fixme:wgl:X11DRV_wglChoosePixelFormatARB unused pfAttribFList
fixme:wgl:ConvertAttribWGLtoGLX unsupported 201d WGL Attribute
fixme:wgl:ConvertAttribWGLtoGLX unsupported 40 WGL Attribute
fixme:avifile:AVIFileExit (): stub!
err:ole:CoUninitialize Mismatched CoUninitialize
The "err" was upon close and not likely related.
A screenshot of the corruption can be found here: http://ompldr.org/vNXY3Zg
Also, it appears this problem may be bigger than I previously thought. I can't
get the Viewer to play anything else, but I haven't used it on native Windows
before, and could just be doing it wrong.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23376
Summary: Can't run Ballance 1.13
Product: Wine
Version: 1.2-rc5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: abacabadabacaba(a)gmail.com
Created an attachment (id=29138)
--> (http://bugs.winehq.org/attachment.cgi?id=29138)
Wine output
When I try to run Ballance 1.13 under Wine, the following happens: firstly,
splash screen appears. Then, after a few seconds, screen resolution is changed
four times (first to some small resolution, then back to normal, then again to
small, then again to normal). After that, there's a game window, which is
minimized. When I click on it's icon, the window begins to disappear and then
reappear rapidly. The only way to stop this is to kill wine.
I use Intel GMA X3100 and Linux 2.6.35.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15354
Summary: fixme:int:DOSVM_Int10Handler when running W98 program
Product: Wine
Version: 1.1.4
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: axel.braun(a)gmx.de
Once again, this time without attachment:
I have a reasonably old W98 program which I like to get up and running under
Wine. During the installation it says
axel@A30:~/.wine/drive_c/topo/topo.ins> wine testdir.exe c:\topo\topo.134
fixme:int:DOSVM_Int10Handler Get Font Information - Not Supported
err:int:TIMER_TimerProc DOS timer has been stuck for 60 seconds...
...and then it hangs. I think this exe checks for files in the directory, but
I'm not sure...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24166
Summary: Team Fortress 2 freezes while playing.
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ddonofrio(a)member.fsf.org
Introduction:
I have read bugs 7698, 12327 and 15162 with all comments and I'm sure this is
not the same issue. Please let me know if there is more information I can
provide.
Short Description:
After a few minutes of playing, process hl2.exe starts using 100% of a CPU and
the game freezes with no sound stuttering. if I have the mouse pointer (Like
when I'm selecting a character) I can move the mouse but nothing responds. If a
SIGTERM(15) is sent to hl2.exe the game finished and the X are successfully
restored. That allow me to repeat this issue over and over again trying to find
a pattern for deducing the root of the problem.
Testbeds:
For a best analysis of this issue, I have configured the following testbed
based on 2 machines, one with the game and another one just connected to the
same LAN.
1) Machine and software where the game is running:
CPU: Intel(R) Core(TM)2 Quad CPU Q6600 @2.40GHz
Memory: 4GB Ram
OS: GNU/Linux
Distribution: Ubuntu 10.04.1 LTS
Kernel: 2.6.32-24-generic #41-Ubuntu SMP Thu Aug 19 01:38:40 UTC 2010
x86_64
$ lspci | grep VGA
01:00.0 VGA compatible controller: ATI Technologies Inc RV630 [Radeon HD
2600 Series]
$ fglrxinfo
OpenGL vendor string: ATI Technologies Inc.
OpenGL renderer string: ATI Radeon HD 2600 Pro
OpenGL version string: 3.2.9756 Compatibility Profile Context
$ wine --version
wine-1.3.1
Testbed additional information:
Wine has no configuration but default.
Game parameters: -heapsize 1024000 -dxlevel 81 -width 1680 -height 1050
Compiz were disabled.
2) A second machine where I start a ssh session in order to monitoring process
when the game freezes.
Testing performed:
Testing steps:
1) I started steam, then I went to game library and I selected TF2. I have
pressed "Play" button and wait.
The game was successful loaded, I find a "Two Forts" available game and I
Joined in.
After 8 minutes and 32 seconds playing, when I was getting back to the starting
point room (to be cured at the medicine kit), exactly when the door were
opening the game got freeze. There was no sound stutter, just like a picture
the game got freeze.
I got connected from the second machine (via ssh) and I saw hl2.exe process
using the 100% of one CPU. Just by sending a SIGTERM to hl2.exe process it
finished. That brings me down to Steam menu again.
2) I have pressed "Play" again.
I was looking for a "Two Forts" available game for 30 seconds approximately.
The game was loaded successful, and when I was looking for a character the game
got freeze again. Just when I pointed the Engineer. I was able to move the
mouse but nothing responses.
>From the second machine terminal I saw the same: hl2.exe process using the 100%
of one CPU. Just by sending a SIGTERM to hl2.exe process it finished. That
brings me down to Steam menu again.
3) I have pressed "Play" again.
I was looking for a "Two Forts" available game for several minutes, I got
dropped due to slot reservation 3 times so I have desired to play at Egipt. I
have selected the engineer again and when the game just starts, a heavy appears
in front of me and the game got freeze again. Same like before, to kill the
process where needed.
4) I have repeated the same actions with: Different characters, different maps,
and the game got freeze completely random. I was not able to find a patter
after 3 ours of testing.
5) I have tried to run ft2 by running the following line but the game crashes
while loading a level:
$ env WINEDEBUG=fixme-all env WINEPREFIX="/home/game/.wine" padsp wine explorer
/desktop=steam,1680x1050 "c:\archivos de
programa\steam\steamapps\myaccount\team fortress 2\hl2.exe" -game tf -steam
-heapsize 1024000 -dxlevel 81 -width 1680 -height 1050
Using breakpad crash handler
Setting breakpad minidump AppID = 440
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
err:ole:RevokeDragDrop invalid hwnd (nil)
err:mmtime:TIME_MMTimeStop Timer still active?!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24524
Summary: Cannot disable the debugger
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rgovostes(a)gmail.com
According to kernel32/except.c, there are only two behaviors supported by Wine:
1) (with AeDebug\Auto = 0) show a dialog when a crash occurs
2) (with AeDebug\Auto = 1) run a debugger process
There doesn't seem to be a way to have the program terminate on a crash. I
suppose a program could override it by changing the exception handler but the
default start_debugger() handler has this functionality.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16105
Summary: Loki: Launching the game fails
Product: Wine
Version: 1.1.8
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
Created an attachment (id=17338)
--> (http://bugs.winehq.org/attachment.cgi?id=17338)
Log no WINEDEBUG parameters
The installer required winetricks dotnet20 in order to work. I installed and
patched the game flawlessly to the latest version (1.0.8.3), copied the crack
and added the missing library d3dx9_36. Console outputs for no WINEDEBUG
parameters and for WINEDEBUG=+relay,+seh for the attempts following the
modification are attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21209
Summary: Ankh: speech output stops before end of sentence
Product: Wine
Version: 0.9.44.
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
CC: m.b.lankhorst(a)gmail.com
commit 9c469e1a9487d81186642282de89048fc51c0864
Author: Maarten Lankhorst <m.b.lankhorst(a)gmail.com>
Date: Sun Aug 19 23:52:19 2007 +0200
dsound: Handle failing of IDsDriver_CreateSoundBuffer better.
prior to wine-0.9.44 causes Ankh's voice output to stop way before the end of
each sentence. Although it's a very old commit and the (structure of the) code
in dsound looks different now, behaviour has never changed since. The bug is
audible right from the intro movie.
Simultaneously, it causes the movie to stop intermittently (for ~1/2s, varying)
at the start of each audio sentence. Before that commit, movement was quite
fluid.
Perhaps the 1/2 second (sometimes more, sometimes randomly less) that is cut
from the end of the audio output corresponds with the motion break that occurs
before audio is started, as if audio output was hold back for a small and
random amount of time, then chopped?
Winecfg setting OSS HW, 22050Hz at 8bit; using Ubuntu Intrepid.
HW or emulation makes no difference. Same results with ALSA (in versions of
Wine newer than 0.9.44 where ALSA does not seem to initialize with Intrepid).
No PulseAudio.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16459
Summary: MYOB application tabs - does not change/switch tabs
correctly when clicking on them
Product: Wine
Version: 1.0.0
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nickpj(a)gmail.com
In MYOB, there are tabs inside the application (e.g. general ledger -> chart of
accounts -> tabs at top of page). Switching from one tab to another when
running under MS Windows can be achieved by clicking on the tab. However in
Wine, this does not work (it does not switch to the new tab). Instead the user
has to use a workaround to switch between tabs, either by clicking AND THEN
pressing the space key, or by using the Alt + "underlined letter" keyboard
shortcut to switch between tabs.
I have only used MYOB 10.0.2, and so have only observed this problem there, but
other versions on MYOB have this tab-switching problem in Wine too, according
to appdb, e.g. versions 11, 16, 17 too:
http://appdb.winehq.org/objectManager.php?sClass=version&iId=9941http://appdb.winehq.org/objectManager.php?sClass=version&iId=6921&iTestingI…http://appdb.winehq.org/objectManager.php?sClass=version&iId=355&iTestingId…
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24550
Summary: Option to run Windows programs as a separate user.
Product: Wine
Version: 1.3.3
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: de.techno(a)gmail.com
For security purposes, and atleast on Linux, wine should have an option to run
a program as a different user as defined in it's config.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24241
Summary: Open file dialog triggers "Invalid free" Valgrind
warning
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bart.vanassche(a)gmail.com
Occurred with a clone of the Wine git repository last updated on Monday August
30, 2010 + a patch that informs Valgrind about heap tail zones. The Valgrind
complaint below was triggered by the open file dialog (MFC CFileDialog) and
shows that Wine tries to free static memory (a static variable called emptyW):
Invalid free() / delete / delete[]
at 0x476F851: do_VALGRIND_FREELIKE_BLOCK (wine.git/dlls/ntdll/heap.c:231)
by 0x47727A5: RtlFreeHeap (wine.git/dlls/ntdll/heap.c:1778)
by 0x509BB83: IMalloc_fnFree (wine.git/dlls/ole32/ifs.c:262)
by 0x509C1D6: CoTaskMemFree (wine.git/dlls/ole32/ifs.c:411)
by 0x4DEC027: StrRetToStrNW (wine.git/dlls/shell32/shellstring.c:99)
by 0x4E0E67E: ShellView_OnNotify (wine.git/dlls/shell32/shlview.c:1432)
by 0x4E0F735: ShellView_WndProc (wine.git/dlls/shell32/shlview.c:1684)
by 0x4CB21E9: ??? (in /usr/lib/wine/user32.dll.so)
by 0x4CB2873: call_window_proc (wine.git/dlls/user32/winproc.c:242)
by 0x4CB4C2B: WINPROC_call_window (wine.git/dlls/user32/winproc.c:899)
by 0x4C7B35C: call_window_proc (wine.git/dlls/user32/message.c:2201)
by 0x4C80B42: send_message (wine.git/dlls/user32/message.c:3041)
by 0x4C81063: SendMessageW (wine.git/dlls/user32/message.c:3164)
by 0x4FABB7B: notify_hdr (wine.git/dlls/comctl32/listview.c:839)
by 0x4FAD06C: notify_dispinfoT (wine.git/dlls/comctl32/listview.c:984)
by 0x4FADD5C: LISTVIEW_GetItemT (wine.git/dlls/comctl32/listview.c:6613)
by 0x4FADFA8: LISTVIEW_GetItemW (wine.git/dlls/comctl32/listview.c:1601)
by 0x4FAF48C: LISTVIEW_DrawItem (wine.git/dlls/comctl32/listview.c:4459)
by 0x4FB63D4: LISTVIEW_RefreshReport
(wine.git/dlls/comctl32/listview.c:4751)
by 0x4FBAFDA: LISTVIEW_Refresh (wine.git/dlls/comctl32/listview.c:4998)
by 0x4FBDB68: LISTVIEW_Paint (wine.git/dlls/comctl32/listview.c:10392)
by 0x4FBDCC6: LISTVIEW_WMPaint (wine.git/dlls/comctl32/listview.c:10417)
by 0x4FBF4CC: LISTVIEW_WindowProc (wine.git/dlls/comctl32/listview.c:11452)
by 0x4CB21E9: ??? (in /usr/lib/wine/user32.dll.so)
by 0x4CB2873: call_window_proc (wine.git/dlls/user32/winproc.c:242)
by 0x4CB4C2B: WINPROC_call_window (wine.git/dlls/user32/winproc.c:899)
by 0x4C7C0FD: DispatchMessageW (wine.git/dlls/user32/message.c:3709)
by 0x4C4EAE1: IsDialogMessageW (wine.git/dlls/user32/dialog.c:1258)
by 0x4C4EC43: DIALOG_DoDialogBox (wine.git/dlls/user32/dialog.c:812)
by 0x4C509BD: DialogBoxIndirectParamAorW (wine.git/dlls/user32/dialog.c:877)
by 0x4C50A51: DialogBoxIndirectParamA (wine.git/dlls/user32/dialog.c:887)
by 0x92CDCD8: GetFileName95 (wine.git/dlls/comdlg32/filedlg.c:317)
Address 0x4f7116c is 0 bytes inside data symbol "emptyW.55484"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19949
Summary: Battle Realms: Unable to install
Product: Wine
Version: 1.1.28
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: debian(a)carbon-project.org
Created an attachment (id=23465)
--> (http://bugs.winehq.org/attachment.cgi?id=23465)
MSI dialogue while installing Battle Realms.
When installing Battle Realms
(<http://appdb.winehq.org/objectManager.php?sClass=version&iId=4394>) you're
greeted with a dialogue like in the attached image. The buttons are not
clickable, but you can navigate with TAB and activate them with ENTER. But as
soon as you hit the license agreement screen and try to navigate to the accept
checkbox you'll only manage to highlight the license text and won't be able to
get out of the text field with the license text. At this point you can only
terminate Wine.
A (temporary) workaround is described at
<http://appdb.winehq.org/objectManager.php?sClass=version&iId=4394&iTestingI…>
(short version: use MSI2 as provided by winetricks), but that still has
glitches.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22997
Summary: Huggle fails to draw the window menu strip
Product: Wine
Version: 1.2-rc2
Platform: x86
URL: http://code.google.com/p/huggle/
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tyson(a)thepurplepixel.org
Created an attachment (id=28488)
--> (http://bugs.winehq.org/attachment.cgi?id=28488)
Text of the error message
Upon launching Huggle, the login window is drawn appropriately, and logging in
works. However, once the main window interface launches, an error dialog pops
up (output attached) and the main menu bar in replaced by a red 'X' (image
attached). The menu maintains functionality; if you click on the area where you
think the menu should be, the menu will be displayed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17877
Summary: works good, but there's a problem
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martinex2017(a)neostrada.pl
Hi.
I'm using one program, which doesn't have version under Linux.
http://www.sendspace.com/file/n7t0dx
Program called Xbox soundtrack manager.
This application connects with console Xbox via LAN.
Program runs good, but during connection can't find file with database.
On Windows system there's no problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22301
Summary: Fallen Earth MMO : RtlAllocateHeap crash
Product: Wine
Version: 1.1.42
Platform: x86
URL: http://forums.fallenearth.com/fallenearth/showthread.p
hp?t=35062
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: elanz1615(a)yahoo.com
Created an attachment (id=27255)
--> (http://bugs.winehq.org/attachment.cgi?id=27255)
winedbg bt from crash
Fallen Earth, when run in a clean wine prefix using the latest git crashes
after a few minutes of play. The crash produces just one log output:
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7bc3b3ed
I've attached a winedbg backtrace showing that the crash is in RtlAllocateHeap.
Each crash I've captured has a slightly different back trace but the top two
frames are always RtlAllocateHeap and list_remove.
Trace and relay logging is impossible with this application as they slow the
application too much to play long enough to observe the crash. Another clue is
that turning on the warn+heap channel seems to prevent the crash at the expense
of framerate and an extended shut-down time.
Any assistance is greatly appreciated.
Forum post with more detail is here:
http://forum.winehq.org/viewtopic.php?t=8127
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24986
Summary: 'Mini Ninjas' crashed or often freezing and zombies
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: igor.demyanov(a)gmail.com
Created an attachment (id=31656)
--> (http://bugs.winehq.org/attachment.cgi?id=31656)
Wine 1.3.6 console log
Install game.
winetricks d3dx9
Run.
Console lot messages:
fixme:d3d:buffer_PreLoad Too many full buffer conversions, stopping converting
Often freezing and zombies at any stage(Main menu, Intro, Game) and console
out:
Expression 'paTimedOut' failed in 'src/os/unix/pa_unix_util.c', line: 387
Rerun(3-5 times) game solve problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20827
Summary: Colin McRae: DiRT fails to start
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johan.palmqvist(a)home.se
Created an attachment (id=24953)
--> (http://bugs.winehq.org/attachment.cgi?id=24953)
Colin McRae: DiRT output
Colin McRae: DiRT does not start. See attached files for output.
System is Debian Sid with GeForce 9600GT NVIDIA 190.42 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=20867
Summary: Music Time 2.0 saves files incorrectly
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jussaar(a)mbnet.fi
Created an attachment (id=25006)
--> (http://bugs.winehq.org/attachment.cgi?id=25006)
Screenshot of the error dialog box
When saving a score something doesn't get written to the file properly, and
when you try opening the same file later, a windows error dialog box opens with
a message that says the file "could not be loaded in because of DOS error code
#-3".
Wine gives out the following output when saving the file:
fixme:commdlg:GetSaveFileName16 custom hook 0x11e700ba no longer supported
I've also attached the correctly saved original file, the incorrectly saved
file and a screenshot of the error dialog.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11687
Summary: Language MSI Installation fails while installing Corel
Draw X3
Product: Wine
Version: 0.9.55.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roli8200(a)yahoo.de
Created an attachment (id=10898)
--> (http://bugs.winehq.org/attachment.cgi?id=10898)
Installation console log
When installing Corel Draw X3, the original installer calles an other msi
installer to install the language files. The msiexec brings just a error
message out of this call. Maybe some parameters missing or wrong. Can it be
that the msiexec doesn't support all original options?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17137
Summary: SpongeBob SquarePants Typing crashes on startup
Product: Wine
Version: 1.1.13
Platform: Other
URL: http://www.imaginengine.com/products/Games/showproduct.a
sp?ID=297
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This is an old cheap game my wife picked up; system requirements
direct x 8.1, win98+, 64MB RAM, 16 color monitor, 800x600,
graphics card with four whole megabytes of ram.
Installs ok (the ereg program crashes, but that's ok).
The game itself plays sound for a moment, then crashes.
I'll attach a +relay,+seh,+heap log. The crash is inside a system call:
0021:Call KERNEL32.WaitForSingleObject(000000d4,00000005) ret=21101635
wine: Unhandled page fault on read access to 0x00000024 at address 0x4947c5
(thread 0009), starting debugger...
Valgrind finds four or so instances of this error:
==8670== Invalid free() / delete / delete[]
==8670== at 0x4739F4B: RtlFreeHeap (heap.c:219)
==8670== by 0x77522BD: IWineGDISurfaceImpl_PrivateSetup (surface_gdi.c:523)
==8670== by 0x76C44B4: IWineD3DDeviceImpl_CreateSurface (device.c:742)
==8670== by 0x65EBFA4: IDirectDrawImpl_CreateNewSurface (ddraw.c:2039)
==8670== by 0x65ED628: IDirectDrawImpl_CreateSurface (ddraw.c:2579)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22733
Summary: Gestan installer crashes in winex11.drv when running
within NX session
Product: Wine
Version: 1.1.44
Platform: x86
URL: http://www.ics-informatique.com/html/gestan.html
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=28026)
--> (http://bugs.winehq.org/attachment.cgi?id=28026)
Gestan installer backtrace
While trying to test bug 21978 with wine-1.1.44-170-g69326aa, I noticed that
trying to launch the Gestan installer induces a crash within an xrender helper
in winex11.drv. This only seems to happen when running the installer within an
NX session; running within a local X session doesn't seem to cause a crash. The
relevant backtrace is attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18833
Summary: Fullscreen behavior constrains virtual desktops to
leftmost Monitor when using Twinview
Product: Wine
Version: 1.1.23
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Skiri-ki(a)gmx.de
I have a dual-monitor setup using nvidias twinview to combine two monitors with
a resolution of 1280x1024 each summing up to 2560x1024 total resolution. Some
Fullscreen applications only receive the total resolution, try to use it, and
get restricted to one monitor. Therefor only half of the application is
rendered while the rest gets cut of (e.g. Portal). Alternately the application
fails to start entirely (e.g Oblivion).
This isn't a problem if the application also has a list of common
screen-resolutions along with the Twinview-resolution and can also be fixed by
using a Virtual Desktop which works fine save for one tiny detail.
Since Bug 14985 (http://bugs.winehq.org/show_bug.cgi?id=14985) was fixed these
desktops are constrained to the leftmost monitor.
In my case this is my "secondary" monitor, and using it for primary purposes
instead of assisting, secondary purposes causes me to rearange things on my
desk. Yes this is merely an inconvenience for me but might be creating more
trouble for others.
This could be fixed by either using the designated(by twinview) primary
display, the display the application was launched on or through a configurable
option.
If it's a to complex problem to efficiently solve, I wont mind if it's not
implemented though.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13767
Summary: Lightning Warrior Raidy : In game text not displayed
Product: Wine
Version: 1.0-rc4
Platform: PC-x86-64
URL: http://jastusa.com/raidy/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: taedium_vitae(a)eml.cc
Created an attachment (id=13802)
--> (http://bugs.winehq.org/attachment.cgi?id=13802)
Terminal output
When playing Lighting Warrior Raidy, in game text is not displayed except for
character names and the interface itself.This would seem to indicate a missing
or broken font, but my font configuration works fine with other games.While I
shouldn't need to do this I also tried copying fonts into
~/.wine/drive_c/windows/Fonts including japanese fonts from a windows
installation (which might be needed) and installing windows truetype fonts with
winetricks.Neither of these fixed the issue.I tried forcing a japanese local
with LC_ALL=ja_JP too (but again, this is probably not needed)
Terminal output is attached both with and without WINEDEBUG=+font
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24766
Summary: Homeworld 1.05 crashes after startup
Product: Wine
Version: 1.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: akos(a)maroy.hu
after installing and updating Homeworld, one can start the application up, but
after the initial intros, the applicaiton will break. please find the console
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=16350
Summary: firefox ignores cursor blink rate setting
Product: Wine
Version: 1.1.8
Platform: Other
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=11541
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
Windows XP can be set to not blink cursors using the Keyboard control panel.
Wine has a similar setting in win.ini (see bug 10106).
Setting the blink rate to None on Windows stops the cursor from blinking in
Firefox, but in Wine it does not affect Firefox.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22423
Summary: Oxford English Dictionary - bad fonts
Product: Wine
Version: 1.0.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mrx(a)riseup.net
Hello friends,
I've got a little problem with my OED 2nd Edition version 1.14.
Download from http://www.oup.co.uk/academic/cdromsupport/oed2v1/
It still runs, but for some reason which I can't understand, it's not
displaying some special characters anymore, specially greek characters and the
phonetic characters.
I'm using the stable version (wine-1.0.1-174-gc4039bd), but the problem is even
worse with the latest development versions.
The most strange to me is that it used to show theses characters perfectly
well, and now it stop displaying them.
I couldn't find anything similar here at bugzilla.
Does anyone know how I could try to solve this?
Thank you very much!
Zac
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22192
Summary: Yandex.Chrome doesn't work
Product: Wine
Version: 1.1.41
Platform: x86
URL: http://chrome.yandex.ru/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Mitya57(a)gmail.com
I installed Yandex.Chrome from http://chrome.yandex.ru/. It installs correctly,
but after starting the process chrome.exe is a zombie.
Also, uninstaller doesn't work
Wine 1.1.41 on Ubuntu 10.04
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23253
Summary: Civilization II crashes when trying to start a new
game
Product: Wine
Version: 1.2-rc4
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=28955)
--> (http://bugs.winehq.org/attachment.cgi?id=28955)
Civilization II +mmsys,+winmm trace and backtrace
After applying the patch from bug 20816, reaching the Civilization II main menu
and then choosing to start a new game results in a crash. Disabling the ALSA
audio backend in winecfg gets past the crash. Given that the previous issue
described by bug 20816 was winmm related, I suspect there's another winmm issue
here also.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22600
Summary: The Enigma Protector crashes with unhandled page fault
on start up
Product: Wine
Version: 1.1.43
Platform: x86-64
URL: http://appdb.winehq.org/objectManager.php?sClass=versi
on&iId=20079
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: envil(a)vexar.de
Created an attachment (id=27775)
--> (http://bugs.winehq.org/attachment.cgi?id=27775)
Terminal output from crash
The Enigma Protector crashes with unhandled page fault on start up
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14673
Summary: Eudemons Online: In-game graphics rendered outside of
virtual desktop
Product: Wine
Version: 1.1.2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P1
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fatalitycomix(a)gmail.com
Overview:
After successful login to a game server, while emulating a virtual desktop (the
only known way to produce in-game graphics at all), the in-game graphics are
displayed 100% to the left of the virtual desktop. The input area remains the
same (within the virtual desktop).
See attached screenshot for an example of this glitch.
Steps to reproduce:
1) Set a built-in dll override for "MFC42.DLL" for both "play.exe" and
"soul.exe"
1a) Copy a recent Windows XP version of MFC42.DLL to wine's system32 folder.
2) Set graphics overrides for "play.exe" that include emulating a virtual
desktop of 1024x768 pixels @ 96 DPI.
3) Run "Play.exe" using wine.
4) Log in to a game server.
Actual Results:
The application ran and its in-game graphics were displayed outside of the
virtual desktop.
Expected Results:
The in-game graphics should be displayed within the virtual desktop, matching
the input area.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22537
Summary: Dungeon Keeper mod KeeperFX crashes on load savegame
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: singu.b+wine(a)gmail.com
Created an attachment (id=27630)
--> (http://bugs.winehq.org/attachment.cgi?id=27630)
Console output with crashmsg
The keeperfx fanmod runs slowly to the mainmenu. But if i select load game it
crashes.
The overall speed is like 5fps.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21152
Summary: Tomb Raider AOD: MPEG movies aren't played
Product: Wine
Version: 1.1.35
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
Created an attachment (id=25393)
--> (http://bugs.winehq.org/attachment.cgi?id=25393)
terminal output on Wine 1.1.35
I'm using Wine-1.1.35 compiled from source on 32 bit Fedora 12 [gcc (GCC) 4.4.2
20091027 (Red Hat 4.4.2-7)]
The problem is that movies in this game aren't played. When movie should be
played the screen is black and there is no music. I have to press any key to go
forward.
All movies are stored in "MAINDIRECTORYOFTHEGAME/data/FMV" in mpg format. Their
resolution is 640x480 with 30 or 25 fps. Audio is coded with MPEG 1 Audio,
Layer 2 in stereo with Sample rate 44100 or 48000 Hz with 192 kbps.
I tried to override:
-quartz.dll: nothing changed
-quartz.dll and devenum.dll: game displayed that it cannot found movie file
-mciqtz32.dll: game hanged on the beginning with black screen
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23039
Summary: Wrong lights with shadows enabled in Call of Duty 4
(and Tomb Raider Legend)
Product: Wine
Version: 1.2-rc2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gugamilare(a)gmail.com
Created an attachment (id=28564)
--> (http://bugs.winehq.org/attachment.cgi?id=28564)
Screenshot of Call of Duty 4
When running Call of Duty 4 with shadows enabled, the light gets a strange line
pattern (like if it the light was going through a blind). It is very similar to
what I'm getting in Tomb Raider Legend (see my comments 14 and 15 in bug
14150).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18966
Summary: Trackmania United Forever freezes at random when
playing online
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: trick(a)icculus.org
Trackmania United Forever freezes seemingly at random when playing online,
sometimes for several minutes at a time. Whenever these freezes happen, this
line appears several times in the console:
fixme:file:MoveFileWithProgressW MOVEFILE_WRITE_THROUGH unimplemented
Most other people doesn't seem to run into this problem for some reason, but
I've tried changing all kinds of settings in both trackmania and wine, and the
freeze problem persists. I did notice an old comment for United (not forever)
that describes the same problem, here (search for freeze):
http://appdb.winehq.org/objectManager.php?sClass=version&iId=7252&iTestingI…
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.