http://bugs.winehq.org/show_bug.cgi?id=5856
------- Additional Comments From ekkehard.morgenstern(a)onlinehome.de 2006-05-08 17:48 -------
OK, here's a patch for the current CVS Wine version of "wineconsole.c":
732a733,744
> * WINECON_OutputHelp
> *
> * Outputs help text.
> */
>
> static void WINECON_OutputHelp( void ) {
> WINE_MESSAGE(
> "Usage: wineconsole PROGRAM [ARGUMENTS...] Run the specified console
program\n"" wineconsole --help Display this help and
exit\n" " wineconsole --backend=user PROGRAM Run the program in its
own window\n"" wineconsole --backend=curses PROGR Run the program in this
terminal\n" " wineconsole --use-event=HNDDEC Signal specified event
after launch\nThe default for the backend option is 'user'.\n"
> );
> }
>
> /******************************************************************
742c754
< wci->backend = WCCURSES_InitBackend;
---
> wci->backend = WCUSER_InitBackend;
765a778
> wci->backend = WCCURSES_InitBackend;
770a784,787
> else if ( strncmp( wci->ptr, "--help", 6 ) == 0 ) {
> while ( *wci->ptr != '\0' ) ++wci->ptr;
> return TRUE;
> }
795a813,818
> WINECON_OutputHelp();
> return 0;
> }
>
> if ( *wci.ptr == '\0' ) {
> WINECON_OutputHelp();
816c839
< if (!ret)
---
> if (!ret) {
817a841,842
> WINECON_OutputHelp();
> }
It makes the USER backend the default, and outputs the command line options when
either "--help" is given, no args are given, or the args invalid.
(I hope the diff posted okay, haven't read the Bugzilla rules yet)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5124
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5834
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From alex(a)thehandofagony.com 2006-05-08 16:52 -------
This is fixed in GIT from earlier today.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3615
------- Additional Comments From jan.wine(a)zerebecki.de 2006-05-08 16:35 -------
The log about Tron2.0 indeed confirms it's the same problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3835
jan.wine(a)zerebecki.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From jan.wine(a)zerebecki.de 2006-05-08 16:32 -------
duplicate of bug #3615
*** This bug has been marked as a duplicate of 3615 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=3615
jan.wine(a)zerebecki.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |willie(a)froq.net
------- Additional Comments From jan.wine(a)zerebecki.de 2006-05-08 16:32 -------
*** Bug 3835 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1915
jan.wine(a)zerebecki.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|Abandoned? |
------- Additional Comments From jan.wine(a)zerebecki.de 2006-05-08 16:25 -------
Please use a recent wine to test, like current git/cvs or 0.9.18 . If it still
crashes attach the whole output.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=5739
------- Additional Comments From jan.wine(a)zerebecki.de 2006-05-08 15:58 -------
Wine is not supposed to use an existing windows installation. Thu if you want to
track down what went wrong, nobody will prevent you. Maybe it's a real wine bug
and not some cruft in the win installation. Does it work with a fresh .wine ?
Perhaps try to copy all your fonts (c:\windows\fonts) from the windows install
into a fresh .wine and see if you get the same problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3283
jan.wine(a)zerebecki.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |Abandoned?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4765
martin(a)gamesplace.info changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |martin(a)gamesplace.info
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4765
------- Additional Comments From martin(a)gamesplace.info 2006-05-08 15:31 -------
I can confirm this issue with the latest Wine version.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5866
------- Additional Comments From dank(a)kegel.com 2006-05-08 14:15 -------
That patch applies but then this installer crashes.
wine: Unhandled page fault on read access to 0x0000000a at address 0x7eda807e
(thread 000f), starting debugger...
Backtrace:
=>1 0x7eda807e ControlEvent_FireSubscribedEvent+0x4b(package=0x1693c0,
event=0x7eddedf4, rec=0x19ae38) [/home/dank/wine-git/dlls/msi/events.c:312] in
msi (0x7eda807e)
2 0x7edbedb8 MSI_ProcessMessage+0x70d(package=0x1693c0,
eMessageType=0x8000000, record=0x19d048)
[/home/dank/wine-git/dlls/msi/package.c:805] in msi (0x7edbedb8)
3 0x7ed8df79 ui_actionstart+0x49(package=<register not in topmost frame>,
action=<register not in topmost frame>)
[/home/dank/wine-git/dlls/msi/action.c:263] in msi (0x7ed8df79)
4 0x7ed8f3fd ACTION_HandleStandardAction+0xc8(package=0x1693c0,
action=0x195770, rc=0x34fcb8, force=0x1)
[/home/dank/wine-git/dlls/msi/action.c:903] in msi (0x7ed8f3fd)
5 0x7ed8f745 ACTION_PerformUIAction+0x3d(package=0x1693c0, action=0x195770)
[/home/dank/wine-git/dlls/msi/action.c:975] in msi (0x7ed8f745)
6 0x7ed8f8fa ITERATE_Actions+0xc5(row=0x199520, param=0x34fda0)
[/home/dank/wine-git/dlls/msi/action.c:731] in msi (0x7ed8f8fa)
...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5856
------- Additional Comments From julliard(a)winehq.com 2006-05-08 14:15 -------
Sure, all of these could be done. Patches are welcome.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5866
Summary: Microsoft windbg does not install
Product: Wine
Version: CVS
Platform: Other
URL: http://www.microsoft.com/whdc/devtools/debugging/install
x86.mspx
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
$ wine-git/wine dbg_x86_6.6.07.5.exe
...
err:msi:ACTION_InstallFiles Unable to copy file
(L"C:\\windows\\temp\\IXP000.TMP\\" -> L"c:\\Program Files\\Debugging Tools for
Windows\\windbg.exe") (error 5)
err:msi:ACTION_InstallFiles Ignoring Error and continuing (nonvital file)...
Installer completes and says it succeeded, but:
$ find ".wine/drive_c/Program Files" -iname '*.exe'
$
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5856
------- Additional Comments From ekkehard.morgenstern(a)onlinehome.de 2006-05-08 11:59 -------
Thanks!! I didn't know that! This is MUCH better! Why not make it the default,
or at least provide a "--help" option, or a manpage even? ;-)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3494
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|NoAppDBEntry |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5864
------- Additional Comments From alevkovich(a)tut.by 2006-05-08 11:09 -------
I did this already, result is the same. It is old bug for me. I use the latest
version. But older version had this bug also. I can run windows' program if I
will copy exe from windows/temp/3582-490 dir to working dir. The size of exe
from windows/temp/3582-490 dir and working dir are different. It seems WINE
modifies exe file and put it to temp/3582-490.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5814
------- Additional Comments From me(a)benjaminarai.com 2006-05-08 11:08 -------
I didn't finish it up because I wasn't sure if my approach was correct. I will
clean it up and send it in. Thanks for the help!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5856
------- Additional Comments From julliard(a)winehq.com 2006-05-08 10:12 -------
There is an option: wineconsole --backend=user
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5865
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-directx-ddraw |wine-x11driver
Summary|Age of Empires 3 doesn't |Age of Empires 3 doesn't
|show fonts because |show text
|GetFontUnicodeRanges isn't |
|implemented |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5864
------- Additional Comments From vitaliy(a)kievinfo.com 2006-05-08 09:58 -------
Please remove/rename ~/.wine dir. And reinstall your application. Also please
specify what Wine version are you using.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5863
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From vitaliy(a)kievinfo.com 2006-05-08 09:52 -------
All that Wine can provide is source. It's up to your distro's packager to keep-up.
Which btw you forgot to mention. If you really want Wine binary packages the
very next day - use SuSE.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5856
------- Additional Comments From ekkehard.morgenstern(a)onlinehome.de 2006-05-08 09:42 -------
BTW, another problem, this time with the wineconsole program, is, that it
doesn't create its own window. This makes the implementation of
GetConsoleWindow() difficult if not impossible, and also complicates signal
handling, because xterm for instance delivers a signal to the process. There
should be at least an option to run a console program in its own window. This
would have more benefits, like adding buttons and menus would be possible.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5814
------- Additional Comments From rob(a)codeweavers.com 2006-05-08 09:37 -------
Looks good. Two minor points though: hFontList should be a OLEFontImpl thing
(and make sure to clean it up on destruction) and the identation is off-by-one
for the ref and gdiFont fields of WINE_HFONTITEM.
Also, some tests for the return codes of AddRefHFont and ReleaseHFont would be
good (including the tests for each one where the HFONT isn't currently being
tracked by the StdFont object).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5857
------- Additional Comments From ekkehard.morgenstern(a)onlinehome.de 2006-05-08 08:52 -------
What's the problem with this?
Is it a legal issue?
>From the technical viewpoint, it is incorrect that Wine Explorer behaves like
the File Manager of Windows (NT) 3.x for compatibility with Windows
95,98,NT4,2000,XP. On these versions of Windows, Windows Explorer is a program
that also provides the complete Windows desktop functionality. While I do not
say that Wine Explorer must behave like Windows Explorer, it would be nice to
have the option to have at least something similar. There's no reason why there
can't be a version of Wine Explorer that provides a unique Wine desktop and file
manager. It could be made incompatible with Windows insofar that it doesn't try
to emulate COMCTL32.DLL V6 or Windows Explorer, but would provide a WINECTRL.DLL
that would have specific Wine controls, and a "Wine Explorer" (probably named
differently) with a look and feel different from that of Windows Explorer. This
could even solve legal issues, and could make some difference.
The advantage of such a solution would be that users could've an integrated
experience of the environment. Say, you have a user on workstation that runs
GNU/Linux and Wine, but the user lives in a corporate environment that wants to
migrate but cannot for technical reasons (like, there's some legacy software of
which source code is no longer available), and it happens that the user works
with the legacy software most of the time. Then would it not be convenient to
have all that stuff in one place?
Currently I'm using GNOME, and it's just cumbersome to launch Wine applications
and make links to stuff on the desktop. It's not much easier with KDE too. If
there was a file manager with integrated DND functionality, it would be easy to
drag icons from the Wine side to the GNOME side, for instance.
Well, I'll look into the issue myself, and see what I can do. Perhaps I'll
provide a custom desktop generally running on Windows, and on Wine also, and
people like me will be happy. I could also integrate that in Wine if there no
objections, someday.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5864
alevkovich(a)tut.by changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|wine creates 3582-490 subdir|wine creates 3582-490 subdir
|and tmp*.tmp file in windows|and tmp*.tmp file in windows
|temp dir and does not start |temp dir
|winapplication |
------- Additional Comments From alevkovich(a)tut.by 2006-05-08 08:16 -------
Linux alexl_m 2.6.17-gentoo-r4 #1 Mon Jul 24 13:34:36 EEST 2006 i686 Mobile AMD
Sempron(tm) Processor 3300+ AuthenticAMD GNU/Linux
Wine is installed and correctly setuped. When I try to start winapplication
WINE creates 3582-490 subdir (this dir contains winappl I tried to start) and
tmp*.tmp file in windows/temp dir. If this application is not required some
data then this appl start ok, but if some data from is required the application
failed with error.
For example:
/mnt/sklad/Wine is path to C disk
alex@alexl_m /mnt/sklad/Wine/Program Files/Phones $ ls
main.ico names.bin phones.bin Phonview.exe streets.bin
alex@alexl_m /mnt/sklad/Wine/Program Files/Phones $ wine Phonview.exe
The program starts and returned: that it is not possible to open phones.bin
file.
alex@alexl_m /mnt/sklad/Wine/Program Files/Phones $ cd /mnt/sklad/Wine/windows/
temp
alex@alexl_m /mnt/sklad/Wine/windows/temp $ ls
3582-490 tmp5023.tmp
alex@alexl_m /mnt/sklad/Wine/windows/temp $ cd 3582-490
alex@alexl_m /mnt/sklad/Wine/windows/temp/3582-490 $ ls
Phonview.exe
alex@alexl_m /mnt/sklad/Wine/windows/temp/3582-490 $
It seems WINE starts this program under windows/temp directory.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5864
alevkovich(a)tut.by changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|wine creates 3582-490 dir |wine creates 3582-490 subdir
|and tmp*.tmp file in windi |and tmp*.tmp file in windows
| |temp dir and does not start
| |winapplication
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5865
Summary: Age of Empires 3 doesn't show fonts because
GetFontUnicodeRanges isn't implemented
Product: Wine
Version: 0.9.18.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cweiske(a)cweiske.de
Age of Empires 3 demo doesn't show any texts, rendering the game useless. It
seems as if it can't obtain a list of available characters it could render:
fixme:font:GetFontUnicodeRanges (0x6a40, (nil)): stub
fixme:font:GetFontUnicodeRanges (0x6a40, 0x3450ce4): stub
if this stub method would be implemented, you could actually see some text in
there and start playing!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5864
Summary: wine creates 3582-490 dir and tmp*.tmp file in windi
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alevkovich(a)tut.by
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4635
------- Additional Comments From felix(a)derklecks.de 2006-05-08 07:10 -------
The error message comes from a copy protection system created by previewsystems.
But they were bought by aladdin.
see: http://www.aladdin.com/news/2001/corp/preview.asp
There are several trial versions having problems with this protection: derive,
flash, lots more
I once read it was impossible to implement support for this protection but i am
unable to find it now.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5852
heiko(a)kom.at changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|NoAppDBEntry |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5846
------- Additional Comments From alex(a)thehandofagony.com 2006-05-08 06:51 -------
Have you enabled the apropriate mouse grab option in winecfg?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5863
Summary: automating binary packages build for each release
Product: Wine
Version: 0.9.18.
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-ports
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jerome.bouat(a)wanadoo.fr
I wonder if binary packages could not be automatically build each time a new
wine version is released.
I mostly test applications running with Wine. I always have to wait for binary
packages before I can test a new release. At the present time, the delay before
I can test is made of the delay that the binary package maintainer needs plus
the delay that I need according to my diary.
What already appened to me (dates are not true) :
- day 1 : A developper asks me for a new test
- day 7 : I see the message and check for a new release.
A new version was released at day 6
but no binary package is yet available.
I wait the binary package.
- day 12 : A new binary package is build.
- day 15 : I see that a new package is available.
- day 21 : I have time to perform the test
but I see a new release is available.
Thus I wait for a new binary package.
According to possibly side effects of one bug fixing, this highly decreases the
global wine bugs fixing efficiency.
I mean the binary package maintainer would always have a key role. When the
maintainer is not available, a default package could be generated with the
specification file of the latest release (but the version number). You could
wait 1 day before you automatically generate the binary package. This give a
chance for the maintainer to proprely generate its own one.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5558
------- Additional Comments From grahame(a)regress.homelinux.org 2006-05-08 04:13 -------
I get the following for the latest cvs version of wine with dk2 1.7 with nocd
crack applied:
$ wine explorer.exe /desktop=name winedbg Dkii.exe
WineDbg starting on pid 0xc
fixme:dbghelp:elf_load_debug_info_from_map Alpha-support for Dwarf2 information
for kernel32<elf>
start_process () at /home/grahame/wine/dlls/kernel/process.c:822
0x7eec6427 start_process+0xe7 [/home/grahame/wine/dlls/kernel/process.c:822] in
kernel32: movl %edi,0x0(%esp)
822 ExitProcess( entry( peb ) );
Wine-dbg>c
fixme:vxd:VXD_Open Unknown/unsupported VxD L"sice.vxd". Try setting Windows
version to 'nt40' or 'win31'.
fixme:vxd:VXD_Open Unknown/unsupported VxD L"siwvid.vxd". Try setting Windows
version to 'nt40' or 'win31'.
fixme:vxd:VXD_Open Unknown/unsupported VxD L"ntice.vxd". Try setting Windows
version to 'nt40' or 'win31'.
First chance exception: page fault on read access to 0x00000000 in 32-bit code
(0x004262a2).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:006b GS:0063
EIP:004262a2 ESP:0034da8c EBP:0034dad8 EFLAGS:00010246( - 00 -RIZP1)
EAX:80304000 EBX:00000001 ECX:0034db00 EDX:0034dbd0
ESI:00000000 EDI:00400000
Stack dump:
0x0034da8c: 00400000 7eece250 0034dad8 0034daac
0x0034da9c: 00000001 0034dbd0 0034db00 00001010
0x0034daac: 00400000 7eece250 00000001 00001010
0x0034dabc: 00000023 fae4ff41 40001000 00008030
0x0034dacc: 00000000 fae4f131 00000002 0034db9c
0x0034dadc: 0042641f 00001010 0034db00 00400000
fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for c0000119
Backtrace:
=>1 0x004262a2 in dkii (+0x262a2) (0x004262a2)
2 0x0042641f in dkii (+0x2641f) (0x0042641f)
3 0x00422d9c in dkii (+0x22d9c) (0x00422d9c)
4 0x00421e56 in dkii (+0x21e56) (0x00421e56)
5 0x0042111e in dkii (+0x2111e) (0x0042111e)
6 0x00420bea in dkii (+0x20bea) (0x00420bea)
7 0x0042087e in dkii (+0x2087e) (0x0042087e)
8 0x00422506 in dkii (+0x22506) (0x00422506)
9 0x0040e279 in dkii (+0xe279) (0x0040e279)
10 0x004169b2 in dkii (+0x169b2) (0x004169b2)
11 0x7eec642c start_process+0xec(arg=0x0)
[/home/grahame/wine/dlls/kernel/process.c:822] in kernel32 (0x7eec642c)
fixme:dbghelp:elf_load_debug_info_from_map Alpha-support for Dwarf2 information
for libwine.so.1
12 0xf7e31677 wine_switch_to_stack+0x17 in libwine.so.1 (0xf7e31677)
0x004262a2: movl 0x0(%esi),%edi
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5856
------- Additional Comments From ekkehard.morgenstern(a)onlinehome.de 2006-05-08 02:29 -------
One thing I noticed about the Ctrl-C signal handler is, that the comment states
that it can get run from a system signal handler. On UNIX-like systems (like
GNU/Linux, AIX, Solaris), signal handling is implemenented very differently. The
lowest common denominator is "don't do anything more than setting a flag". This
is especially true on GNU/Linux, where signal handling varies between kernel
versions. While Kernel 2.6 has native threads, Kernel 2.4 doesn't, which also
changes the way signals are handled. Wine's console module starts a thread in a
signal handler, which is not allowed, and leads to a crash (at least on Kernel
2.6). The right way to do it would be to start a thread when the console is
opened that periodically checks signal flags set by the console. I.e. the
console signal handler would do nothing more than setting a flag, and hence
conforming to the signal handler rules of any UNIX-like platform. When I find
time, I will try to make some enhancements to the console.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5859
------- Additional Comments From julliard(a)winehq.com 2006-05-08 02:25 -------
This is very much the right place, he's clearly running on Intel (and in any
case this is the right place for Wine bugs on Power PC too).
Josh, you need to build with a gcc that supports the force_align_arg_pointer
attribute, otherwise the stack isn't properly aligned for the Mac libs.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5280
------- Additional Comments From jeremielapuree(a)yahoo.fr 2006-04-08 23:39 -------
Bug still here with current git (2006-08-05).
Joaopa
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4619
------- Additional Comments From yuriy.kozlov(a)gmail.com 2006-04-08 23:37 -------
Created an attachment (id=3174)
--> (http://bugs.winehq.org/attachment.cgi?id=3174&action=view)
WINEDEBUG=+winsock log
This also happens to me. Just tried it with latest wine from git (2006-08-04).
I waited about 5 minutes, and nothing. The game doesn't freeze, but
everything but the scroll bar is disabled.
This also happens in windows, but the timeout is about a minute at most.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5759
jeremielapuree(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From jeremielapuree(a)yahoo.fr 2006-04-08 23:36 -------
fixed with current git (2006-08-05).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5749
jeremielapuree(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From jeremielapuree(a)yahoo.fr 2006-04-08 21:22 -------
With current git (2006-08-05), bug is gone. So, one can close it as marking FIXED.
Joaopa
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5638
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jacek(a)codeweavers.com
------- Additional Comments From vitaliy(a)kievinfo.com 2006-04-08 19:08 -------
Still here. Again to clarify this is problem with upgrade. When you have old
Mozilla ActiveX installed, new Wine mshtml does not detect that it is old
version and tries to use it. And just crashes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5769
------- Additional Comments From arrenlex(a)msn.com 2006-04-08 18:33 -------
The linked patch fixes the issue. I have verified this using the latest git.
Thank you all very, very much!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5859
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |normal
Status|UNCONFIRMED |RESOLVED
Priority|P1 |P2
Resolution| |INVALID
------- Additional Comments From vitaliy(a)kievinfo.com 2006-04-08 17:12 -------
I'm not sure this is the right place. You want to file your bugs here:
http://darwine.opendarwin.org/
Wine supports only Intel MACs.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5769
wdev(a)foltman.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From wdev(a)foltman.com 2006-04-08 16:18 -------
The problem seems to be there in the most recent git (>0.9.18). I'll try to take
look at it, it's not the only redraw problem that has been noticed recently.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2918
------- Additional Comments From ed.sternin(a)brocku.ca 2006-04-08 16:07 -------
I disagree with the "minor severity" ranking for this bug. In my context, it is
a CRITICAL error, as the program is worthless (we use wine ONLY for Electronics
Workbench); however, I am not a "sufficiently empowered" user to make this change.
I am prepared to pay, say, $100 to have this bug resolved by Sept 1, 2006, under
SUSE 10.2; I need to use this software in teaching a class.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4479
wdev(a)foltman.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From wdev(a)foltman.com 2006-04-08 16:01 -------
The patch seems to be already committed. Is the problem resolved?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2918
------- Additional Comments From ed.sternin(a)brocku.ca 2006-04-08 15:59 -------
Tested with 0.9.18 under SUSE 10.2, preferred depth = 24 in xorg.conf
The symptoms are identical: all-black instrument faces, the program is unusable.
Any other suggestions? (I am not sure what deinstall is being suggested, we use
rpm binaries, and do not compile on the system; is there a setting we may want
to change in the configuration?)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5856
------- Additional Comments From ekkehard.morgenstern(a)onlinehome.de 2006-04-08 15:10 -------
>From the source, it looks like the console module needs some reworking. First of
all, the way the console information is kept (one part on the client and one on
the server) seems incongruous and a potential source of bugs. Either put all in
the client or all in the server. If the server is where terminal information is
being kept, it might be a good idea to let the server also keep track of the
console data. As soon as I find time, I'll check if it's indeed the source of
the problems, and what can be done to fix it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3917
------- Additional Comments From MattFinn(a)gmail.com 2006-04-08 14:50 -------
I've just sent a patch that implements ES_PASSWORD.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5862
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |normal
Priority|P1 |P2
------- Additional Comments From vitaliy(a)kievinfo.com 2006-04-08 14:49 -------
You are trying to compile 64-bit Wine. That doesn't work (Bug 4594). You want
32-bit Wine.
Please use latest vanilla Wine source (0.9.18).
Follow the instructions outlined here: http://wiki.winehq.org/WineOn64bit
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5856
------- Additional Comments From ekkehard.morgenstern(a)onlinehome.de 2006-04-08 13:53 -------
Thanks, Vitaly. I didn't know I can use "wcmd" right from a Linux shell.
(Another reason why more manpages would be useful! ;-) ). I thought "wineconsole
wcmd" was the right way to do it. I didn't want to run a specific program, just
a command prompt. Anyhow -- this doesn't solve the general problems with
wineconsole! ;-)
I just did a complete Wine checkout, and I will have a look at the console
source code shortly! ;-]
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5488
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
------- Additional Comments From alex(a)thehandofagony.com 2006-04-08 13:41 -------
I think you misunderstood.
This was just a modification of a previous WoW patch, with the memory code
removed since it is no longer necessary. It has not been sent to
wine-patches, as I really do not know what it does, nor do I know who the
original author is.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5546
ns03ja(a)brocku.ca changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From ns03ja(a)brocku.ca 2006-04-08 13:17 -------
The patch here:
http://www.winehq.org/pipermail/wine-patches/2006-August/029356.html lets
3DMark 03 run at pre VBO levels again (and actually, probably even faster than
that), and it also makes it significantly less crash prone.
The patch is in git now, so marking this FIXED.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5814
------- Additional Comments From me(a)benjaminarai.com 2006-04-08 13:13 -------
Created an attachment (id=3173)
--> (http://bugs.winehq.org/attachment.cgi?id=3173&action=view)
Diff patch for (AddRefHfont,ReleaseHFont) font cache
The list is made by adding items (Hfonts) to the list and incrementing in
AddRefHfont and decrementing and removing items from the list in ReleaseHfont.
The code is attached. I think I am moving in the right direction... Any
comments would be greatly appreciated.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5862
Summary: Wine 0.9.10-0.9.17 fails compile (gdi32.dll)
Product: Wine
Version: 0.9.17.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P1
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mattemod(a)gmail.com
Hi, i'm a Gentoo AMD64 user and i can't compile Wine from version 0.9.10 to the
current 0.9.18. The last version gives me a different compilation error BEFORE
arriving at gdi32 compilation (i'll open another bug for this if it hasn't been
submitted yet), so the versions that surely gives me the same error are from
0.9.10 to 0.9.17.
I could/can compile Wine 0.9.9 without any problem.
The compilation error is in dlls/gdi/freetype.c saying that there are undefined
references to wine_get_data_dir and wine_get_build_dir.
I'm using freetype 1.3.1-r4 and 2.1.10-r2 but i also tried 2.1.10-r1 and the
result is the same.
If you need any other information, just ask it.
I'm going to attach the error...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5861
Summary: Java package manager unable to install
Product: Wine
Version: 0.9.18.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: john_d_mchenry(a)yahoo.com
Trying to install MATLAB (6.5.0.180913a (R13)) from CDROM, did:
jack@ubuntu:/media/cdrom$ wine setup.exe
Microsoft VM
The Microsoft VM is now being installed on your computer
Installing Component: XML Classes
Java Package Manager:
Unable to install Java packages from
c:\windows\Java\classes\xmldso.cab
Unknown HRESULT: (80070002h)
and the terminal displays:
jack@ubuntu:/media/cdrom$
fixme:setupapi:extract_cabinet_file awful hack: extracting
cabinet "C:\\windows\\temp\\IXP000.TMP\\javabase.cab"
fixme:wintrust:WintrustAddActionID 0x34fd80 0 0x34fd1c
fixme:setupapi:extract_cabinet_file awful hack: extracting
cabinet "C:\\windows\\temp\\IXP000.TMP\\javax86.cab"
fixme:ole:ITypeInfo_fnRelease destroy child objects
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5797
aaron123456789(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From aaron123456789(a)gmail.com 2006-04-08 12:10 -------
this bug is fixed with the current git, and the git commit
a7c2ab3e90c052b4b8945164a6f77d7c899253b5 fixed it.
closing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5860
rob(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-binary |wine-ole
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5837
rob(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From rob(a)codeweavers.com 2006-04-08 11:33 -------
Marking as won't fix.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5526
------- Additional Comments From sterlingchristensen(a)hotmail.com 2006-04-08 11:20 -------
With the patch from comment #11 (manually applied to 0.9.18), Linux kernel
2.6.17 brings back the Skirmish score screen bug. It doesn't freeze, but it does
become unresponsive.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5638
------- Additional Comments From Speedator(a)gmx.de 2006-04-08 11:17 -------
Had trouble with it in 0.9.17, but not in 0.9.18 anymore.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3236
------- Additional Comments From ghotcom(a)gmail.com 2006-04-08 11:14 -------
Wine-0.9.18 could not install retail version..It fails when in the game install
wizard
How do I reopen this bug ?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=2586
------- Additional Comments From tijl(a)ulyssis.org 2006-04-08 10:55 -------
This should be closed IMO. Wine use GNU make and that works perfectly fine on
FreeBSD as well.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5375
wdev(a)foltman.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From wdev(a)foltman.com 2006-04-08 08:53 -------
Committed today
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5856
------- Additional Comments From vitaliy(a)kievinfo.com 2006-04-08 07:54 -------
Please don't make generic bugs like this. What is _the_ program that you trying
to run? And what is _the_ problem with it? Otherwise this bugs looks like a dup
of Bug 1304 & Bug 3200.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5857
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From vitaliy(a)kievinfo.com 2006-04-08 07:44 -------
Wine is _NOT_ a windows replacemtn. You already have your interfaces to choose
from: KDE, GNOME, etc.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5856
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |normal
Priority|P1 |P2
------- Additional Comments From vitaliy(a)kievinfo.com 2006-04-08 07:42 -------
You don't need wineconsole to run console apps. It's only required when app
tries to use console for more sophisticated stuff, like DOS shell (ex: FAR).
Just running wcmd in standard *NIX terminal is enough in 90% cases.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5859
Summary: RtlCreateUserThread Crash
Product: Wine
Version: 0.9.18.
Platform: Macintosh
URL: http://www.digiguide.com
OS/Version: Mac OS X 10.2
Status: UNCONFIRMED
Severity: major
Priority: P1
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: josh(a)digiguide.com
Running Digiguide under Wine on OSX 10.4.7, causes wine to crash when creating a
thread. Having done some testing, removing the code that creates the first
thread from DigiGuide enables the GUI to load, but as soon as the next thread is
created, it crashes.
Trace output from DigiGuide, when initialising should be:
****
OneMinuteThread - Start requested
OneMinuteThread - Begining thread
OneMinuteThread - Setting priority to lowest
OneMinuteThread - Starting
OneMinuteThread - Start completed
****
But the trace output is in fact:
****
04-08-2006 09:23:27 8 9 OneMinuteThread - Start requested
04-08-2006 09:23:27 8 9 OneMinuteThread - Begining thread
04-08-2006 09:23:30 8 9 DG Crashed and a crash page was displayed using page
'C:\windows\temp\DG-Crash.html'
****
See attached for wine log...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4305
wdev(a)foltman.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From wdev(a)foltman.com 2006-04-08 04:10 -------
The patch by Thomas is already accepted.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5011
------- Additional Comments From timo.jyrinki(a)hut.fi 2006-04-08 04:02 -------
I have the same problem with Wine 0.9.18. I get the following kind of printouts
which seem to explain where the problem is:
err:msi:ACTION_InstallFiles compressed file wasn't extracted
(L"c:\\Ohjelmat\\JoWood\\Arx Fatalis\\ARX.exe")
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5858
------- Additional Comments From tuharsky(a)misbb.sk 2006-04-08 04:01 -------
The bug might be connected/depends on bug 5850, however this has not been proven
so far.
Only fixing thes 5850 bug can answer the question, whether this is a duplicate,
or beside this bug employs some another, original problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5858
------- Additional Comments From tuharsky(a)misbb.sk 2006-04-08 03:43 -------
(the screenshot meaning is the one I have posted in first comment)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5858
Summary: oleaut32 -WinAmbulancia (@MDB,VB) -database repare fails
Product: Wine
Version: 0.9.18.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tuharsky(a)misbb.sk
WinAmbulacnia (see AppDB) is medical app.
Database reparation function fails. It should create empty DB structures and
transfer data into them. By the words of author, "it is useful when DB is too
large or program sometimes produces unlogical results".
Using builtin DLLs it fails with comment:
Unable to open database 'C:\softprog\winamb\Data\LekarDta.mdb'.
Probable reasons:
1, You don't have write access to the file. We recommend closing the app and
examine the file access rights
2, If it is clear that You have sufficient rights, then Your database is
probably corrupted. In that case we suggest You to run database repare.
Do You want to run database repare?
(see screenshot)
If I use native oleaut32.dll, it works alright.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5849
------- Additional Comments From tuharsky(a)misbb.sk 2006-04-08 03:28 -------
Interesting detail: with native oleaut32.dll, the username at login screen is
with uppercase letters. With builtin, it is lowercase. I don't know whether it
means later something for the DB access, or whether such a misbehavior of
builtin DLL could have any (even hidden) impact on other functions of the app..
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5850
------- Additional Comments From tuharsky(a)misbb.sk 2006-04-08 03:27 -------
Interesting detail: with native oleaut32.dll, the username at login screen is
with uppercase letters. With builtin, it is lowercase. I don't know whether it
means later something for the DB access, or whether such a misbehavior of
builtin DLL could have impact on other functions of the app..
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5857
Summary: Wine doesn't have a desktop
Product: Wine
Version: 0.9.18.
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ekkehard.morgenstern(a)onlinehome.de
Although it's nice to run apps in individual windows, it's quite annoying that
there's nothing similar to the Windows desktop ("wine explorer" doesn't count
because it's akin to Windows 3.1 and Windows NT 3.x, which are both beyond
outdated). Also, applications like "wine iexplore" don't have a user interface.
Although is might be convenient when invoking particular websites, it is a
hindrance to smooth usage of that feat. Overall, Wine doesn't leave the
impression to be a usable Windows alternative. There are still many applications
which run only Windows, and I want to use Linux for each and every program that
I use, even if that involves using Wine. So, to make the user experience more
pleasurable, a desktop should be added that runs in its own window and that can
give the user a Windows Explorer like feel.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5852
------- Additional Comments From heiko(a)kom.at 2006-04-08 02:22 -------
AppDB entry made.
Here is the Software as Attachment. (Please ignore the Error Messages at
startup, this are the Environmentsettings defined in faktura.ini)
As example click after startup (after a few times ok clicking) "Bearbeiten" ->
"Rechnung" and than to "Positionen"
Thank you very much, for help !!!
Heiko
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5856
------- Additional Comments From ekkehard.morgenstern(a)onlinehome.de 2006-04-08 02:07 -------
The Windows console has at least two areas, one with fixed size defined by the
user (or program), called "screen buffer" and one defined by the current window
size (called "window"). An application can create additional screen buffers and
switch between them. The current screen buffer dimensions, current window
position and size within the screen buffer should be determined by the terminal
hosting wineconsole. The screen buffer size and desired window size must be
settable parameters to wineconsole (otherwise, you can't say wineconsole is
compatible to Windows consoles) (BTW, a manpage for wineconsole is a must! What
can it do and what can't it do?). Cursor positioning and scrolling must work
perfectly, otherwise the whole thing can't be used. The main application is to
run the command prompt, which is "wcmd" for Wine. (Why not provide a built-in
"cmd.exe" that automatically spawns wineconsole wcmd when I type "wine cmd ..."?
Also, a Windows application can call AllocConsole() at any time to open a
console window, and it can also spawn processes with "cmd x" to run commands.
Probably not only to me, a major compatibility issue.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5856
Summary: wineconsole window sizing, scrolling, cursor setting,
text input and signal handling failures
Product: Wine
Version: 0.9.18.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P1
Component: wine-console
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ekkehard.morgenstern(a)onlinehome.de
Wineconsole has difficulties with the most basic things like window size,
scrolling, and text input. This shows especially when you try to use a command
shell like by running "wineconsole wcmd" (hasn't anyone ever tried this?) to
emulate the Windows command prompt. It's fairly unusable especially because the
CTRL-C signal event isn't handled properly (crashes wineconsole). Even Windows
users need a command line! ;-)
The scrolling / cursor setting / etc. problem disappears when I resize my xterm
to full window size, but that's not a way of working. Wineconsole must handle
the window size of its enclosing terminal, not just after the first window size
event occurs. On Windows (95,98,NT4,2000,XP), console window size isn't fixed,
it's dynamic (user- and program-settable).
I've tested it on Wine 0.9.18 compiled from the source with GCC 4.0.3 on
Slackware Linux 10.2 with Kernel 2.6.18.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5800
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2006-04-08 00:43 -------
Hm, sorry. I've read further MSDN comments about dwFlags and
FLAG_ICC_FORCE_CONNECTION, and I must agree with Hans too on checking network
traffic with a sniffer.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5800
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2006-04-08 00:34 -------
Well, querying gw addr from an OS and pinging it probably would allow Wine to
avoid some timeouts when a gw is unreachable in some boxes / local IP packet
filter configuration cases.
But as InternetOpenConnection() requires a "pointer to a string containing the
URL to use to check the connection", I agree with Mike on a use of
InternetOpenConnection() to achieve that.
The only interesting question here is what HTTP server and what its URL should
Wine check when user provides NULL string here. MSDN talks about internal DB of
nearest servers. Maybe Wine should try it's very own list, eg:
http://www.winehq.org/, http://source.winehq.org/ and maybe
http://www.kernel.org/. In a case Wine and Linux projects get dead along with
their webservers, this function will stop working too. Which IMHO is unlikely
to happen by a natural reasons in nearest ten years :)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5855
------- Additional Comments From me(a)gn0me.org 2006-03-08 20:37 -------
http://www.gn0me.org/img/ro-notext.jpg
As well.. just to demonstrate how a dialog ends up looking. First few steps of
the conversation draw correctly, then it disappears on around the third our
fourth "next" click.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5852
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
------- Additional Comments From tony.lambregts(a)gmail.com 2006-03-08 20:10 -------
Is there an AppDB entry for this program If not could you please add it (
http://appdb.winehq.org ). Also. is there a downloadable version of this program
somewhere and could you please provide a link?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5854
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.ezbsystems.com/en
| |index.html
Keywords| |download, regression
------- Additional Comments From tony.lambregts(a)gmail.com 2006-03-08 20:02 -------
Please do a regression test as described at either of the following links:
http://winehq.org/site/docs/winedev-guide/x1344http://wiki.winehq.org/GitWine
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=799
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From tony.lambregts(a)gmail.com 2006-03-08 19:54 -------
I have to agree with stefan here.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1434
Bug 1434 depends on bug 799, which changed state.
Bug 799 Summary: wine debugger hidden behind wine games.
http://bugs.winehq.org/show_bug.cgi?id=799
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5660
winebugz(a)chipsugar.plus.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.17. |0.9.18.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5660
------- Additional Comments From winebugz(a)chipsugar.plus.com 2006-03-08 19:28 -------
With wine 0.9.18 the bug changes to:
err:seh:setup_exception stack overflow 4 bytes in thread 000e eip b7e4082f esp
7c4bcffc stack 0x7c4bd000-0x7c5cd000
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3460
------- Additional Comments From ead1234(a)hotmail.com 2006-03-08 19:01 -------
Unfortunately PowerPoint Viewer 2003 won't install.
fixme:msi:ACTION_AppSearchComponents AppSearch unimplemented for CompLocator
table (GUID L"{CC29E94B-7BC2-11D1-A921-00A0C91E2AA2}")
err:msi:compare_string unimplemented string comparison
err:msi:compare_string unimplemented string comparison
err:msi:ACTION_InstallFiles Unable to copy file
(L"C:\\windows\\temp\\IXP000.TMP\\" -> L"c:\\Program Files\\Microsoft
Office\\PowerPoint Viewer\\PVREADME.HTM") (error 5)
err:msi:ITERATE_Actions Execution halted, action L"InstallExecute" returned 5
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=4951
------- Additional Comments From ead1234(a)hotmail.com 2006-03-08 18:55 -------
I'm getting the Same errors on all of the latest macromedia products from
Adobe(Fireworks, Flash, Dreamweaver, FreeHand), and they all crash the installer
in the same spot.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=5488
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From truiken(a)gmail.com 2006-03-08 17:57 -------
Reporte fixed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5488
------- Additional Comments From admiralnemo(a)dchweb.com 2006-03-08 17:52 -------
I installed Wine 0.9.18 on amd64 with the patch from Alexander Nicolaysen
Sørnes, and I can now play WoW with no crashing! Everything works perfectly.
Great job everyone!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5395
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |mike(a)codeweavers.com
Status|ASSIGNED |NEW
------- Additional Comments From truiken(a)gmail.com 2006-03-08 17:04 -------
Assigning to Mike as he said he'd take a look at it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4632
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|truiken(a)gmail.com |mike(a)codeweavers.com
Status|ASSIGNED |NEW
------- Additional Comments From truiken(a)gmail.com 2006-03-08 15:57 -------
This is a container bug for joins not working in MSI. Assigning to Mike.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=5490
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From truiken(a)gmail.com 2006-03-08 15:56 -------
Duplicate.
*** This bug has been marked as a duplicate of 4632 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=4632
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ilan(a)fonz.net
------- Additional Comments From truiken(a)gmail.com 2006-03-08 15:56 -------
*** Bug 5490 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=5714
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From truiken(a)gmail.com 2006-03-08 15:56 -------
Duplicate.
*** This bug has been marked as a duplicate of 4632 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=4632
------- Additional Comments From truiken(a)gmail.com 2006-03-08 15:56 -------
*** Bug 5714 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=5855
Summary: Fonts display for a second or two then disappear
Product: Wine
Version: 0.9.18.
Platform: PC
URL: http://iro.ragnarokonline.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: me(a)gn0me.org
Fonts appear to be rendering for about one or two seconds, then disappearing
completely.
http://www.gn0me.org/img/ro-before.jpghttp://www.gn0me.org/img/ro-after.jpg
In the bottom left you can see that the fonts completely disappear, and
not-as-critically, in the bottom right, there are some artifacts from previous
tabs of the window.
The main issue though is that fonts display just fine for about three or four
lines, then completely disappear on almost all objects.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5537
wdev(a)foltman.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed| |1
------- Additional Comments From wdev(a)foltman.com 2006-03-08 14:37 -------
It's probably caused by lack of handling of ES_WANTRETURN style.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5812
cklein(a)mpi-sb.mpg.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |cklein(a)mpi-sb.mpg.de
------- Additional Comments From cklein(a)mpi-sb.mpg.de 2006-03-08 14:27 -------
This bug still happens using newest CVS. (2006-08-02 22:22)
I tried some versions from CVS to see what caused this.
Seems like it is caused by this patch:
2006-06-15 18:07 julliard
* dlls/ddraw/: d3d_private.h, d3d_utils.c, ddraw.c, ddraw_hal.c,
ddraw_main.c, ddraw_user.c, ddraw_utils.c, device.c,
device_main.c, device_opengl.c, direct3d.c, direct3d_main.c,
direct3d_opengl.c, gamma.c, gl_api.h, gl_private.h,
opengl_private.h, opengl_utils.c, palette.c, palette_hal.c,
palette_main.c, parent.c, surface.c, surface_dib.c,
surface_fakezbuffer.c, surface_gamma.c, surface_hal.c,
surface_main.c, surface_user.c, utils.c, Makefile.in, clipper.c,
ddraw.spec, ddraw_private.h, ddraw_thunks.c, executebuffer.c,
light.c, main.c, material.c, surface_thunks.c, surface_wndproc.c,
texture.c, vertexbuffer.c, viewport.c, tests/d3d.c: Stefan
Dösinger <stefandoesinger(a)gmx.at> ddraw: Rewrite most of ddraw
using WineD3D.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5833
cklein(a)mpi-sb.mpg.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |cklein(a)mpi-sb.mpg.de
------- Additional Comments From cklein(a)mpi-sb.mpg.de 2006-03-08 14:07 -------
Works for me with CVS from 2006-08-02 22:22
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5730
------- Additional Comments From cklein(a)mpi-sb.mpg.de 2006-03-08 13:41 -------
Bug is still present in current CVS (2006-08-02 22:22)
After trying out various versions from CVS, I found out that the following patch
caused the problem (both in Baldurs Gate and in Icewind Dale):
2006-06-15 18:07 julliard
* dlls/ddraw/: d3d_private.h, d3d_utils.c, ddraw.c, ddraw_hal.c,
ddraw_main.c, ddraw_user.c, ddraw_utils.c, device.c,
device_main.c, device_opengl.c, direct3d.c, direct3d_main.c,
direct3d_opengl.c, gamma.c, gl_api.h, gl_private.h,
opengl_private.h, opengl_utils.c, palette.c, palette_hal.c,
palette_main.c, parent.c, surface.c, surface_dib.c,
surface_fakezbuffer.c, surface_gamma.c, surface_hal.c,
surface_main.c, surface_user.c, utils.c, Makefile.in, clipper.c,
ddraw.spec, ddraw_private.h, ddraw_thunks.c, executebuffer.c,
light.c, main.c, material.c, surface_thunks.c, surface_wndproc.c,
texture.c, vertexbuffer.c, viewport.c, tests/d3d.c: Stefan
Dösinger <stefandoesinger(a)gmx.at> ddraw: Rewrite most of ddraw
using WineD3D.
Never
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4869
------- Additional Comments From tehstealth(a)yahoo.com 2006-03-08 13:15 -------
OK! Looks like I got somewhere. After extensive GIT testing (geez, this stuff is
long -.-) I managed to find that Wine 0.9.8 worked and 0.9.9 didn't (as in,
where the polygon bug appeared). Despite the fact that it stopped at 0.9 for me
(when installing through apt-get) I continued anyway. And so after doing a
regression test on those two versions, I get this:
3da999a1f796ddebc8b05a59f456c06ed8b43da1 is first bad commit
diff-tree 3da999a1f796ddebc8b05a59f456c06ed8b43da1 (from
804cd257f6d46aed50a4a8cb3716f8e1dde72d5c)
Author: Roderick Colenbrander <thunderbird2k(a)gmx.net>
Date: Mon Feb 20 11:11:35 2006 +0100
d3d8: Move texturing code over to wined3d (based on Oliver Stieber's work).
:040000 040000 e73c48be33ba6edc4ca4e4d08cbd5be636e9da38
ef662a510e62574ffde8201da9e9a9527802414f M dlls
This sounds about right, as the texturing is what doesn't appear on the
polygons, making them invisible on the insides (yet being able to see the
perimeter). SO, if anyone could please look into this, it would be greatly
appreciated!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4563
wdev(a)foltman.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From wdev(a)foltman.com 2006-03-08 11:55 -------
Not a bug. And WM_SETFONT is already implemented.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5845
------- Additional Comments From me(a)benjaminarai.com 2006-03-08 11:48 -------
My patches for VarSub were commited just after the 0.9.18 release. They should
take care of the fixme messages.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5823
------- Additional Comments From a.hurst(a)shef.ac.uk 2006-03-08 11:46 -------
Should also note :
- Thief TDP runs DirectX 6.0
- tested on linux-2.6.17
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5823
a.hurst(a)shef.ac.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Thief D3D renders VERY |Thief Direct3D renders VERY
|slowly, with blocks of |slowly, with blocks of
|colour drawn |colour drawn
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5740
loptosko(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|icy tower window redraw |Icy tower: window redraw
|problem |problem
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5784
------- Additional Comments From adrianogiovannini(a)hotmail.it 2006-03-08 08:52 -------
... mmm ...
nobody solution for this problem ? :(
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5491
jan.wine(a)zerebecki.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From jan.wine(a)zerebecki.de 2006-03-08 07:39 -------
As far as i can see the last two winedbg logs are invalid, they have nothing to
do with the initial problem. I can reproduce the initial problem (both in opengl
mode and in d3d mode).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5090
------- Additional Comments From dave(a)landlordhat.com 2006-03-08 07:01 -------
Also verified that the issue is NOT resolved. Other examples of the problem
would be, some short sleeve shirts appearing as long sleeve (just bleeding the
color), etc.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4093
------- Additional Comments From jan.wine(a)zerebecki.de 2006-03-08 06:30 -------
Comment #23 and #24 have nothing to do with this bug. Only the critical section
named "WINEALSA_mmap_crst" (that excludes unamed ones: "?") is the same bug.
Please file a separate bugreport for a different problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5720
------- Additional Comments From jan.wine(a)zerebecki.de 2006-03-08 06:24 -------
With latest git the installer deadlocks on a critical section (without a debug
name).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5721
jan.wine(a)zerebecki.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1434
Bug 1434 depends on bug 922, which changed state.
Bug 922 Summary: Baldur's Gate II Setup.exe fails to run
http://bugs.winehq.org/show_bug.cgi?id=922
What |Old Value |New Value
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=922
rob(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
------- Additional Comments From rob(a)codeweavers.com 2006-03-08 05:55 -------
Reopening as the full version doesn't install.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5814
------- Additional Comments From rob(a)codeweavers.com 2006-03-08 05:53 -------
No, fontLock should be moved inside the per-HFONT list-entry. So each one should
look like this:
{
struct list entry;
HFONT hfont;
LONG refs;
}
Then AddRefHFont should lookup the font handle and increment refs, while
ReleaseHFont should lookup the font handle and decrement refs, deleting the
entry if it reaches zero.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5754
rob(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5845
rob(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From rob(a)codeweavers.com 2006-03-08 05:48 -------
It looks like these fixme's were the problem:
fixme:variant:VarSub Could not convert 0x1 to 5?
fixme:variant:VarSub Could not convert 0x1 to 5?
fixme:variant:VarSub Could not convert 0x1 to 5?
We should definitely try to fix these in Wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5837
------- Additional Comments From rob(a)codeweavers.com 2006-03-08 05:32 -------
I think implementing the various .ocx files is outside the scope of Wine, unless
they can't legally be redistributed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4700
------- Additional Comments From rob(a)codeweavers.com 2006-03-08 05:30 -------
Can someone attach a +ole,+rpc log to this bug?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5719
jan.wine(a)zerebecki.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|NoAppDBEntry |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5847
------- Additional Comments From nt-(a)gmx.de 2006-03-08 05:17 -------
well ok. i'm sorry. didn't think too much. i'm just a little desperate actually.
yeah well, i'll take that to the map makers.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5853
Summary: Lotus notes 6.5.2 crashes on start
Product: Wine
Version: 0.9.17.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)wine.lka.org.lu
Lotus notes 6.5.2 crashes on start with the following error:
> wine 'c:\program files\lotus\notes\nlnotes'
X Error of failed request: BadWindow (invalid Window parameter)
Major opcode of failed request: 1 (X_CreateWindow)
Resource id in failed request: 0x7b
Serial number of failed request: 13
Current serial number in output stream: 15
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5852
heiko(a)kom.at changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Gray background color |Gray background color
|overlays Items |overlays Items
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5852
Summary: Gray background color overlays Items
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: heiko(a)kom.at
Hello !
I have a little problem with an old program (as far as I know, it is a win16 app).
The Background color is overlaying the items (listbox ?) and I cannot see the
elements right (attachment) and I get this error message, when I click on the
elements:
fixme:edit:EditWndProc_common undocumented message 0x40f, please report
Is it possible, to get this app working ?
The app uses the following DLLs (tried native also):
bwcc.dll (tried Version 1.02 and 2.xx)
ctl3d.dll (tried native and buildin, Version: 1.13
Thank you very much for your help !
Heiko
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5849
------- Additional Comments From tuharsky(a)misbb.sk 2006-03-08 03:01 -------
Thank You, but I get access denied error from that link..
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5851
Summary: WinAmbulancia (@MDB, VB) -database integrity check fails
Product: Wine
Version: 0.9.18.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tuharsky(a)misbb.sk
WinAmbulancia (see AppDB) has built-in database integrity check. With Wine, the
check fails at the end of Validation of the References with "Runtime error 3077
Syntax error in date in expression"
Dosen't help the native oleaut32, ole32 or imm32.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5850
Summary: oleaut32 -WinAmbulancia -cannot access any records
Product: Wine
Version: 0.9.18.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tuharsky(a)misbb.sk
WinAmbulancia (see AppDB) works with medical records. If I try to enter any
pacient's record, I get an error: Runtime error 335. Could not access system
registry
After confirming the error message, app closes.
If native oleaut32.dll is used, it works correctly.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5849
------- Additional Comments From tuharsky(a)misbb.sk 2006-03-08 02:31 -------
Created an attachment (id=3156)
--> (http://bugs.winehq.org/attachment.cgi?id=3156&action=view)
Logfile,bz2-ed +loaddll,ole,imm,msvcrt,msi. No DLL overrides used.
This is logfile. I aborted the program right after unsuccessful attemp to
change the date to regular system date (02.08.2006) using Ctrl-C on console.
No DLL overrides used.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5849
me(a)benjaminarai.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |me(a)benjaminarai.com
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5849
------- Additional Comments From me(a)benjaminarai.com 2006-03-08 02:30 -------
Can you run the app with WINEDEBUG=+ole using wine dlls and attach the output.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5849
Summary: oleaut32 -WinAmbulancia -couldn't set the actual date
Product: Wine
Version: 0.9.18.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tuharsky(a)misbb.sk
The program WinAmbulancia (see AppDB) waits during every login for user to
change or confirm the actual date. Under Wine:
1, the date displayed is corrupted (in normal, actual system date is offered)
2, even if I fill in the correct date and try to submit, the PC beeps and don't
proceed. Only "Storno" (cancel) works
If native W98's oleaut32 is used, it works correctly.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4694
andreas.bierfert(a)lowlatency.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From andreas.bierfert(a)lowlatency.de 2006-03-08 02:09 -------
This does work with the hal support added to wine some versions back so I
suppose this bug can be closed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5845
------- Additional Comments From tuharsky(a)misbb.sk 2006-03-08 01:57 -------
Well, I tested new version of Import2000.exe and it works with Wine now.
I don't know, should we close the issue?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5159
------- Additional Comments From ryanbach(a)adelphia.net 2006-03-08 00:12 -------
It doesn't work under OSS, I have tried ALSA but my games don't even load at all
in Wine 0.9.18.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5090
------- Additional Comments From tom(a)nonotyet.net 2006-02-08 23:29 -------
Created an attachment (id=3154)
--> (http://bugs.winehq.org/attachment.cgi?id=3154&action=view)
Screenshot of bug with latest SL and Wine (8-2-2006)
I've attached a screenshot showing that the bug still exists with Wine 0.9.18
and the latest Second Life (1.11.2(4), contrary to the report from
BirdbrainedPhoenix(a)gmail.com .
Wine version is 9.18~winehq0~ubuntu~6.06-1
I reinstalled SL as directed in the previous message and rebaked textures with
the Debug menu. Several new items show the bug both before and after rebake.
In short: it's still an issue.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4306
------- Additional Comments From ead1234(a)hotmail.com 2006-02-08 23:03 -------
I'm experiencing this same bug with the game Army Men. When opening the menu the
screen is black, and when moving the mouse the options highlight.
wine Armymen.exe
fixme:d3d:IWineD3DDeviceImpl_GetAvailableTextureMem (0x17db78) : stub, emulating
64MB for now, returning 64MB
fixme:ddraw:IDirectDrawImpl_SetCooperativeLevel (0x17d478)->(0x2002c,00000008)
fixme:ddraw:IDirectDrawImpl_SetCooperativeLevel (0x17d478)->(0x2002c,00000011)
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to
8fixme:ddraw:IDirectDrawImpl_SetCooperativeLevel (0x17d478)->(0x2002c,00000008)
fixme:d3d_surface:IWineGDISurfaceImpl_Blt Can't handle DDBLT_WAIT flag right now.
fixme:ddraw:IDirectDrawImpl_SetCooperativeLevel (0x17d478)->(0x2002c,00000011)
fixme:x11drv:X11DRV_desktop_SetCurrentMode Cannot change screen BPP from 32 to
8fixme:ddraw:IDirectDrawImpl_SetCooperativeLevel (0x17d478)->(0x2002c,00000011)
fixme:win:WIN_CreateWindowEx Parent is HWND_MESSAGE
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4093
------- Additional Comments From yuriy.kozlov(a)gmail.com 2006-02-08 23:01 -------
I also get this lockup with alsa every few games in Warcraft III: The frozen throne
This error prints several times (with different thread numbers):
err:ntdll:RtlpWaitForCriticalSection section 0x7fd5f0c4 "WINEALSA_mmap_crst" wait timed out in
thread 000e, blocked by 0000, retrying (60 sec)
wine 0.9.18
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3460
------- Additional Comments From ead1234(a)hotmail.com 2006-02-08 21:23 -------
The install didn't crash, but when trying to run the application I get the
following error.
wine ChemFinder.exe
err:module:import_dll Library gdiplus.dll (which is needed by L"C:\\Program
Files\\CambridgeSoft\\ChemOffice2006\\ChemFinder\\ChemFinder.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\CambridgeSoft\\ChemOffice2006\\ChemFinder\\ChemFinder.exe" failed, status
c0000135
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=5847
the3dfxdude(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From the3dfxdude(a)gmail.com 2006-02-08 21:23 -------
I looked at the gentoo bored, and what you said, and find nothing in common or
to indicate an actual problem. Happens on both 32 and 64-bit systems. Also you
say it occurs in windows too. Please don't open a bug for a general problem;
report when you have something conclusive, like an actual crash. Also please
know that custom maps can cause lag spikes because of heavy trigger firing
(really poor map design).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3953
jan.wine(a)zerebecki.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |Abandoned?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5133
------- Additional Comments From jan.wine(a)zerebecki.de 2006-02-08 20:13 -------
That is a seperate bug, thus please file a seperate bugreport.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5703
------- Additional Comments From jan.wine(a)zerebecki.de 2006-02-08 20:06 -------
The crash is in gdi, so it seems it is not related to ddraw.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=5847
Summary: Warcraft 3 - TFT: Disconnects from custom games on
battle.net.
Product: Wine
Version: 0.9.18.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nt-(a)gmx.de
i've this error since i switched to my amd64 platform. i've yet to see this
error on any other of my machines. i also get smiliar disconnects on windows xp
(32bit), but rarely. it does not disconnect me from b.net, only from the game,
after a 2-3s lag spike. same problem with cedega. i've tried different network
cards, different graphic cards, different harddrives and also different
distributions. it's always the same. on some random time within a custom game
(most of the defense of the ancients), the lag spike appears and i'm
disconnected from the game. i'm not entirely sure what to blabe, since i've had
similar disconnects in windows (but FAR less). i'm not having troubles on my
other machine (in the same network), but it's not an amd64. my laptop is a
turion and i also don't have this problems. i'd tend to think it's a pure
hardware problem, but i've (found at least 2 other people with similar problems
(in cedega), one example:
https://forums.gentoo.org/viewtopic-t-317691-highlight-warcraft+disconnecte…
(i'm eNTi in this conversation).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2873
jan.wine(a)zerebecki.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|NoAppDBEntry |
------- Additional Comments From jan.wine(a)zerebecki.de 2006-02-08 17:49 -------
"might have been gone", does that mean you verified it's fixed? I tried without
installing native ie, but I get an entirely different problem.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5090
------- Additional Comments From BirdbrainedPhoenix(a)gmail.com 2006-02-08 17:02 -------
This bug appears resolved with Wine 0.9.18 and the latest Second Life (1.11.2(4) Aug 1 2006). The issue involving my pant cuffs (see attachment, above) is now fixed.
Notes: You may need to reinstall SL.
Inside SL, activate the Debug mode with Control-Alt-D (not delete). Then choose Debug -> Character -> Rebake Textures.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5387
BirdbrainedPhoenix(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From BirdbrainedPhoenix(a)gmail.com 2006-02-08 16:58 -------
I was advised via email to delete my .wine directory and to reinstall SL. Which, of course, did the trick. Thanks kindly.
SL now Works For Me (tm) with Wine 0.9.18. Even the texture/alpha issue is fixed. *swoon*
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5804
------- Additional Comments From ziggy(a)ignition-project.com 2006-02-08 16:39 -------
Well, iTunes 6.0.4 (needs QuickTime 6?) works with the standalone download of
QuickTime 7.1.
I don't doubt it's a Wine bug, but iTunes 6.0.4 works with QuickTime 7.1 for
some reason.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1301
------- Additional Comments From Speedator(a)gmx.de 2006-02-08 16:16 -------
Please do it. It is a little bit annoying, especially if there is a patch for
it... Is there any problem with it anymore?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=5705
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |INVALID
------- Additional Comments From truiken(a)gmail.com 2006-02-08 14:41 -------
setup.exe is calling LookupAccountName like so:
LookupAccountNameW (null) (null) (nil) 0x33fc38 (nil) (nil) (nil)
which crashes and the app catches the crash, exiting silently. Tests on XP show
that we should crash in this case. At the very least, LoockupAccountName needs
cbSid and cchReferencedDomainName. If you run the setup in XP, it does the
exact same thing as in Wine. Marking invalid.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=1301
------- Additional Comments From mike(a)plan99.net 2006-02-08 12:40 -------
Both of those use my patch which has not been re-submitted to WineHQ for a long
time. Somebody else can do it.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=5824
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-msi |wine-misc
------- Additional Comments From truiken(a)gmail.com 2006-02-08 12:39 -------
Correcting the component. Technically it uses advpack and not msi. We really
just need a wine-setup component though.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.