http://bugs.winehq.org/show_bug.cgi?id=134
puoti(a)inwind.it changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From puoti(a)inwind.it 2004-12-08 14:48 -------
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=2410
------- Additional Comments From Uwe.Girlich(a)philosys.de 2004-12-08 00:52 -------
I just got a reply from a support request to Activision:
---
Response (William Penn) - 08/11/2004 01:53 PM
Hi,
Thank you for expressing an interest in Activision products. I'm sorry you're
having problems with DOOM 3. We do not support emulators or games running on
emulators.
---
But anyway, I'm sure that the non-rendering of Subviews (Doom 3 internal word
for all the in-game monitors) is directly related to the missing of the Pbuffer
functions.
--
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=2420
------- Additional Comments From krishna.murthy(a)guptaworldwide.com 2004-10-08 16:18 -------
Created an attachment (id=670)
--> (http://bugs.winehq.org/attachment.cgi?id=670&action=view)
Sample binary which details the problem
- Unzip and extract the binary ToolBarDocking.exe
- Run the executable ToolBarDocking.exe on SUSE Pro 9.1 using wine
- Now undock the toolbar. The Toolbar is displyed as a popup window, but the
screen is not painted. Now we try to move or close, nothing happens.
- If the environment WINEDEBUG=warn+all is exported, then you could notice in
the trace dump that the X11DRV_SetWindowPos() was called infinitely.
--
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=2420
Summary: Dockable Toolbar painting issue on SUSE Pro 9.1
Product: Wine
Version: 20040716
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: krishna.murthy(a)guptaworldwide.com
When the toolbar is un-docked to display as popup window, the screen is not
refreshed and when we see the trace, the X11DRV_SetWindowPos() is called
ininitely. This issue is observed only on SUSE Pro 9.1, and is not
happening on RHEL Workstation v3.
The SUSE pro 9.1 has the following library versions:
XFree86-fonts-scalable-4.3.99.902-40
XFree86-libs-4.3.99.902-40
XFree86-Mesa-devel-4.3.99.902-40
XFree86-fonts-75dpi-4.3.99.902-40
XFree86-4.3.99.902-43.25
XFree86-Mesa-4.3.99.902-40
XFree86-devel-4.3.99.902-40
XFree86-server-glx-4.3.99.902-40
XFree86-server-4.3.99.902-43.25
XFree86-Xvnc-4.3.99.902-40
kdebase3-SuSE-9.1-18.1
kdebase3-3.2.1-68.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=2419
mike_parlett(a)btopenworld.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From mike_parlett(a)btopenworld.com 2004-10-08 09:30 -------
Ok the problem is that these have moved to the rgistry with no obvious
documentation.
This was change ID 12380 changes to registry.c
--
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=2419
Summary: wine config [wine] "Path" not working ?
Product: Wine
Version: 20040716
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mike_parlett(a)btopenworld.com
MY WORLD------>
System Linux Redhat 9 ( fully up to date kernel gcc/libs etc )
wine from CVS version -- Wine 20040716
New config file from distribution
No old software lurking this is a new clean Linux instalation
Wine installed with no Windows partition ie stand alone
------------
THE PROBLEM ---->
I have used older versions of wine for some time with few problems. I am now
trying to use the latest from CVS ( aug 2004 ). It compiles and installs. Indeed
notepad etc run no problem.
I used wineinstall as a normal user and su'd for the installation.
I have confirmed that wine is using my ~/.wine/config file by corrupting it and
seeing errors ( as expected ). The problem starts when I try to add Path's to
the "Path" entry in Section [wine]. Here is a snip from the file --->
[wine]
"Windows" = "c:\\windows"
"System" = "c:\\windows\\system"
"Temp" = "e:\\"
"Path"="c:\\windows;c:\\windows\\system;c:\\lotus\\organize;e:\\;e:\\test;f:\\"
"Profile" = "c:\\windows\\Profiles\\Administrator"
"GraphicsDriver" = "x11drv"
"ShowDirSymlinks" = "1"
;"ShowDotFiles" = "1"
<---------------
All directories are define in dosdevices with soft links as recomended and all
are accessable.
I am attempting to Lotus organizer the command line is
$ wine org5.exe
The result is
wine: cannot find 'org5.exe'
If i use the full path list ie:
wine c:\\lotus\\organize\\org5.exe
Then it starts... however I need to add some other Paths for the program to
work. If I add them to the config file they are ignored.
This is not peculiar to organizer any program on its own path will fail.
I have tried exporting WINEPATH no help
Of course I have left the linux enviroment Path alone
I have googled, searched wine HQ read all the README I can find including the
sgml stuff and find no real refferance to this. So either its a new bug or I am
thick. I dont mind being called thick etc if someone knows the answer
Thanks in Advance
Mike P
--
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=2418
Summary: Cannot type in user/password field for Total Poker
Product: WineHQ Apps Database
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: livsmom(a)cox.net
I run wine totalpoker.exe from terminal and program starts, but when I try to
type in user and password, everything types in the term window.
--
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=2151
mymail999(a)fusemail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From mymail999(a)fusemail.com 2004-09-08 08:49 -------
Thanks to whoever fixed this, the official winehq debian packages now work
fine, and they also work on slackware after being converted to tgz. I still
can't speak for the Mandrake, etc. i586 rpms. The debs might be more widely
compatible (albeit slightly slower) since they are compiled for i386.
--
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=2417
Summary: TransGaming's WineX is now called Cedega
Product: Wine
Version: 20040716
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P4
Component: wine-documentation
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: goeran(a)uddeborg.se
In the first chapter of the User Guide, which I just started to read,
TransGaming's branch is mentioned. With their most recent release, TransGaming
renamed it "Cedega". I suppose it would be appropriate do update the document
accordingliy.
--
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=2416
Summary: err:ole:RPCRT4_OpenConnection protseq ncacn_ip_tcp not
supported
Product: Wine
Version: 20040716
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: flinx78(a)hotmail.com
CC: flinx78(a)hotmail.com
I am trying to run UOAMSVR.EXE and UOAM.EXE(in server mode) and I get the
following error:
err:ole:RPCRT4_OpenConnection protseq ncacn_ip_tcp not supported
I have checked online and found no information on exactly what the error
means. If the RPCRT4_OpenConnection function is still not fully developed then
that would explain why it was not working. Also, I can run the UO Auto-map
client (UOAM.EXE) just fine and connect to other UOAM servers but I cannot host
the service. Any help on this would be appreciated. Thank you.
--
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=2413
Summary: Can't install Super Flasher 2.34 under Wine - Wine
errors
Product: Wine
Version: 20040716
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jweidman(a)sonic.net
Download Super Flasher 2.34 from
http://www.tototek.com/pio/main1/download/files/SuperFlash2_34.exe
Attempt to install:
$ wine SuperFlash2_34.exe
err:msi:MsiGetSummaryInformationW IStorage -> IPropertySetStorage failed
err:dc:DCE_FreeWindowDCE [0x10026] GetDC() without ReleaseDC()!
--
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=2412
Summary: Font fixme error when attempting to run Super Flasher
2.34
Product: Wine
Version: 20040716
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jweidman(a)sonic.net
Download app from http://www.tototek.com/pio/main1/download/files/SuperFlash2_34.exe
I installed the app on Windows and copied the binary over and ran it on Linux:
$ wine SuperFlash.exe
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
err:region:CombineRgn Invalid rgn=(nil)
err:region:CombineRgn Invalid rgn=(nil)
err:region:CombineRgn Invalid rgn=(nil)
err:listview:LISTVIEW_WindowProc unknown msg 0849 wp=00000000 lp=00000000
--
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=2411
Summary: can not install easily as normal user
Product: Wine
Version: 20040716
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jerome.bouat(a)wanadoo.fr
Each time I try to install the new wine release, I use the wineinstall script.
But I do not want to install wine as root. Instead, here is what I do :
1. in tools/wineinstall, modify install dir from /usr/local to /usr/local/wine
2. as root :
rm -rf /usr/local/wine /home/wine
mkdir -m a+w /usr/local/wine /home/wine
3. as normal user : run tools/wineinstall and say "no" when the script ask me if
I will give the root password
4. make install (ldconf fails as expected)
5. as root :
[root@localhost j]# cd /home/wine
[root@localhost wine]# tree
.
|-- Program Files
| `-- Common Files
`-- windows
|-- Cookies
|-- History
|-- Program Files
| `-- Common Files
|-- Start Menu
| `-- Programs
| `-- Startup
|-- Temporary Internet Files
|-- command
| `-- start.exe -> /home/j/tmp/wine-20040716/programs/start.exe.so
|-- fonts
|-- inf
| `-- wine.inf
|-- notepad.exe -> /home/j/tmp/wine-20040716/programs/notepad.exe.so
|-- profiles
| `-- Administrator
|-- regedit.exe -> /home/j/tmp/wine-20040716/programs/regedit.exe.so
|-- rundll32.exe -> /home/j/tmp/wine-20040716/programs/rundll32.exe.so
|-- system
| |-- control.exe -> /home/j/tmp/wine-20040716/programs/control.exe.so
| |-- help.exe -> /home/j/tmp/wine-20040716/programs/winhelp.exe.so
| |-- notepad.exe -> /home/j/tmp/wine-20040716/programs/notepad.exe.so
| |-- progman.exe -> /home/j/tmp/wine-20040716/programs/progman.exe.so
| |-- regsvr32.exe -> /home/j/tmp/wine-20040716/programs/regsvr32.exe.so
| |-- wcmd.exe -> /home/j/tmp/wine-20040716/programs/wcmd.exe.so
| |-- winmine.exe -> /home/j/tmp/wine-20040716/programs/winemine.exe.so
| `-- winver.exe -> /home/j/tmp/wine-20040716/programs/winver.exe.so
|-- system.ini
|-- temp
|-- uninstall.exe -> /home/j/tmp/wine-20040716/programs/uninstaller.exe.so
|-- win.ini
|-- winebrowser.exe -> /home/j/tmp/wine-20040716/programs/winebrowser.exe.so
|-- winhelp.exe -> /home/j/tmp/wine-20040716/programs/winhelp.exe.so
`-- winhlp32.exe -> /home/j/tmp/wine-20040716/programs/winhelp.exe.so
18 directories, 19 files
And for each bad link :
[root@localhost wine]# ln -sf /usr/local/wine/lib/wine/notepad.exe.so notepad.exe
[root@localhost wine]#
6. as root : chmod -R a-w /usr/local/wine
I will never install a beta version as root. I will not evolve on this point.
Could you make installation as normal user easier ?
--
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=2410
------- Additional Comments From Uwe.Girlich(a)philosys.de 2004-07-08 11:05 -------
I also traced the program until the first appearance of the problem with
trace+opengl. I got about 80MB, thus I won't attach the trace output 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=2410
Summary: DOOM 3 misses some opengl32 wgl* and Cg functions
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Uwe.Girlich(a)philosys.de
CC: lionel.ulmer(a)free.fr
The problem is OpenGL related, but there is no wine-opengl component.
The game "DOOM 3" needs some not implemented yet wgl* functions:
wglBindTexImageARB
wglChoosePixelFormatARB
wglCreatePbufferARB
wglDestroyPbufferARB
wglGetPbufferDCARB
wglGetPixelFormatAttribfvARB
wglGetPixelFormatAttribivARB
wglQueryPbufferARB
wglReleasePbufferDCARB
wglReleaseTexImageARB
wglSetPbufferAttribARB
wglSwapIntervalEXT
There is currently no Wine implementation for cg.dll and cgGL.dll.
The original Windows versions (downloaded from
http://toybox.150m.com/2003-05-02/cg_dlls.zip
) do work. At least DOOM 3 reports after installing these dlls:
"Cg path ENABLED".
The only severe problem is, that almost all in-game computer
terminals show only a simple noise animation of a TV screen not
tuned in to any channel. These computer terminals are essential for
the game, thus DOOM 3 is currently not playable under Wine.
Tested under Linux with a GeForce FX 5900XT.
NVIDIA driver version 1.0-6111.
--
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=2407
crazycomputers(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From crazycomputers(a)yahoo.com 2004-07-08 10:01 -------
I tried the latest CVS and, lo and behold, it worked! Thanks for the tip.
--
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=2409
------- Additional Comments From krishna.murthy(a)guptaworldwide.com 2004-06-08 13:25 -------
Created an attachment (id=664)
--> (http://bugs.winehq.org/attachment.cgi?id=664&action=view)
Sample binary which shows the problem
- Unzip the attached file
- Run the application OwnerDrawnListBox.exe. You will see the popup list box
should items.
- Type letter b. This chould highlight the item Bool
--
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=2409
------- Additional Comments From krishna.murthy(a)guptaworldwide.com 2004-06-08 13:22 -------
Created an attachment (id=663)
--> (http://bugs.winehq.org/attachment.cgi?id=663&action=view)
Patch which fixes the defect
wine/controls/listbox.c: Modified code for handler LB_SELECTSTRING in function
ListBoxWndProc_common(). Replaced LISTBOX_SetCaretIndex() with
LISTBOX_MoveCaret() so that the caret moves to the index and item is
highlighted.
--
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=2409
Summary: Listbox (LBS_OWNERDRAWFIXED) does not highlight the item
matched with the entered first character
Product: Wine
Version: 20040716
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: krishna.murthy(a)guptaworldwide.com
If a listbox has items and when we type in the first character of item listed in
the listbox, then it should highlight the matched item. This is not happening
with the owner drawn list box.
--
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=1404
dpaun(a)rogers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |dpaun(a)rogers.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=2407
------- Additional Comments From rklazes(a)xs4all.nl 2004-06-08 11:36 -------
You might try the current cvs. At least one case of an early Segmentation Fault
has been 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=2388
------- Additional Comments From katia.maculan(a)isis-papyrus.com 2004-06-08 04:05 -------
Created an attachment (id=662)
--> (http://bugs.winehq.org/attachment.cgi?id=662&action=view)
Other problems in push button management
This new patch solve other 2 problems in the push button management
* After a dialog creation if the focus is set on a non default push button it
must be set as the default push button.
*In some cases if a new push button is set as the DEFPUSHBUTTON the style of
the old default push button is not reset.
--
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=2407
------- Additional Comments From crazycomputers(a)yahoo.com 2004-06-08 01:45 -------
The version I was talking about is the RedHat 7.3 RPM. I just downloaded the
Wine source, compiled, and installed it, and I get exactly the same segfault.
--
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=835
------- Additional Comments From egore(a)gmx.de 2004-06-08 01:20 -------
Created an attachment (id=661)
--> (http://bugs.winehq.org/attachment.cgi?id=661&action=view)
pdb file format test
I created an empty project and clicked on build. Visual Studio .NET 2003
created 2 pdb files for me. I zipped the wohle project (expcet precompiled
headers) and attached it here. Hope you can use 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=2408
Summary: Unsupported VGA register when LocoScript (DOS program)
run under Wine
Product: Wine
Version: 20040716
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-dos
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zgorniak(a)if.uj.edu.pl
When tried to run LocoScript (a DOS text editor of 1994) under Wine, I got the
following output in my RedHat 9 terminal:
[mz@localhost LSPRO2]$ wine lspro.exe /t
Warning: unprotecting the first 64KB of memory to allow real-mode calls.
NULL pointer accesses will no longer be caught.
err:int:DOSVM_Int2fHandler int2f: unknown/not implemented parameters:
int2f: AX ad80, BX 0000, CX ffff, DX 2c57, SI 2bd8, DI 2c9b, DS 4323, ES 4323
fixme:ddraw:VGA_ioport_in Unsupported VGA register: 0x03ba
fixme:ddraw:VGA_ioport_in Unsupported VGA register: 0x03ba
...
The program works under Dosemu in text mode only (with /t switch), so I tried
Wine but the result was even worse. The machine is Panasonic CF-37.
M. Zgorniak
--
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=2407
------- Additional Comments From crazycomputers(a)yahoo.com 2004-05-08 11:04 -------
If this helps, the *newest* version of wine that I ever got to run on my system
is 20010822, which no longer works since I upgraded glibc.
--
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=2407
crazycomputers(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
OS/Version|other |Linux
--
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=2407
Summary: Segfault
Product: Wine
Version: 20040716
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: crazycomputers(a)yahoo.com
Sorry that I don't have more information, but this is what I get when I try to
run wine:
[chris@pyromaniacs windows]$ wine notepad.exe
Segmentation fault
If there is anything you want me to try to give more information just ask.
--
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=2406
Summary: Wrong access rights in 2nd level directory during
installation
Product: Wine
Version: 20040716
Platform: Other
URL: http://www.webetiser.com/customers/Webetiser30FH5.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eschen(a)webetiser.de
Hi,
I've used an installer based on Inno Setup
(http://www.jrsoftware.org/isinfo.php) that worked in an older version of Wine
correctly (maybe a 1-2 years ago). Now, it can't create a directory in the third
level because the parent directory has no write access set. Here's what I get:
C:\Program Files\Webetiser3\indexHTML\help
Webetiser3 gets user write access
indexHTML doesn't, so "help" can't be created
The installer normally creates deeper directory structures.
If you want to test this here's the installer:
http://www.webetiser.com/customers/Webetiser30FH5.exe
I've tested this on Suse 8.1 running in VMware 4.5 Trial on Win2k SP 4. I'm
working on a test environment at the moment ;-).
Maybe this problem is already known and will be fixed soon (I couldn't find a
corresponding bug entry - there's something going on with MSI/install shield,
but this is not the problem here). Can you tell me something about it so that I
can write a workaround paper for our customers?
Regards Rainer
--
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=2402
c.j.bainbridge(a)ed.ac.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |INVALID
------- Additional Comments From c.j.bainbridge(a)ed.ac.uk 2004-04-08 08:03 -------
Gentoo are installing an old setup. Not your 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=1856
sirlagz(a)westnet.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From sirlagz(a)westnet.com.au 2004-04-08 06:36 -------
no longer applicable, as Natural selection works off steam now
i just cant get steam going on 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=2405
Summary: Default colors should be more like Windows
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: eric(a)extremeboredom.net
The colors that WINE uses by default for drawing dialogs somehow manage to look
really bad on every single desktop :).
These are the colors from a Windows XP Professional installation, they do an
amazing job of making the WINE user experience quite a bit more enjoyable
without any changes to the source!
Compare http://extremeboredom.net/images/screenshots/wine2.png
to
http://www.codeweavers.com/images/appdb_shots/mirc_2004020902_shot.jpg
~/.wine/user.reg:
[Control Panel\\Colors] 1085191500
"ActiveBorder"="212 208 200"
"ActiveTitle"="10 36 106"
"AppWorkSpace"="128 128 128"
"Background"="58 110 165"
"ButtonAlternateFace"="181 181 181"
"ButtonDkShadow"="64 64 64"
"ButtonFace"="212 208 200"
"ButtonHilight"="255 255 255"
"ButtonLight"="212 208 200"
"ButtonShadow"="128 128 128"
"ButtonText"="0 0 0"
"GradientActiveTitle"="166 202 240"
"GradientInactiveTitle"="192 192 192"
"GrayText"="128 128 128"
"Hilight"="10 36 106"
"HilightText"="255 255 255"
"HotTrackingColor"="0 0 128"
"InactiveBorder"="212 208 200"
"InactiveTitle"="128 128 128"
"InactiveTitleText"="212 208 200"
"InfoText"="0 0 0"
"InfoWindow"="255 255 225"
"Menu"="212 208 200"
"MenuBar"="212 208 200"
"MenuHilight"="0 0 0"
"MenuText"="0 0 0"
"Scrollbar"="212 208 200"
"TitleText"="255 255 255"
"Window"="255 255 255"
"WindowFrame"="0 0 0"
"WindowText"="0 0 0"
--
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=1856
------- Additional Comments From marcus(a)jet.franken.de 2004-03-08 16:14 -------
is this still the case with the current release?
--
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=1843
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From marcus(a)jet.franken.de 2004-03-08 16:10 -------
no feedback...
--
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=1840
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|unspecified |20040716
------- Additional Comments From marcus(a)jet.franken.de 2004-03-08 16:09 -------
come time we will support it... no support as of current CVS
--
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=913
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-03-08 16:06 -------
user reported issue being fixed, patch is in CVS , will be in next release.
--
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=800
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-03-08 16:05 -------
appdb reports this working as fine ... so assuming 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=1495
------- Additional Comments From marcus(a)jet.franken.de 2004-03-08 15:27 -------
can you try it again please with a new release?
--
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=1488
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-03-08 15:24 -------
no feedback ... assuming fixed in the meantime.
--
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 1471, which changed state.
Bug 1471 Summary: Warcratf 3 Demo -- Keyboard not working
http://bugs.winehq.org/show_bug.cgi?id=1471
What |Old Value |New Value
----------------------------------------------------------------------------
Status|UNCONFIRMED |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=1471
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-03-08 15:20 -------
no feedback, assuming fixed ... please reopen if problem persists.
--
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=1451
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From marcus(a)jet.franken.de 2004-03-08 15:18 -------
no feedback, close. (if there is more, please open a new bug against a current
release)
--
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=1438
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-03-08 15:14 -------
please try again with a newer wine release, mnost likely 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 1437, which changed state.
Bug 1437 Summary: Command & conquer Generals installtion does not work
http://bugs.winehq.org/show_bug.cgi?id=1437
What |Old Value |New Value
----------------------------------------------------------------------------
Status|UNCONFIRMED |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=1437
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-03-08 15:13 -------
fixed now, please try again.
--
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=1388
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-03-08 14:57 -------
qt installer works pretty well, so close it as non issue or most likely 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=2404
Summary: Installation of MATHCAD STANDARD 8.0 hangs while
updating the windows-registry
Product: Wine
Version: 20040716
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: christian.fechteler(a)t-online.de
Installation of the Windows-application "Mathcad Standard 8" hangs
during updating the Windows-Registry-Base.
Bug is reproducable.
WINE-VERSION: wine-20040716-SuSELinux90.i586.rpm
with SuSE 9.0
AND ALSO: wine-20040716-1fc1winehq.i686.rpm
with Fedora Core 1
both directly downloaded via links from winehq.org
In both cases: No WINDOWS used!
Program to be tried to run:
MATHCAD Standard 8.0 by Mathsoft
http://www.mathsoft.com
Under SuSE 9.0 symbolic link set to "/media/cdrom" as "d:"
Different trials of installtion under SuSE 9.0:
wine /media/cdrom/Deutsch/setup.exe
wine D:\\Deutsch\setup.exe
Reports generated by wine:
1. According to:
"echo quit | WINEDEBUG=+relay wine /media/cdrom/Deutsch/setup.exe >&
filename.out; tail -n 100 filename.out > report_file":
000e:Call ntdll.RtlLeaveCriticalSection(40858ac0) ret=40507c91
000e:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=40507c91
000e:Ret kernel32._LeaveSysLevel() retval=4058bc8f ret=407f0810
000e:Call kernel32._EnterSysLevel(40858ac0) ret=407f07e0
000e:Call ntdll.RtlEnterCriticalSection(40858ac0) ret=40507b2b
000e:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=40507b2b
000e:Ret kernel32._EnterSysLevel() retval=4058ba20 ret=407f07e0
000e:Call kernel32._LeaveSysLevel(40858ac0) ret=407f0810
000e:Call ntdll.RtlLeaveCriticalSection(40858ac0) ret=40507c91
000e:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=40507c91
000e:Ret kernel32._LeaveSysLevel() retval=4058bc8f ret=407f0810
000e:Call x11drv.DestroyWindow(00010036) ret=407f2ed3
000e:Call user32.WIN_GetPtr(00010036) ret=40a3d1cb
000e:Call kernel32._EnterSysLevel(40858ac0) ret=407f07e0
000e:Call ntdll.RtlEnterCriticalSection(40858ac0) ret=40507b2b
000e:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=40507b2b
000e:Ret kernel32._EnterSysLevel() retval=4058ba20 ret=407f07e0
000e:Ret user32.WIN_GetPtr() retval=403cf7d8 ret=40a3d1cb
000e:Call ntdll.RtlEnterCriticalSection(40a6f940) ret=40a46190
000e:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=40a46190
000e:Call ntdll.RtlEnterCriticalSection(40a6f940) ret=40a46190
000e:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=40a46190
000e:Call ntdll.RtlLeaveCriticalSection(40a6f940) ret=40a461c0
000e:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=40a461c0
000e:Call user32.RemovePropA(00010036,0000c012) ret=40a3d2fa
000e:Ret user32.RemovePropA() retval=03800002 ret=40a3d2fa
000e:Call ntdll.RtlLeaveCriticalSection(40a6f940) ret=40a461c0
000e:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=40a461c0
000e:Call ntdll.RtlFreeHeap(40360000,00000000,403cf928) ret=40a3d32f
000e:Ret ntdll.RtlFreeHeap() retval=00000001 ret=40a3d32f
000e:Call user32.USER_Unlock() ret=40a3d340
000e:Call kernel32._LeaveSysLevel(40858ac0) ret=407f0810
000e:Call ntdll.RtlLeaveCriticalSection(40858ac0) ret=40507c91
000e:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=40507c91
000e:Ret kernel32._LeaveSysLevel() retval=4058bc8f ret=407f0810
000e:Ret user32.USER_Unlock() retval=4058bc8f ret=40a3d340
000e:Ret x11drv.DestroyWindow() retval=00000001 ret=407f2ed3
000e:Call kernel32._EnterSysLevel(40858ac0) ret=407f07e0
000e:Call ntdll.RtlEnterCriticalSection(40858ac0) ret=40507b2b
000e:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=40507b2b
000e:Ret kernel32._EnterSysLevel() retval=4058ba20 ret=407f07e0
000e:Call kernel32._LeaveSysLevel(40858ac0) ret=407f0810
000e:Call ntdll.RtlLeaveCriticalSection(40858ac0) ret=40507c91
000e:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=40507c91
000e:Ret kernel32._LeaveSysLevel() retval=4058bc8f ret=407f0810
000e:Call ntdll.RtlFreeHeap(40360000,00000000,403cf7d8) ret=407f1f92
000e:Ret ntdll.RtlFreeHeap() retval=00000001 ret=407f1f92
000e:Call kernel32._LeaveSysLevel(40858ac0) ret=407f0810
000e:Call ntdll.RtlLeaveCriticalSection(40858ac0) ret=40507c91
000e:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=40507c91
000e:Ret kernel32._LeaveSysLevel() retval=4058bc8f ret=407f0810
000e:Call ntdll.RtlFreeHeap(40360000,00000000,403c5508) ret=407f304d
000e:Ret ntdll.RtlFreeHeap() retval=00000001 ret=407f304d
000e:Call kernel32.GlobalLock16(0000138f) ret=407e6340
000e:Ret kernel32.GlobalLock16() retval=403c7a00 ret=407e6340
000e:Call kernel32.SetThreadQueue16(00000000,00000000) ret=407e635d
000e:Ret kernel32.SetThreadQueue16() retval=0000138f ret=407e635d
000e:Call kernel32.CloseHandle(000000a4) ret=407e636b
000e:Call ntdll.NtClose(000000a4) ret=404f4ba5
000e:Ret ntdll.NtClose() retval=00000000 ret=404f4ba5
000e:Ret kernel32.CloseHandle() retval=00000001 ret=407e636b
000e:Call kernel32.GlobalFree16(0000138f) ret=407e6376
000e:Call ntdll.RtlEnterCriticalSection(4058b6e0) ret=404d4420
000e:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=404d4420
000e:Call ntdll.RtlLeaveCriticalSection(4058b6e0) ret=404d4450
000e:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=404d4450
000e:Call ntdll.RtlEnterCriticalSection(4058b6e0) ret=404d4420
000e:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=404d4420
000e:Call ntdll.RtlLeaveCriticalSection(4058b6e0) ret=404d4450
000e:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=404d4450
000e:Call ntdll.RtlFreeHeap(40360000,00000000,403c7a00) ret=404d0e6b
000e:Ret ntdll.RtlFreeHeap() retval=00000001 ret=404d0e6b
000e:Ret kernel32.GlobalFree16() retval=00000000 ret=407e6376
000e:Ret PE DLL (proc=0x4078520c,module=0x40780000
L"user32.dll",reason=THREAD_DETACH,res=(nil)) retval=1
000e:Call PE DLL (proc=0x40a0b66c,module=0x40a00000
L"x11drv.dll",reason=THREAD_DETACH,res=(nil))
000e:Call kernel32.CloseHandle(000000a8) ret=40a476c2
000e:Call ntdll.NtClose(000000a8) ret=404f4ba5
000e:Ret ntdll.NtClose() retval=00000000 ret=404f4ba5
000e:Ret kernel32.CloseHandle() retval=00000001 ret=40a476c2
000e:Call ntdll.RtlEnterCriticalSection(40a6f940) ret=40a46190
000e:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=40a46190
000e:Call ntdll.RtlLeaveCriticalSection(40a6f940) ret=40a461c0
000e:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=40a461c0
000e:Call ntdll.RtlFreeHeap(40360000,00000000,403cb3e0) ret=40a476f6
000e:Ret ntdll.RtlFreeHeap() retval=00000001 ret=40a476f6
000e:Ret PE DLL (proc=0x40a0b66c,module=0x40a00000
L"x11drv.dll",reason=THREAD_DETACH,res=(nil)) retval=1
000e:Call PE DLL (proc=0x40935d7c,module=0x40930000
L"advapi32.dll",reason=THREAD_DETACH,res=(nil))
000e:Ret PE DLL (proc=0x40935d7c,module=0x40930000
L"advapi32.dll",reason=THREAD_DETACH,res=(nil)) retval=1
000e:Call PE DLL (proc=0x404a9bd8,module=0x404a0000
L"kernel32.dll",reason=THREAD_DETACH,res=(nil))
000e:Call ntdll.RtlEnterCriticalSection(4058b6e0) ret=404d4420
000e:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=404d4420
000e:Call ntdll.RtlLeaveCriticalSection(4058b6e0) ret=404d4450
000e:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=404d4450
000e:Call ntdll.RtlEnterCriticalSection(4058ba20) ret=40507b2b
000e:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=40507b2b
000e:Call ntdll.RtlEnterCriticalSection(4058b940) ret=404fa415
000e:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=404fa415
000e:Call ntdll.RtlLeaveCriticalSection(4058b940) ret=404fa425
000e:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=404fa425
000e:Call ntdll.NtTerminateProcess(ffffffff,00000000) ret=404f4289
2. Report made with SuSE 9.0 and
"wine /media/cdrom/deutsch/setup.exe" the generated text has been copied from
the terminal screen:
COMMAND-LINE WAS: wine /media/cdrom/deutsch/setup.exe
fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet.
fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet.
fixme:setupapi:SETUPX_CreateStandardLDDs LDID_SRCPATH: what exactly do we have
to do here ?
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_REGSRCPATH
err:setupapi:SetupDefaultQueueCallbackA copy error 5
"C:\\windows\\temp\\IXP000.TMP\\regsvr32.exe" -> "c:\\windows\\system\\regsvr32.exe"
fixme:setupapi:vcpUICallbackProc16 (0x7ca0, 0705, 0000, 00000000, 403709ac) -
semi-stub
fixme:setupapi:vcpUICallbackProc16 (0x7ca0, 070f, 0000, 00000000, 403709ac) -
semi-stub
fixme:setupapi:vcpUICallbackProc16 (0x7ca0, 0710, 0000, 00000000, 403709ac) -
semi-stub
fixme:setupapi:vcpUICallbackProc16 (0x7ca0, 070b, 0000, 00000000, 403709ac) -
semi-stub
fixme:setupapi:vcpUICallbackProc16 (0x7ca0, 070c, 0000, 00000000, 403709ac) -
semi-stub
fixme:setupapi:GenInstall16 unsupported flag: GENINSTALL_DO_CFGAUTO
fixme:seh:EXC_RtlRaiseException call to unimplemented function
atl.dll.DllGetClassObject
wine: Unhandled exception (thread 000c), starting debugger...
fixme:console:SetConsoleCtrlHandler (0x40610370,1) - no error checking or
testing yet
WineDbg starting on pid 0xb
Unhandled exception: unimplemented function atl.dll.DllGetClassObject called in
32-bit code (0x42cae053).
In 32 bit mode.
wine: Unhandled exception (thread 0014), starting debugger...
fixme:console:SetConsoleCtrlHandler (0x40610370,1) - no error checking or
testing yet
WineDbg starting on pid 0x13
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x4075681b).
In 32 bit mode.
0x4075681b symt_find_nearest in dbghelp: movl 0x0(%eax),%eax
Wine-dbg>
HERE I ENTERED "CONT" TO SEE WHAT THE DEBUGGER IS GOING TO SHOW:
Wine-dbg>cont
First chance exception: page fault on read access to 0x00000000 in 32-bit code
(0x4075681b).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:1007 GS:0007
EIP:4075681b ESP:4072f78c EBP:4072f7d0 EFLAGS:00010202( - 00 - -RI1)
EAX:00000000 EBX:4075e35c ECX:4072f7c0 EDX:40b700c0
ESI:40d00ccc EDI:00000000
Stack dump:
0x00000000: 00000000 00000000 00000000 00000000
0x00000010: 00000000 00000000 00000000 00000000
0x00000020: 00000000 00000000 00000000 00000000
0x00000030: 00000000 00000000 00000000 00000000
0x00000040: 00000000 00000000 00000000 00000000
0x00000050: 00000000 00000000 00000000 00000000
0x00000060:
0200: sel=1007 base=4001a000 limit=00001f97 32-bit rw-
Backtrace:
=>1 0x4075681b symt_find_nearest+0x5b in dbghelp (0x4072f7d0)
2 0x40746d32 elf_new_wine_thunks+0x102 in dbghelp (0x4072f844)
3 0x407476b3 elf_load_debug_info+0x603 in dbghelp (0x4072f9c8)
4 0x407497b6 module_get_debug+0xa6 in dbghelp (0x4072f9e4)
5 0x40757244 SymFromAddr+0x54 in dbghelp (0x4072fa04)
6 0x4060b76d
Exception c0000005
Wine-dbg>
HERE I QUIT THE SESSION WITH CTRL-C.
3. Report made with Fedora Core 1:
THE COMMAND LINE WAS:
wine /mnt/cdrom/Deutsch/setup.exe > fedora_mathcad_log.txt
WineDbg starting on pid 0xb
Unhandled exception: unimplemented function atl.dll.DllGetClassObject called in
32-bit code (0x57611053).
In 32 bit mode.
WineDbg starting on pid 0x12
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00a85e6c).
In 32 bit mode.
WineDbg starting on pid 0x14
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x004e3e6c).
In 32 bit mode.
WineDbg starting on pid 0x16
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00392e6c).
In 32 bit mode.
WineDbg starting on pid 0x18
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00406e6c).
In 32 bit mode.
WineDbg starting on pid 0x1a
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00df9e6c).
In 32 bit mode.
WineDbg starting on pid 0x1c
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x003a5e6c).
In 32 bit mode.
WineDbg starting on pid 0x1e
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00bd8e6c).
In 32 bit mode.
WineDbg starting on pid 0x20
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x003ffe6c).
In 32 bit mode.
WineDbg starting on pid 0x22
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00136e6c).
In 32 bit mode.
WineDbg starting on pid 0x24
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x008e4e6c).
In 32 bit mode.
WineDbg starting on pid 0x26
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00899e6c).
In 32 bit mode.
WineDbg starting on pid 0x28
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00165e6c).
In 32 bit mode.
WineDbg starting on pid 0x2a
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00dfbe6c).
In 32 bit mode.
WineDbg starting on pid 0x2c
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00184e6c).
In 32 bit mode.
WineDbg starting on pid 0x2e
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00a82e6c).
In 32 bit mode.
WineDbg starting on pid 0x30
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00affe6c).
In 32 bit mode.
WineDbg starting on pid 0x32
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x003b4e6c).
In 32 bit mode.
WineDbg starting on pid 0x34
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00aa5e6c).
In 32 bit mode.
WineDbg starting on pid 0x36
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x002dce6c).
In 32 bit mode.
WineDbg starting on pid 0x38
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00fc4e6c).
In 32 bit mode.
WineDbg starting on pid 0x3a
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00139e6c).
In 32 bit mode.
WineDbg starting on pid 0x3c
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00158e6c).
In 32 bit mode.
WineDbg starting on pid 0x3e
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00e97e6c).
In 32 bit mode.
WineDbg starting on pid 0x40
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00399e6c).
In 32 bit mode.
WineDbg starting on pid 0x42
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00136e6c).
In 32 bit mode.
WineDbg starting on pid 0x44
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00378e6c).
In 32 bit mode.
WineDbg starting on pid 0x46
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x001b0e6c).
In 32 bit mode.
WineDbg starting on pid 0xa
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00136e6c).
In 32 bit mode.
WineDbg starting on pid 0x10
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x0024be6c).
In 32 bit mode.
WineDbg starting on pid 0x49
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x0017be6c).
In 32 bit mode.
WineDbg starting on pid 0x4b
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00431e6c).
In 32 bit mode.
WineDbg starting on pid 0x4d
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00ae8e6c).
In 32 bit mode.
WineDbg starting on pid 0x4f
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00f5ae6c).
In 32 bit mode.
WineDbg starting on pid 0x51
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00181e6c).
In 32 bit mode.
WineDbg starting on pid 0x53
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00677e6c).
In 32 bit mode.
WineDbg starting on pid 0x55
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00d64e6c).
In 32 bit mode.
WineDbg starting on pid 0x57
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00dd6e6c).
In 32 bit mode.
WineDbg starting on pid 0x59
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00e65e6c).
In 32 bit mode.
WineDbg starting on pid 0x5b
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x0043ae6c).
In 32 bit mode.
WineDbg starting on pid 0x5d
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00ae5e6c).
In 32 bit mode.
WineDbg starting on pid 0x5f
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00562e6c).
In 32 bit mode.
WineDbg starting on pid 0x61
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00907e6c).
In 32 bit mode.
WineDbg starting on pid 0x63
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00256e6c).
In 32 bit mode.
WineDbg starting on pid 0x65
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x0036de6c).
In 32 bit mode.
WineDbg starting on pid 0x67
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00781e6c).
In 32 bit mode.
WineDbg starting on pid 0x69
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00e3ce6c).
In 32 bit mode.
WineDbg starting on pid 0x6b
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00c15e6c).
In 32 bit mode.
WineDbg starting on pid 0x6d
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x009dbe6c).
In 32 bit mode.
WineDbg starting on pid 0x6f
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00425e6c).
In 32 bit mode.
WineDbg starting on pid 0x71
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x0017be6c).
In 32 bit mode.
WineDbg starting on pid 0x73
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00425e6c).
In 32 bit mode.
WineDbg starting on pid 0x75
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00139e6c).
In 32 bit mode.
WineDbg starting on pid 0x77
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x001bee6c).
In 32 bit mode.
WineDbg starting on pid 0x79
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00179e6c).
In 32 bit mode.
WineDbg starting on pid 0x7b
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00265e6c).
In 32 bit mode.
WineDbg starting on pid 0x7d
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00457e6c).
In 32 bit mode.
WineDbg starting on pid 0x7f
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x001d6e6c).
In 32 bit mode.
WineDbg starting on pid 0x81
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00833e6c).
In 32 bit mode.
WineDbg starting on pid 0x83
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x0074ce6c).
In 32 bit mode.
WineDbg starting on pid 0x85
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00a65e6c).
In 32 bit mode.
WineDbg starting on pid 0x87
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00af9e6c).
In 32 bit mode.
WineDbg starting on pid 0x89
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00136e6c).
In 32 bit mode.
WineDbg starting on pid 0x8b
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00d05e6c).
In 32 bit mode.
WineDbg starting on pid 0x8d
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x003b6e6c).
In 32 bit mode.
WineDbg starting on pid 0x8f
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x003a5e6c).
In 32 bit mode.
WineDbg starting on pid 0x91
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00141e6c).
In 32 bit mode.
WineDbg starting on pid 0x93
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x002bce6c).
In 32 bit mode.
WineDbg starting on pid 0x95
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x0059ee6c).
In 32 bit mode.
WineDbg starting on pid 0x97
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x0073be6c).
In 32 bit mode.
WineDbg starting on pid 0x99
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x002e4e6c).
In 32 bit mode.
WineDbg starting on pid 0x9b
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00378e6c).
In 32 bit mode.
WineDbg starting on pid 0x9d
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00638e6c).
In 32 bit mode.
WineDbg starting on pid 0x9f
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x0059de6c).
In 32 bit mode.
WineDbg starting on pid 0xa1
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x004b9e6c).
In 32 bit mode.
WineDbg starting on pid 0xa3
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00175e6c).
In 32 bit mode.
WineDbg starting on pid 0xa5
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x007fbe6c).
In 32 bit mode.
WineDbg starting on pid 0xa7
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00eb8e6c).
In 32 bit mode.
WineDbg starting on pid 0xa9
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x0025ce6c).
In 32 bit mode.
WineDbg starting on pid 0xab
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x0038be6c).
In 32 bit mode.
WineDbg starting on pid 0xad
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x005f1e6c).
In 32 bit mode.
WineDbg starting on pid 0xaf
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00296e6c).
In 32 bit mode.
WineDbg starting on pid 0xb1
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x004c0e6c).
In 32 bit mode.
WineDbg starting on pid 0xb3
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00b23e6c).
In 32 bit mode.
WineDbg starting on pid 0xb5
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00147e6c).
In 32 bit mode.
WineDbg starting on pid 0xb7
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00d6ee6c).
In 32 bit mode.
WineDbg starting on pid 0xb9
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00b31e6c).
In 32 bit mode.
WineDbg starting on pid 0xbb
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00291e6c).
In 32 bit mode.
WineDbg starting on pid 0xbd
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00adde6c).
In 32 bit mode.
WineDbg starting on pid 0xbf
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x001aee6c).
In 32 bit mode.
WineDbg starting on pid 0xc1
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00feae6c).
In 32 bit mode.
WineDbg starting on pid 0xc3
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00e1ae6c).
In 32 bit mode.
WineDbg starting on pid 0xc5
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00296e6c).
In 32 bit mode.
WineDbg starting on pid 0xc7
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00e9fe6c).
In 32 bit mode.
WineDbg starting on pid 0xc9
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00455e6c).
In 32 bit mode.
WineDbg starting on pid 0xcb
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x004a6e6c).
In 32 bit mode.
WineDbg starting on pid 0xcd
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x002fae6c).
In 32 bit mode.
WineDbg starting on pid 0xcf
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00168e6c).
In 32 bit mode.
WineDbg starting on pid 0xd1
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x001a6e6c).
In 32 bit mode.
WineDbg starting on pid 0xd3
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x005f6e6c).
In 32 bit mode.
WineDbg starting on pid 0xd5
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x003f5e6c).
In 32 bit mode.
WineDbg starting on pid 0xd7
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00a1be6c).
In 32 bit mode.
WineDbg starting on pid 0xd9
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00599e6c).
In 32 bit mode.
WineDbg starting on pid 0xdb
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00bbee6c).
In 32 bit mode.
WineDbg starting on pid 0xdd
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00505e6c).
In 32 bit mode.
WineDbg starting on pid 0xdf
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00389e6c).
In 32 bit mode.
WineDbg starting on pid 0xe1
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00b31e6c).
In 32 bit mode.
WineDbg starting on pid 0xe3
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00bc9e6c).
In 32 bit mode.
WineDbg starting on pid 0xe5
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00362e6c).
In 32 bit mode.
WineDbg starting on pid 0xe7
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00138e6c).
In 32 bit mode.
WineDbg starting on pid 0xe9
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x005c3e6c).
In 32 bit mode.
WineDbg starting on pid 0xeb
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00591e6c).
In 32 bit mode.
WineDbg starting on pid 0xed
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00158e6c).
In 32 bit mode.
WineDbg starting on pid 0xef
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x0017be6c).
In 32 bit mode.
WineDbg starting on pid 0xf1
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00495e6c).
In 32 bit mode.
WineDbg starting on pid 0xf3
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x0027be6c).
In 32 bit mode.
WineDbg starting on pid 0xf5
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x008eae6c).
In 32 bit mode.
WineDbg starting on pid 0xf7
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00394e6c).
In 32 bit mode.
WineDbg starting on pid 0xf9
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x003b8e6c).
In 32 bit mode.
WineDbg starting on pid 0xfb
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x002dee6c).
In 32 bit mode.
WineDbg starting on pid 0xfd
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00366e6c).
In 32 bit mode.
WineDbg starting on pid 0xff
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x009e5e6c).
In 32 bit mode.
WineDbg starting on pid 0x101
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00720e6c).
In 32 bit mode.
WineDbg starting on pid 0x103
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x009c6e6c).
In 32 bit mode.
WineDbg starting on pid 0x105
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x005c5e6c).
In 32 bit mode.
WineDbg starting on pid 0x107
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00296e6c).
In 32 bit mode.
WineDbg starting on pid 0x109
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x0038ce6c).
In 32 bit mode.
WineDbg starting on pid 0x10b
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x002a1e6c).
In 32 bit mode.
WineDbg starting on pid 0x10d
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x003ace6c).
In 32 bit mode.
WineDbg starting on pid 0x10f
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x009e3e6c).
In 32 bit mode.
WineDbg starting on pid 0x111
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x001f1e6c).
In 32 bit mode.
WineDbg starting on pid 0x113
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00136e6c).
In 32 bit mode.
WineDbg starting on pid 0x115
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x004e5e6c).
In 32 bit mode.
WineDbg starting on pid 0x117
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00d40e6c).
In 32 bit mode.
WineDbg starting on pid 0x119
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00cabe6c).
In 32 bit mode.
WineDbg starting on pid 0x11b
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00f76e6c).
In 32 bit mode.
WineDbg starting on pid 0x11d
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00136e6c).
In 32 bit mode.
WineDbg starting on pid 0x11f
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00c49e6c).
In 32 bit mode.
WineDbg starting on pid 0x121
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x0075ae6c).
In 32 bit mode.
WineDbg starting on pid 0x123
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00f36e6c).
In 32 bit mode.
WineDbg starting on pid 0x125
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00a44e6c).
In 32 bit mode.
WineDbg starting on pid 0x127
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00136e6c).
In 32 bit mode.
WineDbg starting on pid 0x129
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00535e6c).
In 32 bit mode.
WineDbg starting on pid 0x12b
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00860e6c).
In 32 bit mode.
WineDbg starting on pid 0x12d
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x0026fe6c).
In 32 bit mode.
WineDbg starting on pid 0x12f
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00e6ee6c).
In 32 bit mode.
WineDbg starting on pid 0x131
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00fa2e6c).
In 32 bit mode.
WineDbg starting on pid 0x133
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x008fae6c).
In 32 bit mode.
WineDbg starting on pid 0x135
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00138e6c).
In 32 bit mode.
WineDbg starting on pid 0x137
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00bdbe6c).
In 32 bit mode.
WineDbg starting on pid 0x139
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x004d4e6c).
In 32 bit mode.
WineDbg starting on pid 0x13b
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00dcbe6c).
In 32 bit mode.
WineDbg starting on pid 0x13d
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x003fce6c).
In 32 bit mode.
WineDbg starting on pid 0x13f
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x001b4e6c).
In 32 bit mode.
WineDbg starting on pid 0x141
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00138e6c).
In 32 bit mode.
WineDbg starting on pid 0x143
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x0026fe6c).
In 32 bit mode.
WineDbg starting on pid 0x145
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00aa9e6c).
In 32 bit mode.
WineDbg starting on pid 0x147
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00f28e6c).
In 32 bit mode.
WineDbg starting on pid 0x149
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x0027ee6c).
In 32 bit mode.
WineDbg starting on pid 0x14b
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x003e5e6c).
In 32 bit mode.
WineDbg starting on pid 0x14d
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x005b6e6c).
In 32 bit mode.
WineDbg starting on pid 0x14f
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00158e6c).
In 32 bit mode.
WineDbg starting on pid 0x151
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00b93e6c).
In 32 bit mode.
WineDbg starting on pid 0x153
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00f73e6c).
In 32 bit mode.
WineDbg starting on pid 0x155
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00136e6c).
In 32 bit mode.
WineDbg starting on pid 0x157
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00db9e6c).
In 32 bit mode.
WineDbg starting on pid 0x159
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00412e6c).
In 32 bit mode.
WineDbg starting on pid 0x15b
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x0053fe6c).
In 32 bit mode.
WineDbg starting on pid 0x15d
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x0085de6c).
In 32 bit mode.
WineDbg starting on pid 0x15f
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00136e6c).
In 32 bit mode.
WineDbg starting on pid 0x161
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00370e6c).
In 32 bit mode.
WineDbg starting on pid 0x163
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x0051ce6c).
In 32 bit mode.
WineDbg starting on pid 0x165
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00386e6c).
In 32 bit mode.
WineDbg starting on pid 0x167
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x0072ce6c).
In 32 bit mode.
WineDbg starting on pid 0x169
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x003a5e6c).
In 32 bit mode.
WineDbg starting on pid 0x16b
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00767e6c).
In 32 bit mode.
WineDbg starting on pid 0x16d
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00585e6c).
In 32 bit mode.
WineDbg starting on pid 0x16f
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00265e6c).
In 32 bit mode.
WineDbg starting on pid 0x171
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00455e6c).
In 32 bit mode.
WineDbg starting on pid 0x173
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x002efe6c).
In 32 bit mode.
WineDbg starting on pid 0x175
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00387e6c).
In 32 bit mode.
WineDbg starting on pid 0x177
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00179e6c).
In 32 bit mode.
WineDbg starting on pid 0x179
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00a2ae6c).
In 32 bit mode.
WineDbg starting on pid 0x17b
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00136e6c).
In 32 bit mode.
WineDbg starting on pid 0x17d
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00b59e6c).
In 32 bit mode.
WineDbg starting on pid 0x17f
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00dd3e6c).
In 32 bit mode.
WineDbg starting on pid 0x181
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00136e6c).
In 32 bit mode.
WineDbg starting on pid 0x183
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x005dee6c).
In 32 bit mode.
WineDbg starting on pid 0x185
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00db1e6c).
In 32 bit mode.
WineDbg starting on pid 0x187
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00393e6c).
In 32 bit mode.
WineDbg starting on pid 0x189
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x0076ce6c).
In 32 bit mode.
WineDbg starting on pid 0x18b
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00228e6c).
In 32 bit mode.
WineDbg starting on pid 0x18d
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00179e6c).
In 32 bit mode.
WineDbg starting on pid 0x18f
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00362e6c).
In 32 bit mode.
WineDbg starting on pid 0x191
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x00f8fe6c).
In 32 bit mode.
ONE WAY I HAVE INSTALLED "Mathcad" SUCCESSFULLY UNDER SUSE 9.0:
I have installed the previous version of wine
(wine-20040615-SuSELinux90.i586.rpm). After this i have installed the local
.wine-directory by just calling "wine".
Right after this i have installed Mathcad by:
wine /media/cdrom/Deutsch/setup.exe
After the successfull installation, i have replaced the old wine-version with
wine-20040716-SuSELinux90.i586.rpm
And than i could use Mathcad so far.
(Of course the help-function of Mathcad do not work).
END OF BUG-REPORT
--
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=2314
dpaun(a)rogers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From dpaun(a)rogers.com 2004-02-08 18:40 -------
Bug introduced and fixed by Dmitry:
http://cvs.winehq.org/patch.py?id=12586
--
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=2403
Summary: Wine with Winamp 2.99 crashes arbitrarily while playing
Product: Wine
Version: 20040505
Platform: PC
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kurto(a)mac.com
I'm using Winamp 2.99 with the SNESAmp plug-in and the Nullsoft Diskwriter plugin to spit out .wav
files from spc tracks. With a playlist full of spc tracks, I hit the play button and it plays, creating wav
files for each one. However, after creating a few, wine crashes with the following error message:
err:ntdll:RtlpWaitForCriticalSection section 0x45e44c "?" wait timed out in thread 0009, blocked by
000f, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x207b7ac0 "../../windows/user.c: USER_SysLevel" wait
timed out in thread 0012, blocked by 000f, retrying (60 sec)
So I ^C to get back to my prompt:
fixme:msvcrt:_XcptFilter (-1073741510,0x206db66c)semi-stub
[ogre] wine >
Any ideas? I'm running FreeBSD 5.2.1 on an Athlon 3200+, 1GB RAM, plenty of HD space.
--
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=1250
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-02-08 06:38 -------
can you try with a newer WINE release?
we fixed the return codes and added testcase ...
assuming 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=1233
------- Additional Comments From marcus(a)jet.franken.de 2004-02-08 06:23 -------
can you verify if this is still the case?
I think yes...
--
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=2402
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed| |1
------- Additional Comments From marcus(a)jet.franken.de 2004-02-08 06:21 -------
in which config do you see that and in which documentation?
in the one included in wine itself it no longer is present.
(the dosdevicess / symlink is the correct method to do 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=2402
Summary: wine ignores [serialports] in config
Product: Wine
Version: 20040716
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: c.j.bainbridge(a)ed.ac.uk
According to the docs and config file, this should work:
[serialports]
"Com1" = "/dev/ttyS0"
"Com2" = "/dev/ttyS1"
"Com3" = "/dev/ttyS2"
"Com4" = "/dev/modem"
"Com5" = "/dev/serial,19200"
"Com8" = "/dev/serial2"
But get_dos_device doesn't appear to use this information. Instead it looks
in .wine/dosdevices. So either the manual and config should be updated to say
"use dosdevices directory for setting up serial ports" and an error should be
generated on parsing [serialports] section, or else serialports in config
should work, or else the config file and manual should be clear about what the
difference is between putting stuff in config file versus dosdevices directory
(I've read them, and still don't know what the difference is supposed to be).
--
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=2401
Summary: Wine won't start
Product: Wine
Version: 20040716
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: howard.v(a)att.net
Installed the latest stable release 20040716. There is now aen emulators entry
on my start menu that wine is in. I was under the impression that this version
of wine configures itself. Anyway I went to install Hoyle Card Games 2003 and
all I get is a box in my taskbar stating that its starting wine, then that goes
away and nothing happens, no error messeges or anything. I navigated to
wine.conf and notice in the drives tab that there was no virtual c drive setup,
so I clicked on add and it generated a c:/ fake windows and I clicked apply and
exited. Still get the same result.
--
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=2013
------- Additional Comments From lmx(a)chello.nl 2004-01-08 08:56 -------
The problem does not occur when you
start DII in windowed mode (not fullscreen):
wine Diablo\ II.exe -- -w
Unfortunately, I dont know why.
--
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=2400
Summary: Issue with Delete when NumLock active
Product: Wine
Version: 20040716
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: biro_arpad(a)yahoo.com
Found a possible bug in Wine20040716 on a SUSE 9.1 machine using
standard Hungarian PC keyboard with Hungarian keyboard layout.
The bug shows up both with wine-20040716-SuSELinux91.i586.rpm and
with self-compiled Wine20040716.
The problem is that when NumLock is active, both Del keys perform
a "delete" action _and_ insert a comma (the decimal character in
Hungarian). This means that the character just right to the text
cursor is replaced with a comma when pressing any of the two Del
keys.
What Wine should do instead: the left Del key should perform a
"delete" and the right one should insert a decimal character
(when NumLock is active).
I did some googling and found this:
http://www.winehq.org/hypermail/wine-patches/2002/12/0329.html
Since that patch did not work for me (it may have been good for
that version though), I made another one:
--------------------------------------------------------------------
--- keyboard.c.orig 2004-07-28 14:28:20.000000000 +0200
+++ keyboard.c 2004-08-01 13:55:52.608263568 +0200
@@ -945,11 +945,14 @@
else
XLookupString(e, NULL, 0, &keysym, NULL);
- if ((keysym >= 0xFFAE) && (keysym <= 0xFFB9) && (keysym != 0xFFAF)
- && (e->state & NumLockMask))
+ if (e->state & NumLockMask) // NumLock is active
+ {if (keysym == 0xFFAC) // Numeric Del pressed
+ return keyc2vkey[0x3B]; // comma
+ if ((keysym >= 0xFFAE) && (keysym <= 0xFFB9) && (keysym != 0xFFAF))
/* Only the Keypad keys 0-9 and . send different keysyms
* depending on the NumLock state */
return nonchar_key_vkey[keysym & 0xFF];
+ }
TRACE_(key)("e->keycode = %x\n", e->keycode);
--------------------------------------------------------------------
I have no idea as to whether or not this works with other keyboards.
It should definitely be modified somehow, since it has the "comma"
decimal character hard-wired.
Also, the patch may not be optimal at all, so this is really just
for demonstration (it works perfectly here, though).
As a side note: I also tried the following patch, but it does not
work (the left Del is OK (performs a "delete"), but the right one
does nothing):
- if ((keysym >= 0xFFAE) && (keysym <= 0xFFB9) && (keysym != 0xFFAF)
+ if ((keysym >= 0xFFAC) && (keysym <= 0xFFB9) && (keysym != 0xFFAF) &&
(keysym != 0xFFAD)
--
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=2399
Summary: ValidateInUseArena returns FALSE
Product: Wine
Version: 20040716
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thomas.lemm(a)gmx.de
The application runs fine, apart from 3 errors encountered (see below) I have
got a debug dump at hand (zipped but still quite huge) Please contact me to send
the dump or any requests.
Application: TOAD 7.5.2
3 Errors:
1) (windows error)
Access violation at address 4048356F
in module kernel32.dll read of address 000000A0.
2) (windows error)
Failed to retrieve tab at index 3.
3) (wine log error)
...ValidateInUseArena ... (I have got a debug output file available upon request)
1) (visible error in application)
some tabs are missing in display
Sincerely
Thomas Lemm
--
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=2130
------- Additional Comments From wirser(a)aiagrp.net 2004-01-08 02:57 -------
same problem with wine-20040716-1fc2winehq.src.rpm on fedora core2
I deleted my .wine dir with rm -rf and started over
ran wine to create new .wine dir after this i
rm -f *.* ~/.wine/dosdevices/
cd .wine/dosdevices
ln -s /home/none/.wine/drive_c c:
ln -s /mnt/cdrom d:
ln -s /dev/hdd1 d:
had to get ~/.wine/config
currently able to run gane with no video (super tough mode) All
I see is loading splash screen . I hear intro and can even manipulate charecter
--
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=292
------- Additional Comments From wirser(a)aiagrp.net 2004-01-08 02:34 -------
same problem with wine-20040716 on fc2 running hl 1.1.0.6
had to close all non-wine windows to get proper focus
--
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=913
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From marcus(a)jet.franken.de 2004-31-07 18:03 -------
still reproducible.
the settings dialog does not keep settings 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=766
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-31-07 17:53 -------
no feedback, assuming 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 766, which changed state.
Bug 766 Summary: Race condition triggered by Warcraft II BNE
http://bugs.winehq.org/show_bug.cgi?id=766
What |Old Value |New Value
----------------------------------------------------------------------------
Status|UNCONFIRMED |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=666
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-31-07 17:53 -------
it seems we can, no feedback.
if it is still the case, reopen.
--
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=2151
------- Additional Comments From marcus(a)jet.franken.de 2004-31-07 17:50 -------
which of the many wine binaries? from which URL?
is this still the case?
--
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=2144
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From marcus(a)jet.franken.de 2004-31-07 17:49 -------
well, yes.
--
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=2141
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-31-07 17:45 -------
most likely fixed 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=2013
------- Additional Comments From lmx(a)chello.nl 2004-31-07 17:05 -------
Same problem here, sound plays too fast in DiabloII.
But only in the DII menu, not in the startup logos, cinematics and not while
playing.
Both oss and alsa. I got a couple of these messages:
fixme:dsound:IDirectSoundImpl_SetCooperativeLevel level=DSSCL_PRIORITY not fully
supported
err:dsound:DirectSoundCreate8 dsound already opened
wine --version: Wine 20040615
--
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=2062
markf78(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From markf78(a)yahoo.com 2004-31-07 16:02 -------
it's been resolved some time ago...
--
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=2134
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-31-07 11:52 -------
has been applied.
--
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=2062
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From marcus(a)jet.franken.de 2004-31-07 11:50 -------
please try with newer release, might be 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=2106
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-31-07 11:33 -------
patch is in 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=1089
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-31-07 11:26 -------
no feedback assuming 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=2085
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-31-07 11:00 -------
works for me as of 20040716 release.
--
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=2073
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-31-07 10:57 -------
has been 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=2398
Summary: Application interface (LightWave 3D) completely unusable
Product: Wine
Version: 20040716
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: phil(a)ldex.terica.net
Unlike the June release, the July release has completely mangled the interface
for LightWave 3D. Screenshots will be attached to this report shortly.
snapshot1.png shows how LW comes up under the July release
snapshot2.png shows how the mangled interface regains buttons when the mouse
passes over their location.
snapshot3.png shows how the June release properly creates the interface
--
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=2072
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-31-07 10:45 -------
use yast2 online update to install microsoft true type fonts, they
will be picked up automatically on the next wine run then.
winesetuptk is no longer in use.
Check http://sf.net/projects/wine/ for up to date SUSE wine binaries.
--
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=2067
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From marcus(a)jet.franken.de 2004-31-07 08:56 -------
i dont think it needs another error messag
--
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=2029
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-31-07 08:55 -------
fixed by setting LC_ALL to C in the makefile.
--
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=2397
------- Additional Comments From krishna.murthy(a)guptaworldwide.com 2004-30-07 19:33 -------
Created an attachment (id=655)
--> (http://bugs.winehq.org/attachment.cgi?id=655&action=view)
Images showing the problems
The ZIP has the follwoing JPG files:
- ScrolProbGood.JPG: Shows the screen when the application was started
- ScrolProbBad.JPG: Shows the screen after performing the scroll down (2 to 3
hits)
--
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=2397
------- Additional Comments From krishna.murthy(a)guptaworldwide.com 2004-30-07 19:30 -------
Created an attachment (id=654)
--> (http://bugs.winehq.org/attachment.cgi?id=654&action=view)
Sample Executable which shows the refresh issue
- Run the application
- Resize the window so that vertical and harizonatl scroll bar appears
- Now perform srcroll down using the srrollbar arrow down key. Notice that the
controls are getting messed up due to refresh 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=2397
Summary: In the form window controls are not refreshed with
scroll up/down
Product: Wine
Version: 20040716
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: krishna.murthy(a)guptaworldwide.com
When the application is created using the CFormView having controls, the screen
is not getting refreshed properly when we perform scroll up or down.
--
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=134
------- Additional Comments From marcus(a)jet.franken.de 2004-30-07 18:00 -------
contact a bugzilla admin to get more permissions :)
I think Jeremy Newman is the guy to talk to
--
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 134, which changed state.
Bug 134 Summary: Age Of Empires II - says 'couldn't initialize graphics...'
http://bugs.winehq.org/show_bug.cgi?id=134
What |Old Value |New Value
----------------------------------------------------------------------------
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=134
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-30-07 17:27 -------
just set it to "resolved/somehting", like this. this basicallyu is the
"closed" state ;)
--
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=653
puoti(a)inwind.it changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From puoti(a)inwind.it 2004-30-07 14:36 -------
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=653
puoti(a)inwind.it changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From puoti(a)inwind.it 2004-30-07 14:36 -------
This program works with the current cvs. Can't be botherd to pinpoint the patch,
so we'll never know what was wrong :)
--
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 653, which changed state.
Bug 653 Summary: Can't install ms Age of empires Trial form win98se installation cd
http://bugs.winehq.org/show_bug.cgi?id=653
What |Old Value |New Value
----------------------------------------------------------------------------
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=1119
puoti(a)inwind.it changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From puoti(a)inwind.it 2004-30-07 14:17 -------
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=1119
puoti(a)inwind.it changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From puoti(a)inwind.it 2004-30-07 14:17 -------
won't fix without having 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=134
------- Additional Comments From puoti(a)inwind.it 2004-30-07 14:15 -------
CAn someone kindly explain why the only option is "leave as new"? I think
this bug should be closed, as it was almost certanly opened becaus the user didn't
run wine from the correct 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=2395
Summary: winedbg start-up failure
Product: Wine
Version: 20040716
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-debug
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mharlos(a)nni.com
(1) I have wine configured to use my Win2K partition. Any attempt to run winedbg
results in this:
[mark@simba actor41]$ winedbg video.exe
Warning: the specified System directory L"C:\\Windows\\System" is not accessible.
wine: cannot open (null)
[mark@simba actor41]$
(2) wine is generally working fine, except with a very old 16-bit app where each
attempt to start results in a dialog with "Unhandled exception 0x80000003 ...".
I've had great success running this under a 2002 vintage 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=1458
------- Additional Comments From marcus(a)jet.franken.de 2004-29-07 16:32 -------
*** Bug 1548 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=1548
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
Summary|wineserver does not kill |wineserver does not kill
|itself with wineserver -k |itself with wineserver -k
|_FILE_OFFSET_BITS 64 |_FILE_OFFSET_BITS 64
------- Additional Comments From marcus(a)jet.franken.de 2004-29-07 16:32 -------
*** This bug has been marked as a duplicate of 1458 ***
--
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=1276
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-29-07 16:29 -------
no more feedback received... please try again, it is most likely fixed 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=1092
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-29-07 16:24 -------
no feedback, assuming 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=678
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From marcus(a)jet.franken.de 2004-29-07 16:23 -------
can no longer reproduce ... perhaps some other user can open a new one if
the problem is still there -> close
--
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=2016
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-29-07 16:20 -------
fixed i guess. please try again and reopen if not
--
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=2088
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-29-07 16:19 -------
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=1894
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-29-07 16:14 -------
fixed i think.
--
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=1694
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From marcus(a)jet.franken.de 2004-29-07 16:07 -------
no feedback, close
--
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=650
Bug 650 depends on bug 990, which changed state.
Bug 990 Summary: winedbg generates a lot of error messages for symbol information for cygwin dll
http://bugs.winehq.org/show_bug.cgi?id=990
What |Old Value |New Value
----------------------------------------------------------------------------
Status|ASSIGNED |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=838
Bug 838 depends on bug 990, which changed state.
Bug 990 Summary: winedbg generates a lot of error messages for symbol information for cygwin dll
http://bugs.winehq.org/show_bug.cgi?id=990
What |Old Value |New Value
----------------------------------------------------------------------------
Status|ASSIGNED |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=1290
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-29-07 15:59 -------
unclear status. But i guess it is fixed, since we have regular wine
freebsd builds.
--
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=83
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-29-07 15:54 -------
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=79
Bug 79 depends on bug 1459, which changed state.
Bug 1459 Summary: Developer Documentation - 5.1. Adding New Languages stage 2
http://bugs.winehq.org/show_bug.cgi?id=1459
What |Old Value |New Value
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
Status|RESOLVED |CLOSED
Bug 79 depends on bug 83, which changed state.
Bug 83 Summary: Stabilize Wine Developers Guide Table of Contents
http://bugs.winehq.org/show_bug.cgi?id=83
What |Old Value |New Value
----------------------------------------------------------------------------
Status|ASSIGNED |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=723
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|juergen.schmied(a)debitel.net |wine-bugs(a)winehq.org
Status|ASSIGNED |NEW
------- Additional Comments From marcus(a)jet.franken.de 2004-29-07 15:47 -------
reassign back to component... perhaps Mike or Robert can 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=2394
Summary: WINE cannot install yahoo messenger
Product: Wine
Version: 20040716
Platform: PC
URL: http://messenger.yahoo.com/win.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-resources
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adam(a)tpetaccia.com
WINE will display the first two screens of the installer, then just start
barfing the code:
_RTFGetToken: stack underflow
Last token read was "}" near line 9788, position 1.
_RTFGetToken: stack underflow
Last token read was "}" near line 9811, position 1.
_RTFGetToken: stack underflow
Last token read was "}" near line 9834, position 1.
_RTFGetToken: stack underflow
Last token read was "}" near line 9857, position 1.
_RTFGetToken: stack underflow
Last token read was "}" near line 9880, position 1.
_RTFGetToken: stack underflow
Last token read was "}" near line 9903, position 1.
_RTFGetToken: stack underflow
Last token read was "}" near line 9926, position 1.
_RTFGetToken: stack underflow
onto the screen.
--
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=1978
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From marcus(a)jet.franken.de 2004-28-07 16:52 -------
seems like a problem of the distribution / setup scripts.
please report it there...
--
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=1815
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-28-07 16:46 -------
no feedback, assuming 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=1723
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-28-07 16:43 -------
winesetup is no longer needed for drives ...
these are handled pretty different now, so I guess
we can mark 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=1720
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-28-07 16:43 -------
most likely fixed 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=1572
------- Additional Comments From marcus(a)jet.franken.de 2004-28-07 16:43 -------
wasnt applied apparently. i do not remember.
--
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=1903
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-28-07 16:39 -------
use newer x libraries, which are more threadsafe...
--
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=1771
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-28-07 16:38 -------
most likely fixed, but no feedback -> close
--
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=1744
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
Summary|Errors in mpr module |WNetGetUniversalNameA Errors
| |in mpr module
------- Additional Comments From marcus(a)jet.franken.de 2004-28-07 16:37 -------
no feedback, closing...
(also marked by FIXME in code already)
--
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=1743
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From marcus(a)jet.franken.de 2004-28-07 16:37 -------
harmless message, no feedback -> close
--
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=1570
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From marcus(a)jet.franken.de 2004-28-07 16:36 -------
no feedback, 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=1072
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From marcus(a)jet.franken.de 2004-28-07 16:34 -------
no feedback
--
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=1911
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From marcus(a)jet.franken.de 2004-28-07 16:33 -------
no feedback, 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=1909
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From marcus(a)jet.franken.de 2004-28-07 16:32 -------
no feedback from user, 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=1174
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From marcus(a)jet.franken.de 2004-28-07 16:32 -------
we no longer have drives in config files ...
--
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=1892
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From marcus(a)jet.franken.de 2004-28-07 16:31 -------
no feedback.
--
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=1637
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-28-07 16:27 -------
largely done by forwarding funcs to msvcrt
--
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=1394
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-28-07 16:26 -------
no feedback, most likely 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=1641
------- Additional Comments From marcus(a)jet.franken.de 2004-28-07 16:16 -------
but the "ixme:crypt:CryptAcquireContextA Did not find registry entry of crypto
provider" messages are gone 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=2393
Summary: RelayExclude ignored for ntdll functions
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-debug
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: theflameeyes(a)libero.it
Seems like Wine in CVS ignores RelayExclude configuration for ntdll functions,
so that you can't ignore Enter/Leave Critical Section or Heap Allocate/Free to
be outputted to stderr (and in a big MFC software, a trace can use more than
3.6Gb.
--
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=2392
Summary: Lotus 123 will not start
Product: Wine
Version: 20040716
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P1
Component: wine-debug
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rlclemens(a)clevelandtrack.com
Here is the output:
[root@testing 123]# wine 123w.exe
fixme:msvcrt:_XcptFilter (-1073741819,0x2dc0f71c)semi-stub
wine: Unhandled exception (thread 0009), starting debugger...
fixme:console:SetConsoleCtrlHandler (0xf51940,1) - no error checking or testing yet
WineDbg starting on pid 0x8
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x0
3b397cb).
In 32 bit mode.
0x03b397cb: movw 0x0(%eax),%cx
Wine-dbg>
--
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=1404
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Version|CVS |20040716
------- Additional Comments From marcus(a)jet.franken.de 2004-28-07 01:38 -------
i dont see any data either, and I assume there is something on windows .
but yes, i see 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=1404
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|FIXED |
------- Additional Comments From dank(a)kegel.com 2004-27-07 23:51 -------
Not fixed as of 20040716, I'm afraid. Have you tried
the test program? It's quite easy to run.
--
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=2338
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From jonathan(a)ernstfamily.ch 2004-27-07 17:00 -------
Excellent, I don't know what changed since my last tests but now it works by
setting "Windows"=win2k (I'm sure it was not working before) ! It's hard to tell
why it's working now as I upgraded both wine and DVD Shrink.
Results with wine 20040716 and DVD Shrink 3.2:
1)"Windows"=win98: doesn't work; DVD Shrink says "Failed to initialize ASPI
device" but nothing in terminal speaks about SC_GET_DISK_INFO (in fact there is
no output in terminal).
2)"Windows"=win2k: it works; DVD Shrink reads both encrypted (!) and unencrypted
discs !
I still get some crashes sometimes if I play too fast with the interface and it
seems everytime I analyse a new disc DVD Shrink crashes and then I reopen it and
it works (as the disc is already analysed). Maybe a new bug in perspective (I'll
make more tests before).
The last main feature that doesn't work is described in bug 2339.
Thanks a lot, I think this bug can be safely marked as 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=1641
------- Additional Comments From marcus(a)jet.franken.de 2004-27-07 15:18 -------
can you attach the full system.reg after the initial wine.inf integration?
--
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=1641
------- Additional Comments From puoti(a)inwind.it 2004-27-07 14:55 -------
I get dll not found. I tried deleting my .wine directory and running
wineprefixcreate, so it should make a new system.reg with the current wine.inf.
the new file contains
[Software\\Microsoft\\Cryptography\\Defaults\\Provider\\Microsoft Base
Cryptographic Provider v1.0] 1090961213
"Image Path"="rsabase.dll"
"Signature"=hex:ef,be,ad,de
"Type"=dword:00000001
right at the top. running wine setup.exe returns
[ivan@localhost cdrom]$ wine setup.exe
fixme:crypt:CRYPT_VerifyImage (rsabase.dll, 0x403af900): not verifying image
fixme:crypt:RSA_CPCreateHash 403af900 32772 00000000 00000000 0x403b7194
fixme:crypt:CRYPT_VerifyImage (rsabase.dll, 0x403b7310): not verifying image
fixme:crypt:CRYPT_VerifyImage (rsabase.dll, 0x403af978): not verifying image
fixme:crypt:RSA_CPCreateHash 403af978 32772 00000000 00000000 0x403b8cbc
fixme:ole:RegisterTypeLib Registering non-oleautomation interface!
fixme:ole:RegisterTypeLib Registering non-oleautomation interface!
fixme:ole:RegisterTypeLib Registering non-oleautomation interface!
fixme:ole:RegisterTypeLib Registering non-oleautomation interface!
fixme:ole:RegisterTypeLib Registering non-oleautomation interface!
fixme:crypt:CRYPT_VerifyImage (rsabase.dll, 0x403b9ce8): not verifying image
[ivan@localhost cdrom]$
Could this be a bug in wine.inf?
--
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=1641
------- Additional Comments From marcus(a)jet.franken.de 2004-27-07 14:40 -------
The other key must also be in there (it is at least registered
by our builtin rsabase.dll too).
can you check with
WINEDEBUG=+relay WINEDLLOVERRIDES=rsabase=b regsvr32 rsabase.dll
if it loads the right 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=327
fgouget(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Bug 327 depends on bug 193, which changed state.
Bug 193 Summary: Cannot load files from directories containing spaces
http://bugs.winehq.org/show_bug.cgi?id=193
What |Old Value |New Value
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |WONTFIXBug 327 depends on bug 193, which changed state.
Bug 193 Summary: Cannot load files from directories containing spaces
http://bugs.winehq.org/show_bug.cgi?id=193
What |Old Value |New Value
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From fgouget(a)codeweavers.com 2004-27-07 12:46 -------
There is no CodeWeavers Wine preview anymore. Closing the 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=1641
------- Additional Comments From puoti(a)inwind.it 2004-27-07 12:31 -------
I do have
[Software\\Microsoft\\Cryptography\\Defaults\\Provider\\Microsoft Base
Cryptographic Provider v1.0] 1077646737
"Image Path"="rsabase.dll"
"Type"=dword:00000001
in my system.reg
--
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=2338
------- Additional Comments From rklazes(a)xs4all.nl 2004-27-07 10:46 -------
The SC_GET_DISK_INFO command is only supported in win9x
Did you try to set the windows version in your config to for instance win2k?
--
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=1641
------- Additional Comments From marcus(a)jet.franken.de 2004-27-07 01:06 -------
very strange, because it should register this key...
can you check your ~/.wine/system.reg if it is there?
(regsvr32 rsabase.dll of our internal rsabase.dll should register 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=1255
------- Additional Comments From ddreggors1(a)cfl.rr.com 2004-27-07 00:57 -------
Actually I also have this problem with an old game I am trying to get working.
The game is "The Legend os Kyrandia Book 3: Malcolm's Revenge". I just use the
plain loading statement "wine /home/tekjunky/westwood/malcolm/runmain.exe" and
get this error:
X Error of failed request: BadWindow (invalid Window Parameter)
Major Opcode of failed request: 15 (X_QueryTree)
Resource id in failed request: 0x2200004
Serial number of failed request: 119
Current serial number in output stream: 119
Ignoring packet error, continuing...
00000047:0000000c: exit process (0)
Program exited normally.
Then it just dumps me back at the comand prompt!
--
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=2390
Summary: Too small fonts in ultraedit while using wine
Product: Wine
Version: 20040716
Platform: Other
OS/Version: Windows 2000
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: waranyoo(a)thai.com
I install wine version 20040716 and try run ultraedit.exe. The display fonts is
too small to hardly to see. Why this happen with basic program like ultraedit.
And I can't find ~/.wine/config Do I have to copy from /Documents/config to
~/.wine/config? And how should I config to get visible fonts. Please suggest me.
Thank you
--
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=2389
------- Additional Comments From marc.w(a)smlintl.com.au 2004-26-07 23:40 -------
This was tried under crossover office Proffesional version 3.0.0 and the
installation still did not work it made no additional improvement either.
--
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=2389
------- Additional Comments From marc.w(a)smlintl.com.au 2004-26-07 23:33 -------
I'm not sure whether its something I can download and try to fix with other OLE
or objects in some way but I can't seem to get it to work.
I'll see if I can find some stuff from a windows partition to at least get it to
work.
--
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=2389
Summary: Installation of Quickbooks 2003 failed on startup
Product: Wine
Version: 20040615
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marc.w(a)smlintl.com.au
CC: marc.w(a)smlintl.com.au
Running Fedora Core 2 installation of Wine-binary it gets to the startup of
installation and then basically does not go any further. I ran it through
console and this is the print out with commands and all.
The software is Quickbooks 2003 trying to install. It's an Australian version
and its the Proffessional version. I know it works with windows xp because that
it was what we use at work.
/mnt/cdrom#wine Autorun.exe
file_set_error: No such device or address
fixme:ole:CoRegisterMessageFilter stub
fixme:ole:OleLoadPictureEx
(0x5615e3b4,774,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x5563fa84),
partially implemented.
fixme:ole:OleLoadPictureEx
(0x5615e3b4,213946,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x5563fa54),
partially implemented.
fixme:ole:OLEPictureImpl_get_hPal (0x5513ac38)->(0x5563f9f0): stub
fixme:ole:OLEPictureImpl_SaveAsFile (0x55139498)->(0x55171f38, 0, (nil)), hacked
stub.
fixme:ole:OLEPictureImpl_get_hPal (0x5513ac38)->(0x5563fb08): stub
fixme:ole:OleLoadPictureEx
(0x5615f024,638642,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x5563fa84),
partially implemented.
fixme:ole:OleLoadPictureEx
(0x5615f024,1086,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x5563fa84),
partially implemented.
fixme:ole:OleLoadPictureEx
(0x5615f024,334,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x5563fa84),
partially implemented.
fixme:ole:OleLoadPictureEx
(0x5615f024,682682,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x5563fa54),
partially implemented.
fixme:ole:OLEPictureImpl_get_hPal (0x55174340)->(0x5563f9f0): stub
fixme:ole:OleLoadPictureEx
(0x5615f024,334,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x5563fa24),
partially implemented.
fixme:ole:OleLoadPictureEx
(0x5615f024,334,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x5563fa24),
partially implemented.
fixme:ole:OleLoadPictureEx
(0x5615f024,334,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x5563fa24),
partially implemented.
fixme:ole:OleLoadPictureEx
(0x5615f024,334,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x5563fa24),
partially implemented.
fixme:ole:OleLoadPictureEx
(0x5615f024,334,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x5563fa24),
partially implemented.
fixme:ole:OLEPictureImpl_get_hPal (0x55172f38)->(0x5563f9c8): stub
fixme:ole:OLEPictureImpl_SaveAsFile (0x55173040)->(0x56567ef0, 0, (nil)), hacked
stub.
fixme:ole:OLEPictureImpl_get_hPal (0x55174340)->(0x5563fb08): stub
fixme:ole:OleIconToCursor (0x400000,0x114e), not implemented (olepro32.dll)
fixme:ole:CoRegisterMessageFilter stub
--
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=1462
reif(a)earthlink.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From reif(a)earthlink.net 2004-26-07 17:44 -------
Works 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=1641
------- Additional Comments From puoti(a)inwind.it 2004-26-07 17:18 -------
I've tried and I get exactely the same error.
Ivan.
--
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=1641
------- Additional Comments From marcus(a)jet.franken.de 2004-26-07 16:44 -------
the cdyrptography comments mean that
you have not integrated the newest wine.inf correctly.
regsvr32 rsabase.dll
and try again.
--
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=1794
------- Additional Comments From marcus(a)jet.franken.de 2004-26-07 16:42 -------
do you a testcase? or a patch?
i doubt the "good many programs will not run" statement.
--
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=1761
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-26-07 16:35 -------
can you try to reproduce?
most likely fixed in the meantime.
--
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=1710
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From marcus(a)jet.franken.de 2004-26-07 16:34 -------
most likely spurious error, was not reported again
--
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=1702
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From marcus(a)jet.franken.de 2004-26-07 16:33 -------
winecheck is gone.
--
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=1691
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From marcus(a)jet.franken.de 2004-26-07 16:33 -------
most likely trying to run in a read-oinly 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=1617
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-26-07 16:27 -------
no feedback, assuming worked around , fixed or =given up...
--
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=1613
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-26-07 16:26 -------
there is a newer one on sf.net/projects/wine/
please recheck, assuming fixed though.
(or a local UNIX setup 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=1404
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-26-07 16:25 -------
can you try to reproduce? most likely fixed i think.
--
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=1123
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From marcus(a)jet.franken.de 2004-26-07 16:24 -------
this is not really supported and a UNIX permission and setup problem mostly.
--
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=1641
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-26-07 16:21 -------
should be better now, much installshield and MSI fixes.
please reopen if still broken.
--
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=1610
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From marcus(a)jet.franken.de 2004-26-07 16:18 -------
admittedly pretty strange 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=1606
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-26-07 16:15 -------
i think this was fixed.
and winesetup is no longer needed anymore too.
--
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=1589
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-26-07 16:14 -------
i think it is fixed, there even is a testcase for %n 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=1569
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-26-07 16:10 -------
patch is in.
--
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=1445
------- Additional Comments From marcus(a)jet.franken.de 2004-26-07 16:09 -------
what additional LIBS are used for libjpeg?
Do you need -L flags? if yes, use LDFLAGS env variable.
--
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=1462
------- Additional Comments From marcus(a)jet.franken.de 2004-26-07 16:08 -------
attachment not valid (after lost comment)...
can you still reproduce?
--
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=1543
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From marcus(a)jet.franken.de 2004-26-07 14:49 -------
cannot reproduce.
can you?
--
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=1253
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2004-26-07 14:35 -------
no feedback, assuming fixed.
reopen with more debug tested on currentl release if not.
--
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=1262
------- Additional Comments From marcus(a)jet.franken.de 2004-26-07 14:34 -------
might this be fixed in the meantime?
I think not ...
do we want to keep this bug open?
--
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=1272
------- Additional Comments From marcus(a)jet.franken.de 2004-26-07 14:30 -------
is this still the case?
there have been a lot of changes in this meantime.
--
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=2325
------- Additional Comments From gvs(a)rinet.ru 2004-26-07 11:19 -------
what can I say besides "ugh, this sucks!"?
As far as Wine-20040505 works on FreeBSD-5.2, why don't just make it in mmap code:
#ifdef __FREEBSD__
here_code_from_wine-20040505_goes
#else
here_code_from_wine-20040716_goes
#endif
if change was not that deep to break other functionality?
--
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.