http://bugs.winehq.org/show_bug.cgi?id=20952
Summary: call of duty:modern warfare 2 (infinity ward):freezes
uniformly (periodically) also crashes later giving
command overflow error
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: anupam12389(a)hotmail.com
my pc configuration: acer branded pc
proc: AMD Sempron le 1500 2.0 ghz am2 socket
mem: 1.5 gb mem.
graphics: onboard geforce 6100, 512 mb shared
moboard: mcp61sm-am
chipset: nforce 405 geforce 6100
hdd: seagate barracuda 7200.12 500 gb
dvd drive: sony optiarc 24x writer
os: ubuntu Jaunty jackalope 9.04 (dvd install) i386
microsoft windows xp pro sp3
video driver: 190.42 32 bit
Ihave played codmw2 on xp & it works fine (except for lower fps which is due to
low end graphics).
On ubuntu before i actually play the game ie the splash
screen,intro,menu,loading all work fine (actually the game was not loading
giving a directx error but i fixed it by editing the registry and now the game
loads well); but while playing it it freezes after equal intervals forming a
uniform pattern, and is totally unplayable.
Also i get the input command overflow error if i hold a particular key even for
a small amount of time while the game is frozen, and it happens everytime.
i once got this error in xp when i repeatedly pressed the mouse key(for
shooting) while the game was fozen but only after a very long time. and that
had happened only once.
i have installed all the dlls provided by wine plus installed directx from the
game and other updates offered by 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=21417
Summary: opening large files in excel 2000 takes very long,
cannot save
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: jan-winehq(a)h-i-s.nl
opening large files in excel 2000 takes very long, cannot save these files.
Regression since 1.33; reverting to 1.33 solves the problem.
May be remnant of big bug introduced in 1.34. I was not able to use office
suite in 1.34 and 1.35 at all.
1.36 looks better, but has not everything solved.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14419
Summary: Icons outputted to textbox crashes program.
Product: Wine
Version: 1.1.1
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chris062689(a)gmail.com
\icon outputs controls both use COM/OLE. That'd be the place to look.
When an icon gets outputted to a textbox, the program crashes.
Look in test case scenario on BYOND App DB Entry.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27367
Summary: widl: gcc warns about pointer mismatch when calling
pfnFree
Product: Wine
Version: 1.3.21
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cerebro.alexiel(a)gmail.com
Created an attachment (id=34992)
--> (http://bugs.winehq.org/attachment.cgi?id=34992)
Patch that fixes the warning by adding a cast to void * when calling pfnFree
When compiling latest wine, I have the following warning :
../../tools/widl/widl -I../../../git-wine/dlls/actxprxy -I.
-I../../../git-wine/include -I../../include -D__WINESRC__ -DWINE_REGISTER_DLL
-DPROXY_DELEGATION -p -o actxprxy_shobjidl_p.c
../../../git-wine/dlls/actxprxy/actxprxy_shobjidl.idl
../../tools/widl/widl -I../../../git-wine/dlls/actxprxy -I.
-I../../../git-wine/include -I../../include -D__WINESRC__ -DWINE_REGISTER_DLL
-DPROXY_DELEGATION -h -o actxprxy_shobjidl.h
../../../git-wine/dlls/actxprxy/actxprxy_shobjidl.idl
gcc -c -I../../../git-wine/dlls/actxprxy -I. -I../../../git-wine/include
-I../../include -D__WINESRC__ -DWINE_REGISTER_DLL -DPROXY_DELEGATION
-D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing
-Wdeclaration-after-statement -Wempty-body -Wstrict-prototypes -Wtype-limits
-Wwrite-strings -Wpointer-arith -Wlogical-op -g -O2 -U_FORTIFY_SOURCE
-D_FORTIFY_SOURCE=0 -o actxprxy_shobjidl_p.o actxprxy_shobjidl_p.c
actxprxy_shobjidl_p.c: In function ‘__finally_IFileDialog_SetFileTypes_Stub’:
actxprxy_shobjidl_p.c:94496:9: warning: passing argument 1 of
‘__frame->_StubMsg.pfnFree’ discards qualifiers from pointer target type
actxprxy_shobjidl_p.c:94496:9: note: expected ‘void *’ but argument is of type
‘const struct COMDLG_FILTERSPEC *’
The actxprxy_shobjidl_p.c file is generated by widl from include/shobjidl.idl.
I found 3 references for pfnFree in tools/widl/typegen.c so I added a (void *)
cast 3 times with more or less spaces.
It appears the relevant pfnFree is at typegen.c:3778.
I'm attaching a patch that made the warning disappear.
Can someone tell me if this is the right approach ?
Ideally, wine would compile without any warning whatever your compiler or
architecture is.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19467
Summary: Icon text fields have incorrect placement and text
input field has garbage only while editing
Product: Wine
Version: 1.1.26
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pcpavnz(a)gmail.com
Created an attachment (id=22625)
--> (http://bugs.winehq.org/attachment.cgi?id=22625)
2 text files and 3 png snapshots gzipped together.
Cashbook Complete (which uses the MS Access runtime) used to display and work
mostly just fine with wine version prior to 1.1.2x, but since I upgraded to any
wine version greater than 1.1.2x, icon text has been incorrectly displayed and
all text input fields are unreadable while editing or filling in. Mouse
positioning within text is not possible as the cursor will not go beyond the
first inch of the left margin of the text input field no matter where I click
within the viewable text field.
I have attached a .gz file with the following snapshots
wine-snapshot1.png - shows the program operating normally using wine 1.1.15
wine-snapshot2.png - shows the program during text edit using wine 1.1.24. Note
the input field is unreadable in the Description column.
wine-snapshot2.png - As above but have tabbed the cursor to the Quantity field,
the text I typed appears, but if I try to re-edit it by clicking my mouse
anywhere in the text, the mouse cursor sits in the middle if the word
"rendition" and the text input field is unreadable again.
I have edited snapshot3 to draw attention to the icon text as well, which you
will see is the same in snapshot2, but no problem in snapshot1.
I did save a terminal output file of the complete wine cshbk502d.exe install
process followed by winetricks dcom98 as is required to get this program
working but I copied the wrong text files to my LAN and am unable to recreate
them for time restraints. If you need them, I will repeat the process through
vbox and attach them.
You can get a copy of the cshbk502d.exe from
http://www.acclaim.co.nz/download.htm if required.
Thanks for your 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=16669
Summary: Service does not start second time.
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: amorozov(a)etersoft.ru
Created an attachment (id=18294)
--> (http://bugs.winehq.org/attachment.cgi?id=18294)
Service with .reg file
To reproduce this problem should copy test_service.exe from attach to
windows/system32 and import test_service.reg to registry.
C:\>net start test_service
The test_service service is starting.
The test_service service was started successfully.
C:\>winedbg
Wine-dbg>info process
pid threads parent executable (all id:s are in hex)
00000008 1 00000000 'cmd.exe'
0000000c 6 0000000a 'services.exe'
0000000f 4 0000000c 'winedevice.exe'
0000001a 3 0000000c 'test_service.exe'
Wine-dbg>
pid threads parent executable (all id:s are in hex)
00000008 1 00000000 'cmd.exe'
0000000c 5 0000000a 'services.exe'
0000000f 4 0000000c 'winedevice.exe'
Wine-dbg>q
C:\>net start test_service
The test_service service is starting.
Service already running
There is not this problem on Windows 2000 (Windows should be rebooted after
importing .reg file).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12829
Summary: The game crashes with an EXCEPTION_ACCESS_VIOLATION
error.
Product: Wine
Version: 0.9.60
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=11736
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Salz85(a)gmail.com
Viper Racing crashes alomst immediately , opening a notepad instance with some
informations regarding the triple buffer status.
Contents of the notepad instance:
--
======================================================================
v1.0
======================================================================
No mapfile present
Config Dir: C:\SIERRA\Viper Racing\Config\
vid: 16 meg card (reported:256.585938)
vid: using AGP textures
try triple buffer
vid: triple buffer on
NON-DEBUG
( 00415680 , none , my_handler )
( 00451E8B , EXCEPTION_ACCESS_VIOLATION , ? )
--
It crashes wine too, with the message saved on the following 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=15128
Summary: JSmooth not running with default Windows version
Product: Wine
Version: 1.1.3
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Ronny.Standtke(a)gmx.net
JSmooth (http://jsmooth.sourceforge.net) is not running when using the default
Windows version (XP).
It exits with the following last messages on the console:
-------------
Running JSmooth...
fixme:win:EnumDisplayDevicesW ((null),0,0x69abcc,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),1,0x69abcc,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x6abb7c,0x00000000), stub!
fixme:system:SystemParametersInfoW Unimplemented action: 8202
(SPI_GETFONTSMOOTHINGTYPE)
fixme:system:SystemParametersInfoW Unimplemented action: 8204
(SPI_GETFONTSMOOTHINGCONTRAST)
fixme:font:WineEngCreateFontInstance Untranslated charset 255
NORMAL EXIT
err:ole:CoUninitialize Mismatched CoUninitialize
-------------
On a native XP system JSmooth runs without any problem.
To be able to run JSmooth with wine, the default Windows version has to be
changed to Windows 2000.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27281
Summary: crash while install ICBC_FT_UShield2_Install.exe (
unimplemented function
msvcp60.dll.??0?$basic_ostringstream@GU?$char_traits@G
@std@@V?$allocator@G@2@@std@@QAE@H@Z )
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=34889)
--> (http://bugs.winehq.org/attachment.cgi?id=34889)
Log: install ICBC_FT_UShield2_Install.exe
1 Download ICBC_FT_UShield2_Install.exe
http://www.icbc.com.cn/ICBC/html/download/dkq/ICBC_FT_UShield2_Install.exe
2. install mfc42
$ winetricks -q mfc42
3. install with wine
$ wine ICBC_FT_UShield2_Install.exe &> icbc-ft-ushield2.log
The installer crashes
wine: Call from 0x7b839bb2 to unimplemented function
msvcp60.dll.??0?$basic_ostringstream@GU?$char_traits@G@std@@V?$allocator@G@2@@std@@QAE@H@Z,
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=25534
Summary: Bimoid submenu's shows over menu.
Product: Wine
Version: 1.3.9
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sor.alexei(a)gmail.com
Created an attachment (id=32513)
--> (http://bugs.winehq.org/attachment.cgi?id=32513)
Screenshot
This bug appears in Wine 1.3.5 and stay for 1.3.9.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21313
Summary: Sony Acid Xpress 7.0: Fails to install the required
files
Product: Wine
Version: 1.1.35
Platform: x86-64
URL: http://dspcdn.sonymediasoftware.com/acidplanet/acidxpr
ess70_enu.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=25651)
--> (http://bugs.winehq.org/attachment.cgi?id=25651)
err:module:import_dll Library acidxpress70k.dll... and more...
Sony Acid Xpress 7.0 goes through with the installation but fails to install
all the needed dlls for itself. The only way to get it working is to copy the
directory of sony acid from a windows machine into wine. Attached is the log
demonstrating this predicament including the install log and my attempt at
running the exe.
It is also a free download from sony.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=22848
Summary: Notepad++: Ctrl+tab doesn't work properly
Product: Wine
Version: 1.2-rc1
Platform: x86
URL: http://notepad-plus.sourceforge.net/uk/download.php
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=28217)
--> (http://bugs.winehq.org/attachment.cgi?id=28217)
screenshot
Run notepad++ and make two documents. Now press ctrl+tab to switch documents.
On windows, if you press CTRL+tab, then release CTRL, it automatically
dismisses the list of open documents and leaves you on the document you
switched to. On wine, the menu remains open, and the only way to dismiss it is
to click on the document in the list that you want.
There's no terminal output. I've attached a screenshot of the menu.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15047
Summary: Tex Murphy Overseer Error, "GL_INVALID_OPERATION
(0x502)"
Product: Wine
Version: 1.1.3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: randage(a)gmail.com
Created an attachment (id=15702)
--> (http://bugs.winehq.org/attachment.cgi?id=15702)
Output from running wine and wineconsole.
Tex Murphy Overseer installs fine, but will not run. The error,
"fixme:d3d:test_pbo_functionality >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION
(0x502) from Loading the PBO test texture
@ directx.c / 3735" is initially seen with others following (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=14535
Summary: Network connection fails for www.iplabs.de/ Fujiprint
based photo print ordering software
Product: Wine
Version: 1.1.1
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kaltduscher_99(a)yahoo.de
Created an attachment (id=14869)
--> (http://bugs.winehq.org/attachment.cgi?id=14869)
Log of session, inlcuding initiation of Update
The service of various german photo print suppliers is originally offered by
Fujiprint. Fujiprint offers them some kind of customizable ordering software,
available for free eg. at:
http://photoservice.fujicolor.de/downloads/SG-EC-20/Rossmann_Fotoservice.exehttp://downloads.poi.de/lidl/LIDL_Fotoservice_Setup.exehttp://www.aldifotos.de/sued/index_leinwand.html
This software works flawlessly under wine 1.1.1, except for the vital network
connection (easy test: start the software and hint "Update" from the main menu
bar).
Putting the IP and hostname of the local computer as only entry into /etc/hosts
does not help. Other networking software such as firefox 3.0.1 work without any
problem under the same installation.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21816
Summary: H&R Block At Home 2009 Deluxe updater is broken
Product: Wine
Version: 1.1.39
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
Created an attachment (id=26400)
--> (http://bugs.winehq.org/attachment.cgi?id=26400)
H&R Block At Home 2009 updater run
After working around bug 21794 by installing ie6 from winetricks and installing
vcrun6sp6 and vcrun2008 from winetricks to allow the H&R Block At Home 2009
Deluxe updater to run, I notice that the updater seems to clobber the vcrun2008
winsxs manifests and libraries, making H&R Block At Home 2009 Deluxe unusable.
If I avoid installing vcrun2008 until after the updater finishes, then I do
manage to start the program, but the updater tool still wants to install
updates, suggesting that the tool didn't run correctly. Initiating an update at
this point causes the same winsxs destruction issue. The log when running the
program and updater 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=11490
Summary: Can't Initialize Scripting Environment
Product: Wine
Version: 0.9.54.
Platform: PC-x86-64
URL: http://www.speedproject.de/enu/speedcommander/index.html
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tn(a)chambers.no-ip.info
Created an attachment (id=10641)
--> (http://bugs.winehq.org/attachment.cgi?id=10641)
Terminal output
Installing Speed Commander 12.01 never finished, but I was able to copy over
the install directory from a windows machine. When I run Speed Commander the
gui and everything work perfectly! However, I don't see any of my directories
and I get the error 'Can't Initialize Scripting Environment' I have attached
the terminal output. Hopefully it's an easy fix?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23923
Summary: pygame: game pieces aren't connected as they should be
Product: Wine
Version: 1.3.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugzilla.kyoo(a)xoxy.net
Created an attachment (id=30026)
--> (http://bugs.winehq.org/attachment.cgi?id=30026)
Polychromatic Funk Monkey running under Windows
In the game Polychromatic Funk Monkey (
http://appdb.winehq.org/objectManager.php?sClass=version&iId=20057 ), game
pieces aren't connected under wine as they are when the game is run under
Windows.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20924
Summary: program icons either missing completely or having
black background
Product: Wine
Version: 1.1.34
Platform: PC
URL: http://pmd85.djb-studios.com/wiki/Emulator
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jose1711(a)gmail.com
Created an attachment (id=25083)
--> (http://bugs.winehq.org/attachment.cgi?id=25083)
a screenshot illustrating the problem
the latest version of pmd85 emulator available here
http://pmd85.djb-studios.com/?module=download&did=47 does not display icons
correctly. icons are either having black instead of transparent background or
are completely missing (tape browser).
steps to reproduce:
1. download http://pmd85.djb-studios.com/?module=download&did=47 and unpack
2. get msxml4.dll and msxml4r.dll (see below) and register with regsvr32 if the
program terminates with error
-rw-r--r-- 1 jose users 1233920 apr 18 2003 msxml4.dll
-rw-r--r-- 1 jose users 82432 apr 18 2003 msxml4r.dll
3. run the program, browse menus where you can see that icons have black
background while transparency is intended
4. press alt-t and a new window will pop-up - the icons are missing
tested on arch linux (current version). console output is really short so i'm
adding it here:
$ wine PMD85Emu2.exe
err:listview:LISTVIEW_WindowProc unknown msg 109d wp=00000000 lp=00000000
err:listview:LISTVIEW_WindowProc unknown msg 109d wp=00000000 lp=00000000
err:listview:LISTVIEW_WindowProc unknown msg 109d wp=00000000 lp=00000000
err:listview:LISTVIEW_WindowProc unknown msg 109d wp=00000000 lp=00000000
err:listview:LISTVIEW_WindowProc unknown msg 109d wp=00000000 lp=00000000
err:listview:LISTVIEW_WindowProc unknown msg 109d wp=00000000 lp=00000000
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x19246c0,0x1924b30): stub
fixme:win:WINNLSEnableIME hUnknown1 0x200d4 bUnknown2 0: stub!
fixme:win:WINNLSEnableIME hUnknown1 0x200d4 bUnknown2 -1: 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=27371
Summary: crash while install 360chrome browser
Product: Wine
Version: 1.3.21
Platform: x86
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=34996)
--> (http://bugs.winehq.org/attachment.cgi?id=34996)
Log : crash while install 360cse.exe
360chrome is a fork of google chrome.
1 download 360chrome
$ wget http://down.360safe.com/cse/360cse_4.0.4.321.exe
2. start the installer
$ $ wine Wine/360cse_4.0.4.321.exe &> 360cse.log
full 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=26844
Summary: Neon Wars: jerky animations and mouse movement
Product: Wine
Version: 1.3.18
Platform: x86
URL: http://www.blitwise.com/neonwars.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: julliard(a)winehq.org
Created an attachment (id=34217)
--> (http://bugs.winehq.org/attachment.cgi?id=34217)
plain terminal output
Neon Wars is a simple arcade game similar to Asteroids.
Mouse movement and animations are extremely slow, jerky in the game. Can be
observed in the menus and during gameplay, too.
The game offers DirectX and OpenGL rendering modes; the problem is present in
both modes.
Fullscreen as well as virtual desktop mode produce the same behaviour.
The game was running fine in Wine-1.3.14:
a7da164949ecade05842f89e9255c94ba8b3572a is the first bad commit
commit a7da164949ecade05842f89e9255c94ba8b3572a
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Mon Feb 28 21:55:01 2011 +0100
user32: Retrieve the key state for GetAsyncKeyState from the server.
:040000 040000 323c38cbe68d8c41bfdf8878d4a53bcfb0a76950
ac674bec70c91b1ffcf9caf670168357c5b8110d M dlls
The problem is still present in wine-1.3.18-85-g99f6894.
Link to the shareware version added to URL (only 3 MB).
Fedora 14
Nvidia GeForce 250 / driver 270.30
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17512
Summary: Microsoft Virtual PC 2007 SP1 won't install
Product: Wine
Version: 1.1.15
Platform: PC-x86-64
URL: http://www.microsoft.com/downloads/details.aspx?FamilyId
=28C97D22-6EB8-4A09-A7F7-F6C7A1F000B5&displaylang=en
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=19625)
--> (http://bugs.winehq.org/attachment.cgi?id=19625)
terminal output
austin@midna:~$ wine: Unhandled page fault on write access to 0x00670000 at
address 0x7ef960c1 (thread 0044), starting debugger...
Unhandled exception: page fault on write access to 0x00670000 in 32-bit code
(0x7ef960c1).
...
Backtrace:
=>0 0x7ef960c1 LdrProcessRelocationBlock+0xc1(page=0x66f000, count=0,
relocs=0x68a08e, delta=6553600)
[/home/austin/wine-git/dlls/ntdll/loader.c:2119] in ntdll (0x0064e658)
1 0x7ecbba21 load_driver_module+0x1d1(name=<is not available>)
[/home/austin/wine-git/programs/winedevice/device.c:97] in winedevice
(0x0064e6f8)
2 0x7ecbbd77 load_driver+0x277()
[/home/austin/wine-git/programs/winedevice/device.c:229] in winedevice
(0x0064e978)
3 0x7ecbc396 ServiceMain+0xc6(argc=0, argv=0x113d58)
[/home/austin/wine-git/programs/winedevice/device.c:287] in winedevice
(0x0064e9c8)
4 0x7ec639ac service_thread+0x11c(arg=0x113878)
[/home/austin/wine-git/dlls/advapi32/service.c:294] in advapi32 (0x0064ea18)
5 0x7efc372e call_thread_entry_point+0xe() in ntdll (0x0064ea28)
6 0x7efc5192 call_thread_func+0x42(rtl_func=<register EDI not in topmost
frame>, arg=<register ESI not in topmost frame>)
[/usr/include/bits/string3.h:85] in ntdll (0x0064eac8)
7 0x7efc5360 start_thread+0x130(info=0x7ffd0fb8)
[/home/austin/wine-git/dlls/ntdll/thread.c:493] in ntdll (0x0064f3b8)
8 0xf7e314ff start_thread+0xbf() in libpthread.so.0 (0x0064f4b8)
0x7ef960c1 LdrProcessRelocationBlock+0xc1
[/home/austin/wine-git/dlls/ntdll/loader.c:2119] in ntdll: addl
%edi,0x0(%edx,%eax,1)
2119 *(int *)((char *)page + offset) += delta;
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=21455
Summary: Installation Path in SteamInstall.msi cannot be
changed
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: sebi(a)berlin.com
Created an attachment (id=25835)
--> (http://bugs.winehq.org/attachment.cgi?id=25835)
Screenshot of the Dialog
For some mysterious reason one cannot change the Installation Path in
SteamInstall.msi.
It's not due to a spoiled wineprefix, as i tested and reproduced this behaviour
with a clean prefix.
The Icons in the Filedialog are missing as well.
Terminal output is not attached, as the only thing i get are two fixme's at the
very start of "msiexec /i SteamInstall.msi", and i highly doubt it's related to
the bug:
fixme:advapi:LookupAccountNameW (null) L"nil" (nil) 0x32f390 (nil) 0x32f394
0x32f388 - stub
fixme:advapi:LookupAccountNameW (null) L"nil" 0x156928 0x32f390 0x155ea0
0x32f394 0x32f388 - stub
A Screenshot of the actual Dialog 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=23561
Summary: When using custom mouse pointer, previous pointer
remains frozen on screen
Product: Wine
Version: 1.2-rc6
Platform: x86
URL: http://www.egames.com/game/download/power+puzzle+pack+
3+in+1.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
This bug applies to Paradise Quest and Treasures of the Serengeti, two games
developed by I-play.
These games have an option to use a custom mouse pointer instead of the
default. When that option is enabled, enabling or disabling full-screen mode
causes the previous (default) mouse pointer to remain on the screen. I tested
with Wine 1.2rc6, Xubuntu 9.10, Nvidia driver 256.35.
To reproduce, download and install the game. After installing you'll need to do
"winetricks ie6" in order for the trial front-end to work. Run the game, enable
custom cursor in the game options and switch between full-screen and windowed
modes.
The games can be downloaded from
http://www.egames.com/game/download/paradise+quest.html and
http://www.egames.com/game/download/treasures+of+the+serengeti.html
Alternatively, a bundle with both games plus one other can be downloaded from
http://www.egames.com/game/download/power+puzzle+pack+3+in+1.html
(Note: the bundle executable is ~205MB.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=15113
Summary: WinUAE DirectDraw graphics overwrite windows which are
in front of it
Product: Wine
Version: 1.1.3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
WinUAE is an open source emulator of Amiga computers, downloadable from
http://www.winuae.net/
WinUAE uses DirectDraw for its display, which shows up several bugs in Wine's
DirectDraw implementation.
Run WinUAE and start the emulation. If you move or resize another window in
front of the main WinUAE window, the WinUAE contents "shine through",
overwriting the window you are moving. If another window is opened (partly)
overlapping the WinUAE window, its contents appear correctly, until either the
new window is moved or resized, or until WinUAE renders into its window, when
the inside part of the WinUAE window overwrites the frontmost window.
Also, minimising the WinUAE window causes the whole desktop to turn black.
(That issue is bug 1347, but I believe the "shining through" issue is different
to 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.