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.