http://bugs.winehq.org/show_bug.cgi?id=25677
Summary: CaesarIV does not render text in game
Product: Wine
Version: 1.3.10
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wjak56(a)gmail.com
CC: wine-bugs(a)winehq.org
Created an attachment (id=32707)
--> (http://bugs.winehq.org/attachment.cgi?id=32707)
Stack trace
$ wine --version
wine-1.3.10
Follow the directions to get Caesar IV running here:
http://bugs.winehq.org/show_bug.cgi?id=10190#c14
Install dotnet20 with winetricks.
Install the game.
Replace d3dx9_30.dll and d3dx9_36.dll with native versions. I used winetricks
to install directx9 into a temporary wineprefix dir and then copied those files
over.
The game runs successfully but it does not render text. Instead there are
square yellowish boxes where the text should be.
Screenshot: http://i.imgur.com/fVmFT.jpg
I believe the issue is related to these two lines:
fixme:d3d:wined3d_get_format Can't find format unrecognized (0x36315220) in the
format lookup table
fixme:d3d:state_wrap (WINED3DRS_WRAP0) Texture wrapping not yet supported.
Some research leads me to understand that Texture wrapping isn't supported by
OpenGL and thus wine, but I was hoping there is a way to work around this bug,
or if I could be mistaken and it's unrelated to that.
I've tried various settings in the game's ini file but to no avail. I also
tried changing settings in the relevant .fx files, but nothing seemed to work,
other than me breaking different rendering aspects :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=24048
Summary: Steam crashes
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bluebriansimon(a)gmail.com
Steam crashes upon login. No known cause from what I can determine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25645
Summary: Textures in dynamite game is upside down
Product: Wine
Version: 1.3.10
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xor29a(a)bk.ru
Textures in dynamite game is upside down
Normal screenshot:
http://www.hotud.org/images/stories/games/d/dynamite/dynamite.jpg (not found in
original size)
Upside down textures screenshot 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=24104
Summary: Unreal Tournament 3 hangs at start
Product: Wine
Version: 1.3.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ek-tunkul(a)newmail.ru
Hi!When start game through steam or shortcut on desktop,game halt when push
"launch" button, after 2-5 seconds and unreal logo becomes gray.In terminal i
have "wine: Unhandled stack overflow at address 0x34c7a12 (thread 0044),
starting debugger..." and no more.Close game with compulsory exit.Before that
game start perfectly on wine 1.2 or wine 1.3,the problem has appeared
suddenly.Tried to reinstall wine hasn't helped.May be somebody has solved a
problem?Please help!
Athlon 64 3200+,GeForce6600GT,Audigy1(ALSA),2GB,Ubuntu 10.04 lucid+wine
1.3.1,1.3 or 1.2
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23554
Summary: Error in GDI affects IrfanView 4.27
Product: Wine
Version: 1.2-rc6
Platform: x86
URL: http://en.irfanview-forum.de/vb/showthread.php?6661-V4
-27-IrfanPaint-no-longer-keeps-data(removed-when-paint
-closed)&p=30835
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mrk(a)emarkay.com
The plugin for IrafanView, IrfanPaint, has given me trouble in keeping the
changes it has made applied to the original. In 4.25 I found that if you zoomed
to "Original Size" it would keep it's data (lines text, edits, etc.) when the
dialog was closed, but now in 4.27 (with the latest 4.13.67 Paint) , there is
nothing I can find to keep the changes. Even saving "in process" does not keep
the changes made to that point!
>From Developer of plugin:
"My educated guess on this fact is that Wine for DibSections uses a hybrid
approach: it creates a DIB a DDB (which probably is actually an X bitmap); the
work performed by the GDI methods is done on the DDB/X bitmap, which is
converted to DIB whenever the software tries to write on the DIB bits (I think
they use some kind of page protection method to do that).
So, when IrfanPaint just uses GDI methods to perform his work, the changes are
made just on the DDB and aren't mirrored on the DIB, thus causing the problem;
instead, when IP also writes directly on the DIB bits, before it does so the
changes done to the DDB are automatically mirrored on the DIB, so everything
works fine.
If things are like that, a quick workaround can be created to just make a "fake
write" on the DIB to force the update after each tool use. It would be quite a
small change and it should solve the problem.
Still, IMHO, to make such DIB/DDB system to work successfully they should have
set the update also on DIB read, maybe creating a "dirty flag" to avoid
unnecessary updates. "
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25823
Summary: Office 2007 with wine-1.2.2 won't install on CentOS
5.5 - branding.xml verification
Product: Wine
Version: 1.2.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cinaed(a)altos-da.com
Created an attachment (id=32913)
--> (http://bugs.winehq.org/attachment.cgi?id=32913)
log file from $HOME/.wine/drive_c/users/cinaed/Temp
Trying to install Office Standard 2007 on CentOS 5.5 x86_64 using wine-1.2.2.
I've tried it with a clean install. It starts the installer which is visible
for a few seconds then crashes leaving the following errors
Error: XmlSignature Verification failed for branding.xml. Type:
InvalidMetadataFile.
Showing parent-less message Title: 'Setup Error', Message: 'Setup cannot
continue because a required file is either corrupted or
not available. Run Setup again from the original source disc or download
location.'
I've tried every version from 1.22 to 1.3.10 with the same result.
Software was installed from CD.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24830
Summary: Civilization V will not download mods: "Cannot
download because Microsoft BITS has not been started"
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mathuin(a)gmail.com
I am playing Civilization V via Steam and in general it works really well. The
number one issue I am facing is the inability to download mods for the game.
When I mouse over the download button, the text "Cannot download because
Microsoft BITS has not been started." comes up. When I start the BITS service
via "wine net start bits" in another window and then stop and restart Civ and
try to download a mod, I still get the same message. When I stop the
wineserver entirely, start the BITS service as mentioned above, start Steam
from the command line in a different window than that of the BITS service, and
start Civ, I *still* get the same message.
http://forum.winehq.org/viewtopic.php?t=9936&sid=3e8ab7e7bf0adabf7173f92415…
describes another person's attempt to do the same thing.
Please let me know if there's more I can do to assist you guys in fixing this!
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=17553
Summary: Condor Dedicated Server not responding to client
Product: Wine
Version: 1.0.1
Platform: PC-x86-64
URL: http://forum.condorsoaring.com/viewtopic.php?p=99117#991
17
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sebastien(a)chaumontet.net
Following the Howto all seems works well but Dedicated server is just
responding to client by its name ... but do nothing else.
"When I started the server, the server looks okay and running, and I checked if
people could connect via "condor-club" "test server".
Condor-club told me it was connectable!!!
but.......... when I try connecting from a different windows computer, condor
just hangs."
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21646
Summary: hhctrl.ocx: special characters displayed wrong
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: hhctrl.ocx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nerv(a)dawncrow.de
Created an attachment (id=26131)
--> (http://bugs.winehq.org/attachment.cgi?id=26131)
source and binary with screenshots
html help ignores special characters in the contents, so they might also be
rendered as html, or the character should be parsed.
(e.g. Umlauts are displayed as ampersand+normalcharacter+uml+semicolon)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19373
Summary: Plants vs Zombies is draw in the left button side of
the screen
Product: Wine
Version: 1.1.26
Platform: PC
URL: http://www.reflexive.com/Plantsvs.Zombies.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
While using the game you can see it in the left button corner of the screen
while it is supposed to be in the center of the screen. This makes impossible
to select the option of the game because the game is expecting you to make
click in a different place from where the game screen is been draw.
This is in Wine 1.1.26. I have an Intel X4500HD but I have seen the problem
also with an Nvidia card.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=16514
Summary: broken encoding or database conversion regarding Umlaut
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Since the recent restyling of winehq.org, Umlauts such as "äüöÄÖÜ" are
not displayed correctly anymore in AppDB. See e.g. "Die Völker 2/The Nations"
http://appdb.winehq.org/objectManager.php?sClass=version&iId=11470
Instead, a "?" is displayed (typical for unrecognized UTF-8 characters in some
parsers).
This affects:
- my login name, in the initial greetings screen
- Category: Main > Games > Strategy Games > Die V�lker 2 > 2.02
- Name Die V�lker 2
OTOH, in bugzilla, comments of mine are correctly displayed with Umlauts.
I'm using firefox 2.0.x or 3.x.y
Is it just a matter of web server configuration, or was the application
database incorrectly converted or backed-up at some point in time?
Regards,
Jörg Höhle
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26540
Summary: Irfanview 4.28 paint extension changes to the image
are lost upon closing the paint window
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: christianuceda(a)yahoo.com
Irfanview 4.28 paint extension changes to the image are lost upon closing the
paint window, the changes simply vanish and the image is painted back as it was
when first opened.
Tested on wine-1.3.16 on Debian 6 (32bits) using Gnome desktop + compiz
Steps to reproduce:
#wget -c http://irfanview.tuwien.ac.at/iview428_setup.exe
use winetricks to install the mfc42
#winetricks mfc42
install irfanview using wine
#wine iview428_setup.exe
launch irfanview:
#wine "C:\Program Files\Irfanview\i_view32.exe"
Open or create a new image in irfanview, then press F12 to launch the paint
plugin.
The paint extension will open a small window with some painting tools, select
any painting tool (ie brush) and paint something over the image
Close the extension's window, anything you painted now disappear, obviously
this is some type of bug in Wine as the changes are intended to remain.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24478
Summary: Fallout 3 no background music
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: felipemoraesbr(a)gmail.com
This problem has been happening for a long time now for me, and it is still not
fixed in current wine 1.3.3. Other game sounds are fine, just the background
music(which I think is mp3) isn´t working.
The tip for sound problems posted was not appliable to my case, i renamed the
old file to winmm.dll_old.so and put the even older dll is that folder, as
said, then i restarted but to no use. I should mention I´m using ALSA already
Hope we can work together to solve this
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10610
Summary: Gothic II: D3D7 crash after playing several minutes
Product: Wine
Version: 0.9.49.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wielkiegie(a)gmail.com
Created an attachment (id=9411)
--> (http://bugs.winehq.org/attachment.cgi?id=9411)
Wine messages when game crashes
On Wine 0.9.49 (and probably all after 0.9.38) Direct3D 7 crashes after playing
several (7-10) minutes Gothic II: Night of the Raven (and probably base Gothic
II and Gothic I).
--
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=25777
Summary: TurningPointAnyWhere24.exe won't install
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jonathan.g.cannon(a)gmail.com
I attempted to install TurningPointAnyWhere24.exe downloaded from
http://www.turningtechnologies.com/responsesystemsupport/downloads/software…
I extracted the zip file in my Downloads folder (default location in Ubuntu
10.04). I attempted to open the file with Wine Windows Program Loader (right
click and select that application to open). It crashed Wine.
Possibly unrelated information, but I'll give it since I am ignorant about the
workings of Wine:
The unzipped TurningPointAnyWhere24 folder which contains
TurningPointAnyWhere24.exe also contains a number of dll files with names that
look like they may be specific to the TurningPointAnyWhere software. I don't
know how to install these and didn't try anything.
I installed a clean wine prefix. I installed the .net framework 2.0 as per
http://appdb.winehq.org/objectManager.php?sClass=version&iId=3754. I then
installed Microsoft Office 2007 as per
http://appdb.winehq.org/objectManager.php?sClass=version&iId=4992 and it is
working. I successfully installed TurningPoint_PC_4_2_3.exe from
http://www.turningtechnologies.com/responsesystemsupport/downloads/software…
with no additional adjustments, and it appears to work. At this point I tried
installing TurningPointAnyWhere24.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=24108
Summary: error in Visual Basic Editor
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: vkedzior(a)is.pw.edu.pl
I always get an error message when I'm trying to add User Form in Visual Basic
Editor (tested in Word 2007 and Excel 2007).
Error message contain information about error &H8...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26990
Summary: Playchess, pieces are not shown correctly
Product: Wine
Version: 1.3.19
Platform: x86
URL: http://www.fritzhelp.com/download/PlayChessV5Setup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Install.. Click "Enter As Guest". Click games tab and wait some time (Tab is
changed, but nothing is drawn: bug 26989)
Press enter-key (should open some games)
Look like this: http://netikka.net/dev/pieces.jpg
Terminal has lot of:
fixme:gdiplus:GdipCreateBitmapFromHBITMAP don't know how to handle 16 bpp
PS. winetricks gdiplus 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=22456
Summary: Wrong caching with INI functions
Product: Wine
Version: 1.1.41
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gabmoa(a)yahoo.it
Created an attachment (id=27506)
--> (http://bugs.winehq.org/attachment.cgi?id=27506)
Simple test program
I've written a program to manage some ini file and I've seen a wrong behaviour
in wine.
The origin of the problem I think is the cache system. I've isolated the
problem with a very simple program. The operations involved on button press
are:
1) Write the file test.ini with key value = WRONG (with
WritePrivateProfileStringA)
1a) Message on screen (ok to continue)
2) Delete ini file
3) Read the file test.ini (it doesn't exists now) with the default value =
RIGHT (with GetPrivateProfileStringA)
In Windows the result is RIGHT but in wine is WRONG, because it reads the
cached value! Only to obtain the compatibility with my software I've changed my
wine source in this way:
dlls/kernel32/profile.c
BOOL WINAPI WritePrivateProfileStringW( LPCWSTR section, LPCWSTR entry,
LPCWSTR string, LPCWSTR filename )
{
...
ret = PROFILE_SetString( section, entry, string, FALSE);
// PROFILE_FlushFile(); // COMMENTED
if (CurProfile) PROFILE_ReleaseFile(); // INSERTED
...
}
NOTE:
I didn't test if other WritePrivateProfile* are affected by this problem or if
the problem instead is in the GetPrivateProfile*
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13082
Summary: Adobe Premiere Pro 1.5 fails to start
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://download.adobe.com/pub/adobe/magic/premiere/win/7
.x/premierepro_english_tryout.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Followup of #11613. The application starts, then asks you to create a new
project, but then fails with a messagebox :
" Adobe Premiere encountered a serious problem, and
needs to be closed"
(Note :all this after using native gdiplus, otherwise you'll run into other
bug)
Using native comctl32 gets around this bug. If needed i can provide debuglogs.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=18776
Summary: VBALink: GBC roms open at an incorrect resolution
Product: Wine
Version: 1.1.22
Platform: PC
URL: http://www.vbalink.info/download/vbalink180b0.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh+winehqdotorg(a)gmail.com
Steps to reproduce:
- Download VBALink and any GB/GBC rom (untested with GBA roms)
- Open the rom with VBALink with default settings
The window resizes to the screen's height, this doesn't happen under Windows;
see screenshot.
The following is the only console output available:
fixme:win:EnumDisplayDevicesW ((null),0,0x32ec50,0x00000000), stub!
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x173ba0,0x173b28): stub
fixme:menu:GetMenuBarInfo (0x20036,0xfffffffd,0x00000000,0x32ead0)
fixme:d3d_surface:IWineD3DBaseSurfaceImpl_Blt Can't handle WINEDDBLT_ASYNC flag
right now.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25261
Summary: AutoCAD 2009 LT: Running AcDelTree.exe causes Wine
error
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shlwapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=32081)
--> (http://bugs.winehq.org/attachment.cgi?id=32081)
Terminal output on wine-1.3.7-172-g8925024
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko
3) wine AcDelTree.exe
Behaviour:
Wine error window
Expected behaviour:
Nothing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27192
Summary: Regedit - import failure if reg-file contains ';'
Product: Wine
Version: 1.3.20
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: newsletter(a)Schiermeier-Software.de
The Regedit.exe didn't import REG files correctly if the reg-files contains a
';' (semicolon) at the beginning of a line. It ignores the rest of the file.
Example:
--snipp--
[HKEY_CURRENT_USER\Software\Microsoft\Internet
Explorer\SearchScopes\{CF821BCD-444B-4E01-8523-ECBEECBF10C0}]
"DisplayName"="Wikipedia (de)"
;;"FaviconPath"="C:\\Documents and Settings\\Joerg\\Local Settings\\Application
Data\\Microsoft\\Internet
Explorer\\Services\\search_{CF821BCD-444B-4E01-8523-ECBEECBF10C0}.ico"
"FaviconURL"="http://de.wikipedia.org/favicon.ico"
"OSDFileURL"="http://www.ieaddons.com/de/DownloadHandler.ashx?ResourceId=840"
"ShowSearchSuggestions"=dword:00000000
"SuggestionsURL"="http://de.wikipedia.org/w/api.php?action=opensearch&format=xml&search={sear…"
"SuggestionsURL_JSON"="http://de.wikipedia.org/w/api.php?action=opensearch&search={searchTerms}&na…"
"URL"="http://de.wikipedia.org/w/index.php?title=Spezial:Suche&search={searchTerms}"
--snapp--
Only the first line behind the reg-key will be imported. The rest, e.g.
"FaviconURL" and so on, is ignored.
The ';' is the comment sign inside a (all) reg-files.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22060
Summary: regedit CRASHES when key with non-ascii values is
renamed or deleted
Product: Wine
Version: 1.1.40
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tianshuo(a)gmail.com
Created an attachment (id=26868)
--> (http://bugs.winehq.org/attachment.cgi?id=26868)
results of WINEDEBUG=+relay wine regedit
there is a key in my registry that I can not delete, every time I delete it
regedit.exe crashes. I am deleting this key because of Bug 20279 and the
solution it provides does not work because of this crash. rename does not work
either gives the same error message
wine: Unhandled page fault on write access to 0x00750072 at address 0x7bc486bc
(thread 001b), starting debugger...
err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr
0x7bc48148
"wine --version" is 1.1.40
I am attaching the tail of "WINEDEBUG=+relay wine regedit" as
winedebugrelay.log
and "winedbg regedit" as winedbg.log
I am not sure if more information is needed
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26989
Summary: Playchess, games tab is not drawn
Product: Wine
Version: 1.3.19
Platform: x86
URL: http://www.fritzhelp.com/download/PlayChessV5Setup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Install.. Click "Enter As Guest". Click games tab. Tab really changes, but
nothing is drawn.
Terminal has lot of:
fixme:gdiplus:GdipFillPath Not implemented for brushtype 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=25861
Summary: fail to run POPO2011-Full-installer.exe (POPO is an
IM from Netease)
Product: Wine
Version: 1.3.12
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=32957)
--> (http://bugs.winehq.org/attachment.cgi?id=32957)
Log: installing POPO2011-Full-installer.exe with wine
env:
wine1.3.12 from ubuntu ppa
Ubuntu 10.10 x86_64
Step 1
Download POPO2011-Full-installer.exe
http://dl.163.com/popo_2011/update/installer/POPO2011-Full-installer.exe
Step 2
Install POPO2011:
fracting@fracting-K400:~$ rm -rf .wine
fracting@fracting-K400:~$ wine
'/home/fracting/Desktop/POPO2011-Full-installer.exe'
full log is in attechment install_popo.log
Step 3
Install mfc42 with winetricks
Step 4
run POPO
$ wine '/home/fracting/.wine/drive_c/Program Files/Netease/POPO/Start.exe'
fracting@fracting-K400:~$ fixme:msvcrt:_setmbcp trail bytes data not available
for DBCS codepage 0 - assuming all bytes
fixme:msg:ChangeWindowMessageFilter 233 00000001
fixme:msg:ChangeWindowMessageFilter 4a 00000001
fixme:msg:ChangeWindowMessageFilter 49 00000001
fixme:msg:ChangeWindowMessageFilter 233 00000001
fixme:msg:ChangeWindowMessageFilter 4a 00000001
fixme:msg:ChangeWindowMessageFilter 49 00000001
fixme:dbghelp:elf_search_auxv can't find symbol in module
There is no any window to be created.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24551
Summary: Cannot install Windows Server 2003 Administration
Tools Pack
Product: Wine
Version: 1.3.3
Platform: x86
URL: http://www.microsoft.com/downloads/en/details.aspx?Fam
ilyID=c16ae515-c8f4-47ef-a1e4-a8dcbacff8e3
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrew.millington(a)gmail.com
Created an attachment (id=30987)
--> (http://bugs.winehq.org/attachment.cgi?id=30987)
~/wine-git/wine msiexec /i adminpak.msi 2> log.txt
I am not sure the installer copies anything but I notice that it does not
appear in the program list in Add/Remove Programs.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26676
Summary: Wine crashes with World of Warcraft
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: turgut(a)kalfaoglu.com
Created an attachment (id=33970)
--> (http://bugs.winehq.org/attachment.cgi?id=33970)
Xorg.0.log
I have a P4 system with an Nvidia 6200 card, the MB is a Microstar MS-7005,
phoenix bios.
I installed F13 on it, and it seems to run alright, until you use a wine+openGL
application.
For example, Warcraft's "Launcher.exe" which downloads the game:
I launch it, and it may run for hours if I don't touch it, or it may close
right away - even taking away the shell prompt that I used to launch it -- even
that closes!
To crash it sooner, I can go into that Launcher's menu and change some options.
This time it might crash the whole X, bringing me back to the graphical Login
prompt of Gnome, or maybe it will work alright.
What has been tried so far:
Various wine versions, upgrading kernel and all, have been tried.
Blacklisted nouveau, since I want some performance out of this old machine,
Tried rpmfusion's nvidia driver versus the one downloaded from Nvidia's
site.
Tried Nvidia's beta driver.
Tried OpenGL screensavers of gnome - they appear to work fine, likewise
compiz works fine.
Tried various BIOS tweaks (AGP aperature, Fastwrite, etc)
I have never seen odd crashes like this, so I'm at my wits' end.
If its hardware related, I don't know where to start replacing, and I don't
want to spend money replacing good working hardware either.
Attached: lshw and Xorg outputs
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26709
Summary: Wine doesn't release window after move action
Product: Wine
Version: 1.3.16
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dufgrinder(a)laposte.net
Using Poser 7.0.2 on Fedora 13
When you move a Poser internal window, you usually have to click once to start
the window move and to click a second time to release it.
Wine 1.3.16 doesn't release any internal window. They're always on move.
Keyboard is not fully available (ALT+TAB doesn't work)
The final solution is to kill "Poser.exe" - After (CTRL+ATL+F2) to get a
console.
It was working with all previous releases (including wine-1.3.14)
Kind Regards,
Olivier
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23683
Summary: Assassin's Creed: White Screen after intro on ati
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mcflow-forum(a)gmx.net
Created an attachment (id=29648)
--> (http://bugs.winehq.org/attachment.cgi?id=29648)
output of wine when running Assassin's Creed
There is a problem when trying to run Assassin's Creed on ATI cards with the
catalyst driver. The problem does not occur on my Desktop PC with an nvidia
card.
When I start Assassin's Creed the intros will play fine. When I skip them or
when they ended the screen will just turn white. I hear the music playing but
nothing seems to happen.
I renamed the movies folder and sometimes I can see the Assassin's Creed logo
fading in but it will suddenly stop to fade.
I attached the error log.
System Information:
ArchLinux 64 Bit
bin32-wine (it's wine 1.2)
Intel core i3 330m
ATI Mobility Radeon HD4550 (catalyst 10.5)
3 GB Ram
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17842
Summary: PopCap games cannot connect to registration server
Product: Wine
Version: 1.1.17
Platform: PC
URL: http://downloads.popcap.com/www/popcap_downloads/Bejewel
edSetup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
So far tested a couple of PopCap games, and none of them can connect to the
registration server. No useful error is giving, and the output is fairly
minimal. Could it have anything to do with CLSCTX_REMOTE_SERVER?
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
err:ole:CoGetClassObject class {9a5ea990-3034-4d6f-9128-01f3c61022bc} not
registered
err:ole:CoGetClassObject class {9a5ea990-3034-4d6f-9128-01f3c61022bc} not
registered
err:ole:create_server class {9a5ea990-3034-4d6f-9128-01f3c61022bc} not
registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {9a5ea990-3034-4d6f-9128-01f3c61022bc}
could be created for context 0x17
This is the full output, not worth putting in an attachment.
+mshtml, +msnet, +gecko, +url, +urlmon do not give any further output.
The PopCap games use an .exe as "copy protection" to extract and load another
.exe. The second .exe is the actual game.
Will link games I find have this problem as I find them.
+relay log available if needed (if it's not the fixme).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17866
Summary: Sage Line 50 UK v10 can not run a Period End
Product: Wine
Version: 1.1.18
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=16135
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=20147)
--> (http://bugs.winehq.org/attachment.cgi?id=20147)
Screenshot of page
Sage Line 50 v10 opens what appear to be a help page in order to run a "Period
End". This page should contain links that opens various other parts of the
app, but the whole page is plain text.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17865
Summary: Sage Line 50 UK v10 XML DOM error
Product: Wine
Version: 1.1.18
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=16135
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=20145)
--> (http://bugs.winehq.org/attachment.cgi?id=20145)
XML DOM error
Launching Sage Line 50 v10 flashes up an XML DOM error very briefly, then
disappears, but remains in memory.
CTRL+C (when running in the console) bring the window back.
Clicking twice on OK causes an unhandled page fault and eventually exits.
Workaround is "winetricks msxml3".
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26203
Summary: ie7 can connect to https://mail.google.com, but not
https://gmail.com ?
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Created an attachment (id=33404)
--> (http://bugs.winehq.org/attachment.cgi?id=33404)
+wininet,+schannel logs for both mail.google.com and gmail.com
With today's git, doing
rm -rf ~/.wine
winetricks-alpha ie7
and then
wine 'C:\Program Files\\Internet Explorer\\iexplore' https://mail.google.com
works; you can read that web page. However,
wine 'C:\Program Files\\Internet Explorer\\iexplore' https://gmail.com
fails, complaining
"There is a problem with the certificate for this site.
There is at least one unspecified security problem with this certificate.
Do you want to continue anyway?"
The log in this case shows
err:wininet:NETCON_secure_connect SSL_connect failed: 12038
Adding a native override for wininet let ie7 handle the redirect from gmail.com
to google's sign-in service (although it crashed not long after).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11482
Summary: Airline Tycoon Evolution fails to start
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: elicoten(a)live.co.uk
Created an attachment (id=10625)
--> (http://bugs.winehq.org/attachment.cgi?id=10625)
Console output of crash
The screen resolution changes, but then changes back again and the game doesn't
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=26928
Summary: Midi messages MTC trashed
Product: Wine
Version: 1.2.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winealsa.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: monsieurstromberg(a)gmail.com
I'm using a DAW (reaper from Cockos) that sends MTC messages on a midi port.
There are 2 forms for these messages :
full frame time codes starting with 0x70 and 10 bytes long.
quarter frame time codes starting with 0x71 and 2 bytes long.
For debug purpose, the messages are sent on alsa Midi through port, and a midi
monitor receives the messages using this port as input.
When debugging with WINEDEBUG=midi, I can see the quarter frame messages in the
log, but the monitor doesn't (I checked with a native linux application and the
same connection method that the monitor can receive these messages). Full frame
messages (sent at the beginning) are received.
Thanx for any investigation or answer.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11895
Summary: GeoControl installer hangs
Product: Wine
Version: 0.9.57.
Platform: Other
URL: http://www.cajomi.de/Download/GeoControl_Demo1.13a_Setup
.exe
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffzaroyko(a)gmail.com
wine-0.9.57, Ubuntu 7.10, winetricks vcrun6
The installer hangs fairly early, preventing the application from being
installed. Application is available to download, 7.2MB. If anyone would like
a log provided, please specify which channels.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21460
Summary: Construct 0.99.8 "File" menu not working with WINE.
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stuart(a)sslaxx.demon.co.uk
Running Construct 0.99.8 installed under WINE 1.1.36 under Ubuntu 9.10.
"File" tab at the top shows menu sub-items, but these cannot be clicked upon.
"Customise Quick Access Toolbar" also exhibits the same problem.
You may find Construct 0.99.8 at
http://www.scirra.com/forum/viewtopic.php?f=2&t=5570 this location, or
http://sourceforge.net/projects/construct/files/construct/Construct%200.99.…
here for the SourceForge.net download link.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13186
Summary: Warcraft III TFT fails to start with prefixes never used
by <wine-0.9.61
Product: Wine
Version: 0.9.61.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: quartz
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: malteeggers(a)googlemail.com
CC: m.b.lankhorst(a)gmail.com
Created an attachment (id=13003)
--> (http://bugs.winehq.org/attachment.cgi?id=13003)
Command line output of the crash
A regression bug occurred in 0.9.61. Warcraft III does not start properly with
prefixes that have never been run (or created) by any previous wine versions.
It exits displaying a "FATAL ERROR" message box.
The patch causing the regression:
3a39805ed8345047d217f4a0d7de3954cce7cb93 is first bad commit
commit 3a39805ed8345047d217f4a0d7de3954cce7cb93
Author: Maarten Lankhorst <m.b.lankhorst(a)gmail.com>
Date: Tue Apr 22 13:57:11 2008 -0700
quartz: Make wave parser and mpeg splitter zero copy by getting rid of the
seperate allocator for the output pin.
:040000 040000 65d5061c65d0a2461b3144a051e427f865a37131
09db2b08ba369a7d7dc90679a96c8c624253a6a7 M dlls
I am using Gentoo Linux and got the bug both on x86 and x86_64.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25103
Summary: Medieval Total War Gold DVD Italian - Unload the
debugger error
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: emanuele.emalele(a)gmail.com
Created an attachment (id=31832)
--> (http://bugs.winehq.org/attachment.cgi?id=31832)
Log of the Medieval Total War Gold Italian DVD version
After a correct installation, launching the game returns the pop-up window
complaining about the debugger:
Unload the debugger and try again
Attached the whole log bzipped2 with the parameter explained in the Wine guide.
Thank you
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23706
Summary: Ship Simulator 2008 demo needs
D3DXSaveSurfaceToFileInMemory
Product: Wine
Version: unspecified
Platform: x86
URL: http://www.shipsim.com/downloads/trailers
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: misha680(a)gmail.com
CC: wine-bugs(a)winehq.org
Once this bug is fixed:
http://bugs.winehq.org/show_bug.cgi?id=22918
for example with bugs in this repository:
http://github.com/misha680/wine/commits/
Ship Simulator 2008 demo crashes with this requirement:
wine: Call from 0x7b8369f2 to unimplemented function
d3dx9_36.dll.D3DXSaveSurfaceToFileInMemory, aborting
wine: Unimplemented function d3dx9_36.dll.D3DXSaveSurfaceToFileInMemory called
at address 0x7b8369f2 (thread 001c), starting debugger...
Misha
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=26476
Summary: builtin IE cannot open
https://ebank.njcb.com.cn:8001/perbank/logon.jsp
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=33713)
--> (http://bugs.winehq.org/attachment.cgi?id=33713)
trace: +wininet
Log is like below :
err:wininet:NETCON_secure_connect SSL_connect failed: 12169
After a long waiting there will be a crash.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=24210
Summary: Burger Shop sound does not work when hardware
acceleration is enabled.
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: danimothonline(a)gmail.com
Created an attachment (id=30481)
--> (http://bugs.winehq.org/attachment.cgi?id=30481)
Console Ouput
Burger Shop sound does not work when hardware acceleration is enabled.
When setting hardware acceleration to "Emulation" instead of "Full" sound works
perfectly.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15092
Summary: Adobe Flash Player 9 and 10: movies and images are
messed up
Product: Wine
Version: 1.1.3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: piekarzarkadiusz(a)gmail.com
Created an attachment (id=15772)
--> (http://bugs.winehq.org/attachment.cgi?id=15772)
Screenshot from Youtube #1
When I launch a site with flash elements, i. e. wine iexplore
http://youtube.com/ and choose any movie (i. e.
http://www.youtube.com/watch?v=VntFEWF8I8A), it will be played, but messed up.
Screenshots will better describe what I mean.
I believe the same problem is responsible for bug
http://bugs.winehq.org/show_bug.cgi?id=15075 , where in Steam certain elements
using flash flicker and have grey bars.
I tested it with Adobe Flash Player 10 RC so far, but I get the same results
with 9 in Steam.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=25287
Summary: Rise of Nations Gold Edition Nuclear Blast Effect
Looks Awful
Product: Wine
Version: 1.2.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shiningarcanine(a)gmail.com
The nuclear blast effect in Rise of Nations Gold Edition looks awful when
running under WINE. There is supposed to be a smooth white effect, but instead
there is no real transition and the screen stays at a white point for the
duration of the effect, during which time, artifacts can be seen on 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=9335
Summary: Cannot switch tabs in MYOB
Product: Wine
Version: 0.9.42.
Platform: Other
URL: http://www.myob.com.au
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marc(a)mwiriadi.id.au
Created an attachment (id=7617)
--> (http://bugs.winehq.org/attachment.cgi?id=7617)
WINEDEBUG=Warn+allMyob.exe
Install MYOB fine and runs fine. Open up a menu and try to click on a
different tab up the top of the screen and it doesn't respond.
--
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=25476
Summary: MS Office Pro 2010 Trial: setup.exe is started when
starting installed apps if Outlook is installed
Product: Wine
Version: 1.3.9
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
To reproduce:
1. Download the trial from Microsoft
2. Install it without customizing. The default install includes Outlook.
3. Try to run Word, Excel, or Powerpoint; the installer will start up while the
app is loading.
4. If you wait, the installer will eventually crash.
If Outlook is not installed, this does not happen.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21861
Summary: SDP Downloader (2.3.0): Doesn't restore from tray
Product: Wine
Version: 1.1.38
Platform: x86-64
URL: http://sdp.ppona.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atalanttore(a)googlemail.com
Created an attachment (id=26473)
--> (http://bugs.winehq.org/attachment.cgi?id=26473)
SDP Downloader after minimizing to tray
I'm using WINE 1.1.38 on Ubuntu 9.10 x64.
Bug:
The SDP Downloader (2.3.0) doesn't restore from tray after minimizing. After
minimizing it also often appears a small stripe of a program window in the
center of the screen (see attached screenshot).
As workaround I use to click right on the SDP entry in tray menu, choose
"minimize" and the mysterious stripe of a program window disappears. Then I'll
click right again on the SDP entry, choose "Restore" and the program window
gets restored/maximized.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22817
Summary: Perfect World International: rendering issues with
some models
Product: Wine
Version: 1.2-rc1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: itiliehl(a)yandex.ru
Some models (mostly those added in 'Rising Tide' update) are rendered
incorrectly. One triangle of model get displaced and leaves a hole in a mesh
and sticks 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=14243
Summary: FedExShipManager installer fails with
"fixme:msxml:domdoc_createNode unhandled node type 2"
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://fedex.com/us/software/
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
To reproduce (and get past bug 14241):
wget http://kegel.com/wine/winetricks
sh winetricks dotnet20 vjrun20 wsh56 vcrun2005 vcrun2005sp1 vb6run msxml3
wget ftp://ftp.fedex.com/pub/us/software/FedExShipManager_2356.exe
wine FedExShipManager_2356.exe
This succeeds, but starting the app fails. It seems that the
installer didn't register the app's bin/applogic.exe properly?
0009:Call ole32.CLSIDFromProgID(01313ad8 L"Applogic.Document",0032c308)
ret=782502c1
0009:Call advapi32.RegOpenKeyW(80000000,001ab7b8
L"Applogic.Document\\CLSID",0032c248) ret=7eba3245
0009:Ret advapi32.RegOpenKeyW() retval=00000002 ret=7eba3245
0009:Ret ole32.CLSIDFromProgID() retval=800401f3 ret=782502c1
0009:Call KERNEL32.GetLastError() ret=0169aafb
0009:Ret KERNEL32.GetLastError() retval=0000007a ret=0169aafb
0009:Call advapi32.RegCreateKeyExA(80000002,01313ad8
"Software\\FEDEX\\SHIPNET2000\\SETTINGS",00000000,0032b93b,00000000,0002001f,00000000,0032b940,0032b93c)
ret=0102c253
0009:Ret advapi32.RegCreateKeyExA() retval=00000000 ret=0102c253
0009:Call advapi32.RegQueryValueExA(00000230,0131c528
"InstallDir",00000000,0032b9b0,00000000,0032b9ac) ret=0102c4b6
0009:Ret advapi32.RegQueryValueExA() retval=00000002 ret=0102c4b6
0009:Call user32.MessageBoxA(00020036,0131cb38 "FedEx Ship Manager can not
create a dispatch to the Application Logic. Please make sure the file
\"APPLOGIC.EXE\" resides in the \"\\Bin\" directory.\nFedEx Ship Manager will
now terminate.",008b7d0c "Fatal Error",00000010) ret=0169a287
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20392
Summary: Every non-web-browser I've run: Doesn't load web pages
Product: Wine
Version: 1.1.31
Platform: PC
URL: http://www.yoyogames.com/gamemaker/try and
http://webapps.prod.there.com/download/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: majix560(a)live.com
Programs include registration window of Game Maker 7 and the client for the
SecondLife-like game There
It is a problem for me because Game Maker 7, by YoYoGames, uses a web page to
facilitate registration. I think I know why it doesn't load. It uses internet
explorer as a back-end to load it and wine's internet explorer doesn't work for
it. And the actual Internet Explorer won't install because DriectX can't
install.
P.S. Don't ask me for the name of the game, the name of the game really is
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.