http://bugs.winehq.org/show_bug.cgi?id=4733
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Get |Get
|optimized/compressed/packed |optimized/compressed/packed
|executables working |executables (non-upx)
| |working
------- Additional Comments From Speeddymon(a)gmail.com 2006-22-04 06:09 -------
Can anyone having problems try the patch mentioned above and let us know if it
fixes your problem?
I did know that upx compressed exe's worked, but didn't think to mention that 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=5111
Summary: Dredd demo crashes in a directx8 error
Product: Wine
Version: CVS
Platform: Other
URL: http://www.gamershell.com/download_3451.shtml
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremielapuree(a)yahoo.fr
Judge Dreed demo crashes when playing a introduction movie. This game used to
work well. So, this is a regression. But, since there were a lot of changes in
directx implementation, it seems too difficult to look for the patch which does
the regression.
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=5066
------- Additional Comments From mike(a)codeweavers.com 2006-22-04 05:16 -------
Depending on which other fonts you have installed on your system, the problem
may or maynot appear. The best way to remedy the situation is to install FontForge.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5066
------- Additional Comments From winehq(a)aynoa.net 2006-22-04 05:09 -------
I have not FontForge and previous version of rpm, 0.9.11, works fine in SuSE
9.3 whithout any package changes.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4733
------- Additional Comments From michal.seliga(a)visicom.sk 2006-22-04 05:06 -------
well the major used compressosrs like upx mostly work.
problem is with compressors targeted to little files, mostly 4k and 64k intros.
when someone will look into this issue please take also look to crinkler
compressed files. so far they are not even recognized as executables. they also
don't work on windows 98 and according to authors they are targeted to PE loader
of windows 2000,xp and vista only and wine has probably more sanity checks that
they do...
links to crinkler:
http://www.pouet.net/prod.php?which=18158http://www.crinkler.net/
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5099
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2006-22-04 04:44 -------
| Btw if you hack it that way, does it work? Or does it get any farther?
Vitaliy, as bernd already has said, it make the game start much faster...
* bernd buschinski writes:
| But what if we just change the return status?
| from STATUS_NOT_SUPPORTED to STATUS_SUCCESS
|
| at least it makes the "Command and Conquer" start mutch faster
So I suppose it helps, but I doubt we should be making this change for all
unhandled NtFsControlFile functions.
Bernd, can you try adding two required cases to NtFsControlFile(), namely
FSCTL_LOCK_VOLUME and FSCTL_UNLOCK_VOLUME, and set return status only here?
* Vitaliy Margolen writes:
| I meant that it will always fail on native when used on drive c:
| It will suceed only if there are "no open handles on the device refernced by
| handle".
But we don't know whether Tiberian Sun is referring to the drive c: . That's
why I was asking about a way to get description of an object pointed by the
handle. BTW, thank you for your nice explanation, Vitaliy.
| As far as implementing that on Wine - you can't. At best you can change return
| value (something that you did with your patch). But that would be invalid for
| most cases.
IMHO, we still could detect tries to lock CDFS (device type
FILE_DEVICE_FILE_SYSTEM being compatible with a FILE_DEVICE_CD_ROM_FILE_SYSTEM,
not with a FILE_DEVICE_DISK_FILE_SYSTEM), then we could check whether running
linux kernel keeps appropriate CD device locked and if so--we could return
STATUS_SUCCESS. No?
Bernd, does the game use real CD during its start?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=4370
------- Additional Comments From marcus(a)jet.franken.de 2006-22-04 04:01 -------
changing == to & is definiutely wrong, because VT_VARIANT is not a bitmask,
but 12 (0xc), so it true for everything with bit 3 or bit 2 set.
you can try adding a FIXME() that prints out the VT before this line and see
what value it has
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=5102
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|regression |
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-22-04 03:22 -------
Sorry, is no regression, just a 'normal' 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.