http://bugs.winehq.com/show_bug.cgi?id=1821
Summary: button label not redrawn
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: jerome.bouat(a)wanadoo.fr
I launched the MS Flight Simulator 98 install program. I choosed install.
After clicking, the 2 button on bottom of the screen were not redrawn. They
still display "Lisez-moi" ("Read me") and "Quitter" ("Quit") although they had
to diplay something like "Back" and "Continue".
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1820
Summary: ptys do not seem to work in wine
Product: Wine
Version: 20030911
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: gonvaled(a)yahoo.com
[the version I currently run is wine-20031016, which is not an option in bugzilla]
A windows application tries to use the serial interface to communicate with a
target device. The target device is not directly connected to the linux computer
where the application is running (under Wine). That's why I want to redirect the
serial interface over the network. For that I need the application to use the
ptys as serial interface.
The problem is that, even though I enter the right configuration parameters:
[serialports]
"Com1" = "/dev/ttyp0"
when I run the application, it does not use the pty. I do not even know if Wine
has recognized the tty as a valid COM1. When I run winecheck, nothing is
reported about the serial interfaces.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1667
------- Additional Comments From mike(a)theoretic.com 2003-06-11 09:25 -------
Can you get a backtrace of the fault? As I suspected it might be, the exception
is a div by zero. I think we're returning a faulty value... this machine is
quite old yes?
Try printing the value of counter->QuadPart in QueryPerformanceCounter()
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1223
------- Additional Comments From jerome.bouat(a)wanadoo.fr 2003-06-11 08:56 -------
I have a similar problem:
---
fixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was not found!
Using closest match instead (French keyboard layout) for scancode mapping.
Please define your layout in dlls/x11drv/keyboard.c and submit them
to us for inclusion into future Wine releases.
See the Wine User Guide, chapter "Keyboard" for more information.
---
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1818
Summary: err:shell:SHGetSpecialFolderPathA
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: jerome.bouat(a)wanadoo.fr
Each time I try to install Microsoft Office 97, I get the following error messages:
err:shell:SHGetSpecialFolderPathA folder 0x00da unknown or not allowed
err:shell:SHGetSpecialFolderPathA folder 0x00dd unknown or not allowed
err:shell:SHGetSpecialFolderPathA folder 0x00b6 unknown or not allowed
err:shell:SHGetSpecialFolderPathA folder 0x00b9 unknown or not allowed
err:shell:SHGetSpecialFolderPathA folder 0x00da unknown or not allowed
err:shell:SHGetSpecialFolderPathA folder 0x00b6 unknown or not allowed
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1817
Summary: [wineinstall] bad symbolic links target
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-tools
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: jerome.bouat(a)wanadoo.fr
I used the tools/wineinstall script from CVS.
I DO NOT want to execute it as root. Thus, after the configuration, I typed make
install (My user ID is in an "install" group). The files were well copied in
/usr/local/wine.
I saw that wineinstall created some symbolic links in
[fake_windows_c_drive]/windows:
./system/wcmd.exe
./system/control.exe
./system/help.exe
./system/notepad.exe
./system/progman.exe
./system/regsvr32.exe
./system/winmine.exe
./system/winver.exe
./command/start.exe
./notepad.exe
./regedit.exe
./rundll32.exe
./uninstall.exe
./winhelp.exe
./winhlp32.exe
Those links point to files located in following source directory:
/home/j/src/wine/programs
I would like that "wineinstall" link them to the files copied in my install
directory (/usr/local/wine).
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=343
------- Additional Comments From tbuitendyk(a)hotmail.com 2003-05-11 02:56 -------
Don't know if this is relevant to bug 343, but I found the following on Frank's Place
website regarding saving issues in Word 2000. It fixed the problem that I was having
with saving under Word 97 (disk full, too many files message).
In config file, add the following section:
[AppDefaults\\winword.exe\\DllOverrides]
"ole32" = "native"
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1816
Summary: can't compile 20031016 on Solaris 9
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Solaris
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: rsparapa(a)mcw.edu
I'm using GCC 3.3.2 with the following GNU tools: texinfo, as, ld, flex and
bison. And, I am unable to compile the server. I tried adding --disable-trace,
but that didn't help. Here is the error message:
./tools/makedep -I. -I. -I./include -I./include -C.
gcc -c -I. -I. -I../include -I../include -D__WINESRC__ -Wall
-mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith
-I/usr/home/ras/sfw/include -L/usr/home/ras/sfw/lib -o context_i386.o context_i386.c
context_i386.c: In function `get_thread_context':
context_i386.c:241: error: `PT_GETREGS' undeclared (first use in this function)
context_i386.c:241: error: (Each undeclared identifier is reported only once
context_i386.c:241: error: for each function it appears in.)
context_i386.c:276: error: `PT_GETFPREGS' undeclared (first use in this function)
context_i386.c: In function `set_thread_context':
context_i386.c:295: error: `PT_GETREGS' undeclared (first use in this function)
context_i386.c:322: error: `PT_SETREGS' undeclared (first use in this function)
context_i386.c:332: error: `PT_SETFPREGS' undeclared (first use in this function)
*** Error code 1
make: Fatal error: Command failed for target `context_i386.o'
Current working directory /usr/home/ras/sfw/wine/wine-20031016/server
*** Error code 1
make: Fatal error: Command failed for target `server'
Compilation failed, aborting install.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1808
------- Additional Comments From mbc(a)soliton.com 2003-04-11 13:35 -------
Thanks a lot for the tip. I did not have symbol.ttf in my Windows/Fonts/
directory. Once it is put in the right place, I can see the correct symbols
now. Thanks again.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1808
------- Additional Comments From rklazes(a)xs4all.nl 2003-04-11 12:54 -------
The program uses (here) the standard Symbol font. This was broken in Wine and
fixed about a week ago.
To use it symbol.ttf must be available in your Windows\Fonts subdirectory,
together with the other usual windows fonts (Arial etc.) AND you must have a
recent version of libfreetype installed.
Check with --debugmsg +font if the freetype loading is going well, this is in
the beginning on my system:
trace:font:WineEngInit
trace:font:WineEngInit FreeType version is 2.1.5
trace:font:ReadFontDir Loading fonts from "/dos/d/win98/Fonts"
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1169
------- Additional Comments From aztennenbaum(a)yahoo.com 2003-04-11 11:35 -------
This also seems to happen when i use diablo 2
lord of destruction
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1808
mbc(a)soliton.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |
------- Additional Comments From mbc(a)soliton.com 2003-04-11 10:09 -------
I should add that the fonts are still incorrect. I am not sure whether it is a
problem in the wine code, or I did not set up my fonts correctly.
I used tools/fnt2bdf to convert the *.FON files in the C:\WINDOWS\FONTS
directory to BDF format and then I used bdf2pcf to convert them to PCF format.
These are the ones which got converted successfully:
Courier_r400-13.pcf MS-Serif_r400-11.pcf Small-Fonts_r400-5.pcf
Courier_r400-16.pcf MS-Serif_r400-13.pcf Small-Fonts_r400-6.pcf
Courier_r400-20.pcf MS-Serif_r400-16.pcf Small-Fonts_r400-8.pcf
Courier_r400-25.pcf MS-Serif_r400-19.pcf Symbol_r400-13.pcf
Fixedsys_r400-15.pcf MS-Serif_r400-20.pcf Symbol_r400-16.pcf
Fixedsys_r400-20.pcf MS-Serif_r400-21.pcf Symbol_r400-19.pcf
MS-Sans-Serif_r400-13.pcf MS-Serif_r400-23.pcf Symbol_r400-20.pcf
MS-Sans-Serif_r400-16.pcf MS-Serif_r400-27.pcf Symbol_r400-21.pcf
MS-Sans-Serif_r400-20.pcf MS-Serif_r400-33.pcf Symbol_r400-23.pcf
MS-Sans-Serif_r400-24.pcf MS-Serif_r400-35.pcf Symbol_r400-27.pcf
MS-Sans-Serif_r400-25.pcf MS-Serif_r400-43.pcf Symbol_r400-33.pcf
MS-Sans-Serif_r400-29.pcf Small-Fonts_r400-10.pcf Symbol_r400-35.pcf
MS-Sans-Serif_r400-36.pcf Small-Fonts_r400-11.pcf Symbol_r400-43.pcf
MS-Sans-Serif_r400-37.pcf Small-Fonts_r400-12.pcf System_r700-16.pcf
MS-Sans-Serif_r400-46.pcf Small-Fonts_r400-13.pcf System_r700-20.pcf
MS-Serif_r400-10.pcf Small-Fonts_r400-3.pcf
In my .wine/config :
[fonts]
"Resolution" = "96"
"Default" = "-adobe-helvetica-"
"DefaultFixed" = "fixed"
"DefaultSerif" = "-adobe-times-"
"DefaultSansSerif" = "-adobe-helvetica-"
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1808
rklazes(a)xs4all.nl changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From rklazes(a)xs4all.nl 2003-04-11 01:23 -------
OK, mark this bug as fixed now.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1815
Summary: wine and winedbg will not run on AMD K6 system
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: urtext(a)hfx.andara.com
System:
RH9, fully patched to November 1 2003
AMD K6-2 on MVP3
Wine fails with "nested exception on signal stack" errors (its in signal_i386.c
in ntdlls).
I origionally tried the RH9 rpms on this machine, but wine always failed with a
segmentation fault. Then I cleaned the system and tried with the gz binary
package, then the source distribution and finally the CVS, all with the same
result. Using wineinstall with a no Window installation this time, but building
the ~/.wine/config by hand has the same effect.
Running "wine notepad.exe" has the following restult to STDERR (ignore the
configuration messages):
Could not stat /mnt/fd0 (No such file or directory), ignoring drive A:
Could not stat /cdrom (No such file or directory), ignoring drive D:
err:seh:setup_exception nested exception on signal stack in thread 0009 eip
400454fd esp 4080019c stack 0x407b0000-0x409b0000
the setup_exception line is repeated 344 times, each with different esp values
until wine finally craps out with a segmentation fault. Running winedbg without
any parameters has the same errors, but the setup_exception loop seems to run
forever.
I have never managed to get wine running on this system at all -- I've been
trying on and off since August.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1808
------- Additional Comments From mbc(a)soliton.com 2003-03-11 13:13 -------
Thank you for the patch. The toolbar now appears at the bottom.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1814
Summary: SIGSEV on redhat 9.0
Product: Wine
Version: 20030911
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: jpkaylor(a)purdue.edu
wine causes SIGSEV on redhat 9.0
kernel ------------> 2.4.20-20.9, reproduced in vanilla 2.4.22
pthreads library --> /lib/libpthread-0.10.so
glibc library------> /lib/libc-2.3.2.so
i receive the following output from 20030911, and CVS (11/2/03) via gdb
(note: identical functions in both)
wine: /usr/lib/wine /usr/local/bin/wine /usr/local/lib/wine
[root@localhost wine]# gdb /usr/local/bin/wine
GNU gdb Red Hat Linux (5.3post-0.20021129.18rh)
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux-gnu"...
(gdb) run
Starting program: /usr/local/bin/wine
Program received signal SIGSEGV, Segmentation fault.
0x420ebe3c in __libc_pthread_init () from /lib/tls/libc.so.6
(gdb) backtrace
#0 0x420ebe3c in __libc_pthread_init () from /lib/tls/libc.so.6
#1 0x3c001754 in __pthread_initialize () at ../scheduler/pthread.c:770
#2 0x3c001821 in __do_global_ctors_aux ()
#3 0x3c000bd9 in _init ()
#4 0x3c0017ae in __libc_csu_init ()
#5 0x42015669 in __libc_start_main () from /lib/tls/libc.so.6
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1810
------- Additional Comments From x86zman(a)bigfoot.com 2003-02-11 18:48 -------
Created an attachment (id=405)
--> (http://bugs.winehq.com/attachment.cgi?id=405&action=view)
MaxPayne2 (v1.01) NoCD exe, w/ Sound Disabled - Trace log
this is the output of :
"wine --debugmsg +kernel,+ntdll,+d3d,+dsound MaxPayne2.exe >&
MaxPayne2-trace.log"
with sound disabled (~/.wine/config. drivers="")
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1225
us(a)the-edmeades.demon.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2003-02-11 16:47 -------
Closing as per comments
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1810
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2003-02-11 16:38 -------
Try disabling sound (~/.wine/config. drivers="") and see if the problem
persists. It may help identify the area which needs fixing.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1811
------- Additional Comments From dclark(a)akamail.com 2003-02-11 13:32 -------
Some very recent work has been done in this area. So if you really are using
version 20030911, you might try the current CVS version and see if the problem
still exists.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1667
------- Additional Comments From Andrew.Talbot(a)talbotville.com 2003-02-11 07:19 -------
Lionel's patch is correct. However, it activates previously dormant code,
part of which causes this bug.
There seems to be a problem with the code of misc/cpu.c which deals with the
case where PF[PF_RDTSC_INSTRUCTION_AVAILABLE] = TRUE. (Evidence:
commenting-out lines 391, 392 gets the video back on my system.)
-- Andy.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1812
Speeddymon(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |LATER
------- Additional Comments From Speeddymon(a)yahoo.com 2003-01-11 20:16 -------
Please note that the above comments were from Bug 926, which applied to Diablo
II, but that these same notes are now also applying to StarCraft/Brood Wars for
sure and probably all of the WarCraft's.. So if you are having a problem with
a loader for Diablo II or StarCraft, and you are able to get the game to run
(just not on bnet) with the cracked exe (the file you actually replaced in the
game directory), then contact me, otherwise, file a new bug or put your
comments under bug 926.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.