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=30574
Bug #: 30574
Summary: Installation of MS Office 2010, some service doesn't
start
Product: WineHQ Bugzilla
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Miroslav.Ilias(a)umb.sk
Classification: Unclassified
Following advice
http://bugs.winehq.org/show_bug.cgi?id=28486#c27
I conserved the comprehensive log of the installation
WINEDEBUG=+msi,+service,+relay,+seh,+tid wine setup.exe >
ms_office2010_msi_32.log 2>&1
wine-1.5.2, Ubuntu 12.04, x86_64;
However, size of the gzipped log is more than 100MB....Any help. please ? I try
to place it somewhere.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30691
Bug #: 30691
Summary: excessive operator '&' in GetThemeSysFont(); can
probably lead to segfault
Product: Wine
Version: 1.5.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: uxtheme
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mity(a)morous.org
Classification: Unclassified
In function GetThemeSysFont() in dlls/uxtheme/metric.c, there is this code
(lines 120 - 123):
if(iFontID == TMT_ICONTITLEFONT) {
if(!SystemParametersInfoW(SPI_GETICONTITLELOGFONT, sizeof(LOGFONTW),
&plf, 0))
return HRESULT_FROM_WIN32(GetLastError());
}
However the var. plf is already pointer to LOGFONT, so wrong address is passed
into SystemParametersInfoW(). The '&' should be removed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30531
Bug #: 30531
Summary: Microsoft SQL Server Management Studio Express 2005:
OLEPicture fails to set hotspot coordinates for hand
cursor
Product: Wine
Version: 1.5.2
Platform: x86-64
URL: http://www.microsoft.com/download/en/details.aspx?id=8
961
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djelinski1(a)gmail.com
Classification: Unclassified
When mouse cursor is moved over a link, the cursor changes shape to hand and
jumps up and left. All mouse clicks go to the original mouse position.
To reproduce:
Connect to a server
Select New database from context menu on "Databases"
In the appearing dialog box move the cursor over "View connection properties"
link/button.
winetricks dotnet20 is needed to run the application. A running instance of SQL
Server is needed to reproduce this bug.
Relay log indicates that the hand cursor is loaded by OLEPictureImpl_LoadIcon,
which passes the cursor to CreateIconFromResourceEx as icon (without hotspot
data). The icon is then converted back to cursor by CopyImage and subsequently
displayed to user.
The log is over 300M, so I won't attach it here.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30332
Bug #: 30332
Summary: winedbg reports "Size mismatch in memory_write_value,
got 8 from type while expecting 4" when trying to
modify 64 bit register values
Product: Wine
Version: 1.5.1
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winedbg
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
while debugging 64 bit apps I needed to modify 64 bit register values as whole,
not only the 32 bit part.
Example:
--- snip ---
$ wine64 winedbg notepad
WineDbg starting on pid 0027
0x00007f1d7fb6ef25 DbgBreakPoint+0x1 in ntdll: ret
Wine-dbg>info reg
Register dump:
rip:00007f1d7fb6ef25 rsp:000000000023fd08 rbp:000000000023fe20 eflags:00000202
( - -- I - - - )
rax:0000000000000001 rbx:00007fffffbe8000 rcx:00007f1d79270000
rdx:0000000000000003
rsi:0000000000000000 rdi:000000007bb31330 r8:00000000ffffffff
r9:0000000000000000 r10:00007fff172c9360
r11:00007f1d7fe0f950 r12:000000007bf00bc0 r13:00007fff172cad30
r14:0000000000000000 r15:0000000000000000
Wine-dbg>set $rax=0
Size mismatch in memory_write_value, got 8 from type while expecting 4
Wine-dbg>set $eax=0
Wine-dbg>info reg
Register dump:
rip:00007f1d7fb6ef25 rsp:000000000023fd08 rbp:000000000023fe20 eflags:00000202
( - -- I - - - )
rax:0000000000000000 rbx:00007fffffbe8000 rcx:00007f1d79270000
rdx:0000000000000003
rsi:0000000000000000 rdi:000000007bb31330 r8:00000000ffffffff
r9:0000000000000000 r10:00007fff172c9360
r11:00007f1d7fe0f950 r12:000000007bf00bc0 r13:00007fff172cad30
r14:0000000000000000 r15:0000000000000000
Wine-dbg>set $eax=$ecx
Wine-dbg>set $rax=$rcx
Size mismatch in memory_write_value, got 8 from type while expecting 4
Wine-dbg>
--- snip ---
Regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30001
Bug #: 30001
Summary: iw4mp (Call of Duty MW2 mod) loader crashes due to
iphlpapi.dll GetAdaptersAddresses not hotpatchable
(DECLSPEC_HOTPATCH missing)
Product: Wine
Version: 1.4-rc5
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: iphlpapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
--- snip ---
Unhandled Exception: System.AccessViolationException: Attempted to read or
write protected memory. This is often an indication that other memory is
corrupt.
at Sys_RunInit()
wine: Unhandled page fault on write access to 0x7e7fc17b at address 0x9ac6ec0
(thread 0009), starting debugger...
Unhandled exception: page fault on write access to 0x7e7fc17b in 32-bit code
(0x09ac6ec0).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:09ac6ec0 ESP:0032fde4 EBP:0032fe1c EFLAGS:00010246( R- -- I Z- -P- )
EAX:00000010 EBX:07214000 ECX:b98b42a0 EDX:ffffffff
ESI:7e7fc173 EDI:0032fde8
...
Backtrace:
=>0 0x09ac6ec0 (0x0032fe1c)
1 0x074381c1 (0x0032fe34)
2 0x200027b9 in iw4m1 (+0x27b8) (0x0032fe40)
3 0x7b85ea3c call_process_entry+0xb() in kernel32 (0x0032fe58)
4 0x7b85eb82 start_process+0x143(peb=0x7ffdf000)
[/home/focht/projects/wine/wine-git/dlls/kernel32/process.c:1083] in kernel32
(0x0032fea8)
--- snip ---
The reason is iphlpapi.dll GetAdaptersAddresses API has no hotpatch entry.
Source:
http://source.winehq.org/git/wine.git/blob/ce2e7cdc9e2f6e77d6d9a11fafacba1b…
With that bug fixed, the loader runs further and finally complains about
missing "Modern Warfare 2" files so I can't test further.
Regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=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=30750
Bug #: 30750
Summary: [patch] krnl386.exe16/int21.c: set (1<<12) for cdrom
Product: Wine
Version: 1.5.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dos
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bug-track(a)fisher-privat.net
Classification: Unclassified
Created attachment 40271
--> http://bugs.winehq.org/attachment.cgi?id=40271
patch v1
The 16 bit app coled EG (Evangelisches Gesangbuch), can't recognize cdrom to
install database. The reason is a bug in krnl386.exe16/int21.c code.
Suddenly i didn't found any documentation what correct flags should be set for
cdrom on 4409 (is drive remote) request. But this app has fallowing logic, an
this logic works on windows including XP, so i assume it is correct:
- first it ask interrupt 21h if the drive is remote.
- if it get response and 1000h (12bit) flag is set, then
- it ask interrupt 2Fh to check if it is really cdrom.
if 1000h is not set, then deice is not cdrom.
Attached patch fixes this bug for me.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.