http://bugs.winehq.org/show_bug.cgi?id=13840
Summary: No icons attached during installation
Product: Wine
Version: 1.0-rc4
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: axel.braun(a)gmx.de
Similar to bug 3548, a link and Program icon is created on the desktop. These
icons are just 'blank', means not filed with the correct *doze icon.
Surely a cosmetic thing
--
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=13833
Summary: after make depend && make - some text was translated
from russian
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: drdave13(a)mail.ru
arith -g -O2 -o menu.o menu.c
{standard input}: Assembler messages:
{standard input}:7412: Warning: end of file not at end of a line; newline
inserted
{standard input}:7745: Error: unknown pseudo-op: `.l'
gcc: internal error: Segmentation error (programm cc1)
please send a report
look <http://bugzilla.redhat.com/bugzilla>.
make[2]: *** [menu.o] error 1
make[2]: Leaving directory
`/home/Dima/Загрузки/wine-1.0-rc4/dlls/user32/tests'
make[1]: *** [user32/tests] error 2
make[1]: Leaving directory `/home/Dima/Загрузки/wine-1.0-rc4/dlls'
make: *** [dlls] error 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=5764
Phill L <lucidcomms(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lucidcomms(a)gmail.com
--- Comment #11 from Phill L <lucidcomms(a)gmail.com> 2008-06-10 21:32:17 ---
The IMM error is actually non critical, forcing the latest POL/FFXI client to
Windowed mode will allow you to pass this error. The actual problem is caused
by calls to user32.dll functions SPI_GETFOREGROUNDLOCKTIMEOUT &
SPI_SETFORGROUNDLOCKTIMEOUT
fixme:system:SystemParametersInfoW Unimplemented action: 8192
(SPI_GETFOREGROUNDLOCKTIMEOUT)
fixme:system:SystemParametersInfoW Unimplemented action: 8193
(SPI_SETFOREGROUNDLOCKTIMEOUT)
Examining the WINE sourcecode dlls/user32/sysparams.c we see these are both
FIXME stubs. I suspect a real stubs with a fake return value will likely solve
the issue (regrettably, my C skills range from non-existent to
damn-right-dangerous)
Reading MSDN, A null/zero value shouldn't cause any regressions with other
software, and searching the WINE bugzilla this will clear up more than a
trivial number of reported issues.
HTH
Phill
--
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=2827
jamie_jones_au(a)yahoo.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jamie_jones_au(a)yahoo.com.au
--- Comment #7 from jamie_jones_au(a)yahoo.com.au 2008-06-10 19:54:12 ---
I can confirm that Excel 97 still exhibits the bug in the original post with
Wine 0.9.59 on Ubuntu 8.04.
--
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=4768
--- Comment #10 from Michal Seliga <michal.seliga(a)visicom.sk> 2008-06-10 18:57:30 ---
in 1.0rc4 now wine segfaults.
crash log (trace+all,+relay) is attached, last lines seems to be:
0018: get_console_input_info( handle=(nil) )
0018: get_console_input_info() = INVALID_PARAMETER { history_mode=0,
history_size=0, history_index=0, edition_mode=0, input_cp=0, output_cp=0,
win=(nil), title=L"" }
001a: set_key_value( hkey=0x34, type=1, namelen=30, name=L"Nice (TrueType)",
data={5a,00,3a,00,5c,00,75,00,73,00,72,00,5c,00,73,00,68,00,61,00,72,00,65,00,5c,00,66,00,6f,00,6e,00,74,00,73,00,5c,00,74,00,72,00,75,00,65,00,74,00,79,00,70,00,65,00,5c,00,74,00,74,00,66,00,2d,00,61,00,72,00,61,00,62,00,65,00,79,00,65,00,73,00,5c,00,61,00,65,00,5f,00,4e,00,69,00,63,00,65,00,2e,00,74,00,74,00,66,00,00,00}
)
001a: set_key_value() = 0
0018: terminate_process( handle=0xffffffff, exit_code=-1073741510 )
0018: terminate_process() = 0 { self=1 }
--
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=6147
Lei Zhang <thestig(a)google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #11 from Lei Zhang <thestig(a)google.com> 2008-06-10 16:18:52 ---
reported fixed
--
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=13835
Summary: Autocad 2005 bug : floating toolbars irresponsive and
badly painted
Product: Wine
Version: 1.0-rc4
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: max(a)veneto.com
Undocking a toolbar in AutoCAD 2005, brings up an ugly painted and unusable
floating stuff.
The "floated" toolbar can't be moved anymore, just changed in size in place,
and can't be redocked.
The screenshot shows the problem.
Ciao
Max
--
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=4627
--- Comment #13 from Austin English <austinenglish(a)gmail.com> 2008-06-10 15:42:45 ---
*** Bug 13835 has been marked as a duplicate of this bug. ***
--
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.