http://bugs.winehq.org/show_bug.cgi?id=4913
------- Additional Comments From ben(a)atomnet.co.uk 2006-23-03 05:42 -------
Ok, added the appdb entry. I've also noticed another one of my programs (that I
run through Wine) that does this, Icon Extractor. A program that I used to use
to get icons out of Windows exe files that Wine hadn't made a shortcut to, but
now that does exactly the same. 100% CPU usage, no output and no program.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4917
Summary: PEBrowse MDI menu problems
Product: Wine
Version: CVS
Platform: Other
URL: http://www.smidgeonsoft.com/download/PEBrowse.zip
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mike(a)codeweavers.com
CC: dmitry(a)codeweavers.com
Open any exe file, and double click on a few of the treeview entries to bring up
some MDI windows. Make sure they're maximized, then close some of them. The
menu entries move to the RHS of the menu bar, and multiple min/max/close boxes
appear to their right.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4578
------- Additional Comments From mike(a)codeweavers.com 2006-23-03 03:24 -------
We've been through this before with WordViewer 2003. It's not an MSI bug, it's
because of this:
fixme:advapi:SetEntriesInAclW 1 0x74ec527c 0x7be8f26c 0x74ec52b8
--
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=3773
philip(a)digitalinfinity.biz changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.9. |0.9.10.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4897
pgr(a)arcelectronicsinc.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2107 is|0 |1
obsolete| |
------- Additional Comments From pgr(a)arcelectronicsinc.com 2006-22-03 23:01 -------
Created an attachment (id=2130)
--> (http://bugs.winehq.org/attachment.cgi?id=2130&action=view)
+win trace with force value added to 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=3773
------- Additional Comments From philip(a)digitalinfinity.biz 2006-22-03 22:59 -------
I believe there are a variety of problems that come up when running this
program. its not just one but many. The program doesn't work other then to load
the main window. It might open a dialog or two but in general the program is
unstable. It will give you different results if you open different projects.
But the errors are reproduceable. They happen every time.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3773
philip(a)digitalinfinity.biz changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9 |0.9.9.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3773
------- Additional Comments From philip(a)digitalinfinity.biz 2006-22-03 22:54 -------
Created an attachment (id=2129)
--> (http://bugs.winehq.org/attachment.cgi?id=2129&action=view)
Backtracte of what happens when I open an OpenGL project
This back trace I feel gives the best results. The out of memory error comes up
still in some circumstances. I have a gig of ram. There should be more then
enough memory. for this.
I'm running an nVidia GeForce 6200 video card. Not the best card out there but
certainly a respectable one. I'm using the latest nVidia drivers.
I'm also using an Athelon 64 1.8 Ghz. Socket 939 CPU. Asus A8N-E Motherboard.
No SLI.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4897
------- Additional Comments From pgr(a)arcelectronicsinc.com 2006-22-03 22:54 -------
Adding some traces to GetDesktopWindow to show when force == 0 and != 1
Starting tester.exe in a wcmd window show force ==1.
When Kpnl1.exe is started by WinExec it has force ==0 and then causes the crash
when the tester.exe returns from the call.
My code is does a WinExec as follows and the pagefault seems to be during the Catch
stpcpy(comandstr,"kpnl1.exe ");
strcat(comandstr,_argv[0]);
if (FindWindow(0,"Simulator EDD-110") == NULL)
WinExec(comandstr,SW_SHOWNA);
if (Catch(jumper0) == 0)
{....
}
else
Throw()
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3773
------- Additional Comments From philip(a)digitalinfinity.biz 2006-22-03 22:50 -------
Created an attachment (id=2128)
--> (http://bugs.winehq.org/attachment.cgi?id=2128&action=view)
Backtracte of what happens when I open an OpenGL project
This back trace I feel gives the best results. The out of memory error comes up
still in some circumstances. I have a gig of ram. There should be more then
enough memory. for this.
I'm running an nVidia GeForce 6200 video card. Not the best card out there but
certainly a respectable one. I'm using the latest nVidia drivers.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3773
------- Additional Comments From philip(a)digitalinfinity.biz 2006-22-03 22:45 -------
Created an attachment (id=2127)
--> (http://bugs.winehq.org/attachment.cgi?id=2127&action=view)
Backtrace of what happens when I open a Direct3D project. Its accompanied by
an out of memory error in the program.
When I try to load a sample direct3D project I get an out of memory 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=4841
------- Additional Comments From mike(a)codeweavers.com 2006-22-03 22:31 -------
The wcsftime patch needs to be improved a little before it can make it into the
CVS. I'll see what I can do.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4916
Summary: Installshiled crashes when installing Resident Evil demo
3
Product: Wine
Version: CVS
Platform: Other
URL: http://www.gamershell.com/download_4861.shtml
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
During the process of the installation of resident Evil demo 3, installshield
crashes with the following pop-up
Error Number: 0x80040706
Description: Object reference not set
Setup will now terminate
I attached the console output
Best regards,
Joaopa
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4914
------- Additional Comments From vitaliy(a)kievinfo.com 2006-22-03 21:43 -------
It could be nothing wrong with those plags. But with fat32.
Wine has some problems with vfat. Try moving everything to Linux native FS and
see what happens.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4841
------- Additional Comments From nekohayo(a)gmail.com 2006-22-03 21:26 -------
Ok, just to make sure, the wcsftime patch will make it into the next release (if
it's stable enough), I guess? It's not some kind of obscure dark hack that
cannot go upstream right? And thanks again for your patience!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4841
------- Additional Comments From mike(a)codeweavers.com 2006-22-03 21:21 -------
The original problem is solved, but the wcsftime patch is not yet committed.
I'm going to close this bug, but feel free to create a new one for the other
problems you see (including the wcsftime one).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4897
------- Additional Comments From pgr(a)arcelectronicsinc.com 2006-22-03 21:00 -------
I did some checking and a simple EasyWin program will run and start the
kpnl1.exe with the current GIT.
With the original program it now seem to generate a 16 bit window but crashes
just the same.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3851
marc.w(a)smlintl.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.9. |0.9.10.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4866
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-22-03 18:56 -------
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=4791
jave27(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From jave27(a)gmail.com 2006-22-03 18:48 -------
This is no longer an issue as of today's 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=4664
------- Additional Comments From gandalfar(a)gmail.com 2006-22-03 18:48 -------
Run the application and load a dictionary. On the right you will see three tabs:
"Opombe", "Seznam", "Zgodovina"
Click on "Opombe" and you'll get:
err:x11drv:X11DRV_CreateWindow invalid window height -4
err:heap:GlobalFree page fault occurred ! Caused by bug ?
And after closing the app the:
fixme:font:WineEngRemoveFontResourceEx :stub
gets triggered.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4915
Summary: Invalid GL call error 502 in Civ4 - causes display
issues
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jave27(a)gmail.com
When actually playing the game part of Civilization 4, quite a few 502 errors
appear in the output:
trace:d3d_draw:drawStridedFast (0x66d47350) : glElements(4, 15360, 0, 2, (null) ...)
fixme:d3d_draw:drawStridedFast >>>>>>>>>>>>>>>>> 502 from glDrawElements @
drawprim.c / 1244
The screen artifacts cause the game to be entirely unplayable (the world is
black, and you can only occassionally see the units and cities). Will attach a
trace and screenshots.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4866
nlaw(a)naad.fsnet.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From nlaw(a)naad.fsnet.co.uk 2006-22-03 18:15 -------
Re-installed a fresh copy of wine 0.9.10 and the problem has gone. I don't think
there was a problem 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=4410
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-22-03 14:47 -------
Resolving FIXED 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=2812
------- Additional Comments From dobey(a)novell.com 2006-22-03 14:46 -------
OK. Well, can anyone look at this? It would be really nice to have this working,
as I need to be able to play this game, so that I can write a native engine for
it. Thanks.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4410
------- Additional Comments From michal.seliga(a)visicom.sk 2006-22-03 14:43 -------
i think its fixed in last release - 3dmark05 doesn't complain about direct x
version anymore
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4913
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry
------- Additional Comments From tony.lambregts(a)gmail.com 2006-22-03 12:18 -------
Please add an entry for this program in the AppDB http://appdb.winehq.org
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4914
Summary: unimplemented pmode flags in MSVC__sopen?
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bgp(a)cs.elte.hu
I get the following lines from a program which runs on windows perfectly:
fixme:msvcrt:MSVCRT__sopen : pmode 0x01b6 ignored
FATAL ERROR: Sys_error("script compiler\\decompiled: Permission denied")
The file system has all the necessary access (it is a case insensitive fat32
filesystem with rw access).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4841
------- Additional Comments From nekohayo(a)gmail.com 2006-22-03 11:19 -------
Very minor bugs I noticed:
- there is no toolbar (not important, I can use the menus)
- it keeps asking me if I want to register for tech support on startup, even
though I declined last time
- it forces you to save the "batch" you were working on when exiting. Not a big
deal, I just save it and leave.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4841
------- Additional Comments From nekohayo(a)gmail.com 2006-22-03 11:13 -------
It works! You rock :)
Offtopic question: I don't want to make install (to keep the system clean if
0.9.9.11 makes it into ubuntu?), but I'd still like to be able to simply use
"wine" as a command in the terminal, without needing to use the full
cvs/wine/bleh path, but I can't simply make a symbolic link as it will believe
the files are somewhere else.
Is there a way to trick this? If not, it's not really important I guess.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4370
------- Additional Comments From a_villacis(a)palosanto.com 2006-22-03 10:24 -------
Wine CVS at 2005-03-22 has a (possibly) more proper fix for this bug. The fix
was proven to resolve bug 4502, and might also resolve bug 4573. Please confirm
fix for 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=4702
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-22-03 10:19 -------
Hi, philip, you've opened two bugs for this application (bug 3773 and this one,
bug 4702) I suggest you close bug 3773, one bug report is enough :)
Another question i have: could you describe the errors a little more
explicitely; does the preview window render anything at all (but screwed up for
example) or does it just refuse to render (like right here) A screenshot would
be great. Regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4913
Summary: Revolt doesn't start but processor usage stays at 100%
Product: Wine
Version: 0.9.10.
Platform: PC-x86-64
URL: http://www.download.com/Re-Volt-demo/3000-7519_4-
911246.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben(a)atomnet.co.uk
When you run the game it doesn't seem to do anything, but processor usage stays
at 100% and there are no messages written out to the terminal.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4841
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2118 is|0 |1
obsolete| |
Attachment #2119 is|0 |1
obsolete| |
------- Additional Comments From mike(a)codeweavers.com 2006-22-03 10:01 -------
Created an attachment (id=2123)
--> (http://bugs.winehq.org/attachment.cgi?id=2123&action=view)
Better patch to implement wcsftime
That'll teach me not to check my compiler warnings. The previous patch was
missing a * in an important place ... This one should work better.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4912
Summary: Regression: Mechwarrior 3 worked with 0.9.9 but not with
0.9.10
Product: Wine
Version: 0.9.10.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-patches
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben(a)atomnet.co.uk
The game used to start previously (but crash in the mission briefings anyway)
but now when the game is started the screen goes black for a few seconds then
drops back to the desktop.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4407
------- Additional Comments From tuharsky(a)misbb.sk 2006-22-03 09:58 -------
Created an attachment (id=2121)
--> (http://bugs.winehq.org/attachment.cgi?id=2121&action=view)
Log +loaddll with most DLL's set to native
Based on the previous log, I tested the issue with some native DLL's from WXP
that the ISS app uses (as state by +loaddll log).
Here's what DLL's has been tested set to native (all together):
gdiplus, imm32, oleacc, uxtheme, wininet, shlwapi, urlmon, oledlg, rpcrt4,
msacm, msacm32, iphlpapi, lz32, cabinet, oleacc, shlwapi, winspool, msvcrt,
comctl32, comdlg32,
and of course oleaut32, odbccp32, odbc32.
The printing dosen't improve either, nor does the overall behaviour of ISS app.
This can be interpreted 2 ways:
1, Wine is very good
2, The bug is somewhere deeper in Wine so that changing the mentioned DLL's
doesn't help
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4006
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-22-03 09:43 -------
Ah, the install bug was reported already. Steffen, try Mike's patch
http://www.winehq.org/pipermail/wine-patches/2006-March/025122.html
or next wine-release where it should be fixed. see bug 4894 for more info.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4911
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry
------- Additional Comments From tony.lambregts(a)gmail.com 2006-22-03 09:40 -------
Please add an entry for this program in the AppDB http://appdb.winehq.org
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4894
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
Summary|msvcp80.dll and msvcr80.dll |BOINC doesn't work
|not working with wine |
------- Additional Comments From mike(a)codeweavers.com 2006-22-03 09:32 -------
Looks like BOINC installs and runs (I tested both versions), so I'm closing 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=4894
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-22-03 09:26 -------
Great Mike, i fix 10 minutes after a bug was reported! that's service. I
think,unless the reporter used another version of BOINC, those *80.dlls have
maybe been installed by winetools
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4841
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2109 is|0 |1
obsolete| |
------- Additional Comments From mike(a)codeweavers.com 2006-22-03 09:17 -------
Created an attachment (id=2118)
--> (http://bugs.winehq.org/attachment.cgi?id=2118&action=view)
Untested patch to implement wcsftime
Please try this patch. At least it should compile... save it into your wine
source directory, then do:
cd ~/wine
patch -p1 < wcsftime.diff
make
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4841
------- Additional Comments From nekohayo(a)gmail.com 2006-22-03 09:00 -------
I got it running... almost! Using wine CVS. The installation went fine, and
FineReader.exe starts normally. The problem is that you have to activate the
product, which usually goes fine. However, when I enter my activation code, when
I click "next", it outputs
fixme:msvcrt:MSVCRT_wcsftime 0x7e6e6c10, 128, L" %x\r\n", 0x7fb9c3ac - stub
And it does nothing. The tracelog only says this:
Internal Program Error:
C:\FineReader7\FineObjects\SRC\Time.cpp, 262.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4911
Summary: ddraw DIRECTX7 crash in Resident Evil 3 demo
Product: Wine
Version: CVS
Platform: Other
URL: http://www.gamershell.com/download_4861.shtml
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
When launching the demo of Resident Evil 3, the game crashes in ddraw/DIRECTX7.
I attached the output console. Must we wait for the implementation of ddraw in
wined3d to see the demo runs?
Anyway, this a ddraw game to test the forthcoming patches for ddraw:):)
Best regards,
Joaopa
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4407
------- Additional Comments From tuharsky(a)misbb.sk 2006-22-03 08:47 -------
Thanks, we managed it with Huw. You can delete them if You wish.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4268
------- Additional Comments From tuharsky(a)misbb.sk 2006-22-03 08:22 -------
This is a script I used to do it:
logsubor="/home/tuharsky/wine-0.9.10-iss-printer_spaces-"
nazov_programu="c:\\iss_num\\aa\\iss_exe.exe"
debug_parametre="+commdlg,+winspool,+print,+profile,+snoop,+relay,+seh,+msvcrt"
echo quit | WINEDLLOVERRIDES='oleaut32,odbc32,odbccp32=n'
WINEDEBUG="$debug_parametre" wine "$nazov_programu" >& $logsubor;
--
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=4841
------- Additional Comments From mike(a)codeweavers.com 2006-22-03 07:57 -------
You can use the CVS (instructions on the website, or GIT):
cd ~
git clone git://source.winehq.org/git/wine.git wine
cd wine
./configure && make depend && make
then run it from the source tree without installing Wine like this:
cd
~/wine/wine setup.exe
The necessary patches are all committed now, so ABBYY Finereader 7.0 should just
work. If the above is too complicated, you can wait for wine 0.9.11 to be released.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4841
------- Additional Comments From nekohayo(a)gmail.com 2006-22-03 07:46 -------
Hey Mike, I'm sorry I didn't reply earlier: I don't have wine CVS (I should try
it out... I guess it's not really hard is it? Anything different I should watch
out for compared to using the distro-provided package of ubuntu?)
And.. hey, thanks for your time on this 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=4894
------- Additional Comments From mike(a)codeweavers.com 2006-22-03 06:50 -------
This patch fixes the BOINC install problem that Louis pointed out.
http://www.winehq.com/pipermail/wine-patches/2006-March/025122.html
After that, BOINC runs fine for me. The version of BOINC listed above uses
msvcp71.dll and msvcr71.dll. I'm going to close this bug as invalid soon unless
somebody provides a link to the broken version...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4894
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://www.winehq.org/piperm|http://einstein.astro.gla.ac
|ail/wine-users/2006- |.uk/download/boinc/dl/boinc_
|March/020621.html |5.2.13_windows_intelx86.exe
------- Additional Comments From mike(a)codeweavers.com 2006-22-03 06:15 -------
Add a direct link to the .EXE that I think you're using... downloading it to test.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4894
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-22-03 06:08 -------
Hi, for what it's worth , it tried to run the application as well; i downloaded
the recommended version from http://boinc.berkeley.edu/download.php
The installer complained about Internet exlporer not being installed. So i did
'touch ~/.wine/drive_c/windows/system32/shdocvw.dll'
Then the installer crashed in msi; as a hack i took out line 754 in
/dlls/package/msi/package.c (where it crashed)
Now the gui came up just fine after the installation finished, and the program
seems useable.
Now inside BOINCS directory there's only msvcr71 and msvcp71, and not the dlls
you mentioned. where did you get them from? Maybe you could try to just remove
them and run with msvcr71 and msvcp71. So other than the installer bug i cannot
see your problem really. (If it's useful i could attach the crash in msi)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4894
------- Additional Comments From kid.neo(a)gmx.net 2006-22-03 05:22 -------
The component that fails is the 'boinc' executable itself. It relies on
accessing the MSVCR80.DLL which upon doing so returns this the error message.
I am not sure but it seems that the MSVCR80.DLL is an integral component to the
Visual Studio 8 suite. Maybe that helps in localising 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=4897
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-22-03 04:41 -------
I get exactly the same error (using current cvs, whiped away everything before)
And i can confirm it worked in 0.9.8
(running tester.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=4897
------- Additional Comments From julliard(a)winehq.com 2006-22-03 04:38 -------
It sounds like your tree was not rebuilt properly. That bug was fixed
a couple of hours after the commit that introduced 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=4879
akito2(a)free.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From akito2(a)free.fr 2006-22-03 02:14 -------
i resolved my error by typing the order in the repertory of Arcanum
/Arcanum$ wine Arcanum.exe -doublebuffer -no3d
In really game works
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4264
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From vitaliy(a)kievinfo.com 2006-21-03 23:23 -------
Ok the mouse part is fixed [Bug 2981]. Left only crash.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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 2981, which changed state.
Bug 2981 Summary: direct input device only works when created in the thread which created the window
http://bugs.winehq.org/show_bug.cgi?id=2981
What |Old Value |New Value
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2981
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From vitaliy(a)kievinfo.com 2006-21-03 23:22 -------
Patch commited. 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=2012
Bug 2012 depends on bug 2981, which changed state.
Bug 2981 Summary: direct input device only works when created in the thread which created the window
http://bugs.winehq.org/show_bug.cgi?id=2981
What |Old Value |New Value
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4910
Summary: wine + Firefox 1.5 + a particular Flash 8 movie = severe
performance problem
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
On one particular swf 8 movie served up as an
ad on sf.net, firefox 1.5 on wine (cvs as of a couple
days ago) was unable to switch tabs
it was so consumed playing the movie.
Firefox on Linux with same movie was fine.
I'll upload the movie in a tarfile with its
.swf and .js helpers; to play, load the .htm file
in the browser.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1631
------- Additional Comments From jave27(a)gmail.com 2006-21-03 22:35 -------
Confirming garbled sound with Tom Clancy's Ghost Recon and the same
err:dsound:DSOUND_MixOne underrun on sound buffer 0x....
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2389
marc.w(a)smlintl.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.9. |0.9.10.
------- Additional Comments From marc.w(a)smlintl.com.au 2006-21-03 21:41 -------
Updated news****
Well installation has progressed significantly further. I installed mozilla
the browser then the moz activex. On a standard install. I then installed
flashplayer for windows.
I then when through the install it loaded up and went a lot further. I came
to enter my installation key code. However there is not enough spots for me
to enter the numbers.
marc@ubuntu:/media/cdrom$ wine autorun.exe
fixme:ole:CoRegisterMessageFilter stub
fixme:ole:CoRegisterMessageFilter stub
marc@ubuntu:/media/cdrom$ fixme:ole:CoRegisterMessageFilter stub
fixme:ole:CoRegisterMessageFilter stub
fixme:ole:ITypeInfo_fnRelease destroy child objects
err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface
failed with error 0x80004002
fixme:win:SetWindowTextA setting text "InstallShield Wizard" of other process
window (nil) should not use SendMessage
fixme:x11drv:X11DRV_SetWindowRgn not supported on other thread window 0x40024
Protocol error:0x81cbc98: bad wait fd
That is where it ends. It didn't end nicely either I had to kill -9 the
process to get it to exit. Also because I couldn't enter enough numbers I had
to actually exit because I can't get it further.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4897
pgr(a)arcelectronicsinc.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
------- Additional Comments From pgr(a)arcelectronicsinc.com 2006-21-03 20:21 -------
This is a version of my application. Readme included
http://69.49.235.190/test16bitapp.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=4329
------- Additional Comments From ben(a)atomnet.co.uk 2006-21-03 19:31 -------
Ok, that doesn't work for me (it ran but still the same error). Also my
executable for the game is named FLASHPOINTRESISTANCE.EXE rather than ofp.exe
unless you were just abbreviating.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4329
------- Additional Comments From mike(a)mikearthur.co.uk 2006-21-03 19:26 -------
I found a bizarre fix, which isn't really a fix.
If I run "linux32 wine ofp.exe" it works!
This may help explain:
linux32 changes the personality of command and all its children to
return i686 instead of x86_64 in uname -a. This is useful to fool
shell scripts or programs that check for the architecture explicitely
into believing that they run on a true i686 system. In addition it
moves the top of stack of the 32bit child processes to 0xc0000000.
This is useful to execute some broken applications that break when the
stack top is at 4GB. On the other hand it limits the usable heap memory
more than necessary. When --4gb is specified this is not done.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4907
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Juiced Demo dont |Juiced Demo dont start
|start(SystemParametersInfoW |
|Unimplemented action) |
------- Additional Comments From mike(a)codeweavers.com 2006-21-03 19:21 -------
Unlikely to be related to SystemParametersInfoW...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4329
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords|NoAppDBEntry |
------- Additional Comments From tony.lambregts(a)gmail.com 2006-21-03 19:20 -------
Does this have anything to do with bug 4749 ?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4329
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ben(a)atomnet.co.uk
------- Additional Comments From tony.lambregts(a)gmail.com 2006-21-03 19:17 -------
*** Bug 4909 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=4909
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony.lambregts(a)gmail.com 2006-21-03 19:17 -------
Resolving as DUPLICATE
*** This bug has been marked as a duplicate of 4329 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4857
galeru(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Jumper 2 can't load mci |Game Maker Games can't load
|Driver |mci Driver
------- Additional Comments From galeru(a)gmail.com 2006-21-03 19:12 -------
all of the games complain about being unable to load the mci driver, then fails
due to a bad value in X.
fixme:mci:MCI_LoadMciDriver Couldn't load driver for type L"MPEGVIDEO".
...
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 53 (X_CreatePixmap)
Value in failed request: 0x0
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4909
------- Additional Comments From ben(a)atomnet.co.uk 2006-21-03 17:49 -------
It forces you to select a "component" so I guessed at "directx". I don't know
enough about Wine to be able to classify it myself.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4909
------- Additional Comments From super-greg(a)gmx.de 2006-21-03 17:22 -------
duplicate #4329
amd64 issue only has nothing to do with dx
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4909
Summary: OperationFlashpoint fails to start due to memory
allocation issue
Product: Wine
Version: 0.9.10.
Platform: PC-x86-64
URL: http://www.flashpoint1985.com/download/download.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben(a)atomnet.co.uk
Nothing appears in Wines console which is odd, but the game refuses to start, a
messagebox just appears stating "Unable to reserve virtual memory (128MB)".
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4897
pgr(a)arcelectronicsinc.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Regression page fault at |Regression Use explorer to
|access to 0xffffffff in 16 |handle desktop window fails
|bit application |with 16 bit application
------- Additional Comments From pgr(a)arcelectronicsinc.com 2006-21-03 16:30 -------
Reversing this one change in server/window.c allows my application to run with
the current git.
DECL_HANDLER(get_desktop_window)
{
- struct window *win = get_desktop_window( current, 1 );
+ struct window *win = get_desktop_window( current, req->force );
if (win) reply->handle = win->handle;
}
The trace show that a 32bit window is created for the 16 bit application if
req-force is used and shortly followed by a page fault. With req->force replaced
by 1 a 16 bit window is created and things function.
There is a problem with borland's easywin lib and it will not run on win98 or
higher with the same type page fault.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4908
Summary: Low quality sound
Product: Wine
Version: 0.9.10.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben(a)atomnet.co.uk
I've noticed the sound in Wine seems to be low quality a lot of the time, say
22,100Hz and 8bit rather than what the game should normally sound like (I've
noticed this on most games afaict). Cedega sounds fine and obviously so does
Windows, so I'm just trying to figure out of this is a Wine issue (known
limitation) or something else? (I've done several clean installs on my machine
of different versions, now on the latest and all do it). For the record I use
OSS as the output method as for some reason Alsa only lists Midi In and Midi out
in the audio section of winecfg, despite the fact that I use Alsa for everything
else and OSS is actually provided for by the Alsa OSS compatability layer.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4907
Summary: Juiced Demo dont start(SystemParametersInfoW
Unimplemented action)
Product: Wine
Version: CVS
Platform: PC
URL: http://www.gamershell.com/download_9123.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: super-greg(a)gmx.de
CC: super-greg(a)gmx.de
Juiced consists of two exe files; Juiced.exe and JuicedConfig.exe
Everytime running Juiced.exe ends that the game calls JuicedConfig.exe. I have
to validate my graphic settings everytime although it is normal that this is
only one time necessary.
I think this is due this lines:
fixme:system:SystemParametersInfoW Unimplemented action: 59 (SPI_SETSTICKYKEYS)
fixme:system:SystemParametersInfoW Unimplemented action: 53 (SPI_SETTOGGLEKEYS)
fixme:system:SystemParametersInfoW Unimplemented action: 51 (SPI_SETFILTERKEYS)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4880
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-21-03 16:16 -------
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=4268
wine.dev(a)web.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|comdlg32: ISS@VFP9 -unable |Printer-Names have a leading
|to print |space in ISS@VFP9
------- Additional Comments From wine.dev(a)web.de 2006-21-03 16:08 -------
Hi
I really want to fix the Issue with the leading Space, but I need your Help.
>From your Comment #39:
>1) Problem with leading space in printer name
>trace:winspool:GetDefaultPrinterW L"xerox_230,WINEPS,LPR:xerox_230"
>trace:winspool:GetDefaultPrinterA 0x0000000a/0x00000104:L"xerox_230"
>trace:winspool:OpenPrinterW (printerName: L" xerox_230", pDefault (nil))
>trace:winspool:OpenPrinterW Can't find printer L" xerox_230" in registry
You attached a bunch of Log Files, but they did not help (You can mark the old
ones without the Space-Issue as Obsolete, when you attach a new log).
As I mentioned before, I need a Trace from a Machine, that has the Issue with
the leading Space in the Printername.
The "+snoop" is important for the Logfile! When bzip2 does not work, then please
use gzip.
WINEDEBUG="+commdlg,+winspool+,+print,+profile,+snoop,+relay,+seh,+msvcrt" wine
... 2>large.log
(Reply from Comment #48:)
>grep -C 1000 'L" ' large.log >not_so_large.log
>Nothing must be stripped between "GetDefaultPrinter" (without space) and
>"GetPrivateProfileStringW" (with space), so higher numbers might be needed.
>I tried the grep on the logs you alredy attached to this Bug and see the
>change from "printername" to L" printername".
>(First is ANSI without space, second is UNICODE with space).
>Windows has string-functions at several places and i hope to see the used
>functions and the memory-locations from relay.
>And when we have luck, it's msvcrt (that's why i suggested to test also with
>native msvcrt to compare the logs).
>(If it's done with OLE, then I'm lost...).
> Machine is not special, as long as the Space is inserted, but please use a
> Default Printer with only simple characters (a-z,A-Z,0-9) first.
I do not have a Setup for the old wine-versions atm., so if it's Possible then
Please use the actual CVS/GIT-Version (prefered) or a recent Snapshot (fallback).
--
By by ... Detlef
--
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=4906
Summary: Grand Theft Auto 3 crashes then doing texture conversion
to best suit machine
Product: Wine
Version: 0.9.10.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben(a)atomnet.co.uk
When you start a game of GTA3, it converts the textures to best suit the machine
it's running on (only done once) but on Wine this crashes the moment it starts
giving a Windows error saying:
Unhandled exception: c00000005
At address: 005b3e9a
Debug and output at crashpoint 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=4905
Summary: Video intros fail to play in Grand Theft Auto 3
Product: Wine
Version: 0.9.10.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben(a)atomnet.co.uk
When you run GTA3 the videos don't run but luckily you're able to skip them. The
output from the Wine console at the time 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=4880
nospam(a)thenerdshow.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From nospam(a)thenerdshow.com 2006-21-03 15:40 -------
Ah yes, this happened after playing around with GoogleEarth. I had to change
wine version to winxp to get it to install and it probably copied some XP dlls
into the system32 folder. Probably occache.dll? Typical windows dllhell. Next
time maybe I'll back up wine's c_drive before installing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3442
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-21-03 14:48 -------
Closing 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.