http://bugs.winehq.org/show_bug.cgi?id=10919
Summary: GetLargestConsoleWindowSize() should not return hard
coded constants
Product: Wine
Version: 0.9.51.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-console
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: reijo.sund(a)helsinki.fi
Created an attachment (id=9840)
--> (http://bugs.winehq.org/attachment.cgi?id=9840)
sizepro.c - A source demonstrating the problem and a solution in terms of APIs
----------------------------------------------------------------------
MSDN library includes sample code for console applications
(http://msdn2.microsoft.com/en-us/library/aa263818.aspx). The source is
available at: http://www.helsinki.fi/~sund/console_vs6.zip . The source
compiles easily with winelib after --cuiexe transformations with winemaker.
The examples 14 and 32 deal with the GetLargestConsoleWindowSize() function.
The problem is that the current implementation in Wine returns hard coded
constants (X=80, Y=24) for the maximum size. This causes problems for
applications that have followed the conventions of sample code, because
it "prevents" the resizing of console window to bigger than "maximum".
In principle, the window size could be changed manually by using properties
dialog, but that is an "ugly" solution. Another "ugly" solution would be to
change the hard coded constants to bigger values in Wine implementation.
A better solution would be to actually implement the required functionality.
I have attached a source (sizepro.c, compiles with 'winegcc -o sizepro.exe
sizepro.c') that demonstrates the problem and infers the maximum console
window size in relation to current resolution and font.
I also tried to implement the corresponding functionality to Wine, and
attached the source for the improved function (kernel32_console_
getlargestconsolewindowssize.c). That works fine for me, but I'm not sure
whether it follows the conventions of Wine (or how to deal with strange
__i386__ definitions without duplicating the code). So, I wonder if
someone else more familiar with Wine development could check it out
and derive an adequate patch.
--
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=32692
Bug #: 32692
Summary: Clones (game) crashes when starting a single-player
game (without native d3dx9 libraries)
Product: Wine
Version: 1.5.21
Platform: x86
URL: http://clonesgame.com/download-demo
OS/Version: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
Created attachment 43136
--> http://bugs.winehq.org/attachment.cgi?id=43136
terminal output
The game comes with native d3dx9_38.dll installed, the problem occurs with the
built-in one. Native d3dx9_36 also works around the crash.
The game loads to the menu fine, but it crashes when you start single-player
game mode. The crash happens somewhere in d3dx9_36/math.c, as can be seen in
the attached backtrace.
Steps to reproduce the problem with the demo:
1. install the demo as usual and make sure that d3dx9_38=built-in
2. start the game with ../Bin/ClonesGame.exe, create a new profile and click on
<Pilgrimage>...the game crashes at this point.
The attached log was created with wine-1.5.21-80-g082f989.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28698
Bug #: 28698
Summary: ieframe/tests/intshcut.ok: uninitialized value in
PersistFile_Load, found during
test_ReadAndWriteProperties
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ieframe
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
While doing 'make intshcut.ok' in ieframe/tests, valgrind complained:
Conditional jump or move depends on uninitialised value(s)
at winetest_vok (test.h:307)
by winetest_ok (test.h:353)
by test_ReadAndWriteProperties (intshcut.c:282)
by func_intshcut (intshcut.c:403)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a stack allocation
at PersistFile_Load (intshcut.c:456)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30260
Bug #: 30260
Summary: Office 2010 SP1 installer reports failure
Product: Wine
Version: 1.5.0
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
Classification: Unclassified
Created attachment 39530
--> http://bugs.winehq.org/attachment.cgi?id=39530
Log of SP1 installer
File: officesuite2010sp1-kb2460049-x86-fullfile-en-us.exe
md5sum: cc693ffabac8a5c8053f1d8f701e8119
The installer starts, shows the license, checks update status, extracts files,
says it is installing though the progress bar never advances, then ends with a
message that installation of this product failed.
Despite the message, at least part of SP1 is installed: MLA seventh edition and
APA sixth edition are added to list of bibliographic reference styles, and the
version numbers of Word, Excel, and Powerpoint are updated in
File=>Help=>Additional Version and Copyright Information.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28696
Bug #: 28696
Summary: ieframe/tests/intshcut.c: Uninitialised value in
test_ReadAndWriteProperties
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ieframe
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
While doing 'make intshcut.ok', valgrind complained:
Syscall param write(buf) points to uninitialised byte(s)
at __write_nocancel (syscall-template.S:82)
by WriteFile (file.c:547)
by FileLockBytesImpl_WriteAt (filelockbytes.c:286)
by StorageImpl_WriteAt (storage32.c:347)
by StorageImpl_WriteBigBlock (storage32.c:4026)
by BlockChainStream_Flush (storage32.c:6041)
by StorageImpl_Flush (storage32.c:2984)
by StgStreamImpl_Write (storage32.h:261)
by PropertyStorage_WritePropertyToStream (stg_prop.c:1689)
by PropertyStorage_PropertiesWriter (stg_prop.c:1786)
by dictionary_enumerate (dictionary.c:189)
by IPropertyStorage_fnCommit (stg_prop.c:1800)
by test_ReadAndWriteProperties (intshcut.c:239)
by func_intshcut (intshcut.c:403)
by run_test (test.h:556)
by main (test.h:624)
Address 0x7f08afde is 150 bytes inside a block of size 8,260 alloc'd
at RtlAllocateHeap (heap.c:254)
by BlockChainStream_Construct (storage32.c:6009)
by StorageImpl_Construct (storage32.c:2924)
by Storage_Construct (storage32.c:5168)
by create_storagefile (storage32.c:7384)
by StgCreateStorageEx (storage32.c:7479)
by create_shortcut (intshcut.c:820)
by InternetShortcut_Create (intshcut.c:855)
by CoCreateInstance (compobj.c:2641)
by test_ReadAndWriteProperties (intshcut.c:204)
by func_intshcut (intshcut.c:403)
by run_test (test.h:556)
by main (test.h:624)
Uninitialised value was created by a stack allocation
at test_ReadAndWriteProperties (intshcut.c:183)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32088
Bug #: 32088
Summary: KODAK Share button app from
http://support.en.kodak.com/app/answers/detail/a_id/32
484/selected/true fails to install.
Product: Wine
Version: 1.4.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dhiffucium(a)gmail.com
Classification: Unclassified
Created attachment 42302
--> http://bugs.winehq.org/attachment.cgi?id=42302
Detailed information from Wine about the error
There are two ways to install this program. The first is to run the installer
from the device that mounts when connecting the camera to the USB port. This
program should proceed to download the actual installer, but it does nothing bu
show a window with the KODAK logo in the corner.
My second attempt was to download the installer from KODAK's website and run
that instead. The installer starts and I get to answer the questions about
language, install location and agree to the terms, but crashes during
installation. See the attached trackback file for details.
I am running Ubuntu GNOME 12.10. My camera is a Kodak Easyshare MAX Z990, but I
suppose the software is the same for many cameras.
A note to KODAK camera owners:
You can still get your images, by either changing the setting on the camera to
not use KODAK software or by taking out the memory card and using a card
reader. You will not, however, be able to use the features of the Kodak
application to automatically share the selected photos on Facebook or e-mail,
you have to do that manually if you don't have access to a real Windows OS.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=14449
Summary: "North American Birds" fails to launch
Product: Wine
Version: 1.1.1
Platform: PC
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=12906
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: munchkinguy(a)hotmail.com
Created an attachment (id=14768)
--> (http://bugs.winehq.org/attachment.cgi?id=14768)
Stack dump, register dump, etc
Program CD in inserted. After setting pib.exe to "Windows 3.1" in Wine's
Application settings (the System Requirements say 'Windows 3.1 or higher'), I
type "wine pib.exe" into the Terminal. The program fails to launch and an error
log is given. Please see 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=9635
Summary: Dragon Naturally Speaking 8 fails on "spell that"
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://scansoft.com
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
winetricks vcrun6
else ereg fails with 'need mfc42' (but that's ok)
install word viewer 97
else app start fails with "incomplete, need docobj.dll"
winetricks fakeie6
else app start fails with 'ie required'
cd "$HOME/.wine/drive_c/Program Files/ScanSoft/NaturallySpeaking8/Program"
else app complains repeatedly err:module:import_dll Library MSVCR71.dll
(which is needed by L"...\\dd10HOOK.dll") not found, and doesn't work
After all that, it starts up remarkably quickly compared to DNS 7.
It still has one error dialog box on startup that you have to ignore.
Recognition works pretty well, but "spell that" doesn't work;
when you try it, the app puts up a dialog saying "interface not found",
and wine spits out lines like
err:ole:marshal_object couldn't get IPSFactory buffer for interface
{d5f569d0-593b-101a-b569-08002b2dbf7a}
err:ole:CoGetClassObject no class object {b9bd3860-44db-101b-90a8-00aa003e4b50}
could be created for context 0x1
err:ole:proxy_manager_create_ifproxy Could not get IPSFactoryBuffer for
interface {05eb6c68-dbab-11cd-b3ca-00aa0047ba4f}, error 0x80040155
err:ole:CoMarshalInterface Failed to marshal the interface
{d5f569d0-593b-101a-b569-08002b2dbf7a}, 80040155
err:ole:CoGetClassObject no class object {dd108005-6205-11cf-ae61-0000e8a28647}
could be created for context 0x1
(Trying to use native dcom98 quickly fails with
wine: Call from 0x7ee1ef40 to unimplemented function oleacc.dll.GetRoleTextA,
aborting)
--
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=9909
Summary: VB6 - CoRegisterMessageFilter
Product: Wine
Version: 0.9.46.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stanwell(a)gmx.de
A simple VB6.exe is not working at all, Wine just gives this error message:
"fixme:ole:CoRegisterMessageFilter stub"
Source code:
------------
Module:
-------
Public Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)
-------
Private Sub Form_Load()
Clipboard.SetText "test"
Sleep (8000)
End Sub
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.