http://bugs.winehq.org/show_bug.cgi?id=2888
Summary: last-modified information not sent, not even with images
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
URL: http://appdb.winehq.com
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lamber45(a)cse.msu.edu
In the app database, there are a number of objects for which we have a
historical modification time and which shouldn't get changed very often, but
the PHP scripts always set the "no-cache" header and otherwise make sure that
they aren cached. In particular, /appimage.php (the screenshot viewer) sets
the following headers on a positive lookup:
Set-Cookie: whq_appdb=91649fe42c6dbd10991df9899e4cfa7b; expires=Thu, 21-Jul-05
14:47:31 GMT; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Note the absence of a Last-Modified: header, the cookie, and the Cache-Control:
line. Since the URL includes "id" (which is the primary key of the appData
table) and a parameter for "thumbnail", there is no reason for these headers in
the response. Instead, the Last-Modified: header ought to be the modification
time (i.e., upload time) of the underlying image file, and it would be best to
also send:
Cache-Control: public
along with the response.
Furthermore, it should be OK to optimize the response to "HEAD" requests by
checking the REQUEST_METHOD CGI variable. At present, the script would not
need to do any image-processing, just:
1. Check whether the URL is valid
2. Check that the image is in the database
3. Get the file's access-time, and look for a JPEG or PNG header
4. Make sure it is public, or that the user (verified by the login cookie) is
an administrator. (This will prevent spam.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2887
dfantom(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=42
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2887
dfantom(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |regression
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2887
Summary: Delphi 7 complete crash on wine 20050419
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dfantom(a)gmail.com
Before wine 20050310 Delphi 7 ran almost perfectly stable. Starting with
20050310 a bug causing crashes with the menu system popped up (see bug id 2802).
The latest wine 20050419 completely crashes Delphi on startup, making it
completely unusable.
Delphi crashes with the dialog box stating "External Exception 80000101"
The console Window contains the following, the last two lines regarding size.cx
are when D7 crashes:
"fixme:imm:ImmGetContext (0x10020): stub
fixme:imm:ImmReleaseContext (0x10020, 0x4041f188): stub
fixme:pager:PAGER_Create [0x1003a] Drag and Drop style is not implemented yet.
fixme:win:LockWindowUpdate (0x10020), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
fixme:win:LockWindowUpdate (0x10020), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
fixme:win:LockWindowUpdate (0x10020), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
fixme:win:LockWindowUpdate (0x10020), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
fixme:win:LockWindowUpdate (0x10020), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
fixme:win:LockWindowUpdate (0x10020), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
fixme:win:LockWindowUpdate (0x10020), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
fixme:richedit:RichEditANSIWndProc EM_EXLIMITTEXT: stub
wine-pthread: run.c:522: ME_CalcRunExtent: Assertion `size.cx' failed.
wine-pthread: run.c:522: ME_CalcRunExtent: Assertion `size.cx' failed."
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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 1073, which changed state.
Bug 1073 Summary: wine does not show drives or directories in unicode apps that use treeview
http://bugs.winehq.org/show_bug.cgi?id=1073
What |Old Value |New Value
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|REMIND |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1073
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|REMIND |
Summary|Wine does not show |wine does not show drives or
|Drives/Directories in |directories in unicode apps
|StarCraft Installer |that use treeview
------- Additional Comments From Speeddymon(a)gmail.com 2005-21-04 14:56 -------
Apparently this bug not only applies to starcraft (which should have been a
given anyways), as when dimitire and I last spoke about this issue a couple of
years ago, we realized it is something in the way unicode programs use treeview.
According to the notes for bug 2815:
When the browse for folders dialog is displayed there are no folders in it
except desktop. This means it is not possible to select any folders.
When using DVDShrink and then selecting open files this dialog is displayed but
it is impossible to use the program because one cannot select a directory
containing DVD files.
I don;t have Linux installed on my computer yet, so in the mean time, Dimitrie,
if you are still active on the wine list, could you work with the reporter of
bug 2815, and see about the difficulty of doing a workaround? I'm sure much has
changed since the patch that broke this went in, but at least we do have
confirmed reports that this is still an issue..
Dustin
--
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=2815
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From Speeddymon(a)gmail.com 2005-21-04 14:46 -------
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=1073
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nick.allen(a)onlinehome.de
------- Additional Comments From Speeddymon(a)gmail.com 2005-21-04 14:46 -------
*** Bug 2815 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=2815
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From Speeddymon(a)gmail.com 2005-21-04 14:46 -------
This is known, but the bug with all the info is marked as a starcraft bug, I
will modify it to pertain to any unicode program that uses treeview
*** This bug has been marked as a duplicate of 1073 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2815
------- Additional Comments From 20050419wine(a)orchardview.net 2005-21-04 14:14 -------
I am also getting this problem, along with a bug in dlls/winaspi/aspi.c - the
scan of /proc/scsi/scsi breaks on my 3ware raid array.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2885
Summary: Max Payne fails to start
Product: Wine
Version: 20050310
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zarquon(a)t-online.de
Max Payne aborts with an error about needing DirectX 8 right on startup.
Looking at the warn+all debug output, it looks like it can't load D3D8.DLL
for some reason (unfortunately, all Wine versions I tried this with so far
failed).
warn:module:load_dll Failed to load module L"D3D8.DLL"; status=c000007b
warn:module:process_attach Initialization of L"e2_d3d8_driver_mfc.dll" failed
warn:module:LdrLoadDll Attach failed for module L"D3D8.DLL"
warn:gdi:GDI_GetObjPtr Invalid handle (nil)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2840
------- Additional Comments From zarquon(a)t-online.de 2005-21-04 14:01 -------
Created an attachment (id=844)
--> (http://bugs.winehq.org/attachment.cgi?id=844&action=view)
Debug output of working and not working Wine versions
The last version that ran UT-based games was 20041201. I compared
the debug output of this and 20050419 and I think the attached file shows
where it goes wrong. Maybe it helps, I _really_ hope for a fix.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2884
Summary: Wine Crashes when Corel 9 is starting up
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roli8200(a)yahoo.de
Running Corel 9 is very very very important task for me because its one of the
last dependencies for running windows.
Crash Dump
wine: Unhandled exception (thread 0009), starting debugger...
WineDbg starting on pid 0x8
Unhandled exception: page fault on read access to 0xc60dcd32 in 32-bit code
(0x400c4818).
In 32 bit mode.
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:003b GS:0033
EIP:400c4818 ESP:4087e3cc EBP:4087e400 EFLAGS:00010282( - 00 - RIS1)
EAX:c60dcd32 EBX:401edd04 ECX:c60dcd32 EDX:0a949e20
ESI:000002de EDI:000005bd
Stack dump:
0x4087e3cc: 401c3b89 c60dcd32 0a949e20 00000000
0x4087e3dc: 44d9ad41 44d9c439 0a949e20 0000db95
0x4087e3ec: 44d99620 440d0001 401edd04 440d0001
0x4087e3fc: 00000000 4087e42c 401c628e 0000db95
0x4087e40c: 0a949e20 ffffffff 401f4724 c000007a
0x4087e41c: 0000db95 405489e0 4087e448 440d0001
Backtrace:
=>1 0x400c4818 (0x4087e400)
2 0x401c628e LdrGetProcedureAddress+0x5e(module=0x440d0001, name=0x4087e448,
ord=0x0, address=0x4087e444) [/install/winesource/dlls/ntdll/loader.c:1157] in
ntdll (0x4087e42c)
3 0x404c51fd GetProcAddress+0x39(hModule=0x440d0001, function=0xa949e20)
[/install/winesource/dlls/kernel/module.c:823] in kernel32 (0x4087e45c)
err:dbghelp:pe_load_msc_debug_info -Debug info stripped, but no .DBG file in
module shw32
4 0x0a93a6d9 in shw32 (+0xa6d9) (0x4087e5d0)
5 0x00521279 in coreldrw (+0x121279) (0x4087f660)
6 0x00520fdc in coreldrw (+0x120fdc) (0x4087f9e4)
7 0x00528d26 in coreldrw (+0x128d26) (0x01129058)
8 0x00000001 (0x00f41e34)
9 0x005237f0 in coreldrw (+0x1237f0) (0x00a181fa)
10 0x25ff00f2 (0x90f825ff)
11 0x00000000 (0x00000000)
0x400c4818: movb 0x0(%ecx),%al
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2883
Summary: Problems with OleCreateFromFile
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sdl(a)propco.co.uk
My application makes use of Winword.exe and allows the user to edit documents
inside my application framework.
Application is VisualC++ app created with MSVC 6.0 SP6.
Upon calling COleClientItem::CreateFromFile which in turn calls the
OleCreateFromFile, I get the error DV_E_FORMATETC (0x80040064).
This can also be tested using the CL32TEST.EXE which is distributed with MSVC
6.0 as an ole test program. From this utility select Insert->Embed from file,
select any word document and it fails in the same way.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2660
------- Additional Comments From Chris(a)VandenBerghe.org 2005-21-04 02:41 -------
A lot of people seem to be suffering from this bug... the current version of
wine available in Debian sid has exactly the same behavior as described here.
Is there a known workaround?
Thanks,
Chris.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2882
Summary: wine version 20050419 and Megamud v1.03U
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: deimos_911(a)yahoo.com
megamud seems to install properly however while installing some of the menus
do not work, once the program is installed and I run it, it loads and crashes
here is the information displayed on the console screen:
fixme:richedit:RichEditANSIWndProc WM_SETFONT: stub
err:x11drv:X11DRV_CreateWindow invalid window width -21
wine-kthread: run.c:522: ME_CalcRunExtent: Assertion `size.cx' failed.
I am using linux kernel 2.6.11.7,this version of wine compiled perfectly fine
on my system and installed good,I am using an Athlon XP based system, I am
using the latest version of x.org X11 software
the latest version of megamud can be downloaded at
http://www.mudcentral.com/downloads/download_files/exe_files/103u.exe
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2881
Summary: SHCoCreateInstance class not found in registry when
writing to an AVI file
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ndumais(a)sympatico.ca
I get this error when trying to save an AVI file with VFAPIConv.exe
It's broken since Wine 2004-12-01 (2004-10-19 and earlier are ok). Tried with
CVS and same problem.
err:shell:SHCoCreateInstance failed (0x800401f0) to create CLSID:
{00020000-0000-0000-c000-000000000046} (Microsoft AVI Files) IID:
{00020020-0000-0000-c000-000000000046} (unknown)
err:shell:SHCoCreateInstance class not found in registry
It doesn't seem to be a registry problem since I does this error with: a clean
registry from a fresh install or the old registry that the software used to work
with wine 2004-10-19
Software needed to re-create the error:
DVD2AVI:http://www.afterdawn.com/software/video_software/dvd_rippers/dvd2av…
VFAPI Codec/converter: http://www.doom9.org/index.html?/software2.htm
Steps:
1- Open a MPEG-2 stream in DVD2AVI (eg: .VOB file)
2- Go to File-->Save Project and save it, then close DVD2AVI
3- Open VFAPICodec and click on Add file
4- Select the project file (.d2v) you saved with DVD2AVI and click Open
5- A window should appear, Click on OK
6- Click on the Convert button
Right now you should have the error in the console (and also Error Saving File
in VFAPI Reader). Versions 1.04 and 1.05 of VFAPI Reader do the same error.
Expected result:
It should create a small AVI file in the same folder as the DVD2AVI project file
without any errors.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2597
pierre42d(a)9online.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|P2 |P3
Platform|Other |All
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2880
lamber45(a)cse.msu.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=633
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2880
Summary: All cygwin programs fail to run
Product: Wine
Version: 20050310
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lamber45(a)cse.msu.edu
All programs linked against cygwin1.dll appear to crash without doing anything
useful, whether run under 'wcmd' or by doing 'wine progran.exe'. Typical
output from a 6-line C program that calls printf() to print "Hello.":
davidl@orlith:~/src/csc5250$ wine demo1.exe
Warning: Language '' was not recognized, defaulting to English.
fixme:ver:VERSION_GetLinkedDllVersion Unknown EXE OS version 4.0, please report !!
Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels
to set the screen resolution and remove the "Resolution" entry in the config file
err:comm:GetCommState tcgetattr or ioctl error 'Invalid argument'
fixme:ntdll:NtQueryObject Unsupported information class 1
fixme:ntdll:NtQueryObject Unsupported information class 1
fixme:ntdll:NtQueryObject Unsupported information class 1
36 [sig] demo1 -8 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION
2938 [sig] demo1 -8 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION
5460 [sig] demo1 -8 handle_exceptions: Error while dumping state (probably
corrupted stack)
Segmentation fault
davidl@orlith:~/src/csc5250$
The cygwin version was current as of a few weeks before this bug report
(installer version 2.125.2.10, according to a logfile). The only other thing
unusual about this setup is that several elements of PATH are on a read-only
NTFS partition, including C:\\cygwin\\bin and C:\\WINNT\\SYSTEM32 .
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2857
------- Additional Comments From dclark(a)akamail.com 2005-20-04 10:14 -------
With the new Wine release, 20050419, I believe all the bugs mentioned here
should 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=2734
------- Additional Comments From smarty(a)schallar.com 2005-20-04 02:27 -------
Please have a closer look at http://bugs.winehq.org/show_bug.cgi?id=2658 - this
one looks like a duplicate of that defect.
If you have any remarks, please tell me, but for now, I'd strongly recommend to
mark this one as *duplicate*.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2879
Summary: 3 bug reports ... on 40tude Dialog
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zhilla(a)spymac.com
first this: i'd say this is kinda important since 40tude dialog is one of the
best and most popular newsreaders. and freeware, well not open source, but it's
a good piece of software.
what's missing to it to work allmost perfectly??
1. it does not show in xorg taskbar. once, few month ago, it did. using
slackware 10.1, but same thing on 10. xorg versions: 6.7, 6.8.1, 6.8.2... and,
btw. when i try to dock it using kdocker, it says its not a normal window.
2. using hr (croatian) keyboard. when composing a post, pressing "delete" button
does not delete next character, instead it outputs ",".
UPDATE: i just realised this happends in ALL, and ONLY in wine apps for some
reason.
3. when editing post, deleting a line makes lines below it be pulled up - and
mostly if last line is deleted and post end line is deleted. this is not
refreshed properly, but switching to another window and going beck refreshes it.
try for yourself :) i am not an expert, but i think 40tude uses some sort of
richedit control...
otherwise, works quite nice... lot of ugly (especially toolbar!) bugs have been
fixed recently. iron this out, and you can put it in golden section :)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2878
------- Additional Comments From Speeddymon(a)gmail.com 2005-19-04 19:09 -------
This appears to be a dupe, but before I mark it as such, could you tell me, is
the error that it cant create the game icons in the menu, or that it cant show
the icons for My Computer etc so you can choose an install 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=2878
Summary: StarCraft wont install.
Product: Wine
Version: 20050310
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-console
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: glasyalabolis(a)yahoo.com
When i run install.exe or setup.exe i get an error sayingthat there is no menu.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2877
ivanleo(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From ivanleo(a)gmail.com 2005-19-04 17:30 -------
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=2877
ivanleo(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From ivanleo(a)gmail.com 2005-19-04 17:29 -------
no 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=2876
ivanleo(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From ivanleo(a)gmail.com 2005-19-04 17:29 -------
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=2876
ivanleo(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From ivanleo(a)gmail.com 2005-19-04 17:28 -------
no 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=2877
Summary: www
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: asheesh.agrawal(a)gmail.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=2876
Summary: dsgh
Product: Wine
Version: unspecified
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: prabhakar_n1(a)yahoo.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=2816
burnus(a)gmx.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From burnus(a)gmx.de 2005-19-04 05:05 -------
This should be fixed by patch
http://www.winehq.org/hypermail/wine-cvs/2005/04/0149.html
[I'll retest soon and reopen if needed 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=2875
Summary: problem with photoshop
Product: Wine
Version: 20050310
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-console
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mortalhate(a)gmail.com
when you try to use photoshop with wine, it works. BUT:
you cannot open any file with photoshop, so it becames useless to have photoshop
with 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=2869
nix(a)petelancashire.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|First time user - can not |Changing "oleaut32" to
|get app to run |"native" closer
| |...fixme:time:GetCalendarInf
| |oA
------- Additional Comments From nix(a)petelancashire.com 2005-18-04 20:48 -------
here's what I now get when i change
"oleaut32" = "native"
wine SDR.exe /s "c:\NRG\RawData\000120031124009.rwd"
fixme:ver:VERSION_GetLinkedDllVersion Unknown EXE OS version 4.0, please report !!
Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels
to set the screen resolution and remove the "Resolution" entry in the config file
fixme:ole:CoRegisterMessageFilter stub
fixme:time:GetCalendarInfoA (00000409,00000001,20000030,(nil),0,0x2895f38c):
quarter-stub
fixme:time:GetCalendarInfoW (00000409,00000001,20000030,(nil),0,0x2895f38c):
quarter-stub
fixme:time:GetCalendarInfoA (00000409,00000001,20000030,(nil),0,0x2895ebe8):
quarter-stub
fixme:time:GetCalendarInfoW (00000409,00000001,20000030,(nil),0,0x2895ebe8):
quarter-stub
fixme:ole:CoRegisterMessageFilter stub
how do i enable more debugging ?
-pete
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2874
------- Additional Comments From hans(a)it.vu.nl 2005-17-04 11:15 -------
This happened with MinGW compiled binaries but it should
be fixed in latest CVS. Can you confirm that?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2874
Summary: fixme:ver:VERSION_GetLinkedDllVersion Unknown EXE OS
version 4.0, please report !!
Product: Wine
Version: 20050310
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jely(a)evonet.ro
fixme:ver:VERSION_GetLinkedDllVersion Unknown EXE OS version 4.0, please 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=2873
Summary: x11drv, UploadGlyph, xrender.c:752, wine_tsx11_unlock()
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alexis.deruelle(a)laposte.net
I hit a bug running eBay TurboLister using wine CVS from 16 apr (I'm using
nvidia driver just in case...) :
trace:x11drv:X11DRV_Expose win 0x300b4 (340001f) 0,0 440x290
trace:x11drv:X11DRV_SetWindowPos hwnd 0x10052, after (nil), swp 0,0 0x0 flags
00000037
trace:x11drv:SWP_DoWinPosChanging hwnd 0x10052, after (nil), swp 0,0 0x0 flags
00001837
trace:x11drv:SWP_DoWinPosChanging current (0,26)-(99,356) style 50010027 new
(0,26)-(99,356)
trace:x11drv:SWP_DoNCCalcSize hwnd 0x10052 old win (0,26)-(99,356) old client
(0,26)-(99,340) new win (0,26)-(99,356) new client (0,26)-(99,356)
trace:x11drv:X11DRV_set_window_pos win 0x10052 window (0,26)-(99,356) client
(0,26)-(99,356) style 50010027
trace:x11drv:X11DRV_SetWindowPos status flags = 1027
trace:x11drv:X11DRV_SetWindowPos hwnd 0x10052, after (nil), swp 0,0 0x0 flags
00000037
trace:x11drv:SWP_DoWinPosChanging hwnd 0x10052, after (nil), swp 0,0 0x0 flags
00001837
trace:x11drv:SWP_DoWinPosChanging current (0,26)-(99,356) style 50110027 new
(0,26)-(99,356)
trace:x11drv:SWP_DoNCCalcSize hwnd 0x10052 old win (0,26)-(99,356) old client
(0,26)-(99,356) new win (0,26)-(99,356) new client (0,26)-(99,340)
trace:x11drv:X11DRV_set_window_pos win 0x10052 window (0,26)-(99,356) client
(0,26)-(99,340) style 50110027
trace:x11drv:X11DRV_SetWindowPos status flags = 1027
trace:x11drv:X11DRV_CreateBitmap (0x78) 8x8 1 bpp
trace:x11drv:X11DRV_SetBitmapBits (bmp=0x78, bits=0x77c69230, count=0x10)
trace:x11drv:X11DRV_ShowWindow hwnd=0x1008c, cmd=0, wasVisible 0
trace:x11drv:X11DRV_ShowWindow hwnd=0x10034, cmd=0, wasVisible 0
trace:x11drv:X11DRV_ShowWindow hwnd=0x10034, cmd=0, wasVisible 0
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not
valid, number of bitmaps in imagelist: 0
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not
valid, number of bitmaps in imagelist: 0
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not
valid, number of bitmaps in imagelist: 0
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not
valid, number of bitmaps in imagelist: 0
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not
valid, number of bitmaps in imagelist: 0
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not
valid, number of bitmaps in imagelist: 0
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not
valid, number of bitmaps in imagelist: 0
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not
valid, number of bitmaps in imagelist: 0
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not
valid, number of bitmaps in imagelist: 0
err:toolbar:TOOLBAR_GetImageListForDrawing bitmap for ID 0, index 0 is not
valid, number of bitmaps in imagelist: 0
trace:x11drv:X11DRV_ConfigureNotify win 0x300b4 new X rect 292,239,440x290
(event 292,239,440x290)
wine: Unhandled exception (thread 0009), starting debugger...
WineDbg starting on pid 0x8
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0xb7ee93dc).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:003b GS:0033
EIP:b7ee93dc ESP:7790e3b0 EBP:7790e3dc EFLAGS:00010212( - 00 - RIA1)
EAX:7801ac78 EBX:7f4bd870 ECX:23138e68 EDX:00000000
ESI:00000000 EDI:7801ac98
Stack dump:
0x7790e3b0: 7f4b930e 7801ac98 00000000 8c4e39a0
0x7790e3c0: 77d08938 7790e3dc e3138e6c 00000001
0x7790e3d0: 7ff154a4 00000001 03200cf1 7790e5d8
0x7790e3e0: 7ff00055 78016050 03200cf1 7790e444
0x7790e3f0: 7790e59c 00000001 00000000 8c4e39a0
0x7790e400: 00000011 7790e434 7ff96c2f 78110598
Backtrace:
=>1 0xb7ee93dc (0x7790e3dc)
2 0x7ff00055 UploadGlyph+0x46d(format=0x1)
[/home/alexis/wine/dlls/x11drv/xrender.c:752] in x11drv (0x7790e5d8)
3 0x7ff01e3e X11DRV_XRender_ExtTextOut(physDev=0x77d08a90, x=0xffef7e7a,
y=0xa, flags=0x4, lprect=0x7790f574, wstr=0x7790ecf4, count=0x27, lpDx=0x0,
breakExtra=0x0) [/home/alexis/wine/dlls/x11drv/xrender.c:1349] in x11drv
(0x7790e9fc)
4 0x7feec25e X11DRV_ExtTextOut(physDev=0x77d08a90, x=0xffef7e75, y=0x9,
flags=0x4, lprect=0x7790f574, wstr=0x7790ecf4, count=0x27, lpDx=0x0,
breakExtra=0x0) [/home/alexis/wine/dlls/x11drv/text.c:63] in x11drv (0x7790eafc)
5 0x7c1043f9 ExtTextOutW+0x85(hdc=0x3ef8, x=0xffef7e75, y=0x9, flags=0x4,
lprect=0x7790f574, str=0x7790ecf4, count=0x27, lpDx=0x0)
[/home/alexis/wine/dlls/gdi/font.c:1746] in gdi32 (0x7790eb38)
6 0x7c1e3ddb DrawTextExW+0x9af(hdc=0x3ef8, str=0x7790f5dc, i_count=0xffffffff,
rect=0x7790f574, flags=0x25, dtp=0x7790f520)
[/home/alexis/wine/dlls/user/text.c:947] in user32 (0x7790f500)
7 0x7c1e4d44 DrawTextW+0x50(hdc=0x3ef8, str=0x7790f5dc, count=0xffffffff,
rect=0x7790f574, flags=0x25) [/home/alexis/wine/dlls/user/text.c:1071] in user32
(0x7790f54c)
fixme:dbghelp:sffip_cb NIY on
'd:\Views\TurboLister_Build_View\ebayk2\K2Client\bin\Release\tl.pdb'
8 0x00433bce in tl (+0x33bce) (0x00000000)
0xb7ee93dc: repe movsl (%esi),%es:(%edi)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2872
Summary: Superpower2 fails install with msi errors
Product: Wine
Version: 20050310
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lod(a)infaze.com.au
Installing superpower2 off the cd with the installshield workaround from here:
http://frankscorner.org/index.php?p=ishield. Install dies at roughly 70%.
> WINEDLLOVERRIDES="ole32,oleaut32,rpcrt4=n" wine setup.exe
Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels
to set the screen resolution and remove the "Resolution" entry in the config file
Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels
to set the screen resolution and remove the "Resolution" entry in the config file
Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels
to set the screen resolution and remove the "Resolution" entry in the config file
err:msi:get_tablecolumns Couldn't find id for L"ISAlias"
err:msi:ACTION_InstallFiles Unable to move file (L"F:\\joshua.exe1" ->
L"C:\\Program Files\\Dreamcatcher\\Superpower 2\\joshua.exe") (error 183)
err:msi:ACTION_InstallFiles Ignoring Error and continuing...
err:msi:ACTION_InstallFiles Unable to move file (L"F:\\joshua.exe2" ->
L"C:\\Program Files\\Dreamcatcher\\Superpower 2\\joshua.exe") (error 183)
err:msi:ACTION_InstallFiles Ignoring Error and continuing...
err:msi:extract_a_cabinet_file FDICopy failed
err:msi:ACTION_InstallFiles Unable to ready media
err:msi:ACTION_ProcessExecSequence Execution halted due to error (1627)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2871
Summary: Typing problem
Product: Wine
Version: 20050310
Platform: PC
URL: http://www.sysreset.com
OS/Version: All
Status: UNCONFIRMED
Severity: major
Priority: P1
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ngompa12(a)hotmail.com
No matter what windows application I use, it will not allow me to input more
than 4 keys. However, that only happens when that paragraph symbol shows up.
It will show that you typed more than 4 keys, but it only sends 4 keys--the
first 4 keys. But no error shows up, so it might be a bug built in the program,
so i do not know which component to say is the problem, and I used Windows 98 SE
to power the codes. I tried it then with Windows XP libs and the same thing
happened. I used Red Hat Linux 9, with kernel 2.4.20-31.9 (upgraded from
2.4.20-8). This is a very serious problem. I also tried to do the same thing in
Knoppix 3.8.1, but it would happen also. Please solve this problem as soon as
possible, I wish I knew more about this problem, but this is the best I can do.
I guessed wine-binary because it seems to be the 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=2870
Summary: fixme:crypt:CRYPT_VerifyImage
Product: Wine
Version: 20050310
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: posta10100(a)yahoo.it
CC: posta10100(a)yahoo.it
Hello,
I'm trying to install a software from a DVD and I get this error:
fixme:crypt:CRYPT_VerifyImage (rsaenh.dll, 0x40369168): not verifying image
What I have to do?
Bye,
Ing. Luca G.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2869
nix(a)petelancashire.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|First time user - can not |First time user - can not
|get app to run |get app to run
------- Additional Comments From nix(a)petelancashire.com 2005-14-04 23:06 -------
There should be 5 directories under c:\NRG
RawData Reports ScaledData SiteFiles SymDR
the .rwd file goes in RawData
and another file
http://wind.petelancashire.com/1369.nsd goes in
SiteFiles
if this file is missing there shoud be a .log
file in ScaledData saying there is no site file.
The app note on how to use the /s option is at
http://www.nrgsystems.com/upload/software/ANSymphonieAutomate.pdf
sorry for forgetting this, it's been a long day
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2869
Summary: First time user - can not get app to run
Product: Wine
Version: 20050310
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nix(a)petelancashire.com
copied all .dll's from XP SP2 that app sez was missing
app can be downloaded from:
http://www.nrgsystems.com/support/software.php
select
Symphonie Data Retriever Software
(SDRv50301.exe uploaded 8 April 2005)
Download SDRv50301.exe (5,863 KB)
install seems to go ok I placed it in c:\NRG (the default)
app has non GUI mode
wine "c:\NRG\SymDR\SDR.exe" /s "c:\NRG\RawData\000120031124009.rwd"
a sample .rwd file can be found at
http://wind.petelancashire.com/000120031124009.rwd
here's what i get when I try to run
wine "c:\NRG\SymDR\SDR.exe" /s "c:\NRG\RawData\000120031124009.rwd"
fixme:ver:VERSION_GetLinkedDllVersion Unknown EXE OS version 4.0, please report !!
Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels
to set the screen resolution and remove the "Resolution" entry in the config file
fixme:ole:CoRegisterMessageFilter stub
fixme:seh:EXC_RtlRaiseException call (from 0x735184eb) to unimplemented function
oleaut32.dll.VarMonthName
wine: Unhandled exception (thread 0009), starting debugger...
WineDbg starting on pid 0x8
Unhandled exception: unimplemented function oleaut32.dll.VarMonthName called in
32-bit code (0x62a5b053).
In 32 bit mode.
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:003b GS:0033
EIP:62a5b053 ESP:74eaf3c4 EBP:74eaf428 EFLAGS:00200212( - 00 - -IA1)
EAX:74eaf3d0 EBX:62aca400 ECX:74eaf568 EDX:4faf1000
ESI:00000000 EDI:00000001
Stack dump:
0x74eaf3c4: 77e2f730 41de8e4e 62a5b00c 80000100
0x74eaf3d4: 00000001 00000000 735184eb 00000002
0x74eaf3e4: 62ab1aa0 62ab1acc 77de0034 77e2f700
0x74eaf3f4: 77e2f700 74eaf434 41de6f96 77de0000
0x74eaf404: 77e2f700 000000f0 77de0000 77e2f700
0x74eaf414: 00000001 74eaf444 6793bb44 41ddcf57
Backtrace:
=>1 0x62a5b053 in oleaut32 (+0xb053) (0x74eaf428)
2 0x62a5b0be __wine_stub_oleaut32_dll_144+0x0 in oleaut32 (0x74eaf448)
3 0x735184eb GetMem1+0x795 in msvbvm60 (0x74eaf468)
4 0x0049650a in sdr (+0x9650a) (0x74eaf4ac)
5 0x004bdd58 in sdr (+0xbdd58) (0x74eaf584)
6 0x7344aea0 in msvbvm60 (+0x2aea0) (0x74eaf590)
7 0x00406fc9 EntryPoint+0xf71 in sdr (0x74eaf5a0)
8 0x7344ae7d in msvbvm60 (+0x2ae7d) (0x74eaf5ec)
9 0x734431a4 in msvbvm60 (+0x231a4) (0x74eaf6c0)
10 0x73443033 in msvbvm60 (+0x23033) (0x74eaf6e4)
11 0x7343de3e EVENT_SINK_AddRef+0x5cf in msvbvm60 (0x74eaf740)
12 0x7343dc5d EVENT_SINK_AddRef+0x3ee in msvbvm60 (0x74eaf760)
13 0x7343dc22 EVENT_SINK_AddRef+0x3b3 in msvbvm60 (0x74eaf798)
14 0x7344b017 in msvbvm60 (+0x2b017) (0x74eaf7e8)
15 0x734f567c in msvbvm60 (+0xd567c) (0x74eafcf4)
16 0x734347da in msvbvm60 (+0x147da) (0x74eafe34)
17 0x73432099 BASIC_CLASS_AddRef+0xf0b in msvbvm60 (0x74eafe58)
18 0x7342e24f ThunRTMain+0x411 in msvbvm60 (0x74eafe78)
19 0x7342df93 ThunRTMain+0x155 in msvbvm60 (0x74eafe98)
20 0x7342de99 ThunRTMain+0x5b in msvbvm60 (0x74eaff18)
21 0x00406062 EntryPoint+0xa in sdr (0x74eafff4)
22 0x10005091 wine_switch_to_stack+0x11 in libwine.so.1 (0x00000000)
0x62a5b053: addl $12,%esp
Wine-dbg>q
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2868
Summary: CVS won't compile on FC4
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kmberry(a)speakeasy.net
I./.. -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2
-fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o file.o file.c
In file included from ../../../include/winnt.h:27,
from ../../../include/windef.h:204,
from ../../../include/wine/test.h:25,
from file.c:21:
../../../include/msvcrt/ctype.h:72: warning: conflicting types for built-in
function ‘iswalnum’
../../../include/msvcrt/ctype.h:73: warning: conflicting types for built-in
function ‘iswalpha’
../../../include/msvcrt/ctype.h:75: warning: conflicting types for built-in
function ‘iswcntrl’
../../../include/msvcrt/ctype.h:77: warning: conflicting types for built-in
function ‘iswdigit’
../../../include/msvcrt/ctype.h:78: warning: conflicting types for built-in
function ‘iswgraph’
../../../include/msvcrt/ctype.h:79: warning: conflicting types for built-in
function ‘iswlower’
../../../include/msvcrt/ctype.h:80: warning: conflicting types for built-in
function ‘iswprint’
../../../include/msvcrt/ctype.h:81: warning: conflicting types for built-in
function ‘iswpunct’
../../../include/msvcrt/ctype.h:82: warning: conflicting types for built-in
function ‘iswspace’
../../../include/msvcrt/ctype.h:83: warning: conflicting types for built-in
function ‘iswupper’
../../../include/msvcrt/ctype.h:84: warning: conflicting types for built-in
function ‘iswxdigit’
../../../include/msvcrt/ctype.h:85: warning: conflicting types for built-in
function ‘towlower’
../../../include/msvcrt/ctype.h:86: warning: conflicting types for built-in
function ‘towupper’
../../../include/msvcrt/io.h:179: error: ‘open’ aliased to external symbol ‘_open’
../../../include/msvcrt/io.h:180: error: ‘sopen’ aliased to undefined symbol
‘_sopen’
../../../include/msvcrt/process.h:129: error: ‘execl’ aliased to undefined
symbol ‘_execl’
../../../include/msvcrt/process.h:130: error: ‘execle’ aliased to undefined
symbol ‘_execle’
../../../include/msvcrt/process.h:131: error: ‘execlp’ aliased to undefined
symbol ‘_execlp’
../../../include/msvcrt/process.h:132: error: ‘execlpe’ aliased to undefined
symbol ‘_execlpe’
../../../include/msvcrt/process.h:133: error: ‘spawnl’ aliased to undefined
symbol ‘_spawnl’
../../../include/msvcrt/process.h:134: error: ‘spawnle’ aliased to undefined
symbol ‘_spawnle’
../../../include/msvcrt/process.h:135: error: ‘spawnlp’ aliased to undefined
symbol ‘_spawnlp’
../../../include/msvcrt/process.h:136: error: ‘spawnlpe’ aliased to undefined
symbol ‘_spawnlpe’
make: *** [file.o] Error 1
[root@kmberry tests]#
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2867
Summary: Application specific crash (page fault): wvsnprintf16
in user32
Product: Wine
Version: 20050310
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yradenac(a)free.fr
Wine crashes every time with a particular application.
Here the log:
---------------------------------
/mnt/cdrom$ wine AUTORUN.EXE
Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels
to set the screen resolution and remove the "Resolution" entry in the config file
wine: Unhandled exception (thread 000e), starting debugger...
WineDbg starting on pid 0x8
fixme:dbghelp:SymLoadModule Should have successfully loaded debug information
for image Z:\mnt\cdrom\AUTORUN.EXE
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x778d2255).
In 32 bit mode.
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:003b GS:0033
EIP:778d2255 ESP:769e6ed4 EBP:00000000 EFLAGS:00210202( - 00 - -RI1)
EAX:77c96016 EBX:77908fec ECX:77c96010 EDX:000002b4
ESI:77c96016 EDI:00000400
Stack dump:
0x769e6ed4: 00001000 00000013 13b5ef87 77b8c862
0x769e6ee4: 77b8ccef 77b92b0a 77b5d3e1 00001597
0x769e6ef4: 00000001 00000013 00000001 139e6fa4
0x769e6f04: 000011af 77c1e688 00001000 00002002
0x769e6f14: 77b5ef87 77b5d659 00002002 77c966e0
0x769e6f24: 00001000 000011af 77c1e688 00001596
Backtrace:
=>1 0x778d2255 wvsnprintf16+0x25 in user32 (0x00000000)
0x778d2255 wvsnprintf16+0x25 in user32: movzbl 0x0(%ebp),%ecx
Wine-dbg>quit
WineDbg terminated on pid 0x8
-----------------------------------
The program: Emme English+ 1999 (a software to learn english)
My configuration:
- Wine 20050310 (it does not work with 20050211 too)
- Mandrake 10.1
- kernel 2.6.11.6
- athlon-xp 2500+
I can provide you some more debug information. The option --debugmsg (cf wine
manual) does not work but I read somewhere that we must set a environment
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=2866
Summary: Support for X11 multi head configurations (Xinerama)
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aw11(a)os.inf.tu-dresden.de
On X11 multi-head configurations, in particular Xinerama) the Windows Apps see
only one (big) monitor. I'd suggest to map the Xinerama monitor layout to the
monitor layout provided by Windows in native Windows multi-head configurations.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2865
------- Additional Comments From jifl-wine(a)jifvik.org 2005-13-04 10:49 -------
I forgot to say, when I start Xnews.exe it displays:
fixme:font:load_VDMX Failed to retrieve vTable
fixme:dc:LockWindowUpdate (0x1002c), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
I have also tried debugging with:
winedbg Xnews.exe
When it locks up, there's no message in the debugger. If I then press ctrl-c, I get:
Ctrl-C: stopping debuggee
0x004c37a2 _dl_sysinfo_int80+0x2 in ld-linux.so.2: ret
Wine-dbg>err:hook:HOOK_CallHooks Unknown hook id 4
wine-pthread: hook.c:370: HOOK_CallHooks: Assertion `0' failed.
err:hook:HOOK_CallHooks Unknown hook id 4
wine-pthread: hook.c:370: HOOK_CallHooks: Assertion `0' failed.
err:hook:HOOK_CallHooks Unknown hook id 12
wine-pthread: hook.c:370: HOOK_CallHooks: Assertion `0' failed.
err:hook:HOOK_CallHooks Unknown hook id 12
wine-pthread: hook.c:370: HOOK_CallHooks: Assertion `0' failed.
[repeat with hook id 12 lots more times]
err:hook:HOOK_CallHooks Unknown hook id 12
wine-pthread: hook.c:370: HOOK_CallHooks: Assertion `0' failed.
wine client error:b: read: Bad address
Finally I should add that I'm using Xnews 5.04.25 from http://xnews.newsguy.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=2865
Summary: Xnews fails wih 20050310
Product: Wine
Version: 20050310
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jifl-wine(a)jifvik.org
[Sorry if this is the wrong component - I'm not sure which is best]
I have followed various FAQs on setting up WINE to run the free Xnews
newsreader. However despite following these FAQs to the letter, Xnews does not
run correctly. If I double click a newsgroup, it attempts to connect. But then
does nothing more, including no screen updates although CPU usage goes to 100%.
Sometimes I can recover it somewhat if I press ctrl-c, or sometimes that doesn't
work and the windows still don't repaint, or sometimes it results in a spew of
messages in the terminal I started it with of:
err:syslevel:_EnterSysLevel (0x7766d500, level 2): Holding 0x77562d40, level 3.
Expect deadlock!
I have tried using native DLLs from both Win98 and WinXP, but the behaviour is
identical. My wine config was:
-=-=-=-=-=-
WINE REGISTRY Version 2
[Version]
;; Windows version to imitate
(win95,win98,winme,nt351,nt40,win2k,winxp,win20,win30,win31)
"Windows" = "win98"
;; [DllOverrides]
; some dlls you may want to change
;; "shell" = "native, builtin"
;; "shell32" = "native, builtin"
;; Xnews working config
;;[AppDefaults\\Xnews.exe\\DllOverrides]
"comctl32" = "native"
"commctrl" = "native"
"riched32" = "native"
;; "shell.dll" = "native"
;; "shell32.dll" = "native"
;; "comdlg32.dll" = "native"
-=-=-=--=-=-=-=-=-
The commented DLLs are other native DLLs I tried.
I also reverted to the 20050211 snapshot RPM but that didn't help. Given other
comments from people on how it "just worked", I suspect it's some regression in
Wine somewhere. But unfortunately I cannot obtain older RPMs.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2864
Summary: Intel Indeo5 video playback fails: "MCI:Could not create
or use window"
Product: Wine
Version: CVS
Platform: PC
URL: http://www.winehq.org/appview.php?appid=502
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frix(a)engineer.com
The error occurs with the in game cut scenes for the game
Kings Quest 8 by Sierra-Online/Vevindi Universal.
First of all, the file containing the data is called "w32opn_1.dll",
which confuses wines MCI selection, since it doesn't know what to
to with .dll files.
Launching the game as "WINEDEBUG=+mci wine Mask.exe" gives the following
output:
...
trace:mci:MCI_GetDevTypeFromFileName No ...\MCI Extensions entry for L".dll"
found.
...
I've added the following key to the registry to bypass this problem:
system.reg:
[Software\\Microsoft\\Windows NT\\CurrentVersion\\MCI Extensions] 1112712291
"dll"="AVIVideo"
Loading the game now it recognises the AVIVIDEO entry.
...
trace:mci:MCI_LoadMciDriver Loaded driver 0x77cb1548 (L"AVIVIDEO"), type is
520, cmdTable=00000001
...
Unfortunately the video doesn't start playing:
...
trace:mci:MCI_Open Failed to open driver (MCI_OPEN_DRIVER) [0000015b], closing
...
It seems asif winmm recognised that the video file is encoded in Indeo5:
...
0009:Call msvfw32.ICLocate(63646976,30357669,77cb3cc0,00000000,00000002)
ret=73cd7a9f
0009:Call winmm.OpenDriver(77abd018 L"vidc.iv50",779bcf84
L"drivers32",77abcfe8) ret=779b5e9e
0009:Call advapi32.RegOpenKeyExW(80000002,7798f440
L"Software\\Microsoft\\Windows NT\\CurrentVersion",00000000,00000001,77abcd78)
ret=77940e19
0009:Ret advapi32.RegOpenKeyExW() retval=00000000 ret=77940e19
0009:Call advapi32.RegOpenKeyExW(000000a8,779bcf84
L"drivers32",00000000,00000001,77abcd74) ret=77940e48
0009:Ret advapi32.RegOpenKeyExW() retval=00000002 ret=77940e48
0009:Call advapi32.RegCloseKey(000000a8) ret=77940e5c
0009:Ret advapi32.RegCloseKey() retval=00000000 ret=77940e5c
0009:Call PE DLL (proc=0x10073e60,module=0x10000000
L"ir50_32.dll",reason=PROCESS_ATTACH,res=(nil))
0009:Ret PE DLL (proc=0x10073e60,module=0x10000000
L"ir50_32.dll",reason=PROCESS_ATTACH,res=(nil)) retval=1
0009:Call advapi32.RegOpenKeyExA(80000002,10098460
"HARDWARE\\DESCRIPTION\\System\\FloatingPointProcessor",00000000,00020019,77abcc28)
ret=100349c7
0009:Ret advapi32.RegOpenKeyExA() retval=00000000 ret=100349c7
0009:Call advapi32.RegCloseKey(000000a8) ret=100349dc
0009:Ret advapi32.RegCloseKey() retval=00000000 ret=100349dc
0009:Call advapi32.RegOpenKeyExA(80000001,10098abc
"Software\\Intel\\Indeo\\5.0",00000000,000f003f,77abcba4) ret=10043c6f
0009:Ret advapi32.RegOpenKeyExA() retval=00000002 ret=10043c6f
0009:Ret winmm.OpenDriver() retval=77cc6610 ret=779b5e9e
0009:Call winmm.GetDriverFlags(77cc6610) ret=779b5cc9
0009:Ret winmm.GetDriverFlags() retval=80000000 ret=779b5cc9
0009:Call winmm.SendDriverMessage(77cc6610,0000400b,77cb3cc0,00000000)
ret=779b713d
0009:Ret winmm.SendDriverMessage() retval=00000000 ret=779b713d
0009:Ret msvfw32.ICLocate() retval=00000001 ret=73cd7a9f
0009:Call
msvfw32.ICGetDisplayFormat(00000001,77cb3cc0,77ce4ae8,00000000,00000000,00000000)
ret=73cd7bd6
0009:Call winmm.SendDriverMessage(77cc6610,0000400b,77cb3cc0,00000000)
ret=779b713d
0009:Ret winmm.SendDriverMessage() retval=00000000 ret=779b713d
0009:Call winmm.SendDriverMessage(77cc6610,0000400a,77cb3cc0,77ce4ae8)
ret=779b713d
0009:Ret winmm.SendDriverMessage() retval=00000000 ret=779b713d
0009:Ret msvfw32.ICGetDisplayFormat() retval=00000001 ret=73cd7bd6
0009:Call msvfw32.ICSendMessage(00000001,0000400c,77cb3cc0,77ce4ae8)
ret=73cd7cc5
0009:Call winmm.SendDriverMessage(77cc6610,0000400c,77cb3cc0,77ce4ae8)
ret=779b713d
0009:Ret winmm.SendDriverMessage() retval=00000000 ret=779b713d
0009:Ret msvfw32.ICSendMessage() retval=00000000 ret=73cd7cc5
0009:Call window proc 0x73cd87d0
(hwnd=0x1002c,msg=WM_GETMINMAXINFO,wp=00000000,lp=77abcc18)
0009:Ret window proc 0x73cd87d0
(hwnd=0x1002c,msg=WM_GETMINMAXINFO,wp=00000000,lp=77abcc18) retval=00000000
0009:Call window proc 0x73cd87d0
(hwnd=0x1002c,msg=WM_NCDESTROY,wp=00000000,lp=00000000)
0009:Ret window proc 0x73cd87d0
(hwnd=0x1002c,msg=WM_NCDESTROY,wp=00000000,lp=00000000) retval=00000000
0009:Call winmm.mmioClose(00000001,00000000) ret=73cd3b18
0009:Ret winmm.mmioClose() retval=00000000 ret=73cd3b18
0009:Call msvfw32.ICClose(00000001) ret=73cd3cc1
0009:Call winmm.CloseDriver(77cc6610,00000000,00000000) ret=779b86c8
0009:Call PE DLL (proc=0x10073e60,module=0x10000000
L"ir50_32.dll",reason=PROCESS_DETACH,res=(nil))
0009:Ret PE DLL (proc=0x10073e60,module=0x10000000
L"ir50_32.dll",reason=PROCESS_DETACH,res=(nil)) retval=1
0009:Ret winmm.CloseDriver() retval=00000001 ret=779b86c8
0009:Ret msvfw32.ICClose() retval=00000000 ret=73cd3cc1
...
If need be I can post more detailed logs. Just drop a note.
Regards,
-frikkie thirion
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2862
wb(a)bot24.no-ip.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From wb(a)bot24.no-ip.com 2005-12-04 23:55 -------
The issue with connecting to the wrong host might have been fixed in CVS,
because IPTraf showed no connections made to 56.0.0.0. I'm not sure, however,
since I can't find the rule that I had made in IPTables to get around the
problem, and thus cannot remove it. iptables -L returns no lines that contain
6900. The game does not crash after loading either.
The only problem now is the mouse sensitivity being way low, and stuff being
slower than it is when run under XP.
I'll close this since I'm pretty sure that it is working correctly.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2387
------- Additional Comments From bulk(a)inkhorn.net 2005-12-04 21:13 -------
Not sure whether I should confirm this bug as I'm not running the latest CVS
code or even a particularly recent version (wine --version reports "Wine
20040716"), however,...
I notice the exact same behaviour with ClrMamePro, the main menu window fails to
reappear when returning from submenu items.
Thanks for all your work on Wine,
Tom
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2862
------- Additional Comments From lionel.ulmer(a)free.fr 2005-12-04 15:49 -------
Thanks for the log, I will have a look at it this week (when I find some time).
In the meantime, if your crash is GL related (ie the debugger shows an exception
in libGL.so), try latest CVS to see if it fixes your 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=2857
------- Additional Comments From dclark(a)akamail.com 2005-12-04 10:31 -------
Yea, I did notice the update problem. I had not realized that Windows allowed
typing into the fields. I may try to work on those two things this weekend. Then
I have to figure out why patches I send to wine-patches are silently
disappearing without showing up on the list... very strange.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2863
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=27
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |regression
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-12-04 09:08 -------
if you could find the patch that broke this it would be very helpfull. The way
to do regression testing is outlined here.
http://www.winehq.org/site/docs/wine-devel/x1318
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2863
Summary: Lotus Notes file operations problem
Product: Wine
Version: 20050310
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P4
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gregor.ibic(a)intelicom.si
Since wine version 20040813 operations with files do not work properly in Lotus
Notes 6.5.1. When you try to access some file for attachment, embeding (picture)
or selecting, wine crashes. Version 20040813 is most stable with Lotus Notes
6.5.1 for now but still crashes with Create picture in richtext field.
The most problematic is that mail is not usable under wine, cause there are a
lot of attachments 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=2862
------- Additional Comments From wb(a)bot24.no-ip.com 2005-11-04 22:48 -------
I got it to connect by doing some port forwarding with iptables(--dport 6900
--to 67.18.209.218:6900), but I get crashes after that x_x. I'll open new
reports on that if they still happen after this is fixed. Maybe there is
something wrong with my WINE setup? I had heard that this works well...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2306
phil(a)ldex.terica.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|20040615 |20050310
------- Additional Comments From phil(a)ldex.terica.net 2005-11-04 20:58 -------
Still an issue with all releases of Wine since original report was filed. Still
minor, but this report needed updating.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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
phil(a)ldex.terica.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CLOSED |UNCONFIRMED
Resolution|FIXED |
------- Additional Comments From phil(a)ldex.terica.net 2005-11-04 20:56 -------
Issue has been confirmed as present during testing of February 2005 Wine
releases through to the current release inclusive. January 2005 works well by
comparison.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2857
------- Additional Comments From rmay(a)ou.edu 2005-11-04 18:21 -------
Alright, that patch is definitely a great step in the right direction. However,
the text areas of the date/time boxes seem to have some updating issues. Try
cycling the digits so that you change the number of digits in one of the
numbers, like going from april to october (ie. 4/11/2005 to 10/11/2005). You
end up with a bit of a garbled mess until you click somewhere, which I guess
forces an update. Also, you can't type in a number to set it, while you can on
windows.
Thanks for working on this.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2862
------- Additional Comments From wb(a)bot24.no-ip.com 2005-10-04 20:17 -------
OK, I was trying to make it work myself, but I couldn't get it. The game tries
to resolve the IP address, and somehow WINE gives it 56.0.0.0 as a result.
http://bugs.winehq.org/show_bug.cgi?id=2857
------- Additional Comments From dclark(a)akamail.com 2005-10-04 17:12 -------
Here is an additional chunk that puts the updown control in the right place:
@@ -874,13 +874,23 @@ DATETIME_Size (DATETIME_INFO *infoPtr, W
TRACE("Height=%ld, Width=%ld\n", infoPtr->rcClient.bottom,
infoPtr->rcClient.right);
infoPtr->rcDraw = infoPtr->rcClient;
-
- /* set the size of the button that drops the calendar down */
- /* FIXME: account for style that allows button on left side */
- infoPtr->calbutton.top = infoPtr->rcDraw.top;
- infoPtr->calbutton.bottom= infoPtr->rcDraw.bottom;
- infoPtr->calbutton.left = infoPtr->rcDraw.right-15;
- infoPtr->calbutton.right = infoPtr->rcDraw.right;
+
+ if (infoPtr->dwStyle & DTS_UPDOWN) {
+ /* the updown control seems to ignore SetWindowPos messages */
+ DestroyWindow(infoPtr->hUpdown);
+ /* hmmm... the updown control seems to ignore the width parameter */
+ infoPtr->hUpdown = CreateUpDownControl (WS_CHILD | WS_BORDER | WS_VISIBLE,
+ infoPtr->rcClient.right-14, 0, 20, infoPtr->rcClient.bottom,
+ infoPtr->hwndSelf, 1, 0, 0, UD_MAXVAL, UD_MINVAL, 0);
+ }
+ else {
+ /* set the size of the button that drops the calendar down */
+ /* FIXME: account for style that allows button on left side */
+ infoPtr->calbutton.top = infoPtr->rcDraw.top;
+ infoPtr->calbutton.bottom= infoPtr->rcDraw.bottom;
+ infoPtr->calbutton.left = infoPtr->rcDraw.right-15;
+ infoPtr->calbutton.right = infoPtr->rcDraw.right;
+ }
/* set enable/disable button size for show none style being enabled */
/* FIXME: these dimensions are completely incorrect */
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2857
------- Additional Comments From dclark(a)akamail.com 2005-10-04 15:56 -------
The fundamental problem with the control is that the code does not recognize
that DTS_TIMEFORMAT is a two bit field. So this change fixes it so that the date
box shows the date:
--- dlls/comctl32/datetime.c 9 Jan 2005 16:42:54 -0000 1.54
+++ dlls/comctl32/datetime.c 10 Apr 2005 20:46:18 -0000
@@ -256,7 +256,7 @@ DATETIME_SetFormatW (DATETIME_INFO *info
if (infoPtr->dwStyle & DTS_LONGDATEFORMAT)
format_item = LOCALE_SLONGDATE;
- else if (infoPtr->dwStyle & DTS_TIMEFORMAT)
+ else if ((infoPtr->dwStyle & DTS_TIMEFORMAT) == DTS_TIMEFORMAT)
format_item = LOCALE_STIMEFORMAT;
else /* DTS_SHORTDATEFORMAT */
format_item = LOCALE_SSHORTDATE;
Still several bugs though. I don't know yet why the arrows don't show up; they
do in control spy. SPY++ shows they were instantiated, so they may be off the
edge of the window. Also, even when the arrows show up in control spy, they
don't work, but using the arrow keys on the keyboard does 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=2862
------- Additional Comments From lionel.ulmer(a)free.fr 2005-10-04 15:35 -------
You just do 'WINEDEBUG=+winsock,+wininet,+tid wine YourApplication.exe 2>
log_file.txt' and attach the (gzipped if it's too big) 'log_file.txt' file to
this bug report.
If the 'error' is at the beginning of the application, you can even do a
'WINEDEBUG=+relay,+winsock,+wininet,+tid wine You...'. But this time you WILL
have to gzip it as it will really be huge.
I will try on my box the SakRay clients (only tried the 'normal' ones for 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=2862
------- Additional Comments From wb(a)bot24.no-ip.com 2005-10-04 15:13 -------
This happens on RO and SASKRAY 1117 and on RO and SASKRAY 0329. Can you give me some
instructions on doing that trace?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2857
------- Additional Comments From dclark(a)akamail.com 2005-10-04 12:29 -------
Curiously, I have found that the program is very picky about how it is run. The
suggested run command:
wine c:\\Program\ Files\\WeatherSoft\\WeatherScope.exe
works okay. But the command:
wine c:/Program\ Files/WeatherSoft/WeatherScope.exe
will crash. Hopefully this is just poor coding within the program itself, and
not something in Wine. From the backtrace, that looks like it might be 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=2862
------- Additional Comments From lionel.ulmer(a)free.fr 2005-10-04 12:22 -------
Which version of RO are you using ? On my box, it's working just fine (both the
patcher and the game itself).
Anyway, could you attach a +wininet,+winsock trace to this bug report so that we
can check how the game tries to connect to this IP address ?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2813
------- Additional Comments From tulmin(a)gmail.com 2005-10-04 11:27 -------
As this bug is caused by my patch I'm interestid in geting this thing solved,
but currently I don't have time to work on this myself.
http://bugs.winehq.org/show_bug.cgi?id=2861
rschiele(a)uni-mannheim.de changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=227
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2862
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=701
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2862
Summary: Connecting to wrong address
Product: Wine
Version: 20050310
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wb(a)bot24.no-ip.com
When trying to run the game Ragnarok Online under WINE, it never connects to
the server. Using a GRF extracter shows that the client tries to connect to an
ip address(this one connects to 67.18.209.218:6900). Using IPTraf shows a
connection being opened to 56.0.0.0:6900. There are no error messages related
to networking being displayed on the console. I don't know what other stuff
this effects, since some parts of WINE work, but this should never happen.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2056
------- Additional Comments From lionel.ulmer(a)free.fr 2005-09-04 11:12 -------
Well, this is the classical problem with Windows SDL games and Wine. Basically,
whatever the application requests, SDL initializes DInput (which makes the mouse
wrap due to relative mouse movements emulation).
After, if the game only requires absolute coords, SDL does not 'ungrab' the
mouse but rather uses standard Win32 APIs to get the position.
This is not supported in Wine (yet).
If I find out how to get the game to even start, I may try to take a look at it,
but I do not promise to find a way that pleases AJ (as it may be a bit of a hack
in the X11DRV).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2056
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lionel.ulmer(a)free.fr
Component|wine-misc |wine-directx-dinput
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-08-04 21:29 -------
If I hack SysMouseAImpl_GetD() to not center the mouse then this the mouse
behaves the way it should.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2853
------- Additional Comments From nbetcher(a)mchsi.com 2005-08-04 15:40 -------
I would disagree with the goals remark, here's why: Cedega's goal is to run
games, mainly, and the applications that support them. WineHQ's goal is to run
all Windows applications, libraries, and possibly down the road allow for
expanding to other things like drivers, etc.
Cedega's goal is with-in WineHQ's goal. I would, say, for example, agree with
you if WineHQ's goals were to only run games and the applications that support
them, and Cedega visa-versa.
When I received comments such as the ones I have made when I was an unpaid
open source developer, I would give the same responses I have received. The
responses are all valid and I respect them. The biggest problem, though, in
this situation is that we do know that a clean (non-kernel, non-real-time
priority) solution exists.
I downloaded the source to aRts (the sound server for KDE, as I'm sure
everyone knows already) and modified the file soundserver/artswrapper.c to
work with wine. Unfortunately it seems there is some kind of a problem as it's
not able to get real-time support from the kernel (or whatever gives real-time
priority). Obviously this wouldn't be a permanent fix, but it would (to some
extent) excersize the theoretical "fix" that was posted on wine-devel.
The question with that fix though is: Cedega doesn't require root privilages
after install (e.g. run-time), nor does it require the SUID=0 bit. This proves
to me that there IS another option. I wish I had more knowledge of sound
servers, buffers, and all of the various audio I/O stuff so that I could help,
but I don't. (It would be nice if Stefan [Westerfeld] from the aRts project
could investigate this since this used to be more of a problem with aRts back
in the KDE 2.x days)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2813
------- Additional Comments From burnus(a)gmx.de 2005-08-04 14:57 -------
> Can we try this test right before EDIT_NOTIFY_PARENT
Well, we can but it simply crashes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2056
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://www.shrapnelgames.com|http://www.avault.com/pcrl/d
|/downloads/dominions2demo_in|lftp.asp?url=ftp.avault.com/
|stall.exe |demos/dominions2demo_install
| |.exe&game=dominions2
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-08-04 14:43 -------
I changed the download link since I could not install from the one that was there.
The mouse always wants to center itself and makes the game unplayable.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2853
------- Additional Comments From lionel.ulmer(a)free.fr 2005-08-04 14:09 -------
Well, I think it's just that Wine's and Cedega's goals are different (or rather
the goal of the Cedega developpers and Wine's 'unpaid' ones). While Cedega
developpers do their code to please their clients (so that they keep being
subscribed), Wine developpers do it for their own reasons.
So even if a Wine developper may know how to fix the issue, he may not do it
just, for example, if he does not finds the solution clean enough or too hacky.
I.e. he would think 'well, we need this and that feature from the kernel so
that Wine can implement this thread prioritisation feature properly' and not
take the time to implement a hacky way that would maybe only fix one special
case to make some gamers happy.
And I do not know if they have an AJ on board that only accepts 'nice and clean'
patches to the tree or if they put 'it's ugly but if fixes application X'
patches in their trees :-)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2054
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Summary|Win32 _EnterSysLevel errors |Problems running (Elf
|(Elf Bowling) |Bowling)
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-08-04 12:27 -------
I had to copy over the fonts from a win98 install in order to get this to run
but when they were installed this program works (sort of). It has problems
recieving mouse clicks and keyboard input but the original errors are 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=1996
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-08-04 10:12 -------
With current CVS this program installs without needing to install dcom98. Of
course now that it installs it will not run. Bah!
Resolving FIXED. Since the bug report was for the installation.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2813
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-08-04 09:43 -------
Lauri Tulmin may be correct but...
Can we try this test right before EDIT_NOTIFY_PARENT
if (es->text_width == 0) {
es->text_width = fw;
es->text = "1";
}
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2861
Summary: Garmin MapSource 6.5 does not startup on wine
installation
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rschiele(a)uni-mannheim.de
As installation (InstallShield) within wine did not work, I installed on a
Windows 98 system and moved the installed directory and the installed registry
keys to the wine installation.
If I start MapSource.exe now, the splash screen appears, disappears again and
an error message popup occurs telling me to contact Garmin support with the
following technical information:
---
Error Information:
App: MapSource
At: 4/6/2005 6:01:49 PM (UTC)
OS: Windows 95
Processor: Pentium, RAM: 1035588
AFX_COMBOBOXUTILS.HPP-54-6.5
---
I contacted their support and asked them to explain which task is performed
from AFX_COMBOBOXUTILS.HPP in line 54 to get an idea what exactly is failing
here with Wine. Currently I am awaiting their answer.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2853
------- Additional Comments From nbetcher(a)mchsi.com 2005-07-04 22:54 -------
Thank you for your response on this.
I'll give you a little background of my own as far as CS is concerned. I was a
programmer (mainly for KDE) for years up until the point where I become more
extroverted (social, etc) and had less time for programming. So, I do have a
lot of programming experience under my belt, as well as a good understanding
of how multiple open (or closed) source projects indirectly (e.g. Gnome and
KDE, WineHQ and Cedega) and directly (can't think of any examples off the top
of my head) compete.
Competition is good for everyone, even if you do all of your open source
programming on your own, unpaid time. As a KDE programmer, I saw Gnome (as
well as other various window managers, etc) keep us aware of what we are, and
aren't lacking. I think KDE was a big player in accelerating C++ on linux
(combreloc, etc).
On that note (now that I've given my speech), I would like to impress that
Cedega doesn't seem to have these problems, even under heavy load. As a matter
of fact, when Cedega is given a lesser or greater priority (negative or high
positives), it doesn't affect the sound processing at all. It's been like that
for a while (as long as I can remember using Cedega).
So, based off of my speech above: in comparison to Cedega, why do the WineHQ
developers find it such an impossible task (e.g. they don't have the tools
available to them, or the kernel is lacking, etc)? That's not really a
question to be answered to me, it's more of a question for the developers to
ponder to themselves - there is a way, a practical way.
I'd love to dive into the source and try to find the problem, but - like most
large projects - it would take me much time to just get used to the "WineHQ
Way", formatting, and the fact that it's C, not C++. I think there are other
ways that I can assist everyone in this matter - possibly more as a public
relations person? I could discuss the possibility of Transgaming releasing
their ideoligy for fixing the dsound problems, but dsound support is part of
their proud flag-ship: full DirectX support - so that may be impractical.
I seem to be spending all of my free time playing the game (which is what I'd
ideally like to do :P ), but I can sacrafice time to help out everyone else,
and myself, in order to fix all aspects of WoW working correctly.
Thanks again for your response and assignment as "NEW".
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2853
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-07-04 21:01 -------
I can confirm this bug for you but as far as the rest, uhm, well you see the way
things work is that there are no component owners. That might not ever change.
Beyond that the real issue is that the reason that the buffer underruns happen
is that there is no practical way to currently increase a threads priority on
linux. That means that at times the process that is supposed to keep the buffer
full sometimes gets starved of processing time. The technicalities involved have
been discused many times on the Wine-devel mailing list. The most resent one is
here. (SetProcessClass and SetThreadPriority support)
http://www.winehq.org/hypermail/wine-devel/2005/04/0080.html
It is not realy that it "keeps getting shrugged off as a system issue" there are
people (more knowledgeable than myself) that are concerned about it. In the mean
time I will confirm 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=2853
------- Additional Comments From nbetcher(a)mchsi.com 2005-07-04 20:16 -------
There are sufficient reports to verify this bug. Could this bug please be
assigned to the owner of the dsound component? This problem has been going on
for quite sometime now on various systems and it keeps getting shrugged off as
a system issue - there ARE serious problems with the buffering on wine's
dsound dll. If there is any information that you need from me, please let me
know.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2813
------- Additional Comments From burnus(a)gmx.de 2005-07-04 13:48 -------
> I would like to fix this properly but out of curiosity what hapens if you
> comment out the call to EDIT_NOTIFY_PARENT().
I'd also like a proper fix, but this works: Origin does not crash.
> So es->text_width is 0 and es->text is "" just before the EDIT_NOTIFY_PARENT
> call. That does not seem to be what we should be sending it. AFAICT There is
> definately something wrong with that loop.
I'm not that sure. The inital string is "" and "10" should be appended. The edit
box is 7 pixel wide and has no autoscrolling set. Unfortunally, "10" needs 20
pixels and thus the "1" is (roughtly) 10 pixel wide. The loop removes, step by
step, a letter from the end until the all of the string fits _completely_ into
the edit widget.
If I only comment out the loop (i.e. the notification is still sent), I get
still the same crash. That means that the message itself causes the problem, not
that the string is only 0 characters long.
Either this is wrong or -- as Lauri Tulmin thinks -- the bug is higher up, e.g.
the edit widget should have actually been wider than 7 pixels (and why some
other window is created/resized to a width of -22 I also don't understand.)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2860
Summary: Please report: no char for keysym FE0A (ISO_Prev_Group)
Product: Wine
Version: 20050310
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a.kasparas(a)gmc.lt
I've got the following errors when started Lotus Notes aplication and pressed
left shift key.
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym FE0A
(ISO_Prev_Group) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=10,scanCode=2A,keycode=32,state=1)
right shift key:
err:keyboard:X11DRV_ToUnicodeEx Please report: no char for keysym FE0A
(ISO_Prev_Group) :
err:keyboard:X11DRV_ToUnicodeEx (virtKey=10,scanCode=36,keycode=32,state=1)
Keyboard layout used is "lt+lt", XkbOptions: "grp:shift_toggle". I can provide
xmodmap output, if the need is. Wine is installed from debian package.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2813
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-07-04 11:42 -------
So es->text_width is 0 and es->text is "" just before the EDIT_NOTIFY_PARENT
call. That does not seem to be what we should be sending it. AFAICT There is
definately something wrong with that loop.
I would like to fix this properly but out of curiosity what hapens if you
comment out the call to EDIT_NOTIFY_PARENT().
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2813
------- Additional Comments From burnus(a)gmx.de 2005-07-04 11:17 -------
> You know... I am really curious what es->text is right before the call to
Missed that sentence.
trace:edit:EDIT_EM_ReplaceSel inserting stuff (tl 0, strl 2, selstart 0 ('L""'),
text 'L""')
trace:edit:EDIT_EM_ReplaceSel text to be inserted: L"10"
(a debugstr_w(lpsz_replace) directly afterwards)
An in that loop, we have with:
TRACE("es->text_width = %d, fw=%d, %s\n",
es->text_width, fw, debugstr_w(es->text));
trace:edit:EDIT_EM_ReplaceSel es->text_width = 20, fw=7, L"10"
and after the loop:
trace:edit:EDIT_EM_ReplaceSel es->text_width = 0, fw=7, L""
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2859
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-07-04 11:12 -------
Confirming.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2859
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-07-04 10:59 -------
Sodoma Lite can be downloaded here.
http://sodoma.mindnever.org/sodomaLite.zip
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2813
------- Additional Comments From burnus(a)gmx.de 2005-07-04 10:56 -------
If you mean the following block, the last attachment contains the trace, it is:
trace:edit:EDIT_EM_ReplaceSel text_width = 20, fw=7
--------------------
else {
TRACE("in !ES_MULTILINE if\n");
INT fw = es->format_rect.right - es->format_rect.left;
EDIT_CalcLineWidth_SL(es);
/* remove chars that don't fit */
if (!(es->style & ES_AUTOHSCROLL) && (es->text_width > fw)) {
TRACE("es->text_width = %d, fw=%d\n",
es->text_width, fw);
while ((es->text_width > fw) && s + strl >= s) {
strcpyW(es->text + s + strl - 1, es->text + s +
strl);
strl--;
EDIT_CalcLineWidth_SL(es);
}
EDIT_NOTIFY_PARENT(es, EN_MAXTEXT, "EN_MAXTEXT");}}
--------------------------------------
Regarding what happens after the EDIT_NOTIFY_PARENT:
trace:edit:EDIT_EM_ReplaceSel notification EN_MAXTEXT sent to hwnd=0x10084
trace:msg:SendMessageTimeoutW
- in if("dest_tid == GetCurrentThreadId()) call
trace:msg:call_window_proc
- and walk into the if(unicode) block
trace:msg:WINPROC_CallProc32WTo32A func 0x5f4019fa
(hwnd=0x10084,msg=WM_COMMAND,wp=050103e9,lp=00010088)
trace:win:CallWindowProcA CallWindowProcASendMessageTimeoutW
trace:msg:SendMessageTimeoutW
- and again, walk on and into the if("dest_tid == GetCurrentThreadId())
trace:msg:call_window_proc
- and there again go into the if(unicode) and call
trace:msg:WINPROC_CallProc32WTo32A func 0x5f4019fa
(hwnd=0x10066,msg=WM_COMMAND,wp=ffff026e,lp=00010084)
- which calls trace:msg:call_window_proc
trace:msg:call_window_proc
- and walk to the "else" (!) block of if(unicode)
- and call CallWindowProcA
trace:win:CallWindowProcA CallWindowProcAstack overflow 52 bytes in thread 0009
eip 401cf514 esp 405c0fcc stack 0x405c0000-0x406c0000
Why the last call has unicode == false, I don't know. Any idea what to TRACE 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=2859
Summary: GPL - Game Sodoma Lite not running
Product: Wine
Version: CVS
Platform: Other
URL: http://www.pgd.netstarweb.com/competitions/PGDCompetitio
n2005.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: CaptainSifff(a)gmx.de
I just tried out SodomaLite from the link above.
It fails from the start due to missing d3d9 support(Although the game is
supposed to use OpenGL...).
A MessageBox appears:
"Access violation at address 4195CB74 in module 'wined3d.dll'. Read of address
00000000"
wine produces the following Errormessages:
fixme:d3d:IWineD3DImpl_GetDeviceCaps Caps support for directx9 is nonexistent
at the moment!
fixme:d3d9:IDirect3DDevice9Impl_CreateSurface (0x4044e860) call to
IWineD3DDevice_CreateRenderTarget failed
fixme:d3d9:IDirect3DDevice9Impl_CreateSurface (0x4044e860) call to
IWineD3DDevice_CreateRenderTarget failed
tracing with WINEDEBUG=trace+d3d9 :
fixme:d3d:IWineD3DImpl_GetDeviceCaps Caps support for directx9 is nonexistent
at the moment!
trace:d3d9:IDirect3DDevice9Impl_CreateRenderTarget Relay
trace:d3d9:IDirect3DDevice9Impl_CreateSurface (0x4044e870) Relay
trace:d3d9:IDirect3DDevice9Impl_CreateSurface (0x4044e870) : w(1024) h(768)
fmt(22) surf@(nil)
fixme:d3d9:IDirect3DDevice9Impl_CreateSurface (0x4044e870) call to
IWineD3DDevice_CreateRenderTarget failed
trace:d3d9:IDirect3DDevice9Impl_CreateRenderTarget Relay
trace:d3d9:IDirect3DDevice9Impl_CreateSurface (0x4044e870) Relay
trace:d3d9:IDirect3DDevice9Impl_CreateSurface (0x4044e870) : w(1024) h(768)
fmt(22) surf@(nil)
fixme:d3d9:IDirect3DDevice9Impl_CreateSurface (0x4044e870) call to
IWineD3DDevice_CreateRenderTarget failed
trace:d3d9:IDirect3DDevice9Impl_Release (0x4044e870) : ReleaseRef to 0
tracing with WINEDEBUG=trace+opengl :
trace:opengl:X11DRV_OpenGL_Init GLX is up and running error_base = 77
fixme:d3d:IWineD3DImpl_GetDeviceCaps Caps support for directx9 is nonexistent
at the moment!
fixme:d3d9:IDirect3DDevice9Impl_CreateSurface (0x4044e878) call to
IWineD3DDevice_CreateRenderTarget failed
fixme:d3d9:IDirect3DDevice9Impl_CreateSurface (0x4044e878) call to
IWineD3DDevice_CreateRenderTarget failed
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2616
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-07-04 10:23 -------
Yes you can Resolve your own bug :^)
Closing then
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2813
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-07-04 10:20 -------
You know... I am really curious what es->text is right before the call to
EDIT_NOTIFY_PARENT() also es->es->text_width. I suspect that there is something
wrong with the "while ((es->text_width.." loop.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2813
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-07-04 09:54 -------
Well EDIT_NOTIFY_PARENT() is defined in a macro (in edit.c)
#define EDIT_NOTIFY_PARENT(es, wNotifyCode, str) \
do \
{ /* Notify parent which has created this edit control */ \
TRACE("notification " str " sent to hwnd=%p\n", es->hwndParent); \
SendMessageW(es->hwndParent, WM_COMMAND, \
MAKEWPARAM(GetWindowLongPtrW((es->hwndSelf),GWLP_ID), wNotifyCode), \
(LPARAM)(es->hwndSelf)); \
} while(0)
SendMessageW() is in dlls/user/message.c and is actually forwarded to
SendMessageTimeoutW() you will want to add some fixme's (or traces) in there to
see what is happening. If you use traces you will need to include msg in the
WINEDEBUG string.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2616
kilgus(a)fuenfsieben.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From kilgus(a)fuenfsieben.de 2005-07-04 06:33 -------
Yes. Is it okay, that I changed the status accordingly instead of waiting for
one of the developers to do so?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2813
------- Additional Comments From burnus(a)gmx.de 2005-07-04 04:52 -------
Created an attachment (id=837)
--> (http://bugs.winehq.org/attachment.cgi?id=837&action=view)
Complete WINEDEBUG=+win,+edit with current CVS
I'm not completely sure whether the -22 is indeed the reason, it seems to point
to another window (handle).
What is sure: The last line executed in edit.c's EDIT_EM_ReplaceSel is the
EDIT_NOTIFY_PARENT(es, EN_MAXTEXT, "EN_MAXTEXT");
in the "else" block of "if (es->style & ES_MULTILINE)", my extra trace after
the else block is not executed. In the innerst if before the notify,
es->text_width = 20 and fw=7.
Re-looking at attachment 833, I don't know how to trace the "what happens
next".
WINEDEBUG=+win,+edit shows (look at the handles) while it creates the splash
window - or maybe when it starts to create the main (mdi) window is attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1969
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-06-04 23:27 -------
I had to touch d3d9.dll in the windows system directory to get it to work.
touch ~/.wine/drive_c/windows/system/d3d9.dll
There is no problem about the installer slowing down the system for me. Running
the demo is another thing though. resolving 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=2857
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-06-04 19:36 -------
Curious, I cannot get this to work. I have added the key like Duane said.
(Copied it) and it still crashes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2857
------- Additional Comments From rmay(a)ou.edu 2005-06-04 14:28 -------
Yeah, that's correct, "Current Version" should be "CurrentVersion". My bad.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2857
------- Additional Comments From dclark(a)akamail.com 2005-06-04 14:18 -------
Just to check, there should not have been a space in "CurrentVersion". Anyway, I
set, in users.reg:
[Software\\Microsoft\\Windows\\CurrentVersion\\Shell Folders] 1096906817
"AppData"="c:\\windows\\Application Data"
and that did indeed make the app work for me, or at least stop crashing. I also
have my win version set to win2k by default.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2857
------- Additional Comments From rmay(a)ou.edu 2005-06-04 13:38 -------
My windows version is set to win2k. You might double check that, though I'm not
sure it makes a difference.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2857
------- Additional Comments From rmay(a)ou.edu 2005-06-04 13:31 -------
I set it to a value similar to the rest of the ones in the Shell Folder group.
The actual value for my AppData key is:
c:\windows\profiles\rmay\Application Data
I only picked that because it was similar to the rest in there and I think the
Application Data directory was the value set on Rein's setup.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2857
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-06-04 13:20 -------
I always try to run a program with ists full path first. (not a bug)
As far as setting up the registry that is a bug I think.
I tried to set up
HCU/Software/Microsoft/Windows/Current Version/Shell Folders/AppData
with a string value of c:\Program Files\WeatherSoft
It still will not work (Maybe its me) Could you give be some more information
about how you set it 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=2813
------- Additional Comments From burnus(a)gmx.de 2005-06-04 13:07 -------
Lauri Tulmin wrote in an email:
--------------------------------------------------------------------
I'm pretty certain that this patch just exposes some other bug.
The problem is that Origin6 crashes when it receives an EN_MAXTEXT
notification. The notification is sent because the text really doesn't
fit into the edit control because it's 0 pixels wide. Application
creates the edit control with width of -22 and later also tries to
resize it to -22, wine turns negative numbers to 0.
I would start with writing a test for seting window width & height to
negative numbers.
--------------------------------------------------------------------
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2857
------- Additional Comments From rmay(a)ou.edu 2005-06-04 12:58 -------
Yeah, I had that problem, but Rein Klazes gave me some pointers. The first is
that you need to run the program with the full command line:
wine c:\\Program\ Files\\WeatherSoft\\WeatherScope.exe
The second is that you need to have a certain registry key set up:
HCU/Software/Microsoft/Windows/Current Version/Shell Folders/AppData
This key needs to be set to a valid directory. Since these problems could be
worked around, I wasn't sure if they constituted bugs as well.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2857
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-06-04 12:47 -------
Gah! With current CVS I can install it but when I try to run it, it crashes...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1969
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-06-04 12:28 -------
http://fe.trymedia.com/dd/infogrames/60ma_d_v10/download_com/MasterOfOrion3…
is the updated link now.
I could not get it to install with current CVS. It complains:
--
DirectX 8.0 not detected.
Installed DirectX version is 7.x
Master Of Orion 3 won't be able to run without DirectX 8.0 or higher installed.
---
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2813
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-06-04 11:49 -------
I think that with a current CVS the last 50 lines of a trace of the edit channel
(with a backtrace bt) would help. (Make sure you back out any applied patch first.)
We might want to add some more traces in EDIT_EM_ReplaceSel()to find out where
exactly it is going.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2857
Summary: Date Time Picker Incorrect
Product: Wine
Version: 20050310
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmay(a)ou.edu
The Weather scope program:
http://sdg.ocs.ou.edu/builds/final/win/WeatherScope/WeatherScope-1.2.1.exe
uses the date time picker (DTP) to set the date and time for weather data being
viewed in the program. The date can be set by right clicking the date in the
upper left and selecting "date".
When I do this under Wine, the control shows two boxes with the current time as
opposed to one with the time and one with the date under windows. Also, neither
box has up and down arrows for changing the date/time as appear under windows.
Instead, I can click the spot where the arrows should be and both boxes give a
dropdown calendar for picking the date, even though this is meaningless for the
time 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=2813
------- Additional Comments From burnus(a)gmx.de 2005-06-04 10:33 -------
Ok, I updated to just before the edit.c patch, added the painter.c fix
(http://cvs.winehq.org/patch.py?id=16456) and compiled.
Result: Origin6 works, i.e. the endless-loop bug is already fixed :-)
Now, I updated edit.c from 1.18 to 1.19 by a cvs update -Pd
-D2005.02.25.14.00.00 (edit.c being the only change) and recompiled.
Result: Origin6 crashes with a memory access error.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2813
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-06-04 09:48 -------
Good work. It looks like it is the edit.c patch by Lauri Tulmin that is the real
problem with current cvs.
Could you try this:
Update cvs to 2005.02.25.13.59.30 and apply this patch
http://www.winehq.org/hypermail/wine-cvs/2005/03/0097.html
The date of this patch is Mon Mar 07 2005 - 05:06:30 CST and should fix the
endless loop. This patch went into CVS after the dlls/user/edit.c patch by Lauri
Tulmin. If that works, then just be be sure update cvs to after the edit.c patch.
cvs -q up -PdA -D2005.02.25.14.00.00
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2813
------- Additional Comments From burnus(a)gmx.de 2005-06-04 09:24 -------
Remark to the painter.c problem: Marcus Meissner mentions that he had the same
problem which was solved in a recent CVS version.
As soon as it doesn't crash with the current CVS version, I'll it 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=2813
burnus(a)gmx.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |major
------- Additional Comments From burnus(a)gmx.de 2005-06-04 09:02 -------
Ok, traced down the other regression.
Without the following patch, Origin works nicely. With that patch, the main
window comes up (empty or with menubar) and then the CPU consumes 100% - the
background of that window is not painted.
I don't know whether there are more regressions besides the ones caused by (a)
painting.c and (b) edit.c, but (a) causes Origin not to work and (b) causes a
crash which makes it hard to test for regressions inbetween or afterwards.
http://www.winehq.org/hypermail/wine-cvs/2005/02/0498.html
Changes by: julliard(a)wine.codeweavers.com 2005/02/24 13:42:08
Modified files:
dlls/user : painting.c
Log message:
Repaint the non-client area to work around broken WM_PAINT handlers
also when doing a synchronous update with RDW_UPDATENOW.
Patch: http://cvs.winehq.org/patch.py?id=16316
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2855
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-05-04 18:08 -------
*** Bug 2856 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=2856
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
Summary|Install problem |Install problem
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-05-04 18:08 -------
*** This bug has been marked as a duplicate of 2855 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2741
------- Additional Comments From riq(a)mail.com 2005-05-04 15:37 -------
Hello
I missed Geoff Drake's mail about the Gentoo kernel...
It was my first time installing Gentoo, so I made as little changes as possible
from the Gentoo install help.
But I did use the special genkernel
/Rickard
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2813
------- Additional Comments From burnus(a)gmx.de 2005-05-04 13:43 -------
Created an attachment (id=833)
--> (http://bugs.winehq.org/attachment.cgi?id=833&action=view)
WINEDEBUG=+relay,+edit
I did with a recent CVS build of Wine the following, knowing (see comment
above) that the edit.c patch causes the crash.
WINEDEBUG=+edit,+combo ~/bin/origin
trace:edit:EditWndProc_common hwnd=0x10088 msg=c wparam=0 lparam=4132c3f0
trace:edit:EDIT_WM_SetText L"10"
trace:edit:EDIT_EM_ReplaceSel L"10", can_undo 0, send_update 0
trace:edit:EDIT_EM_ReplaceSel inserting stuff (tl 0, strl 2, selstart 0
('L""'), text 'L""')
trace:edit:EDIT_EM_ReplaceSel notification EN_MAXTEXT sent to hwnd=0x10084
trace:combo:ComboWndProc_common [0x10084]: msg WM_COMMAND wp 050103e9 lp
00010088
wine: Unhandled exception (thread 000b), starting debugger...
WineDbg starting on pid 0xa
Unhandled exception: page fault on write access to 0x000000b4 in 32-bit code
(0x406f1315).
In 32 bit mode.
WINEDEBUG=+relay,+edit ~/bin/origin 2>&1 |grep -A100000 EN_MAXTEXT |grep -vE
'ntdll.RtlImageRvaToVa|ntdll.NtReadVirtualMemory|kernel32.ReadProcessMemory'
The top lines of that output can be find in the attached file.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2856
Summary: Install problem
Product: Wine
Version: 20041201
Platform: Other
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nsrikanth(a)hotmail.com
CC: nsrikanth(a)hotmail.com
I was trying to install wine inorder to use MS office in Freebsd.
However, the install process terminated with
*** Error code 1
Stop in /usr/home/sri/wine-20040121/dlls/setupap.
*** Error code 1
Stop in /usr/home/sri/wine-20040121/dlls.
Either you entered an incorrect password or we failed to run "make install"
correctly.
Any assistance provided will be appreciated.
Thanks
Srikanth
nsrikanth(a)hotmail.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=2855
Summary: Install problem
Product: Wine
Version: 20041201
Platform: Other
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-tools
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nsrikanth(a)hotmail.com
CC: nsrikanth(a)hotmail.com
I was trying to install wine inorder to use MS office in Freebsd.
However, the install process terminated with
*** Error code 1
Stop in /usr/home/sri/wine-20040121/dlls/setupap.
*** Error code 1
Stop in /usr/home/sri/wine-20040121/dlls.
Either you entered an incorrect password or we failed to run "make install"
correctly.
Any assistance provided will be appreciated.
Thanks
Srikanth
nsrikanth(a)hotmail.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=1434
Bug 1434 depends on bug 926, which changed state.
Bug 926 Summary: Diablo II crashes immaediately after invoking wine "Diablo II.exe"
http://bugs.winehq.org/show_bug.cgi?id=926
What |Old Value |New Value
----------------------------------------------------------------------------
Status|REOPENED |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=926
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-05-04 00:51 -------
Closing 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=1434
Bug 1434 depends on bug 926, which changed state.
Bug 926 Summary: Diablo II crashes immaediately after invoking wine "Diablo II.exe"
http://bugs.winehq.org/show_bug.cgi?id=926
What |Old Value |New Value
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|REMIND |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=926
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Keywords| |download
Resolution|REMIND |
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-05-04 00:50 -------
I downloaded The demo and played for hours... I rather think that this can be
closed.. Reopen if you still have a 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=1434
Bug 1434 depends on bug 926, which changed state.
Bug 926 Summary: Diablo II crashes immaediately after invoking wine "Diablo II.exe"
http://bugs.winehq.org/show_bug.cgi?id=926
What |Old Value |New Value
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |REMIND
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=926
Speeddymon(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |REMIND
------- Additional Comments From Speeddymon(a)yahoo.com 2005-04-04 21:31 -------
Man I really should get around to installing Linux again. Give me a couple of
weeks to get a good linux distro installed and running and I can give a status
update..
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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 304, which changed state.
Bug 304 Summary: Unreal Editors hang in an infinite loop - DO NOT CLOSE
http://bugs.winehq.org/show_bug.cgi?id=304
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |LATER
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=304
Speeddymon(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |major
Status|NEW |RESOLVED
Resolution| |LATER
Summary|Loading of UnrealEd hangs in|Unreal Editors hang in an
|an infinite loop |infinite loop - DO NOT CLOSE
Version|20010629 |CVS
------- Additional Comments From Speeddymon(a)yahoo.com 2005-04-04 21:27 -------
Doubtful.. If there is any it will probably still crash shortly after loadup.
This is an editor for a game, which will require compiling functions to be
implemented, and that isnt anywhere near being done..
For now resolving as later... Please do not close, as it is a reminder, so when
someone sees that it is only resolved they might start work on 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=2320
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
Keywords| |download
--
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=2835
------- Additional Comments From vberon(a)mecano.gme.usherb.ca 2005-04-04 19:42 -------
It looks like a problem in the mptrack.exe file.
Short rundown: the SizeOfRawData part of the .rsrc section was wrong (0x00043004
instead of 0x00043000). That caused the assertion failing when trying to map
that section of the file in memory.
Quick workaround: with a hex editor, modify byte 0x2e8 from 0x04 to 0x00. The
faulty byte was at the same address in two mptrack.exe files I could find,
although yours could be different. Then it should launch correctly (it does
here, although I haven't tried other buttons than Close).
Please report if that solution works for you. I don't think I can come up with a
proper fix for now, for reasons explained below.
Longer rundown: the file had a bad SizeOfRawData in one of the section headers:
it was bigger than it's VirtualSize rounded up to the next FileAlignment. Second
problem was that VirtualAddress+(bad)SizeOfRawData was higher than SizeOfImage.
That triggers the assertion. The VirtualSize value looks sane, but some docs on
the PE format say it's not always correctly set by all compilers, so we can't
blindly correct SizeOfRawData to
((VirtualSize+(FileAlignment-1))/FileAlignment)*FileAlignment or some such.
Any thoughts?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2563
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From fenix(a)club-internet.fr 2005-04-04 19:17 -------
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=2257
------- Additional Comments From fenix(a)club-internet.fr 2005-04-04 19:13 -------
Any Progress ?
_fini symbol isn't the real problems.
seems a crash on GetCurrentDirectoryA,
if it remains crashing can you step into GetCurrentDirectoryA ?
Regards,
Raphael
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1159
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From fenix(a)club-internet.fr 2005-04-04 19:07 -------
Too few informations
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1319
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-gui |wine-x11driver
------- Additional Comments From fenix(a)club-internet.fr 2005-04-04 19:05 -------
Any progress ? seems old ATI drivers bug to me
Regards,
Raphael
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1831
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |fenix(a)club-internet.fr
Status|ASSIGNED |NEW
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1650
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From fenix(a)club-internet.fr 2005-04-04 18:59 -------
Too few informations
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2320
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |fenix(a)club-internet.fr
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2835
vberon(a)mecano.gme.usherb.ca changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed| |1
------- Additional Comments From vberon(a)mecano.gme.usherb.ca 2005-04-04 18:54 -------
Is mptrack.exe freely downloadable from somewhere? (yes, from
http://www.castlex.com/modplug/download.php3?session=&download=Tracker)
I suspect a problem with one of the headers of the file rather than with Wine in
this specific case. I'll keep you updated on what I find.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=701
------- Additional Comments From fenix(a)club-internet.fr 2005-04-04 18:51 -------
with my latest openGL pixel format fixes (see WoW bug reports)
i'll commit in few days, init is done correctly but it crash (unusable bt)
just after wine_glGenTextures :(
Regards,
Raphael
PS: lionel it complains about :
warn:opengl:wglGetProcAddress Extension glAddSwapHintRectWIN defined in the
OpenGL library but NOT in opengl_ext.c...
--
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=1908
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-04-04 17:24 -------
Raphael:
You can download this program to test yourself.
I am able to run this in desktop and fullscreen with current CVS without it
crashing (cannot get it to crash). However I have a totally blank screen which
makes playing it impossible.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2617
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-04-04 11:24 -------
For what it's worth this error 800401FD is "Object is not connected to server."
This is the same error that bug 1762 is currently having.:^)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2617
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-04-04 10:53 -------
This gets quite a bit further now but fails with the following error now:
An error has occured while running the setup (0x800401fd)
If you wold like me to attach a trace 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=1762
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-04-04 10:25 -------
You are right the install program gets much farther now befor it stops. With a a
brand new wine setup. The error now is:
CodeWarrior Development Studio 56800/E Hybrid Controllers R6.0
An error (-5009 : 0x8000ffff) has occured while running the setup.
Please make sure you have finished any previous setup and closed other applications.
if the error still occurs, please contact your vendor: Metrowerks Corp.
Error Code: -5009 : 0x8000ffff
Error Information:
>Kernel\TextSubstitution.cpp (292)
>Ctor\ObjectWrapper.cpp (163)
>Ctor\ObjectWrapper.cpp (384)
>Kernel\Component.cpp (875)
>Kernel\CABFile.cpp (263)
If I run it a second (or third, fourth...) time I get this error
Error Code: -5011 : 0x800401fd
Error Information:
>Kernel\TextSubstitution.cpp (292)
>SetupDLL\SetupDLL.cpp (524)
pAPP:CodeWarrior Development Studio 56800/E Hybrid Controllers R6.0
PVENDOR:Metrowerks Corp
PGUID:3C982580-E765-4C1F-BB71-1A355CD44ACA
$7.1.100.1248
@Windows 95 (67109814) BT_OTHER 55404.16497
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2853
Summary: World of Warcraft Experiencing Severe Buffer Underruns
Product: Wine
Version: CVS
Platform: All
URL: http://www.winehq.org/appview.php?appid=1922
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nbetcher(a)mchsi.com
Now that everyone has been great in helping out to get WoW (World of Warcraft)
to run under wine graphics-wise, now we face another problem: dsound buffer
underruns. As I understand, this is an ongoing problem that has never been
resolved - and has existed since I've known Wine to use dsound.
Is there any chance we can work together to try to get this bug squashed, or
at least reduce the amount of underruns? Transgaming seems to have done a fine
job of making dsound work perfectly, so I know it's possible. :)
Something weird, also, is that wineoss.drv seems to work better than
winealsa.drv when it comes to the buffer underruns - and my system uses ALSA
natively. The problems I experience (mainly) are volume fluctuations and
skipping. I DO experience the loud "clicking" (that everyone speaks of) when I
use the winealsa.drv WITH or WITHOUT "HardwareAcceleration" = "Emulation".
wineoss.drv doesn't experience any clicking, but it still has the severe
buffer underruns which makes me gringe while playing the game.
This game almost runs perfectly, and we're so close... just at a little bit
more! :)
Thanks, Nick
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2852
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=346
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2851
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?versionId=2083
Keywords| |download, regression
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2738
------- Additional Comments From gerod(a)student.ethz.ch 2005-04-04 08:05 -------
I wonder if this bug is related to bug #2788 ?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2852
antekov(a)mail.ru changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-gui |wine-programs
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2852
Summary: Graphical grid controls does't work with mouse
Product: Wine
Version: 20050310
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: antekov(a)mail.ru
I'm having a problem with wine.
I try work in application called "MapInfo Professional 6.0” (and 7.5). Some
dialogs of this have control elements for selecting color, style of border or
style of filling. That apply to objects on the map, editing in MapInfo.
These controls like standard ListBox, but ListBox contain array of strings,
these controls contain array (grid) of graphical elements. I can free walk on
grid by keyboard (up, down, left, right). If I close control after changing by
keyboard selected element in grid and click OK in dialog changes succesfuly
apply. But if I select element in the grid by mouse (left button click), I have
following:
1.The grid of elements hide from screen
2.On place where grid was I still can change elements of grid by mouse click and
by keyboard, how as in opened grid.
3.I can't close dialog window by clicking OK, Cancel buttons, these buttons
don't work. I can close dialog only by standard dialogs “close” button in
right-up corner of window.
4.Changes are not apply after dialog so closed.
This applied to Wine-20041201
In Wine-20050310 also have inversion of mouse's buttons: left button become
right and right button become left. To stop inversion I must close and restart
MapInfo application.
I try different desctop modes, combinations of native dll's, parameters in
config but i'm not having sucess.
Help me, please and sorry for my bad English.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1134
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From fenix(a)club-internet.fr 2005-04-04 03:18 -------
Should be 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=2707
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-directx |wine-directx-ddraw
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1680
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From fenix(a)club-internet.fr 2005-04-04 03:14 -------
Too few informations.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1199
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From fenix(a)club-internet.fr 2005-04-04 03:13 -------
TrackPopupMenuEx should be ok 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=2849
fenix(a)club-internet.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |fenix(a)club-internet.fr
Status|ASSIGNED |NEW
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2851
Summary: Assertion failed: !"bogus context in
_ExceptionHandler()", file xx.cpp, line 3072
Product: Wine
Version: 20050310
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: utx(a)penguin.cz
Starting NeatImage demo version 4.5 in Wine (no Windows, empty .wine directory,
default config from winesetuptk), I got following bug window:
Assertion failed: !"bogus context in _ExceptionHandler()", file xx.cpp, line 3072
And then:
Abnormal program termination
Free download at: http://www.neatimage.com/
Note that running NeatImage in Wine is officially supported by developers, and
it was working in older versions of Wine. I am sure, that demo version 4.0 (no
more available for download, I can send you an install file) was working in
older version of Wine (Sometimes about May 2004. In current one, it is not even
possible to install it: Access violation at address 77EC907E. Write of address
006F007F).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1762
------- Additional Comments From marcus(a)jet.franken.de 2005-04-04 00:58 -------
actually I fixed the 80040706 problem in WINE CVS already (last weekend).
So please try CVS or the 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=2842
------- Additional Comments From zaai(a)spaaij.net 2005-03-04 23:54 -------
found the cause, wine did not configure opengl on amd64 with kernel 2.6.11 and
nvidia-glx
with kernel 2.6.9 configure does recognize opengl.
This could be a problem of the nvidia driver/ not sure
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1908
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #477|text/* |text/plain
mime type| |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1908
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #477|application/octet-stream |text/*
mime type| |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2850
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1907
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-03-04 21:13 -------
Sound was fine this game installed and ran without a hitch (Played the demo for
over an hour) sound was fine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2850
------- Additional Comments From nklepeis(a)sbcglobal.net 2005-03-04 21:00 -------
Sorry. More stuff on jack_fst:
It is a program using the "fst" library for running Cubase VST audio plugins
(fst == Free VST). The DLL files passed as arguments to jack_fst are obtained
from Windows installations. No other windows software is used.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2850
Summary: Cannot use first megabyte for DOS address.... (with
jack_fst)
Product: Wine
Version: 20050310
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nklepeis(a)sbcglobal.net
Calling jack_fst as follows results in error:
[neil@wackage ~]$ jack_fst Ambience.dll
err:dosmem:setup_dos_mem Cannot use first megabyte for DOS address space, please
report
fst signal handler 4, thread = 0xb7fca8e0
fst signal handler 4 (TEB=0x7ff85000)
Killed
Macine is FC3/i386
gcc version 3.4.2 20041017 (Red Hat 3.4.2-6.fc3)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2849
Summary: potential memory leak in server/window.c, function
get_visible_region()
Product: Wine
Version: 20050310
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kremenek(a)cs.stanford.edu
I am a researcher with the Stanford Checking group.
I am performing experiments of our static analysis tool by running it on Wine.
There is a potential memory leak in server/window.c, function get_visible_region().
LINE: 712
--> create_empty_region() transitively calls malloc(), acquiring memory
--> from the heap
if (top && top != win && (tmp = create_empty_region()) != NULL)
{
offset_region( region, offset_x, offset_y ); /* make it .. */
while (win != top && win->parent)
{
if (win->style & WS_CLIPSIBLINGS)
{
--> here a NULL value returned by clip_children can trigger "goto error",
--> which does not free the region stored in "tmp"
if (!clip_children( win->parent, win, region, 0, 0 ))
goto error;
if (is_region_empty( region )) break;
}
COMMENT: It is not clear to me if clip_children can return NULL under a
different case than high memory pressure (it creates a region itself; if that
fails it returns NULL). I am not very familiar with the Wine code base.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2848
Summary: possible memory leak in dlls/user/user16.c, function
DragObject16
Product: Wine
Version: 20050310
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kremenek(a)cs.stanford.edu
I am a research with the Stanford Checking group.
I am running some experiments on Wine using our static checking framework. Here
is a possible bug we found with our tool:
In file dlls/user/user16.c:
LINE 1162:
--> hBummer is assigned a pointer return from LoadCursorA. Because it
--> transitively loads an icon with the LR_SHARED flag, it returns an object
--> that has a reference count.
if (!(hBummer = LoadCursorA(0, MAKEINTRESOURCEA(OCR_NO))))
{
GlobalFree16(hDragInfo);
return 0L;
}
...
LINE: 1189
/* update DRAGINFO struct */
if( DRAG_QueryUpdate16(WIN_Handle32(hwndScope), spDragInfo) > 0 )
hCurrentCursor = HCURSOR_32(hCursor);
else
{
--> Here hBummer is assigned to hCurrentCursor. On the other branch, however,
--> it is not assigned and the value is never used assigned later.
hCurrentCursor = hBummer;
lpDragInfo->hScope = 0;
}
if( hCurrentCursor )
SetCursor(hCurrentCursor);
COMMENT: This appears to result in a memory leak, since a reference count
is incremented, even if the address in hBummer is never later stored. It
could be possible this is allocated from an arena; I cannot tell. I am
not very familiar with the Wine codebase.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1762
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #388 is|0 |1
obsolete| |
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-03-04 19:03 -------
Created an attachment (id=831)
--> (http://bugs.winehq.org/attachment.cgi?id=831&action=view)
error messages from 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=1762
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-03-04 18:57 -------
This now gets further with Metrowerks Codewarrior v6.0, the error I get now is:
Unhandled Exception
Error Number: 0x80040706
Description: Object Reference not set
Setup will now terminate.
[OK]
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2835
------- Additional Comments From carlosfigueiredo(a)clix.pt 2005-03-04 17:42 -------
Used the athlon rpm build for fedora core 3 (from winehq.org) on my athlon
machine, with the 386 devel package!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2835
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-03-04 16:21 -------
Looks like a problem with the package that you used. Please provide more
information on your distribution and where you got your wine from.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1805
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-03-04 16:14 -------
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=2154
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-03-04 16:13 -------
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=2832
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-03-04 16:11 -------
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=2826
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-03-04 16:07 -------
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=2822
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-03-04 16:06 -------
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=1912
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-03-04 16:05 -------
Closing
--
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=2797
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-03-04 16:05 -------
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=2090
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-03-04 13:27 -------
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=2749
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-03-04 13:27 -------
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=964
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-03-04 13:26 -------
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=2757
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-03-04 13:26 -------
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=2664
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-03-04 13:25 -------
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=1943
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-03-04 13:25 -------
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.