http://bugs.winehq.org/show_bug.cgi?id=6734
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From truiken(a)gmail.com 2006-15-12 01:56 -------
Invalid. You can't run an app using the unix path. cd to the directory
containing aclt.exe and run it as 'wine aclt.exe'. Alternatively you can use
the "windows" path, found using winepath.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6904
Summary: Another War loops infinitely as start
Product: Wine
Version: 0.9.27.
Platform: PC
URL: http://www.cenega.com/index.php?shgame=12
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: murlock(a)free.fr
I'using a fresh wine 0.9.27 under xUbuntu 6.06 with an AMD 4200 X2.
With WINEDEBUG=+relay,+ddraw,+seh,+ddraw7, it seems that app loop in kernel,
maybe trying to allocate memory.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6792
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From truiken(a)gmail.com 2006-15-12 01:27 -------
Closing as invalid. The original reporter even said it installed. Alexander,
the only reason the installer would say it couldn't download the files is if
your .wine is on a network drive. In that case, go to winecfg and change the
drive to local. If it still says it can't download the files, you should talk
to MS because it's a problem on their side.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=587
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-15-12 01:00 -------
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=5404
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony.lambregts(a)gmail.com 2006-15-12 00:42 -------
Duplicate of bug 2256
*** This bug has been marked as a duplicate of 2256 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2256
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |killertux(a)suomi24.fi
------- Additional Comments From tony.lambregts(a)gmail.com 2006-15-12 00:42 -------
*** Bug 5404 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=2256
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|DUPLICATE |
------- Additional Comments From tony.lambregts(a)gmail.com 2006-15-12 00:40 -------
Reopening Bug 5404 should be marked as a duplicate of this on.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6897
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From truiken(a)gmail.com 2006-14-12 20:49 -------
> ...and my application was worked properly with no issue
fixme's/err's are not bugs by themselves. The only reason to open a bug report
is if an application does not work.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6903
Summary: MS Works 4.0 crashes by internet data sending
Product: Wine
Version: 0.9.27.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thomas(a)haeber.de
If you want to send data by internet MS Works 4.0 crashes with an unhandled
exception.
fixme:tapi:lineInitialize (0x63f240, 0x400000, 0x6349dc, "Microsoft Works
4.0", 0x63f244): stub.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3259
blin(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From blin(a)gmx.net 2006-14-12 18:02 -------
Socket level -1 is SOL_SOCKET, optname 128 is SO_LINGER, both are supported now.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6858
------- Additional Comments From blin(a)gmx.net 2006-14-12 17:51 -------
GetQueuedCompletionStatus is a function around IoCompletionPorts... I'm afraid
we need to get down and implement that stuff sooner or later. Volunteers?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6089
------- Additional Comments From blin(a)gmx.net 2006-14-12 17:44 -------
I suspect this bug is actually caused by the missing IoCompletionPort. See bug 6155.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5838
------- Additional Comments From blin(a)gmx.net 2006-14-12 17:15 -------
Can you please retry with current git wine and post a +winsock log of 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=6171
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From thestig(a)google.com 2006-14-12 17:12 -------
I reproduced the bug with the far cry demo in 0.9.24, but the progress bar
worked just fine in wine-git. Can you verify it's been fixed?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2828
blin(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From blin(a)gmx.net 2006-14-12 17:09 -------
Marking as abandoned due to lack of response.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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 1064, which changed state.
Bug 1064 Summary: Mouse problems in Theme Hospital (also in demo)
http://bugs.winehq.org/show_bug.cgi?id=1064
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3356
Bug 3356 depends on bug 1064, which changed state.
Bug 1064 Summary: Mouse problems in Theme Hospital (also in demo)
http://bugs.winehq.org/show_bug.cgi?id=1064
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1064
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From vitaliy(a)kievinfo.com 2006-14-12 16:53 -------
Patch committed. Please retest games and report if problem still exists.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6902
------- Additional Comments From thomas(a)haeber.de 2006-14-12 16:36 -------
Forget to say, you have to use a native mfc42.dll to use the program without
problems. Because of this I couldn't reproduce this bug only with builtin
dll's.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6902
Summary: D-Info 2001 full text search crashes after click on exit
Product: Wine
Version: 0.9.27.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thomas(a)haeber.de
The program D-Info crashes after a click on the exit-button in the full text
search with this error:
err:seh:setup_exception stack overflow 592 bytes in thread 0009 eip 7bc6595a
esp 00840db0 stack 0x841000-0xa50000
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5652
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From thestig(a)google.com 2006-14-12 16:18 -------
testing shows this patch caused the regression:
c8901d6f6253f6c97610eb1068ac4ff89758ed0a is first bad commit
commit c8901d6f6253f6c97610eb1068ac4ff89758ed0a
Author: Stefan Dösinger <stefandoesinger(a)gmx.at>
Date: Fri Jun 9 19:36:12 2006 +0200
ddraw: Rewrite most of ddraw using WineD3D.
Immediately after the patch, the game went from working to crashing. I guess the
fact that it's not crashing anymore is an improvement?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6686
ajackson(a)bcs.org.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From ajackson(a)bcs.org.uk 2006-14-12 16:05 -------
I haven't had this occur since the switch to 0.9.27 so I assume some change has
fixed 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=6901
Summary: Assistants in MS Works 4.0 aborts
Product: Wine
Version: 0.9.27.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thomas(a)haeber.de
The work-assistants in MS Works 4.0 crashes. But the main program recovers.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6900
thunderbird2k(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed| |1
------- Additional Comments From thunderbird2k(a)gmx.net 2006-14-12 15:36 -------
Could you run WoW.exe like this:
WINEDEBUG=+wgl wine wow -opengl &> log
Then provide me with that logfile.
Thanks,
Roderick
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6899
thunderbird2k(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From thunderbird2k(a)gmx.net 2006-14-12 15:34 -------
Hi,
The issue you are seeing is not caused by Ulrich his patch though the crash is
related to it.
Untill last week wine offered its own implementation of glut32.dll. It was
removed because it didn't appear to be compatible with most win32 programs. The
dll calls native functions behind its back. In case of a win32 glut32.dll this
are windows opengl functions (WGL) whereas on Linux it are glX functions. The
mixing of wgl/glx functions caused issues and for this reason the dll got removed.
The issue you are seeing is one of the cases where wine's glut32.dll had issues.
The dll can create an OpenGL context and set it as the context of the current
thread. The programs expects this to be done by glut and then just calls GL
functions. Based on your wgl output I think you have wine's glut32 around which
creates a GLX context instead of a WGL one. This isn't seen by wine and causes
the crash.
I explained the same to you on IRC and removing glut32.dll.so (which was a
remnant of an old wine installation) indeed fixed the problem.
Regards,
Roderick
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6679
------- Additional Comments From vitaliy(a)kievinfo.com 2006-14-12 15:16 -------
The patch prevents crash in AutoCAD 2000. I have not verified actual
functionality but it seemed as ACAD being happy with 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=6899
kelfe(a)gmx.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #4306 is|0 |1
obsolete| |
------- Additional Comments From kelfe(a)gmx.de 2006-14-12 15:12 -------
Created an attachment (id=4310)
--> (http://bugs.winehq.org/attachment.cgi?id=4310&action=view)
backtrace +wgl
running without wrapper script from custom directory isn't good :(
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3270
------- Additional Comments From michael.s.gilbert(a)gmail.com 2006-14-12 14:34 -------
Can we get a better dialog going about concrete problems with this patch like
the one you just mentioned (and any others that are preventing adoption into the
core code). This will help Vitaly Lipatov understand what he needs to do to get
the patch in shape.
Thanks in advance for working together. This is a big issue for users.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3270
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |MagicMan07(a)bluebottle.com
------- Additional Comments From vitaliy(a)kievinfo.com 2006-14-12 13:43 -------
Explaining won't help. What this patch is doing is really quesionable.
Why does it need to ShowWindow(SW_SHOW) to minimize 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=587
jacek(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Component|wine-programs |wine-shdocvw
Resolution| |FIXED
------- Additional Comments From jacek(a)codeweavers.com 2006-14-12 13:31 -------
Yes, we currently have WebBrowser control implementation.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6155
------- Additional Comments From sites(a)cheimes.de 2006-14-12 13:12 -------
Created an attachment (id=4308)
--> (http://bugs.winehq.org/attachment.cgi?id=4308&action=view)
non working IoCompletion patch (part 1)
I
found a patch created by Robert Shearman which adds IoCompletion to
WINE. The patch is very old (2004?) and doesn't apply against the
current development version of wine.
I merged the patch manually into the source tree but my knowdledge of
WINE is limited (zero *g*). My patched source tree doesn't compile:
make[2]: Betrete Verzeichnis '/home/heimes/dev/misc/wine-io/dlls/winecrt0'
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__
-D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing
-Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith
-fno-stack-protector -o drv_entry.o drv_entry.c
In file included from drv_entry.c:23:
../../include/winternl.h:2377: error: expected declaration specifiers or
‘...’ before ‘LPOVERLAPPED’
../../include/winternl.h:2378: error: expected declaration specifiers or
‘...’ before ‘LPOVERLAPPED’
make[2]: *** [drv_entry.o] Fehler 1
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3270
------- Additional Comments From michael.s.gilbert(a)gmail.com 2006-14-12 12:50 -------
you need to explain to Alexendre Juliard why this patch is important to get it
applied to the code base.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6855
seandarcy2(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |Installer
------- Additional Comments From seandarcy2(a)gmail.com 2006-14-12 12:48 -------
Well you guys know your code a lot better than I do, but..
Bug 5163 seems to start at the beginning of the install. This bug happens a
minute or more into the install ( on an AMD 4200x2 ).
And this bug relates to being unable to install MSCOMCTL.OCX, where 5163 seems
to be caused by:
"Unable to get ShortPath size"
I saw none of that error in the console output.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6900
Summary: WoW Crash when try to change graphics settings in opengl
mode
Product: Wine
Version: 0.9.27.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ajackson(a)bcs.org.uk
WoW starts up as normal but if you into the graphics menu and change a setting
(then apply) wine crashes (see attached log). I don't know if this happens
because of a change in 0.9.27 or because of the update to the WoW client but I
can reproduce it everytime if additional logs are needed.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=587
------- Additional Comments From ben(a)atomnet.co.uk 2006-14-12 12:29 -------
Just a curious question but wouldn't the Gecko engine that you download
automatically when trying to view an IE engine based app site in Wine satisfy
this and thus "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=2256
ben(a)atomnet.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From ben(a)atomnet.co.uk 2006-14-12 12:26 -------
Duplicate of 5404
*** This bug has been marked as a duplicate of 5404 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5404
ben(a)atomnet.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |adam(a)tpetaccia.com
------- Additional Comments From ben(a)atomnet.co.uk 2006-14-12 12:26 -------
*** Bug 2256 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=6898
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |Installer
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6899
------- Additional Comments From vitaliy(a)kievinfo.com 2006-14-12 11:46 -------
Please recompile Wine with supported flags. Or use binary package for your distro.
The backtrace you provided is invalid.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6899
kelfe(a)gmx.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, regression
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6899
Summary: ParticleFury crashes on startup
Product: Wine
Version: CVS
Platform: PC
URL: http://www.majorgeeks.com/Particle_Fury_d158.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kelfe(a)gmx.de
ParticleFury 1.45 crashes on startup
Regression testing revealed:
715d0e84097cb2dc07369c4e1cec8cf8a41e9035 is first bad commit
commit 715d0e84097cb2dc07369c4e1cec8cf8a41e9035
Author: Ulrich Czekalla <ulrich.czekalla(a)utoronto.ca>
Date: Thu Dec 7 10:45:58 2006 -0500
winex11.drv: Correctly position and clip opengl child windows.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6896
rmh(a)aybabtu.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|INVALID |
------- Additional Comments From rmh(a)aybabtu.com 2006-14-12 10:05 -------
> wineX is _NOT_ Wine.
Sorry for not making it clear enough. I _am_ using wine. The CD comes with
winex , but I want to use wine to play it. Since it is a valid win32 app (I
verified it), in theory it should be possible.
> Please never paste debug traces, _attach_ them instead.
Apologises. I'll remember next time.
TIA
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6898
Summary: URU: Ages Beyond Myst won't install;
kernel32.SetUnhandledExceptionFilter
Product: Wine
Version: 0.9.27.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: NJT(a)fishlegs.co.uk
URU:Ages Beyond Myst will not install and exits with Unhandled Exception. This
is on a PC running SuSE 10.1 and wine 0.9.27. The setup menu seems to function
but running the "install anywhere" installer fails both from the menu and when
run directly from the disk.
Command: WINEDEBUG=+seh,+relay,+tid wine /media/URU/Installer/Install.exe
The first SEH trace seems to come from kernel32:
0054:Call kernel32.SetUnhandledExceptionFilter(00447435) ret=004470cb
0054:Ret kernel32.SetUnhandledExceptionFilter() retval=00000000 ret=004470cb
0054:trace:seh:raise_exception code=c0000005 flags=0 addr=0x4470e3
0054:trace:seh:raise_exception info[0]=00000001
0054:trace:seh:raise_exception info[1]=0044707e
0054:trace:seh:raise_exception eax=0044707e ebx=7b8a9d28 ecx=7bc819c0
edx=00447464 esi=00400000 edi=00000000
0054:trace:seh:raise_exception ebp=0033fe98 esp=0033fe70 cs=0073 ds=007b
es=007b fs=0033 gs=003b flags=00010216
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6897
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|arunnagendran(a)gmail.com |
Priority|P1 |P2
Summary|err:ole:TLB_ReadTypeLib |"Custom windows application"
|Loading of typelib |fails to start
|L"Rfid.tlb" failed with |
|error 126 |
------- Additional Comments From vitaliy(a)kievinfo.com 2006-14-12 09:58 -------
Please upgrade to wine-0.9.27 and try again.
Please NEVER paste debug traces, attach them instead.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6658
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From vitaliy(a)kievinfo.com 2006-14-12 09:54 -------
Marking 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=6896
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From vitaliy(a)kievinfo.com 2006-14-12 09:51 -------
wineX is _NOT_ Wine.
Please never paste debug traces, _attach_ them instead.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6890
------- Additional Comments From vitaliy(a)kievinfo.com 2006-14-12 09:46 -------
~/.wine/drive_c/Program Files/Internet Explorer/IEXPLORE.EXE
Upgrade your Wine to 0.9.27 and try again. And I am not talking about _running_
IE, only installing. Running... is not supported. Wine has it's own IE
replacement. And that's what should be used.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6896
------- Additional Comments From blin(a)gmx.net 2006-14-12 09:33 -------
And you're running that with wine 0.9.27, not with cedega?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5909
ben(a)atomnet.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From ben(a)atomnet.co.uk 2006-14-12 09:24 -------
Regression testing complete, seems it was "dirtied" by Stefand :p
3b10a021db902bdacea78afec656be5e37401a9d is first bad commit
commit 3b10a021db902bdacea78afec656be5e37401a9d
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Tue Jul 25 16:41:41 2006 +0200
wined3d: More efficient color keying dirtifying.
Instead of blindly dirtifying the surface LoadTexture keeps track of
the color key that was used when creating the opengl texture and
reloads the surface if the color key has changed.
:040000 040000 cafe1103a36b9c0536f00db161f2a5818353cbb1
15416aa5e156173beeab124ec215854c9dcf50ff M dlls
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6321
------- Additional Comments From blin(a)gmx.net 2006-14-12 09:21 -------
Could anyone please try if this hack fixes the problem? Note that there's no way
this will ever get into wine, as it's really a hack.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6321
blin(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn|6847 |
------- Additional Comments From blin(a)gmx.net 2006-14-12 09:09 -------
Not a Dplay bug, for sure/
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6321
blin(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Component|wine-directx-dplay |wine-net
Ever Confirmed| |1
------- Additional Comments From blin(a)gmx.net 2006-14-12 09:07 -------
I can confirm the crash for Defcon 1.2, but I'll still hold that this is
actually triggered by a programming error in Defcon. It might not crash on
windows, but the call will certainly fail on windows, too.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6897
Summary: err:ole:TLB_ReadTypeLib Loading of typelib L"Rfid.tlb"
failed with error 126
Product: Wine
Version: 0.9.2.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arunnagendran(a)gmail.com
CC: arunnagendran(a)gmail.com
Hi,
I was trying to load custom windows application on Red Hat Linux using Wine
version 0.9.2.
i was seeing this error message "err:ole:TLB_ReadTypeLib Loading of typelib
L"Rfid.tlb" failed with error 126" continuously for some time, after that it
stop throwing that message and my application was worked properly with no issue.
I neglect this error message by changing the following DllÂ’s to native version.
OLE32.dll
OLEAUT32.dll
I would like to know the reason behind this error message and what is wrong
with built-in version of these DLL's.
see the dump of the error warnings below.
Thanks in this regards,
Arun Kumar N
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"RfId.tlb" failed with error 126
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6896
Summary: page fault at 0xffffffff when running "The Sims for
Linux"
Product: Wine
Version: 0.9.27.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmh(a)aybabtu.com
Faults at accessing 0xffffffff, when attempting to run "The Sims for Linux"
(note: so-called "The Sims for Linux" is actualy a legacy win32 application
coupled with WineX binaries).
Error looks similar to the one in #5432, but not necessarily the same, since
this is modified from the original Sims. FWIW, this version of The Sims comes
without CD check, and presumably without anti-tracing mechanisms.
The game window starts, displaying a black canvas. X resolution is adjusted to
800x600 and full screen mode is entered for a few seconds, then it crashes.
Full log follows:
fixme:midi:OSS_MidiInit Synthesizer supports MIDI in. Not yet supported.
fixme:d3d:IWineD3DDeviceImpl_GetAvailableTextureMem (0x161470) : stub,
simulating 64MB for now, returning 64MB left
fixme:ddraw:IDirectDrawImpl_SetCooperativeLevel (0x160c80)->((nil),00000008)
fixme:ddraw:IDirectDrawImpl_SetCooperativeLevel (0x160c80)->((nil),00000008)
fixme:d3d:IWineD3DStateBlockImpl_Release Releasing primary stateblock
fixme:ddraw:IDirectDrawImpl_SetCooperativeLevel (0x1ae9d0)->(0x10024,00000808)
fixme:ddraw:IDirectDrawImpl_SetCooperativeLevel (0x1ae9d0)->(0x10024,00000811)
fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to 16
fixme:d3d:IWineD3DDeviceImpl_CreateSurface Trying to create a render target that
isn't in the default pool
fixme:d3d:state_blend Unrecognized dst blend value 0
err:d3d:IWineD3DDeviceImpl_SetRenderState Multisample antialiasing not supported
by gl
fixme:d3d:IWineD3DDeviceImpl_CreateSurface Trying to create a render target that
isn't in the default pool
fixme:d3d_surface:IWineD3DSurfaceImpl_UnlockRect unsupported unlocking to
Rendering surface surf@0x2112e8 usage(WINED3DUSAGE_RENDERTARGET)
fixme:d3d:IWineD3DDeviceImpl_CreateSurface Trying to create a render target that
isn't in the default pool
fixme:d3d_surface:IWineD3DSurfaceImpl_UnlockRect unsupported unlocking to
Rendering surface surf@0x2114b0 usage(WINED3DUSAGE_RENDERTARGET)
fixme:d3d:IWineD3DDeviceImpl_CreateSurface Trying to create a render target that
isn't in the default pool
fixme:d3d_surface:IWineD3DSurfaceImpl_UnlockRect unsupported unlocking to
Rendering surface surf@0x211678 usage(WINED3DUSAGE_RENDERTARGET)
fixme:d3d:IWineD3DDeviceImpl_CreateSurface Trying to create a render target that
isn't in the default pool
fixme:d3d_surface:IWineD3DSurfaceImpl_UnlockRect unsupported unlocking to
Rendering surface surf@0x211840 usage(WINED3DUSAGE_RENDERTARGET)
fixme:d3d:IWineD3DDeviceImpl_CreateSurface Trying to create a render target that
isn't in the default pool
fixme:d3d_surface:IWineD3DSurfaceImpl_UnlockRect unsupported unlocking to
Rendering surface surf@0x211a20 usage(WINED3DUSAGE_RENDERTARGET)
fixme:d3d:IWineD3DDeviceImpl_CreateSurface Trying to create a render target that
isn't in the default pool
fixme:d3d_surface:IWineD3DSurfaceImpl_UnlockRect unsupported unlocking to
Rendering surface surf@0xbdf6b0 usage(WINED3DUSAGE_RENDERTARGET)
fixme:d3d:IWineD3DDeviceImpl_CreateSurface Trying to create a render target that
isn't in the default pool
fixme:d3d_surface:IWineD3DSurfaceImpl_UnlockRect unsupported unlocking to
Rendering surface surf@0xbdf8a8 usage(WINED3DUSAGE_RENDERTARGET)
fixme:d3d:IWineD3DDeviceImpl_CreateSurface Trying to create a render target that
isn't in the default pool
fixme:d3d_surface:IWineD3DSurfaceImpl_UnlockRect unsupported unlocking to
Rendering surface surf@0xbdfaa0 usage(WINED3DUSAGE_RENDERTARGET)
fixme:d3d:IWineD3DDeviceImpl_CreateSurface Trying to create a render target that
isn't in the default pool
fixme:d3d_surface:IWineD3DSurfaceImpl_UnlockRect unsupported unlocking to
Rendering surface surf@0xbdfc98 usage(WINED3DUSAGE_RENDERTARGET)
fixme:d3d:IWineD3DDeviceImpl_CreateSurface Trying to create a render target that
isn't in the default pool
fixme:d3d_surface:IWineD3DSurfaceImpl_UnlockRect unsupported unlocking to
Rendering surface surf@0xbdfe90 usage(WINED3DUSAGE_RENDERTARGET)
fixme:d3d:IWineD3DDeviceImpl_CreateSurface Trying to create a render target that
isn't in the default pool
fixme:d3d_surface:IWineD3DSurfaceImpl_UnlockRect unsupported unlocking to
Rendering surface surf@0x2147a8 usage(WINED3DUSAGE_RENDERTARGET)
fixme:d3d:IWineD3DDeviceImpl_CreateSurface Trying to create a render target that
isn't in the default pool
fixme:d3d_surface:IWineD3DSurfaceImpl_UnlockRect unsupported unlocking to
Rendering surface surf@0x214970 usage(WINED3DUSAGE_RENDERTARGET)
fixme:d3d:IWineD3DDeviceImpl_CreateSurface Trying to create a render target that
isn't in the default pool
fixme:d3d_surface:IWineD3DSurfaceImpl_UnlockRect unsupported unlocking to
Rendering surface surf@0x214b50 usage(WINED3DUSAGE_RENDERTARGET)
fixme:d3d:IWineD3DDeviceImpl_CreateSurface Trying to create a render target that
isn't in the default pool
fixme:d3d_surface:IWineD3DSurfaceImpl_UnlockRect unsupported unlocking to
Rendering surface surf@0x214d48 usage(WINED3DUSAGE_RENDERTARGET)
fixme:d3d:IWineD3DDeviceImpl_CreateSurface Trying to create a render target that
isn't in the default pool
fixme:d3d_surface:IWineD3DSurfaceImpl_UnlockRect unsupported unlocking to
Rendering surface surf@0x2153c8 usage(WINED3DUSAGE_RENDERTARGET)
fixme:d3d:IWineD3DDeviceImpl_CreateSurface Trying to create a render target that
isn't in the default pool
fixme:d3d_surface:IWineD3DSurfaceImpl_UnlockRect unsupported unlocking to
Rendering surface surf@0x215a48 usage(WINED3DUSAGE_RENDERTARGET)
fixme:d3d:IWineD3DDeviceImpl_CreateSurface Trying to create a render target that
isn't in the default pool
fixme:d3d_surface:IWineD3DSurfaceImpl_UnlockRect unsupported unlocking to
Rendering surface surf@0x215c40 usage(WINED3DUSAGE_RENDERTARGET)
fixme:d3d:IWineD3DDeviceImpl_CreateSurface Trying to create a render target that
isn't in the default pool
fixme:d3d_surface:IWineD3DSurfaceImpl_UnlockRect unsupported unlocking to
Rendering surface surf@0x21f6b8 usage(WINED3DUSAGE_RENDERTARGET)
fixme:d3d:IWineD3DDeviceImpl_CreateSurface Trying to create a render target that
isn't in the default pool
fixme:d3d_surface:IWineD3DSurfaceImpl_UnlockRect unsupported unlocking to
Rendering surface surf@0x21fa88 usage(WINED3DUSAGE_RENDERTARGET)
fixme:d3d:IWineD3DDeviceImpl_CreateSurface Trying to create a render target that
isn't in the default pool
fixme:d3d_surface:IWineD3DSurfaceImpl_UnlockRect unsupported unlocking to
Rendering surface surf@0x21fc50 usage(WINED3DUSAGE_RENDERTARGET)
fixme:d3d:IWineD3DDeviceImpl_CreateSurface Trying to create a render target that
isn't in the default pool
fixme:d3d_surface:IWineD3DSurfaceImpl_UnlockRect unsupported unlocking to
Rendering surface surf@0x21fe18 usage(WINED3DUSAGE_RENDERTARGET)
fixme:d3d:IWineD3DDeviceImpl_CreateSurface Trying to create a render target that
isn't in the default pool
fixme:d3d_surface:IWineD3DSurfaceImpl_UnlockRect unsupported unlocking to
Rendering surface surf@0xdbd160 usage(WINED3DUSAGE_RENDERTARGET)
fixme:d3d:IWineD3DDeviceImpl_CreateSurface Trying to create a render target that
isn't in the default pool
fixme:d3d_surface:IWineD3DSurfaceImpl_UnlockRect unsupported unlocking to
Rendering surface surf@0xdcfde0 usage(WINED3DUSAGE_RENDERTARGET)
fixme:d3d:IWineD3DDeviceImpl_CreateSurface Trying to create a render target that
isn't in the default pool
err:d3d_surface:IWineD3DSurfaceImpl_BltOverride Wrong surface type for BLT
override(not on swapchain) !
fixme:d3d_surface:IWineGDISurfaceImpl_Blt Can't handle DDBLT_WAIT flag right now.
fixme:d3d_surface:IWineD3DSurfaceImpl_UnlockRect unsupported unlocking to
Rendering surface surf@0xdd8fe0 usage(WINED3DUSAGE_RENDERTARGET)
fixme:d3d_surface:IWineD3DSurfaceImpl_UnlockRect unsupported unlocking to
Rendering surface surf@0xdd8fe0 usage(WINED3DUSAGE_RENDERTARGET)
fixme:d3d_surface:IWineD3DSurfaceImpl_UnlockRect unsupported unlocking to
Rendering surface surf@0xdd8fe0 usage(WINED3DUSAGE_RENDERTARGET)
fixme:d3d_surface:IWineD3DSurfaceImpl_UnlockRect unsupported unlocking to
Rendering surface surf@0xdcfde0 usage(WINED3DUSAGE_RENDERTARGET)
fixme:d3d:IWineD3DDeviceImpl_CreateSurface Trying to create a render target that
isn't in the default pool
err:ddraw:PixelFormat_DD2WineD3D Unknown Pixelformat!
err:ddraw:IDirectDrawImpl_CreateNewSurface Unsupported / Unknown pixelformat
err:ddraw:IDirectDrawImpl_CreateSurface IDirectDrawImpl_CreateNewSurface failed
with 88760091
wine: Unhandled page fault on execute access to 0xffffffff at address 0xffffffff
(thread 0009), starting debugger...
Unhandled exception: page fault on execute access to 0xffffffff in 32-bit code
(0xffffffff).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:ffffffff ESP:0033f9a4 EBP:0033fa38 EFLAGS:00010206( - 00 - RIP1)
EAX:0033facc EBX:008b1598 ECX:0033fc3c EDX:0000005e
ESI:00000000 EDI:0033fa20
Stack dump:
0x0033f9a4: 005510e2 0033facc 008b1618 008b165c
0x0033f9b4: 008b1598 0000007c 00001007 00000258
0x0033f9c4: 00000320 00000000 00000000 00000000
0x0033f9d4: 00000000 00000000 00000000 00000000
0x0033f9e4: 00000000 00000000 00000000 00000000
0x0033f9f4: 00000000 00000000 00000000 00000020
Backtrace:
=>1 0xffffffff (0x0033fa38)
2 0x005504f9 in sims (+0x1504f9) (0x0033fad8)
3 0x004bffcd in sims (+0xbffcd) (0x0033fc48)
4 0x004b5093 in sims (+0xb5093) (0x0033fdf8)
5 0x00576f51 in sims (+0x176f51) (0x0033fe10)
6 0x005393e1 in sims (+0x1393e1) (0x005d68cc)
7 0x00576ef0 in sims (+0x176ef0) (0x00576e51)
8 0x00000026 (0xe8f18b56)
9 0x00000000 (0x00000000)
0xffffffff: -- no code accessible --
Modules:
Module Address Debug info Name (85 modules)
PE 370000-395000 Deferred ijl10
PE 400000-6ce000 Export sims
PE 60000000-600e0000 Deferred gimex
ELF 7b800000-7b91a000 Deferred kernel32<elf>
\-PE 7b820000-7b91a000 \ kernel32
ELF 7bc00000-7bc83000 Deferred ntdll<elf>
\-PE 7bc10000-7bc83000 \ ntdll
ELF 7bf00000-7bf03000 Deferred <wine-loader>
ELF 7dfd3000-7e037000 Deferred msvcrt<elf>
\-PE 7dfe0000-7e037000 \ msvcrt
ELF 7e037000-7e05e000 Deferred msvfw32<elf>
\-PE 7e040000-7e05e000 \ msvfw32
ELF 7e09f000-7e11e000 Deferred libglu.so.1
ELF 7e11e000-7e1d2000 Deferred wined3d<elf>
\-PE 7e130000-7e1d2000 \ wined3d
ELF 7e1d2000-7e221000 Deferred ddraw<elf>
\-PE 7e1e0000-7e221000 \ ddraw
ELF 7e221000-7e236000 Deferred midimap<elf>
\-PE 7e230000-7e236000 \ midimap
ELF 7e25c000-7e274000 Deferred msacm32<elf>
\-PE 7e260000-7e274000 \ msacm32
ELF 7e274000-7e2b0000 Deferred wineoss<elf>
\-PE 7e280000-7e2b0000 \ wineoss
ELF 7e2dd000-7e310000 Deferred uxtheme<elf>
\-PE 7e2e0000-7e310000 \ uxtheme
ELF 7e312000-7e317000 Deferred libxfixes.so.3
ELF 7e317000-7e320000 Deferred libxcursor.so.1
ELF 7e320000-7e323000 Deferred libxrandr.so.2
ELF 7e323000-7e32b000 Deferred libxrender.so.1
ELF 7e32b000-7e32e000 Deferred libxinerama.so.1
ELF 7e32e000-7e335000 Deferred libdrm.so.2
ELF 7e335000-7e39f000 Deferred libgl.so.1
ELF 7e39f000-7e3a4000 Deferred libxdmcp.so.6
ELF 7e3a4000-7e3a7000 Deferred libxau.so.6
ELF 7e3a7000-7e493000 Deferred libx11.so.6
ELF 7e493000-7e4a1000 Deferred libxext.so.6
ELF 7e4a1000-7e4a6000 Deferred libxxf86vm.so.1
ELF 7e4a6000-7e4be000 Deferred libice.so.6
ELF 7e4be000-7e4c7000 Deferred libsm.so.6
ELF 7e4c7000-7e554000 Deferred winex11<elf>
\-PE 7e4e0000-7e554000 \ winex11
ELF 7e55a000-7e579000 Deferred libexpat.so.1
ELF 7e579000-7e5a3000 Deferred libfontconfig.so.1
ELF 7e5a3000-7e5b7000 Deferred libz.so.1
ELF 7e5b7000-7e621000 Deferred libfreetype.so.6
ELF 7e621000-7e66a000 Deferred dsound<elf>
\-PE 7e630000-7e66a000 \ dsound
ELF 7e66a000-7e686000 Deferred imm32<elf>
\-PE 7e670000-7e686000 \ imm32
ELF 7e686000-7e69a000 Deferred lz32<elf>
\-PE 7e690000-7e69a000 \ lz32
ELF 7e69a000-7e6b3000 Deferred version<elf>
\-PE 7e6a0000-7e6b3000 \ version
ELF 7e6b3000-7e741000 Deferred winmm<elf>
\-PE 7e6c0000-7e741000 \ winmm
ELF 7e741000-7e802000 Deferred comctl32<elf>
\-PE 7e750000-7e802000 \ comctl32
ELF 7e802000-7e815000 Deferred libresolv.so.2
ELF 7e815000-7e833000 Deferred iphlpapi<elf>
\-PE 7e820000-7e833000 \ iphlpapi
ELF 7e833000-7e887000 Deferred rpcrt4<elf>
\-PE 7e840000-7e887000 \ rpcrt4
ELF 7e887000-7e91c000 Deferred ole32<elf>
\-PE 7e8a0000-7e91c000 \ ole32
ELF 7e91c000-7e974000 Deferred shlwapi<elf>
\-PE 7e930000-7e974000 \ shlwapi
ELF 7e974000-7ea66000 Deferred shell32<elf>
\-PE 7e980000-7ea66000 \ shell32
ELF 7ea66000-7eaac000 Deferred advapi32<elf>
\-PE 7ea70000-7eaac000 \ advapi32
ELF 7eaac000-7eab7000 Deferred libgcc_s.so.1
ELF 7eb9c000-7ec55000 Deferred gdi32<elf>
\-PE 7ebb0000-7ec55000 \ gdi32
ELF 7ec55000-7ed8d000 Deferred user32<elf>
\-PE 7ec70000-7ed8d000 \ user32
ELF 7efb0000-7efbb000 Deferred libnss_files.so.2
ELF 7efbb000-7efd1000 Deferred libnsl.so.1
ELF 7efd1000-7eff6000 Deferred libm.so.6
ELF 7eff6000-7f000000 Deferred libnss_nis.so.2
ELF f7d33000-f7d3c000 Deferred libnss_compat.so.2
ELF f7d3d000-f7d41000 Deferred libdl.so.2
ELF f7d41000-f7e72000 Deferred libc.so.6
ELF f7e72000-f7e84000 Deferred libpthread.so.0
ELF f7e8f000-f7fa0000 Deferred libwine.so.1
ELF f7fa2000-f7fb9000 Deferred ld-linux.so.2
Threads:
process tid prio (all id:s are in hex)
0000000a
0000000b 0
00000008 (D) C:\simsdir\Sims.exe
0000000f 15
0000000e 15
00000009 0 <==
Wine exited with a successful status
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6895
Summary: Wrong ReadFile timeout reading from serial (COM) port
Product: Wine
Version: 0.9.27.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mail.to.mr(a)gmx.de
In Windows, there is a special combination of COMMTIMEOUTS (SetCommTimeouts
function) settings for reading from serial devices:
if an application sets the elements ReadIntervalTimeout and
ReadTotalTimeoutMultiplier to MAXDWORD and sets ReadTotalTimeoutConstant to a
value greater than zero and less than MAXDWORD, one of the following occurs when
the ReadFile function is called:
1. If there are characters in the input buffer, ReadFile returns immediately
with the characters in the buffer.
2. If there are no characters in the input buffer, ReadFile waits until a
character arrives and then returns immediately.
3. If no characters arrive within the time specified by
ReadTotalTimeoutConstant, ReadFile times out.
This does not work correctly in wine (version 0.9.27), the ReadFile always waits
the timeout specified by ReadTotalTimeoutConstant in case 1 and 2 above if the
number of characters in the input buffer is less than the number of characters
expected.
This can result in a very slow communication in applications which use this feature.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6658
------- Additional Comments From abel.stern(a)gmail.com 2006-14-12 07:43 -------
I updated to the nVidia driver version 1.0.9631 and wine version 0.9.27, and
all is working fine again.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6082
jeremielapuree(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From jeremielapuree(a)yahoo.fr 2006-14-12 07:29 -------
Bug is fixed with git-wine dated of 2006-12-14. Great job. Thanks a lot.
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=6880
------- Additional Comments From hans(a)it.vu.nl 2006-14-12 06:24 -------
The exe doesn't import mscoree nor does it call LoadLibrary() on
it. If I add a LoadLibraryA("mscoree.dll") in some call before the
GetModuleHandleA("mscoree.dll") it ends up calling mscoree.CorExitProcess().
So it doesn't look like mscoree has anything to do with the app exiting
prematurely.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6622
------- Additional Comments From marcus(a)jet.franken.de 2006-14-12 04:47 -------
if you have another application we can try, please reopen this
bug and readjust "URL" field.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6880
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-14-12 03:43 -------
Created an attachment (id=4301)
--> (http://bugs.winehq.org/attachment.cgi?id=4301&action=view)
+relay,+seh for the Eragon Demo
There are more apps affected by this bug, like FEARSP and Eragon demo. They all
end with:
0009:Call kernel32.GetModuleHandleA(011bf1d4 "mscoree.dll") ret=00c5936f
0009:Ret kernel32.GetModuleHandleA() retval=00000000 ret=00c5936f
0009:Call kernel32.ExitProcess(00000001) ret=00c59393
So somehow the module handle for mscoree.dll cannot be obtained , and the app
dies silently. Maybe it's related to the FT_Thunk call a few lines above, but i
dunno what that really does..... (i removed FT_Thunk from the spec file, but
then the application pops up a messagebox about a problem with securom)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6894
blin(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Component|wine-net |wine-kernel
Resolution| |DUPLICATE
------- Additional Comments From blin(a)gmx.net 2006-14-12 03:34 -------
Hans is correct there. CreateIoCompletionPorts and related functions are not
implemented and a lot of apps never check if that call fails.
*** This bug has been marked as a duplicate of 6155 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6155
blin(a)gmx.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |Simon80(a)gmail.com
------- Additional Comments From blin(a)gmx.net 2006-14-12 03:34 -------
*** Bug 6894 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=5469
charles(a)diagnos.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From charles(a)diagnos.co.uk 2006-14-12 03:33 -------
Cool, thanks for your help Juan!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6890
------- Additional Comments From snoski3(a)yahoo.com 2006-14-12 03:13 -------
Then what is the exe to get IE to start? I can't find it in the Program 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=6894
------- Additional Comments From hans(a)it.vu.nl 2006-14-12 01:56 -------
The DNS fixme should harmless. The fact that CreateIoCompletionPort
is called is more likely the cause of this 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=6105
gilboad(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gilboad(a)gmail.com
------- Additional Comments From gilboad(a)gmail.com 2006-13-12 23:53 -------
Seeing the same error when trying to install the 1.4 patch.
Fedora Core 6 x86_64.
Wine 0.9.25 from fedora-extra.
At least for me, it's failing on "err:msi:ITERATE_Actions Execution halted,
action L"InstallFinalize" returned 1603" (See below)
err:msi:cabinet_notify failed to create L"c:\\Program
Files\\Ubisoft\\Crytek\\Far Cry\\Bin32\\DivxDecoder.dll" (error 5)
err:msi:cabinet_notify failed to create L"c:\\Program
Files\\Ubisoft\\Crytek\\Far Cry\\Bin32\\DivxMediaLib.dll" (error 5)
err:msi:cabinet_notify failed to create L"c:\\Program
Files\\Ubisoft\\Crytek\\Far Cry\\Bin32\\FileParser.dll" (error 5)
err:msi:cabinet_notify failed to create L"c:\\Program
Files\\Ubisoft\\Crytek\\Far Cry\\Bin32\\DivxDecoder.dll" (error 5)
err:msi:cabinet_notify failed to create L"c:\\Program
Files\\Ubisoft\\Crytek\\Far Cry\\Bin32\\DivxMediaLib.dll" (error 5)
err:msi:cabinet_notify failed to create L"c:\\Program
Files\\Ubisoft\\Crytek\\Far Cry\\Bin32\\FileParser.dll" (error 5)
err:msi:cabinet_notify failed to create L"c:\\Program
Files\\Ubisoft\\Crytek\\Far Cry\\Levels\\mp_px_dune\\loadscreen_mp_px_dune.dds"
(error 5)
err:msi:cabinet_notify failed to create L"c:\\Program
Files\\Ubisoft\\Crytek\\Far Cry\\Bin32\\DivxDecoder.dll" (error 5)
err:msi:cabinet_notify failed to create L"c:\\Program
Files\\Ubisoft\\Crytek\\Far Cry\\Bin32\\DivxMediaLib.dll" (error 5)
err:msi:cabinet_notify failed to create L"c:\\Program
Files\\Ubisoft\\Crytek\\Far Cry\\Bin32\\FileParser.dll" (error 5)
err:msi:ACTION_InstallFiles compressed file wasn't extracted (L"c:\\Program
Files\\Ubisoft\\Crytek\\Far Cry\\Bin32\\DivxDecoder.dll")
err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned 1603
fixme:rpc:RpcServerUnregisterIf (IfSpec == (RPC_IF_HANDLE)^(nil), MgrTypeUuid ==
(null), WaitForCallsToComplete == 0): stub
err:ole:ClientRpcChannelBuffer_SendReceive called from wrong apartment, should
have been 0xd00000022
err:ole:xCall RpcChannelBuffer SendReceive failed, 8001010e
Thanks.
- Gilboa
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5872
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-13-12 23:29 -------
Resolving 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=6894
Summary: Network compatibility issue with PoivY client
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Simon80(a)gmail.com
PoivY is a VoiP and SIP provider with decent rates, so I was trying to use their
client solely to obtain an account. Unfortunately, this didn't work, and I
couldn't get a verbose debug output because setting WINEDEBUG=all in the command
was causing the client to 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=6525
user_2_2_3(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
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=6171
------- Additional Comments From ead1234(a)hotmail.com 2006-13-12 21:55 -------
They work in directx now, but they still don't work in other applications such
as America's Army 2.7 and farcry , both demo and retail.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6171
------- Additional Comments From thestig(a)google.com 2006-13-12 21:37 -------
with wine 0.9.24, I tested the directx redist package and saw the progress bar
scroll across the same way it did on Windows. The progress bar goes about 75% of
the way, then starts over and go half way.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3532
------- Additional Comments From thestig(a)google.com 2006-13-12 20:23 -------
I can't get wine-20050930 to compile, but I took wine-0.9.27 and reversed the
patch, but the oscillating behaviour still occurs.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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 claudiohfg(a)gmail.com 2006-13-12 19:43 -------
Problems applying this patch http://wiki.winehq.org/Implement_SetThreadPriority
on wine 0.9.27:
patching file configure.ac
Hunk #1 FAILED at 233.
Hunk #2 succeeded at 1168 with fuzz 2 (offset -26 lines).
1 out of 2 hunks FAILED -- saving rejects to file configure.ac.rej
patching file server/main.c
patching file server/thread.c
Hunk #3 succeeded at 936 (offset 14 lines).
Is there anything to solve?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6714
------- Additional Comments From email200202(a)yahoo.com 2006-13-12 18:02 -------
I have updated to wine-0.9.27 and the problem is still there.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6549
------- Additional Comments From vitaliy(a)kievinfo.com 2006-13-12 17:50 -------
So again the problem is what? I see that your V3.0 is in "early alfa". Please
indicate what is the problem with your application.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6549
------- Additional Comments From agpublic(a)ecommsec.com 2006-13-12 17:09 -------
If you can get the application running using Wine on Linux/MAC I am willing to
pay for the work done or functions implemented.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6549
agpublic(a)ecommsec.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|ABANDONED |
------- Additional Comments From agpublic(a)ecommsec.com 2006-13-12 17:07 -------
IP filtering close connection by setting tcp entry to 12
You can test the application at http://www.ecommsec.com named Parental Filter 3.0
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6622
------- Additional Comments From thestig(a)google.com 2006-13-12 16:15 -------
I'm testing with wine-0.9.27-g7aa9ea4. XnView works for me on Linux 2.6.18 as
well, but many other applications do not without the above mentioned bug.
Perhaps I should 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=6622
------- Additional Comments From marcus(a)jet.franken.de 2006-13-12 16:06 -------
we are using a different fix.
it made xnview.exe work for me on 2.6.18.
again, wine --version ?
My current is:
wine-0.9.27-g9a7c54a
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6622
------- Additional Comments From marcus(a)jet.franken.de 2006-13-12 15:34 -------
yes.
do you have wine 0.9.27?
wine --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=6602
------- Additional Comments From zyrom(a)itr.no 2006-13-12 15:29 -------
actually it seems to be fixed in 0.9.27 , i'l do some more tests to confirm
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=6622
------- Additional Comments From thestig(a)google.com 2006-13-12 15:27 -------
Did the patch actually make it into git? I'm still getting
'fixme:seh:check_no_exec No-exec fault triggered' errors.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6893
Summary: ChessBase Light does not install
Product: Wine
Version: 0.9.27.
Platform: PC
URL: http://www.chessbase.com/download/cblight/index.asp
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thestig(a)google.com
The installer goes to about 80% before getting the error message: Unable to copy
file "messages\english\texts.msg" Incorrect file checksum.
(The same installer works just fine on Windows, so the install file is not corrupt)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5469
juan_lang(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From juan_lang(a)yahoo.com 2006-13-12 14:25 -------
Hi Charles, now that this has been committed, would you mind closing it? Thanks
for seeing it through!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6549
juan_lang(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From juan_lang(a)yahoo.com 2006-13-12 14:24 -------
Closing due to missing details and inactivity.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6891
pedro.lixo(a)netcabo.pt changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #4298 is|0 |1
obsolete| |
------- Additional Comments From pedro.lixo(a)netcabo.pt 2006-13-12 13:52 -------
Created an attachment (id=4299)
--> (http://bugs.winehq.org/attachment.cgi?id=4299&action=view)
Winedebug with computername variable set
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6891
pedro.lixo(a)netcabo.pt changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From pedro.lixo(a)netcabo.pt 2006-13-12 13:51 -------
Unfortanly, it isn't a simple one i think, the name appears correct.
I'm using my company XMLSpy version, it's the XMLSpy Enterprise 2007. I've
already register my version in windows, then i copied the files from Windows
Programs folder to wine Programs Folder. Acording to the altova page it's all
that it's needed. See here
http://www.altova.com/support_platform_linux.html.
I've already tried with the DLL overrides (riched32.dll riched20.dll
wininet.dll secur32.dll) and without the overrides, the problem mantains and
appears to be always the same.
I wouldn't like to use a version of wine from 2003, an solution?! Thanks
Following this post the debug message
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=770
------- Additional Comments From thestig(a)google.com 2006-13-12 13:20 -------
This bug has been fixed. I successfully installed Vector NTI v7.0 on wine-git.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5652
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.wulfram.com/
Keywords| |download, regression
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6892
------- Additional Comments From thestig(a)google.com 2006-13-12 12:57 -------
Do you have a download link for the application? It looks like the company that
made the software got bought out.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6892
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-kernel |wine-misc
Keywords| |Installer
Summary|Object reference not set - |Installation of PROTEL99_SE
|PROTEL99_SE trial- |trial crashes
------- Additional Comments From vitaliy(a)kievinfo.com 2006-13-12 12:54 -------
Please attach (not paste) complete terminal output of the 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=6892
sz__g(a)freemail.hu changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Object reference not set |Object reference not set -
| |PROTEL99_SE trial-
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=770
------- Additional Comments From sz__g(a)freemail.hu 2006-13-12 12:48 -------
Same problem at the installation of "PROTEL99_SE trial"
says: "Unhandled Exception...Object reference not set"
Maybe the InstallShield.... (?)
thx
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6892
Summary: Object reference not set
Product: Wine
Version: 0.9.27.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sz__g(a)freemail.hu
The installer of "PROTEL99_SE trial" failed. The error is:"Unhandled Exception,
Description:Object reference not set".
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6891
------- Additional Comments From thestig(a)google.com 2006-13-12 12:27 -------
Are you running XMLSpy.exe or XMLSpyFormEditor.exe? I ran XMLSpy.exe, but it is
asking for an evaluation key. XMLSpyFormEditor.exe starts up ok, but when I try
to create a new project or open a project, it crashes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3685
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2006-13-12 11:55 -------
I guess keeping original version number is a bit better, as we all know can
judge about latest non-working version from user comments now :P
--
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=6891
------- Additional Comments From juan_lang(a)yahoo.com 2006-13-12 11:44 -------
Can you post a +computername trace? WINEDEBUG=+computername 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=6890
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From vitaliy(a)kievinfo.com 2006-13-12 11:22 -------
It _does_ restart Wine. It's been fixed long time ago.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6625
snoski3(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|0.9.26. |0.9.27.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6891
pedro.lixo(a)netcabo.pt changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|XmlSpy Crashes |XmlSpy 2007 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=6891
Summary: XmlSpy Crashes
Product: Wine
Version: 0.9.27.
Platform: PC
URL: http://www.altova.com/products/xmlspy/xml_editor.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pedro.lixo(a)netcabo.pt
I've been trying to work with XMLSpy in linux qith wine help, but the program
is always crashing.
For what i understand is in GetComputerNameExW (I could be very wrong)
The XMLSPy starts and then it crashes, i can see the windows completly then if
i move my mouse it Crash's.
Following this message i'll post the backtrace!
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6888
------- Additional Comments From martin(a)gamesplace.info 2006-13-12 09:40 -------
Using Wine 0.9.27 and running Theme Park World in virtual-desktop mode does not
fix the 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=6890
Summary: IE6 Regression testing
Product: Wine
Version: 0.9.14.
Platform: PC
URL: http://www.microsoft.com/ie
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: snoski3(a)yahoo.com
Installed WINE 0.9.14 and ran ie6setup.exe. It downloaded and installed but did
not reboot "computer"
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6888
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-programs |wine-misc
------- Additional Comments From vitaliy(a)kievinfo.com 2006-13-12 09:15 -------
Please try with new Wine version 0.9.27. Also try using virtual-desktop mode:
wine explorer /desktop=foo,800x600 TP.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=3702
------- Additional Comments From dmitry(a)codeweavers.com 2006-13-12 09:13 -------
I've sent a patch for the PE loader test which creates a PE image which
very closely matches an image that UPACK creates:
http://www.winehq.org/pipermail/wine-patches/2006-December/033633.html
Alexandre hasn't committed it yet, but he said that he has a fix to make
the test pass under Wine, he just needs to verify that his fixes pass all
the existing PE loader tests + this 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=6888
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #4296|application/octet-stream |text/plain
mime type| |
Attachment #4296|wine-output |wine-output.txt
filename| |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6887
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From vitaliy(a)kievinfo.com 2006-13-12 09:10 -------
This is X's limitation, not Wine's. Any application will receive mouse events
only when mouse pointer is over it's window(s).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4553
------- Additional Comments From ben(a)atomnet.co.uk 2006-13-12 08:51 -------
Have you tried clicking the mouse and hitting various keys? (Space, Escape, etc)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6889
Summary: simutrans sdl-88-10-5 aborts on startup
Product: Wine
Version: 0.9.25.
Platform: Other
URL: http://simutrans.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Looked into this because of the strange problem report at
http://forum.simutrans.com/index.php/topic,4523.msg37764.html
where the guy appeared to be trying to run the Linux version
of simutrans using Wine. But what the heck, I figured I'd
see if the Windows version worked. Sadly, it didn't for me
on Ubuntu 6.06. To repeat:
$ wget http://64.simutrans.com/simuwin-sdl-88-10-5.zip
$ wget http://64.simutrans.com/simupak64-88-10-5.zip
$ unzip simuwin-sdl-88-10-5.zip
$ unzip simupak64-88-10-5.zip
$ cd simuwin
$ wine simuwin
[It puts up something on the screen, then aborts.
I have to run xrandr -s 1 to restore the screen.
The app itself creates stdout.txt and stderr.txt.]
$ more stderr.txt
Couldn't open the window: DirectDraw2::SetSurfaceDesc: Invalid parameters
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6871
ben(a)atomnet.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From ben(a)atomnet.co.uk 2006-13-12 08:48 -------
Regression testing complete. Seems like this one is older than I thought.
127613bc6fc8d1b818af9354b2834a19b19155e3 is first bad commit
commit 127613bc6fc8d1b818af9354b2834a19b19155e3
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Sat Jul 22 01:58:19 2006 +0200
wined3d: Whitelist pixelformats instead of blacklisting.
:040000 040000 6e9d41c37affaf13c811afeb88d692cf43380d72
1590483583567a24ae53d087fde70c4e3d0011cb M dlls
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6888
Summary: Theme Park World does not start
Product: Wine
Version: 0.9.26.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martin(a)gamesplace.info
Theme Park World does not start. It is patched to version 2.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6887
Summary: Mousotron don't receive mouse clicks and keystrokes
events from not-Wine windows
Product: Wine
Version: 0.9.27.
Platform: PC-x86-64
URL: http://www.topshareware.com/Mousotron-download-10795.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mail(a)science.su
Mousotron Pro keeps track of the distance your mouse cursor moves and also the number of times you pressed the mouse buttons. On top of that it shows the number of keystrokes.
With older versions of Wine Mousotron doesn't received even mouse movements events from non-Wine windows but now this works perfectly so program can be considered as partially working. Unfortunatelly it doesn't receive any mouse clicks or keystrokes events from non-Wine windows even with newest Wine. Actually this problem isn't application specific and Mousotron is just one example of such a 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=6879
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|CVS |0.9.27.
------- Additional Comments From dank(a)kegel.com 2006-13-12 08:06 -------
Viny adds:
version : wine 0.9.27.
Hardware : PC
System : linux
Comment:
Since Wine 0.9 and maybe before.
OK with native comctl32 from Windows 2000.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3685
------- Additional Comments From tehstealth(a)yahoo.com 2006-13-12 08:06 -------
Please update version, bug still apparent in 0.9.27...
--
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=6886
------- Additional Comments From fnjordy(a)gmail.com 2006-13-12 06:14 -------
On the thin client remote connecting (ssh -X) to a desktop computer and running
Japanese Wine (IE6) works fine.
So it would appear the problem only appears with the machine the window manager
is running on?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6886
------- Additional Comments From fnjordy(a)gmail.com 2006-13-12 06:05 -------
Tried a FC6 live CD on the Radeon machine and with the vesa X11 driver loaded
Chinese Wine started.
Presumably then, this is Wine getting confused about trying to run with an
external X11 server?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6886
------- Additional Comments From fnjordy(a)gmail.com 2006-13-12 05:33 -------
Same problem occurs with "ati" driver, I setup a thin client with an r350 Radeon
with Beryl and I cannot see Chinese Wine apps.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6886
------- Additional Comments From fnjordy(a)gmail.com 2006-13-12 04:18 -------
Does Wine require hardware accelerated OpenGL in order to display Chinese?
And after testing CXOffice the answer should be no, the following partially
works but some missing fonts and slow performance:
$ LANG=zh_CN.UTF-8 ~/cxofficebeta/bin/wine notepad
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6886
fnjordy(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|DUPLICATE |
------- Additional Comments From fnjordy(a)gmail.com 2006-13-12 04:03 -------
This is actually a compound problem with a second cause:
The software GLX renderer in X.org and whatever Wine uses when it disables
OpenGL cannot handle LANG=zh_HK.UTF-8. However a remote display with Nvidia-GLX
works fine, using LANG=en_US.UTF-8 works.
Testing other locales: LANG=zh_CN.UTF-8 shows a Chinese title but no content.
Japanese and Korean locales run but only display English.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6547
fnjordy(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fnjordy(a)gmail.com
------- Additional Comments From fnjordy(a)gmail.com 2006-13-12 03:11 -------
*** Bug 6886 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=6886
fnjordy(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From fnjordy(a)gmail.com 2006-13-12 03:11 -------
Problem due to SCIM, workaround with XMODIFIERS="" as per bug 6547.
*** This bug has been marked as a duplicate of 6547 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6886
Summary: Remote display fails to paint contents
Product: Wine
Version: 0.9.27.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fnjordy(a)gmail.com
version: 0.9.27-winehq0-ubuntu-6.10-1.
Running winecfg in LTSP just hangs, running winecfg remotely (ssh -X) to a
regular Ubuntu desktop works fine. Re-running winecfg under LTSP after
generating the appropriate .wine configuration opens up a window but displays no
content.
CrossOver Linux 6.0.0beta3a works fine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5872
------- Additional Comments From tonglebeak(a)gmail.com 2006-13-12 02:08 -------
This bug is fixed in wine .9.27. But it does expose a deeper issue worth a bug
report.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5728
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-binary |wine-msvcrt
------- Additional Comments From dank(a)kegel.com 2006-13-12 01:42 -------
Changing category to msvcrt.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6490
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-binary |wine-setupapi
Summary|Setup of sofwtare fails in |LANconfig install fails
|SetupGetSourceFileLocationA |
------- Additional Comments From dank(a)kegel.com 2006-13-12 01:36 -------
Hans' patch was accepted:
http://www.winehq.com/pipermail/wine-cvs/2006-November/027833.html
Next problem: there are lots of lines of the form
err:setupapi:SetupDefaultQueueCallbackA copy error 2 ".\\lancvira.wiz" ->
"c:\\Program Files\\LANCOM\\LANconfig\\lancvira.wiz"
and it crashes with the error
wine: Call from 0x7ee83430 to unimplemented function
setupapi.dll.SetupPromptReboot, aborting
Changing description to be a bit more general,
setting component to setupapi
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6765
dank(a)kegel.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|wine-binary |wine-ole
------- Additional Comments From dank(a)kegel.com 2006-13-12 01:25 -------
>From the log, it looks like a COM error. Setting component to ole.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6885
Summary: Microsoft Robotics Studio 1.0 won't install
Product: Wine
Version: 0.9.27.
Platform: Other
URL: http://msdn.microsoft.com/robotics/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Microsoft Robotics Studio 1.0 aborts during setup.
(It offers to install .net; I declined, so that's not the problem.)
A +msi log seems to indicate a COM problem:
trace:msi:process_handle Synchronous Execution of action L"CheckAgeiaVersion"
trace:msi:DllThread MSI Thread (36) started for custom action
trace:msi:ACTION_CallDllFunction calling function
(L"C:\\windows\\temp\\msi647d.tmp", L"f3")
trace:msi:ACTION_CallDllFunction Calling function f3
trace:msi:alloc_msihandle 0x16f760 -> 2
trace:msi:MSI_GetProperty 2 L"ProductCode" 0x6d7c04 0x7e0351d4
fixme:rpc:RpcImpersonateClient (0x725ee0): stub
err:ole:ClientRpcChannelBuffer_SendReceive called from wrong apartment, should
have been 0x1e0000001f
err:ole:xCall RpcChannelBuffer SendReceive failed, 8001010e
err:rpc:RPCRT4_OpenBinding failed to bind for interface
{00020400-0000-0000-c000-000000000046}, 0.0
fixme:rpc:RpcRevertToSelfEx (0x725ee0): stub
...
trace:msi:DllThread MSI Thread (36) finished (rc 1603)
...
err:msi:ITERATE_Actions Execution halted, action L"CheckAgeiaVersion" returned 1603
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6876
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
------- Additional Comments From tony.lambregts(a)gmail.com 2006-12-12 23:59 -------
Please add an entry for this version in the AppDB
http://appdb.winehq.org/appview.php?iAppId=93
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6267
------- Additional Comments From deathbob(a)my180.net 2006-12-12 23:53 -------
I just built wine from the latest git and it still crashes.
Fedora Core 5
In the next week I will be moving to Fedora 6 and will see what happens. It
could be possible its just my system, just weird it worked and now it doesn't.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6870
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From tony.lambregts(a)gmail.com 2006-12-12 23:47 -------
duplicate of bug 5909
*** This bug has been marked as a duplicate of 5909 ***
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5909
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ben(a)atomnet.co.uk
------- Additional Comments From tony.lambregts(a)gmail.com 2006-12-12 23:47 -------
*** Bug 6870 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=6809
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony.lambregts(a)gmail.com 2006-12-12 23:35 -------
Closin duplicate
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6220
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
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=6091
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
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=5075
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
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=4204
tony.lambregts(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
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=2919
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6267
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|defcon1.hopto.org |http://backpi.sourceforge.ne
| |t/
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From thestig(a)google.com 2006-12-12 20:09 -------
tested again just now, works just fine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4490
------- Additional Comments From thestig(a)google.com 2006-12-12 19:45 -------
I can't reproduce the crash with AIM 5.9.3861 and wine 0.9.[67] or wine-git.
Although AIM still does not run.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4504
thestig(a)google.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From thestig(a)google.com 2006-12-12 18:35 -------
Looked like I had some configuration issues. I used a fresh .wine directory and
now Python works, but I can't reproduce the 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=6882
------- Additional Comments From dank(a)kegel.com 2006-12-12 17:45 -------
Oh, and the original usenet post says that
"installing all fonts gets past the error message".
So I guess this problem is indeed font-related.
I filed bug 6883 for the crash he got after installing enough fonts.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6883
Summary: vb3 app hornresp crashes on startup
Product: Wine
Version: 0.9.27.
Platform: Other
URL: http://www.users.bigpond.com/dmcbean/
OS/Version: other
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This is the next problem after you install enough fonts to get past bug 6882.
I haven't seen it myself (don't know what fonts to instal;
arial32 and times32 aren't enough), but the original user said in
http://groups.google.com/group/comp.emulators.ms-windows.wine/msg/7b5034e7a…
that he got a stack overflow 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=6882
Summary: vb3 app hornresp won't run, complains "Invalid property
value" on startup.
Product: Wine
Version: 0.9.27.
Platform: Other
URL: http://www.users.bigpond.com/dmcbean/
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
Originally from
http://groups.google.com/group/comp.emulators.ms-windows.wine/msg/7b5034e7a…
"das Programm - bis jetzt Freeware-, ist High-End unter den Hornsimus:
http://www.users.bigpond.com/dmcbean/Setup.exe, 400 kB
Ich habe wine in etlichen Versionen bis zur 0.9.26 probiert,
auf Debian und Mepis (ubuntu), auch Crossover von 4.2 bis zum Beta 6.3a.
Es geht nicht... Bitte helft mir. Wenn hornresp funktioniert kann ich endlich die
XP-Partition löschen. "
I tried running the app. It's a 16 bit vb3 app (!), but what the heck,
we should be able to run it. After it puts up its splash screen,
it puts up a "Invalid property value" dialog, and terminates.
Googling around a bit, I saw that error message might be vb related:
http://support.microsoft.com/kb/129934http://www.thescripts.com/forum/thread14231.html
So perhaps it's a font problem... and sure enough, there are
some font-related bits right before the error in the log.
I'll attach the log.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6881
Summary: bapco sysmark 2001 won't start; complains about keyboard
locale
Product: Wine
Version: 0.9.27.
Platform: Other
URL: http://bapco.com
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
bapco sysmark 2001 (which can be purchased for $200 from
http://futuremark.com) has some problems.
The installer seems happier if you copy mfc42.dll to /windows/system32 first.
It puts up a dialog about NUL and the spooler, and
the console shows lots of instances of the three lines
err:ole:marshal_object object doesn't expose interface
{be6115a1-7de5-48dc-ad2a-25060e00fce2}, failing with error 0x80004002
err:rpc:I_RpcReceive we got fault packet with status 0x6be
err:ole:ClientIdentity_QueryMultipleInterfaces IRemUnknown_RemQueryInterface
failed with error 0x80004002
(I think that UUID is Installshield's ISetupTransferEvents2, fwiw.)
The console also shows the errors
err:rundll32:main Unable to load L"printui.dll"
...
err:msi:register_progid L"Macromedia.Extension.Package" has no class
...
err:msi:ACTION_InstallFiles compressed file wasn't extracted
(L"c:\\windows\\system32\\MSCOMCTL.OCX")
err:msi:ITERATE_Actions Execution halted, action L"InstallExecute" returned 1603
But the outer setup.exe seems to complete ok.
Running sysmgr.exe fails quickly, with the dialog
"SYSmark 2001 can not run on your system with the current keyboard layout
settings and regional settings.
Please go to the Control Panel, follow the instructions below, and then try
SYSmark 2001 again:
* Open the Keyboard dialog box. Click Input Locales tag. Remove all the items
except English (united states) in the Input Locales list...
* open Regional Settings dialog box. Click Regional Settings tab,
and select English (united states) ..."
Right before this, the app does
0018:Ret user32.GetKeyboardLayoutList() retval=00000014 ret=00414041
0018:Call kernel32.lstrlenA(00422980 "English_United States.1252") ret=5f403998
...
0018:Call msvcrt.setlocale(00000000,004229f8 "") ret=0041406e
0018:Call kernel32.GetACP() ret=7ee53ee2
0018:Ret kernel32.GetACP() retval=000004e4 ret=7ee53ee2
0018:Ret msvcrt.setlocale() retval=7ee87600 ret=0041406e
0018:Call msvcrt.setlocale(00000000,00000000) ret=00414074
0018:Ret msvcrt.setlocale() retval=7ee87600 ret=00414074
0018:Call kernel32.lstrlenA(7ee87600 "C") ret=5f403998
0018:Ret kernel32.lstrlenA() retval=00000001 ret=5f403998
0018:Call ntdll.memcpy(0017c2a0,7ee87600,00000001) ret=5f4039b7
0018:Ret ntdll.memcpy() retval=0017c2a0 ret=5f4039b7
0018:Call msvcrt._mbscmp(0017c2a0 "C",0017c250 "English_United States.1252")
ret=00414099
0018:Ret msvcrt._mbscmp() retval=ffffffff ret=00414099
0018:Call kernel32.lstrlenA(00422944 "SYSmark\xae 2001 can not run on your
system with the current ")
So it seems unhappy with the keyboard locale, but
I'm not sure where to go from here.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6876
------- Additional Comments From phil(a)mail.ru 2006-12-12 16:43 -------
I have a hack around this in my local tree which forces ES_AUTOHSCROLL style
for single-line edit controls.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6879
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://home.scarlet.be/linux
| |/compteco/test.zip
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |NoAppDBEntry, source
Version|unspecified |CVS
------- Additional Comments From jonathan(a)ernstfamily.ch 2006-12-12 16:28 -------
confirming using current git
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are 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 thestig(a)google.com 2006-12-12 15:55 -------
I tried to reproduce this bug with a newer version of wine, but when I run
python.exe, it just hangs and chews up all the cpu.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4426
------- Additional Comments From alex(a)thehandofagony.com 2006-12-12 15:40 -------
I think it is the other way around: that the game is not installed error was a
regression introduced in Wine 0.9.21 and fixed in 0.9.27.
With my installation I get the installer file culd not be loaded error with
every Wine version I have tested.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6869
juan_lang(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From juan_lang(a)yahoo.com 2006-12-12 15:14 -------
Confirming. It looks like it expects fusion.dll to exist, which is part of the
.net runtime?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6864
------- Additional Comments From nick01TheGreat(a)gmail.com 2006-12-12 14:52 -------
Well, I guess you should know best though this bit seems weird:
trace:menubuilder:extract_icon path=[L"C:\\Program
Files\\uTorrent\\http:\\www.utorrent.com"] index=0
warn:menubuilder:extract_icon32 LoadLibraryExW (L"C:\\Program
Files\\uTorrent\\http:\\www.utorrent.com") failed, error 126
Looking to get the icon from http:\\www.utorrent.com with the path in program
files too :/
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6877
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2006-12-12 14:47 -------
Maybe +module,+import trace would help us here a bit?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6829
------- Additional Comments From oberon(a)wildwein.de 2006-12-12 14:42 -------
Although I didn't expect a change I rechecked with wine-0.9.27:
the bug is still there with wine-0.9.27
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6864
------- Additional Comments From vitaliy(a)kievinfo.com 2006-12-12 14:09 -------
I didn't not see any failures related to extracting icon from exe file. See log
for yourself and check above mentioned directory. The 6948_utorrent.0.xpm icon
should be there.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6864
------- Additional Comments From nick01TheGreat(a)gmail.com 2006-12-12 14:01 -------
So because of this change wine cannot extract the icon from an exe file ?
cause that's where it fails.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6876
------- Additional Comments From truiken(a)gmail.com 2006-12-12 13:56 -------
This isn't a bigger problem than just font sizes...the font you are using is
too big to enter all the numbers into the field. The edit box should not
allow continuation. If I remember the discussion when this was previously
brought up, the exact same thing happens on windows. This bug is either a
duplicate or invalid.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6880
Summary: Stronghold 2/Legends do not start in win2k/xp mode
Product: Wine
Version: 0.9.27.
Platform: PC
URL: http://files.filefront.com/stronghold2+demo/;4685397;;/f
ileinfo.html
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alex(a)thehandofagony.com
The demo versions of Stronghold 2 and Stronghold Legends do not start when
Wine is set to either Windows 2000 or Windows XP mode. No error messages and
no windows whatsoever are displayed; it simply terminates immediately.
When run in Windows 98 mode, it starts fine (but crashes later due to other
bugs).
Setting the Windows version for the game .exe does not help, so it must be
calling some other file.
These are new games, and are definitely supposed to run on Windows 2000/XP.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6879
Summary: Delphi Toolbar Icons not displayed correctly
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
On wine-devel, viny <vincent.hardy.be () gmail ! com> wrote:
"Here http://home.scarlet.be/linux/compteco/test.zip , a little test
program (with delphi 5 sources) that demonstrate a wrong display of the
toolbar. With native comctl32, it's OK, but not with the builtin one.
I would like to run this program
(http://home.scarlet.be/linux/compteco/index.html) without native DLL."
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6864
------- Additional Comments From vitaliy(a)kievinfo.com 2006-12-12 13:12 -------
I'm talking about *xpm icons. Before Wine was storing them in a WM dependant
place. And was specifying full path to them. Now Wine stores them in
~/.local/share/icons - the XDG standard defined place. And hence uses just an
icon name, without path.
Please take this problem to xfc. It is not Wine's bug. Wine follows the Free
Desktop standard here.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6878
julliard(a)winehq.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Summary|LineTo not updating bounds |GetBoundsRect not
|rectangle (GetBoundsRect) |implemented
------- Additional Comments From julliard(a)winehq.com 2006-12-12 13:07 -------
That's not specific to LineTo, no function updates the bounds rect, that feature
is not implemented at all.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6385
otomo(a)breanca.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Keywords|download |
Resolution|DUPLICATE |
Version|0.9.26. |0.9.27.
------- Additional Comments From otomo(a)breanca.net 2006-12-12 13:04 -------
Bug still present on the last version of wine in the programs which I tested:
Amapi Pro 7.5
Google Sketchup
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6864
------- Additional Comments From nick01TheGreat(a)gmail.com 2006-12-12 12:57 -------
0.9.26 worked fine with this exact xfce version- and I'm talking about the icon
on the desktop- though I noticed wine changed the place in the menu it keeps its
icons.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6376
------- Additional Comments From pij(a)rambler.ru 2006-12-12 12:57 -------
Wine 0.9.27, Lotus Notes 6.5.2. Crashed with SegFault on e-mails, where 0.9.24
hang with NSD log.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4426
------- Additional Comments From elton(a)schiert.net 2006-12-12 12:55 -------
Hi, looks like the "An installation support file could not be installed"-bug was
fixed in wine-0.9.21 but reintroduced in wine-0.9.27. Tests were done using
Heroes of Might and Magic V and the 1.01 patch. The commits that caused the
changes are:
Robert Shearman <rob(a)codeweavers.com>
Mon, 11 Sep 2006 10:14:25 +0000 (11:14 +0100)
commit: 106156cb7597cf6f077b6f4e9d7562d8932fd766
parent: 79f7318a119c4f0f45ecf45a1d5aa0035c0305c9
ole32: Remove some assertions in the stuctured storage code by returning error
codes to the caller and by handling the error condition.
Before this commit I recieved the "An installation support file could not be
installed" error box when trying to install the patch while Heroes V is
installed. (Oddly enough I don't get this error if I run the patch installer
without having the game installed.)
After this commit this bug seemed to be fixed: I can run the patch installer
without getting the "An installation support file could not be installed" error
box. (But the patch won't install due to bug 6364).
Kirill K. Smirnov <lich(a)math.spbu.ru>
Sun, 26 Nov 2006 13:47:54 +0000 (16:47 +0300)
commit: 3cd3ca68fe8f62257e1c3e0e49f80713b181e24b
parent: 532f57a243f442825c7c3ca56136c18757d3bf28
ole32: Fix logic in Storage32Impl_SmallBlocksToBigBlocks function.
After this commit however, the patch gave the "An installation support file
could not be installed" again. Seems like 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=6876
------- Additional Comments From theosib(a)gmail.com 2006-12-12 12:55 -------
winecfg doesn't seem to provide any means to manage fonts. I googled around for
info on this, and I see mention of ~/.wine/config, but I have no such file, and
the .reg files there don't contain things that I can see how to edit to get the
appropriate effect.
This is a bigger problem than just font sizes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6876
------- Additional Comments From theosib(a)gmail.com 2006-12-12 12:47 -------
Shouldn't the text in the box sortof pan around as you try to type too many
letters? I think it should be fixed so that the excess width gets shifted to
the left and part of the letter is invisible. I mean, what you're describing,
limiting it so that all you can type in is what physically fits in the field,
seems like nonsense to me.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.