http://bugs.winehq.org/show_bug.cgi?id=4518
Summary: Painkiller refuses to start [ SHADERS, MSG ]
Product: Wine
Version: 0.9.6.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ivg2(a)cornell.edu
Painkiller is a 3D shooter game...
It will install successfully.
On startup, it prints a large number of shader-related error messages. I have
Vertex Shaders set to Hardware, and Pixel Shaders enabled. Disabling pixel
shaders does not help.
After that, a window appears on the panel, however, it cannot be maximized or
made visible. The following appears interleaved:
fixme:msg:PeekMessageW PM_QS_xxxx flags (0007) are not handled
fixme:msg:PeekMessageW PM_QS_xxxx flags (0007) are not handled
fixme:d3d_surface:IWineD3DSurfaceImpl_UnlockRect unsupported unlocking to
surface surf@0x79a64738 usage(512)
fixme:msg:PeekMessageW PM_QS_xxxx flags (0007) are not handled
fixme:msg:PeekMessageW PM_QS_xxxx flags (0007) are not handled
If I press CTRL-C, either a window appears on a gray background, and the PM_QS
messages continue to show up (but not the locking ones), or it crashes, and gets
into a debugger loop of some kind.
Log 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=4517
Summary: "err:msi ... ShortPath ..." when installing MS Visual C#
2005 Express Edition
Product: Wine
Version: 0.9.7.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P4
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: th.fischer(a)gmx.net
Installing MS Visual C# 2005 Express Edition on a Gentoo Linux systems works
only so far that Ixpvcs.exe extracts all files into a temporary directory. The
installer itself never shows up and the following messages are printed on the
console:
err:msi:deformat_file Unable to get ShortPath size (L"c:\\Programme\\Microsoft
Visual Studio 8\\Common7\\Packages\\Debugger\\1031\\vsdebugui.dll")
err:msi:deformat_file Unable to get ShortPath size (L"c:\\Programme\\Microsoft
Visual Studio 8\\Common7\\Tools\\VDT\\1031\\vdt80ui.dll")
err:msi:deformat_file Unable to get ShortPath size (L"c:
\\Programme\\Gemeinsame Dateien\\Microsoft Shared\\Help\\1031\\hxvzui.dll")
err:msi:deformat_file Unable to get ShortPath size (L"c:
\\Programme\\Gemeinsame Dateien\\Microsoft Shared\\Help\\1031\\hxdsui.dll")
err:msi:deformat_file Unable to get ShortPath size (L"c:\\Programme\\Microsoft
Visual Studio 8\\Common7\\IDE\\1031\\vsslnui.dll")
err:msi:deformat_file Unable to get ShortPath size (L"c:
\\Programme\\Gemeinsame Dateien\\Microsoft Shared\\Help
8\\1031\\dexplmui.dll")
err:msi:deformat_file Unable to get ShortPath size (L"c:\\Programme\\Microsoft
Visual Studio 8\\Common7\\IDE\\1031\\msenvui.dll")
err:msi:deformat_file Unable to get ShortPath size (L"c:
\\Programme\\Gemeinsame Dateien\\Microsoft Shared\\Help 8\\1031\\msenvui.dll")
err:msi:deformat_file Unable to get ShortPath size (L"c:
\\Programme\\Gemeinsame Dateien\\Microsoft Shared\\Help
8\\1031\\cmddefui.dll")
err:msi:ITERATE_Actions Execution halted, action L"SxsInstallCA" returned 1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned
1603
The binary vcs/exp/cd/netsetup/Ixpvcs.exe has been taken from the German c't
magazine 4/06 CD.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4516
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.mdl.com/downloads
| |/
Keywords| |download, regression
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-08-02 06:13 -------
There's a no-fee version from the website above (have to fill in a few data).
mikael: could you please do a regression test? Using git is the simplest:
http://wiki.winehq.org/GitWine?highlight=%28git%29
I'll try to summarize the page a bit as it contains _a_ lot of info:
1. get git from http://wiki.winehq.org/GitWine?highlight=%28git%29
2. Unpack it and do make && make install (no configure needed)
3. It installs in ~/bin so if necessary add that to your PATH:
export PATH=$PATH:~/bin
4. Do: git clone http://source.winehq.org/git/wine.git wine-git
cd ~/bin/wine-git
5. Do:
git-bisect start
git-bisect good wine-20041019 /* your good wine-versio */
git-bisect bad wine-20041201 /* your bad wine-version */
6. ./configure && make depend && make
7. Run the app ./wine "c:\test.exe" (Do not forget the heading "./" before the
wine command!!! (as i did, and i was starting my newest wine version...))
8.if the app is ok:
git-bisect good
if not:
git-bisect bad
9. Back to step 6 and keep repeating this until you found the patch
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4515
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|setup.exe didnŽt start |setup.exe didnᅵt start
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-08-02 05:44 -------
Hi, does changing the windowsversion to win98 via winecfg change anything?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3793
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-08-02 05:34 -------
Looks like there's been a bit of progress (probably due to the patches of H.
Verbeet) I can now get into the menu in the demo, but the text is unreadable.
Will have to start this on windows to see what buttons i have to press :).
Nevertheless i think this is major improvement. Keep hacking!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4516
Summary: Program ISIS Draw halts at startup with
"ChangeIniFilePrivileges - GetFileSecurity should have
failed"
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikael.widersten(a)biokemi.uu.se
CC: mikael.widersten(a)biokemi.uu.se
All stable builds (SUSE 9.3) after 20050725 will not run ISIS Draw (chemical
drawing program).
Reproducible:
Always (tested on SUSE 9.3 and 10.0, three different installations, with all
released versions of Wine 20050830 to 0.9.7).
The cli output:
loke 744% wine "/home/micke/.wine/drive_c/Program Files/MDL ISIS Draw
2.5/IDraw32.exe"
fixme:ole:OleRegisterServer (ISISServer,0x5e91c0,0x5e91c4,0x400000,1): stub!
fixme:ole:OleRegisterClientDoc (ISISServer,ISISVMEM.DOC,...): stub
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files\\MDL ISIS Draw
2.5\\isisaim.dll" failed with error 1813
fixme:advapi:GetFileSecurityW (L"C:\\Program Files\\MDL ISIS Draw
2.5\\ISISAIM.INI") : returns fake SECURITY_DESCRIPTOR
Consequences:
Prevents me from upgrading the Wine installation to the latest and best 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=4515
Summary: setup.exe didnŽt start
Product: Wine
Version: 0.9.7.
Platform: PC
URL: http://appdb.winehq.org/appview.php?versionId=4027
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: volker(a)dirr-computer.de
i am using wine 0.9.7 on mandriva 2006
if i run \mnt\cdrom\setup.exe from crocodile clips nothing happen.
wine doesnŽt open a window.
wine doesnŽt show any messages.
wine doesnŽt end. (the cursor is not visible in my shell)
i am able to abourt running setup by pressing crtl+c.
i have done a WINEDEBUG=+relay.
the logfile ist growing up to 6,6MB.
i put the last lines to the attachment.
volker
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3037
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-08-02 04:18 -------
Simplest is i guess using git:
http://wiki.winehq.org/GitWine?highlight=%28git%29
I'll try to summarize the page a bit as it contains _a_ lot of info:
1. get git from http://wiki.winehq.org/GitWine?highlight=%28git%29
2. Unpack it and do make && make install (no configure needed)
3. It installs in ~/bin so if necessary add that to your PATH:
export PATH=$PATH:~/bin
4. Do: git clone http://source.winehq.org/git/wine.git wine-git
cd ~/bin/wine-git
5. Do:
git-bisect start
git-bisect good wine-20041019
git-bisect bad wine-20041201
6. ./configure && make depend && make
7. Run the app ./wine "c:\test.exe" (Do not forget the heading "./" before the
wine command!!! (as i did, and i was starting my newest wine version...))
8.if the app is ok:
git-bisect good
if not:
git-bisect bad
9. Back to step 6 and keep repeating this until you found the patch
Hope it's of any help to you...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4514
Summary: Problem of installation for PES3 demo
Product: Wine
Version: CVS
Platform: Other
URL: http://www.gamershell.com/download_3907.shtml
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
When installing the demo of PES3, Installshield runs and closes normally, but at
the end, no file is installed.
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=3963
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2006-08-02 04:02 -------
The log says nothing usefull. (no verbosity patch applied and then its weak
info without some other traces.. maybe relay trace would help; but nevermind
that for now)
| there were separate versions of myodbc installer for W95 and NT40. Probably
| the one I have is the W95 version and therefore it dosen't run under NT40.
Can you make it available on the net?
| I could try the versions that You have. If You could give a link..
I mean the other way round - for you to give me a link to your exact version. :)
But no problem, this is what I've tried:
[3] http://downloads.mysql.com/archives.php?p=myodbc-2.50&v=2.50.39
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4500
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-08-02 03:59 -------
Oops, sorry about that.you're right All too hasty again i guess! (Anyhow, about
the first test:
>the first test passes a string to %d : I just did a quick copy and paste from
what the game passes to _vsnprintf). Sorry about the noise (there have been so
many changes to msvcrt last months that it's really hard to track down the
regressions as the crashes change about every week) 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=4495
mkdm_2000(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|critical |major
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4495
mkdm_2000(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|P5 |P1
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4509
------- Additional Comments From stefan_betz(a)gmx.net 2006-08-02 02:33 -------
Here an Additional Comment we i crash the Program:
wine EasyCT.exe
-> "Buchungsjahr eingeben" -> Click OK
-> "Währungskonvertierung" -> Click OK -> Crash :-(
but when i do:
wine EasyCT.exe
-> "Buchungsjahr eingeben" -> Click Abort
I get the Main Applikation Window!
Then when i do (after the Mainwindow is Displayed!)
-> "Datei" -> "Neue Datei" i can create one File and anything works fine (for
now)...
Now (after i created some new file, and saved the changes) when i quit the
Programm, and Restart it, the the Program crashes while loading the File (no
dialog appears) on Startup :-(
Sorry for my Bad english
greeting
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3037
------- Additional Comments From a(a)gaydenko.com 2006-08-02 02:14 -------
Louis,
I'm ready to do such test and is waiting for instructions :-)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4500
------- Additional Comments From eric.pouech(a)wanadoo.fr 2006-08-02 02:03 -------
hmm.. the test program is rather bogus...
the first test passes a string to %d
the second test passes one string whereas the format expects two strings
So for the second test, it prints garbage from the stack
fix the 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=4437
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |download
Summary|Weird Worlds demo unusable -|msvcrt: Weird Worlds demo
|- mouse pointer won't move |won't start without native
|from center of screen |msvcrt
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-08-02 01:42 -------
Kai, please open a new bug report for seperate bugs.Leave this one for the
msvcrt bug. However i fear the mouse problem will end up as a duplicate, if you
file it :).
The game seems to run fine with native dinput.dll
(WINEDLLOVERRIDES="msvcrt,dinput=n" wine weird.exe). However the crash is
strange;didn't crash here, but i dunno how to play the game and only "played"
for 10 secs.:) Could you try to use native dinput and see if 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=4437
altkai(a)ml1.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Weird Worlds demo fails to |Weird Worlds demo unusable -
|run |- mouse pointer won't move
| |from center of screen
------- Additional Comments From altkai(a)ml1.net 2006-08-02 00:32 -------
Wine-0.9.7 - Yes, using the native dll allowed me to enter the game, thanks.
However, in the demo the mouse cursor was "stuck" to the center of the screen,
and so the game wasn't usable. It seems you can launch the game by pressing
escape, where again the mouse pointer is stuck to the center of the screen.
Wine wrote this to console, but I couldn't tell at what point:
wine: Unhandled page fault on write access to 0x00000000 at address 0x7c4907ba
(thread 0009), starting debugger...
I've updated the bug subject. Please let me know if I can provide additional
information.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2252
------- Additional Comments From altkai(a)ml1.net 2006-08-02 00:16 -------
With both the demo and the full game (v1), and Wine 0.9.7, I get the following
right after entering the game by "Quick Start":
err:seh:setup_exception nested exception on signal stack in thread 0009 eip
7ffbc99e esp 7fe59c90 stack 0x7fb01000-0x7fc10000
The game is unresponsive at this point, and I must ^C from the terminal. With
previous versions of Wine (0.9.3?) I was able to make the first move as the
above poster said, and got a similar pagefault message. Please let me know if
other information would be useful.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3257
------- Additional Comments From vitaliy(a)kievinfo.com 2006-07-02 23:51 -------
I think it's been mentioned before, but commctrl.dll required only if you have
the comctl32.dll from win9x and not from winNT. The updeate you recommeding to
install from cd-rom is for win9x so it does reqiure commctrl.dll.
Also, there are no such Wine versions as 0.96 or 0.97. There are however 0.9.6
and 0.9.7
And is there a link to download some demo 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=4449
mike(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Invisible fonts in Steam |Invisible fonts in Steam -
| |need a Tahoma compatible
| |font
------- Additional Comments From mike(a)codeweavers.com 2006-07-02 23:17 -------
Wine really needs a Tahoma compatible freetype font. Anybody want to create
one? The idea would be to created it from scratch in Font Forge, and make the
font metrics the same as the Tahoma font.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4449
------- Additional Comments From ivg2(a)cornell.edu 2006-07-02 22:48 -------
"Can we close this bug? Properly installing the font on your system lets the
font show properly."
I don't understand. On windows, I don't have to hunt down and/or install any
fonts to make this work properly. The fact that it doesn't work on Wine is
entirely Wine's problem, and a bug. IMHO wine should be able to override the
font and replace it with something else (automatically, without asking me to do
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=2533
------- Additional Comments From vapier(a)gentoo.org 2006-07-02 22:45 -------
Created an attachment (id=1854)
--> (http://bugs.winehq.org/attachment.cgi?id=1854&action=view)
wine-DESTDIR.patch
this patch does it the hard way, by updating (hopefully) every install target
to respect $(DESTDIR)
tested against wine-0.9.7 ... can you guys give it a spin and if all works out
i'll sent to wine-patches ...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2533
------- Additional Comments From vapier(a)gentoo.org 2006-07-02 22:33 -------
for example, the proposed patch would break programs/Makefile.in:
$(INSTALLPROGS:%=%/__installprog__): install-apploader
$(RM) $(bindir)/`dirname $@` && \
$(LN) $(bindir)/wineapploader $(bindir)/`dirname $@`
the resulting link would be pointing to $(DESTDIR)$(bindir) instead of just
$(bindir) ...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3822
------- Additional Comments From vitaliy(a)kievinfo.com 2006-07-02 21:23 -------
Jason, it always worked in KDE... This bug is present in other WMs.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4512
Summary: UnrealGold OpenGL - always crashes after a few minutes
into the game
Product: Wine
Version: 0.9.7.
Platform: PC-x86-64
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ploujj(a)gmail.com
Example run:
$ unreal
fixme:process:GetProcessWorkingSetSize (0xffffffff,0x55bff568,0x55bff560): stub
err:ole:CoGetClassObject class {92fa2c24-253c-11d2-90fb-006008a1f441} not regist
ered
err:ole:CoGetClassObject no class object {92fa2c24-253c-11d2-90fb-006008a1f441}
could be created for for context 0x1
fixme:ole:CoCreateInstance no classfactory created for CLSID {92fa2c24-253c-11d2
-90fb-006008a1f441}, hres is 0x80040154
err:ole:CoGetClassObject class {d8f1eee0-f634-11cf-8700-00a0245d918b} not regist
ered
err:ole:CoGetClassObject no class object {d8f1eee0-f634-11cf-8700-00a0245d918b}
could be created for for context 0x1
fixme:ole:CoCreateInstance no classfactory created for CLSID {d8f1eee0-f634-11cf
-8700-00a0245d918b}, hres is 0x80040154
fixme:keyboard:RegisterHotKey (0x1002a,49218,0x00000001,27): stub
fixme:keyboard:RegisterHotKey (0x1002a,49219,0x00000001,9): stub
fixme:keyboard:RegisterHotKey (0x1002a,49220,0x00000002,27): stub
fixme:keyboard:RegisterHotKey (0x1002a,49221,0x00000002,9): stub
fixme:keyboard:UnregisterHotKey (0x1002a,49218): stub
fixme:keyboard:UnregisterHotKey (0x1002a,49219): stub
fixme:keyboard:UnregisterHotKey (0x1002a,49220): stub
fixme:keyboard:UnregisterHotKey (0x1002a,49221): stub
fixme:keyboard:RegisterHotKey (0x1002a,49218,0x00000001,27): stub
fixme:keyboard:RegisterHotKey (0x1002a,49219,0x00000001,9): stub
fixme:keyboard:RegisterHotKey (0x1002a,49220,0x00000002,27): stub
fixme:keyboard:RegisterHotKey (0x1002a,49221,0x00000002,9): stub
fixme:winsock:NtStatusToWSAError Status code c0000024 converted to DOS error cod
e 6
fixme:winsock:NtStatusToWSAError Status code c0000024 converted to DOS error cod
e 6
***************** error repeated many times
e 6
fixme:winsock:NtStatusToWSAError Status code c0000024 converted to DOS error code 6
fixme:winsock:NtStatusToWSAError Status code c0000024 converted to DOS error code 6
fixme:winsock:NtStatusToWSAError Status code c0000024 converted to DOS error code 6
**************** ends with:
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x5599aa48)->((nil),00000008)
or
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x5599aa68)->((nil),00000008)
or
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x559aaa28)->((nil),00000008)
or
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x559aab38)->((nil),00000008)
(General Protection Error message appears in Unreal)
(I click OK)
(game quits, wine exits)
Running the OGL driver as described on the wine AppDB UnrealGold page
affects wine 0_9_{2,5,6,7}
This was only tested in online games.
Example Unreal.log file will be in attachments.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3257
------- Additional Comments From JosephHenryBlack(a)yahoo.co.nz 2006-07-02 19:40 -------
wine0.97 requires commctl and comctrl32 dlls for install.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4511
------- Additional Comments From ploujj(a)gmail.com 2006-07-02 19:37 -------
These crashes can be replicated with wine 0_9_{6,5,2} 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=4449
------- Additional Comments From jbdubbs(a)gmail.com 2006-07-02 19:34 -------
Can we close this bug? Properly installing the font on your system lets the
font show properly.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4511
Summary: UnrealGold D3D and Software renderers refuse to run
Product: Wine
Version: 0.9.7.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ploujj(a)gmail.com
wine and unreal logs will be provided in attachments
Software renderer even causes wine to segfault - coredump can be provided upon
request
Using the latest version of UnrealGold as described in its AppDB page.
Latest Wine (0.9.7) is aquired via 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=3822
------- Additional Comments From jbdubbs(a)gmail.com 2006-07-02 19:22 -------
I see this as fixed in 0.9.7. May have been prior to that, but I haven't been
tracking it closely.
Gentoo 2.6.15
KDE 3.5.0
XOrg 6.8
Wine 0.9.7
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3670
rwoodsmall(a)mac.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From rwoodsmall(a)mac.com 2006-07-02 17:50 -------
My problem looks to be fixed in 0.9.7. Will test more thoroughly when I have
more 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=3771
------- Additional Comments From darkvater(a)operamail.com 2006-07-02 17:47 -------
Yes, problem persists
fixme:dsound:DSOUND_MixOne problem with underrun detection (mixlen=18432 <
primary_done=19600)
err:dsound:DSOUND_MixOne underrun on sound buffer 0x4040a670
It seems to hld out more in software mode where the game actually runs a lot
smoother than the D3D accelerated 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=3037
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-07-02 17:34 -------
Hi, what about doing a regression test to find out what patch broke this? You
already know the break was between october and 20041201 .
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4320
------- Additional Comments From michael.s.gilbert(a)gmail.com 2006-07-02 17:07 -------
i can confirm that i still have this problem with wine 0.9.7. will retry with
0.9.8.
mike
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4510
Summary: Check for arpa/nameser.h fails with -ansi
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jjk3(a)msstate.edu
With CFLAGS="-ansi", the configure check for arpa/nameser.h fails to compile.
This is caused by nameser.h relying on BSD libc features to compile, which
aren't enabled when -ansi is defined.
One possible fix is to make sure _BSD_SOURCE is defined in CFLAGS by configure
prior to the check.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4509
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|critical |major
Status|UNCONFIRMED |NEW
Component|wine-misc |wine-user
Ever Confirmed| |1
Keywords| |download, regression
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-07-02 16:32 -------
Confirming. Might be a bug in user32
Anyway, i just tried some old versions of wine, and the app starts fine in
wine-20050211. So (again) a 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=4500
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |eric.pouech(a)wanadoo.fr
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-07-02 16:12 -------
well, i don't have a patch :) The regression took place by this
patch:http://source.winehq.org/git/?p=wine.git;a=commitdiff_plain;h=2cdace2…
Honestly i don't see how on earth this patch could influence this bug, but i
doublechecked it and it does (simple way: get wine-0.9.5 and apply the patch).
Adding author of the patch
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2533
------- Additional Comments From sick_soul(a)yahoo.it 2006-07-02 14:31 -------
I am totally in favor of DESTDIR support.
My only warning is that DESTDIR must _not_ become part of fixed strings compiled
in the program itself.
That is why automake, countrary to what is said above, generates DESTDIR support
explicitly for each install rule.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4131
------- Additional Comments From leon_fraitak(a)mail.ru 2006-07-02 14:29 -------
It seems that the new Steam update fixed the freezes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2533
------- Additional Comments From vapier(a)gentoo.org 2006-07-02 14:24 -------
modern automake (1.9.x) does not set DESTDIR in such a manner ... it adds
DESTDIR to the appropriate places in install targets ($(DESTDIR)$(bindir))
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4508
------- Additional Comments From sick_soul(a)yahoo.it 2006-07-02 14:23 -------
sorry, did not see that. Continuing my comments on #2533.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4504
------- Additional Comments From zwin(a)users.sourceforge.net 2006-07-02 14:02 -------
Ok, I've just tried without IE install using the WINEPREFIX as you suggested
(using wineprefix app to create the dir). I've installed the same python again
(2.3.5) and it fails the same way.
Testing with newer wine will not be as easy... I am downloading the deb for
testing from wine.sf.net but it is very very slow...
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2533
------- Additional Comments From bugzilla(a)mdaniel.scdi.com 2006-07-02 13:55 -------
Which is ironic, given that is exactly how an automake based system (from whence
this "standard" originated) does it.
I have first-hand knowledge that prefixing the autotools make variables (bindir,
libdir, etc) with $(DESTDIR) works great.
The follow-up is to just ensure that DESTDIR is only set during the "install"
target, otherwise it does funny things to the binaries during the "all" target.
Maybe that is the "inserting paths into files" to which you refer.
It's fine if you guys don't want to accept the patch.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4508
Summary: Feature wish: support for DESTDIR in the source build
system
Product: Wine
Version: CVS
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sick_soul(a)yahoo.it
Hello,
It would be nice to have support for DESTDIR in the wine sources, to support
staged installs.
That whay, wine would also be fully supported by the GNU Source Installer
currently under development.
Thanks
Claudio
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4501
------- Additional Comments From cdunn42(a)yahoo.com 2006-07-02 12:22 -------
Applied the patch, no change - still printing with thin lines.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2533
------- Additional Comments From vapier(a)gentoo.org 2006-07-02 12:20 -------
inserting DESTDIR into variables is generally a quick hack rather than a real
fix as it'll prevent install targets from doing things like generating absolute
symlinks or inserting paths into files
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4507
Summary: F-keys not working on application
Product: Wine
Version: 0.9.2.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: william_kelley(a)standardlumber.com
I am running Wine on Redhat Linux 9 and am running Wine-0.9.2. I believe that I
have found a bug. I searched the website as well as the rest of the web. I am
running an application under win98. I cannot get the function keys to work on
the program. Is there a way to do this or is it a bug, or can I not expect the
function. Thank you for your 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=4501
burnus(a)gmx.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |burnus(a)gmx.de
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4506
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2006-07-02 09:35 -------
Dup
Thanks for looking into the cause of the crash.
*** This bug has been marked as a duplicate of 4334 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4334
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mamatkazin(a)ivc.orw.ru
------- Additional Comments From vitaliy(a)kievinfo.com 2006-07-02 09:35 -------
*** Bug 4506 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=4320
------- Additional Comments From jave27(a)gmail.com 2006-07-02 09:31 -------
I could not duplicate this behaviour on wine CVS Feb 7th, 2006. Installer
worked fine, but the game didn't run (will file a separate 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=4505
Summary: Allowing multiple wine processes to share a virtual
desktop
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P1
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chris.kcat(a)gmail.com
Currently, I have Wine set to use unmanaged windows on a 1024x768 virtual
desktop (same size as my real desktop). This helps with program compatibility
while allowing me to work with normal apps (as unmanaged windows seem to be
"always on top" of native X apps without the virtual desktop and thus get in
the way). Using KDE, I can then force Wine's virtual desktop window to be
borderless and put onto one of KDE's virtual desktop, which cleanly allows me
to winkey+tab between my main desktop(s) and a "Windows desktop".
However, a problem comes when I run multiple Wine applications. Each app gets
its own Wine-created virtual desktop window, and causes it to only let me see
a single app at a time. I can alt+tab between Wine's virtual desktops, but
each one blocks the view of others.. which makes having Windows apps set to
"always on top" meaningless since switching between Wine's virtual desktops
negates that effect, as well as just being aesthetically unpleasant.
Therefor, I propose an option to allow Wine apps to share a single virtual
desktop instead of letting each have its own. The first-run Wine process would
create it, and the last-closed process would close 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=4504
------- Additional Comments From vitaliy(a)kievinfo.com 2006-07-02 07:43 -------
Sorry but you need to try with without IE install. It overrides lots of Wine's
dlls which makes it hard to find the bug. You could just move ~/.wine to
~/.wine-ie and install python separately. Also please upgrade to 0.9.7 and try
again. Numner of related bugs have been fixed in it.
And still use IE :
WINEPREFIX=~/.wine-ie wine 'c:\Program Files\Internet Explorer\iexplore'
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4504
Summary: calling something from python os.path crashes wine
Product: Wine
Version: 0.9.6.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zwin(a)users.sourceforge.net
$ wine c:\\Python23\\python.exe
Python 2.3.5 (#62, Feb 8 2005, 16:23:02) [MSC v.1200 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import os.path
>>> os.path.exists("foo")
wine: Unhandled page fault on read access to 0x00000001 at address 0x1e05a16f
(thread 0009), starting debugger...
err:seh:start_debugger Couldn't start debugger ("winedbg --auto 8 116") (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
Wine failed with return code 5
I've setup wine according the instructions to install IE6. I've installed into
wine only IE6 and python 2.3.5.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4503
------- Additional Comments From sick_soul(a)yahoo.it 2006-07-02 05:23 -------
[quote start]
Get the "full CVS" archive from winehq. This archive is the CVS tree but with
the tags controlling the versioning system. It's a big file (> 40 meg) with a
name like full-cvs-<last update date> (it's more than 100mb when uncompressed,
you can't very well do this with small, old computers or slow Internet connections).
[quote end]
I cannot find "full CVS" archives from winehq. Can you please provide a link?
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=4503
------- Additional Comments From sick_soul(a)yahoo.it 2006-07-02 05:09 -------
1. I will perform a regression asap.
2. Using native msvcrt.dll does not help. Error remains the same.
3. I don't think 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=4503
xerox_xerox2000(a)yahoo.co.uk 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=4503
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-07-02 01:20 -------
1.could you do a regression test please? It's described at:
http://www.winehq.org/site/docs/winedev-guide/x1344
2. Does using some native dlls change anything? (like using native msvcrt, i
guess not, but it's worth trying)
3. Is there a demo available for this game (that has the same bug)?
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=4496
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2006-06-02 22:15 -------
Dup
*** This bug has been marked as a duplicate of 4143 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4055
------- Additional Comments From john(a)t-tec.com.au 2006-06-02 20:01 -------
By the way, I did have do a little bit of investigation on the FIFO suggestion.
According to the serial howto
<http://www.tldp.org/HOWTO/Serial-HOWTO-19.html#ss19.3>, Linux does not provide
a way to change the FIFO buffer size.
I tried "setserial /dev/ttyS0 low_latency", but that didn't improve the situation.
I don't know why Microchip tells people to set flow control in the control panel
when SetCommState gives Microchip the ability to do it themselves. Also, since
the PicStart Plus works with Wine, I don't see why the ICD2 couldn't be made to
work 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=4503
Summary: crash (heap failure?) in Icewind Dale 2 after upgrade
from 0.9.2 to 0.9.6/0.9.7
Product: Wine
Version: 0.9.7.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sick_soul(a)yahoo.it
Hello,
I first upgraded wine from 0.9.2 to 0.9.6, and experienced the very ugly problem
I am going to describe below.
Then, reading the app database and regression bug already there, was encouraged
to try 0.9.7. The bug happens less often, but _it continues to happen_.
The problem I experience is exclusively manifested when saving the game.
It happens starting a new game too, but only because the game start causes an
autosave at Chapter 1 - Prelude.
The bug happens always at the same exact point in the save game scrollbar.
I analyzed the error logs, and, having read the logs of 0.9.2 back then, I
remember all the audio errors and stuff, and they are _not_ involved.
The real issue, I think, is the Heap error shown below. The feel is that the
program stops there during game save trying to continue to allocate memory,
again and again, until, at last, an error code is returned.
The C++ Runtime Library shows a window saying:
C++ Runtime library,
Runtime error! Program C:\games\iwd2\iwd2.exe
Abnormal Program termination.
Clicking OK terminates the program.
This never happened in 0.9.2, and I've wasted a ton of hours on this game.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4055
john(a)t-tec.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1525 is|0 |1
obsolete| |
------- Additional Comments From john(a)t-tec.com.au 2006-06-02 19:33 -------
Created an attachment (id=1838)
--> (http://bugs.winehq.org/attachment.cgi?id=1838&action=view)
output: I connected to ICD2 and then tried to erase, using MPLAB 7.2, wine
0.9.7
There has been a slight improvement since I last tried this. Now, with Wine
0.9.7 and MPLAB 7.2, I can connect to the ICD2 and it correctly identifies the
device.
However, when I go to the next part of what I want to do, erasing the chip, it
gives the same errors that I used to experience when trying to connect.
Here's a new file of the output from "WINEDEBUG=+comm wine MPLAB". I don't know
if there is any real difference with the older 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=4501
tony.lambregts(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=4498
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
------- Additional Comments From tony.lambregts(a)gmail.com 2006-06-02 19:24 -------
Could you please submit an enry in the AppDB for this application
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=4502
------- Additional Comments From a_villacis(a)palosanto.com 2006-06-02 18:11 -------
Created an attachment (id=1837)
--> (http://bugs.winehq.org/attachment.cgi?id=1837&action=view)
Test case which demostrates the bug
This is a sample VB project with compiled EXE, which triggers the bug. The app
displays a form with a DTPicker and two buttons. Clicking on any one of the
buttons is supposed to assign a date to the DTPicker (as shown in the source
code), but instead a 'Type mismatch' error is displayed, and the application
terminates. At the same time, the error message appears in the console.
Program requires MSVBVM60.DLL, not included because it makes sample too large
to post.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4502
Summary: Regression: DatePicker from MSCOMCT2.OCX causes Type
Mismatch on assignment to Value
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a_villacis(a)palosanto.com
Wine 0.9 works correctly with VB programs that use the DTPicker control from
MSCOMCT2.OCX.
Current CVS fails at the moment the VB program tries to assign the Value
property from a Date variable:
err:ole:ITypeInfo_fnInvoke failed to convert param 0 to VT_VARIANT from VT_DATE
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3166
------- Additional Comments From robert(a)paulsen.homeip.net 2006-06-02 17:39 -------
Still no joy.
> rm -rf .wine/
> wine --version
wine: creating configuration directory '/home/robert/.wine'...
ln: creating symbolic link `/home/robert/.wine-J9HCmP/dosdevices/m:/usbdisk_4'
to `/media/usbdisk_4': Permission denied
wine: wineprefixcreate failed while creating '/home/robert/.wine'.
If it is creating .wine, how come it tries to use .wine-J9HCmP ?
I can create the directory structure and soft link manually with no problem.
--
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=4500
------- Additional Comments From truiken(a)gmail.com 2006-06-02 17:21 -------
Can you add this test to the msvcrt test suite and submit the patch to
wine-patches(a)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=4497
------- Additional Comments From b.buschinski(a)web.de 2006-06-02 16:18 -------
can confirm
same here
OS: Gentoo AMD64
Kernel: 2.6.15.1 (SMP)
GFX Card: NVidia 6600 GT (drivers: 8178)
RAM: 1024 MB
Wine Ver: CVS 20060206
without -heapsize 512000
it crashs too, but no "Out of Memory" window apears
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4501
Summary: Change to dlls/wineps/pen.c breaks printing in qcharts
Product: Wine
Version: 0.9.7.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cdunn42(a)yahoo.com
CC: dmitry(a)codeweavers.com
Running QCharts (http://www.qcharts.com) stock charting software, after wine
0.9.7, studies (moving averages, indicators, etc) on a printed chart no longer
keep the same line thickness they have on screen.
This is subscription software, so may be difficult to test, but as I am a
subscriber, I'll help if I can.
After looking at the ChangeLog and the source code in dlls/wineps/pen.c, I found
that if I backed out the change of 2/1/06 by replacing :
physDev->pen.width = logpen.lopnWidth.x;
if (logpen.lopnStyle & PS_GEOMETRIC)
{
physDev->pen.width = PSDRV_XWStoDS( physDev, physDev->pen.width );
if(physDev->pen.width < 0) physDev->pen.width = -physDev->pen.width;
}
with the previous code :
physDev->pen.width = PSDRV_XWStoDS(physDev, logpen.lopnWidth.x);
if(physDev->pen.width < 0)
physDev->pen.width = -physDev->pen.width;
then the problem went away, charts print with the correct line thicknesses.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.