http://bugs.winehq.org/show_bug.cgi?id=8797
------- Additional Comments From ErV2005(a)rambler.ru 2007-25-06 18:07 -------
Created an attachment (id=6872)
--> (http://bugs.winehq.org/attachment.cgi?id=6872&action=view)
Test application sources.
Test applications sources created several years before using MSVC. Wasn't able
to compile that on slackware, but this must give an idea what this program
does.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8797
------- Additional Comments From ErV2005(a)rambler.ru 2007-25-06 18:05 -------
Created an attachment (id=6871)
--> (http://bugs.winehq.org/attachment.cgi?id=6871&action=view)
ddraw test binary
This is DirectDraw test binary that produces a crash if started without
WINEDBUEG+=relay. If started with this flag it switches screen to 640x480 and
draw a black screen. Can be closed with Alt+F4.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8797
ErV2005(a)rambler.ru changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.theprodukkt.com/k
| |krieger
Keywords| |conformance, download,
| |regression, source
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8797
Summary: d3d/ddraw related Applications crashes on startup if
WINEDEBUG+=relay was not set.
Product: Wine
Version: 0.9.39.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-loader
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ErV2005(a)rambler.ru
After upgrading wine (from 0.9.37 to 0.9.38 or from 0.9.38 to 0.9.39 - I'm not
sure) many graphical applications started crashing if WINEDEBUG+=all or
WINEDEBUG+=relay not set and work fine if WINEDEBUG was specified Among those
applications are Postal 1, Kiosaky's Cashflow 101, .kkreiger and probably more.
I'm not sure if this is a bug in Wine or a problem in my system, because
uninstalling and downgrading (even to 0.9.34) didn't help - problem now exists
in other versions as well. Applications crash in a "windows way" - with access
violation at address 0x7XXXXXXX. (Example output produced by .kkreiger will be
attached(avaliable at http://www.theprodukkt.com/))
But .kkreiger works fine if started as
WINEDEBUG=+relay wine wine pno001.exe &>/dev/null
This application worked fine before and didn't need those flags.
Kyosaky's Cashflow 101 crashes with a windows message box which says "Unhandled
exceptionL c0000005 At address: 7ce2f9ce".but works fine if started with
WINEDEBUG=+relay
same thing with Postal 1.
There are also problems with an Alien vs Predator 2 game and some other apps
that enumerate D3D display modes:
if program has a listbox where videomodes can be selected, this box will
contain no strings (alien vs. predator, ragnarok online, some other apps), if
WINEDEBUG+=all is not set. Can these problems be connected with those crashes?
----
I was able to find where crash occurs, but didn't yet find why this happens.
I've used one of my own ddraw test applications (written for windows) that
produces same result - crashes if WINEDEBUG+=relay is not set, and works if
it is set. Source code is at the end of message. (Both application and it's
source code will be added as attachments)
For Wine - 0.9.39:
When initializing DirectDraw by using DirectDrawCreateEx, DDRAW_Create calls
LoadLibraryA with argument "wined3d". Crash occurs during LoadLibraryA call,
not in wined3d, but in ntdll/loader.c, in get_modref() function, at the "return
cached_modref = CONTAINING_RECORD(mod, WINE_MODREF, ldr);" line.
It looks like (somewhere between LoadLibraryA and get_modref()) there is a
problem with a "if (TRACE_ON())", but I'm not sure if this so, and where should
I look for this problem. And I still don't know why it worked before and
suddenly stopped working. (I'm marking this as loader bug, because crash
occurse while loading a dll) Any suggestions about location of this bug?
With best regards, Victor Eremin.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8751
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |truiken(a)gmail.com
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8209
------- Additional Comments From truiken(a)gmail.com 2007-25-06 15:45 -------
I just ran the install again with git, and all files install perfectly. What
files are you missing? And if you are missing files, please show the exactly
steps/commands used when installing. Here is my dir output, which matches
windows exactly:
-r--r----- 1 jhawkins nonconf 17242 Sep 4 2006 EULA_UK.rtf
-r--r----- 1 jhawkins nonconf 22862 Sep 6 2006 Readme.txt
-r-xr-x--- 1 jhawkins nonconf 8281600 Sep 13 2006 Scarface.exe
-r--r----- 1 jhawkins nonconf 192512 Aug 14 2006 binkw32.dll
-rw-r----- 1 jhawkins nonconf 1588821504 Sep 12 2006 cement.rcf
-rw-r----- 1 jhawkins nonconf 301028084 Sep 12 2006 movies.rcf
-r--r----- 1 jhawkins nonconf 348160 Aug 9 2006 msvcr71.dll
-r--r----- 1 jhawkins nonconf 12800 Aug 14 2006 ogg.dll
-rw-r----- 1 jhawkins nonconf 157 Sep 4 2006 register.url
-rw-r----- 1 jhawkins nonconf 132 Aug 9 2006 scarface.url
-rw-r----- 1 jhawkins nonconf 120 Sep 4 2006 sierra.url
-rw-r----- 1 jhawkins nonconf 479006971 Sep 12 2006 sound1.rcf
-rw-r----- 1 jhawkins nonconf 488043089 Sep 12 2006 sound2.rcf
-r--r----- 1 jhawkins nonconf 1118208 Aug 14 2006 vorbis.dll
-r--r----- 1 jhawkins nonconf 978944 Aug 14 2006 vorbisenc.dll
-r--r----- 1 jhawkins nonconf 20480 Aug 14 2006 vorbisfile.dll
--
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=8755
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO|2012 |
nThis| |
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From vitaliy(a)kievinfo.com 2007-25-06 14:24 -------
Please don't add any meta bugs here (nor to any other bug). They are not much
use and generate loads of useless activity.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.