http://bugs.winehq.org/show_bug.cgi?id=28863
Bug #: 28863
Summary: SecuROM 8.xx: games require activation on each start
Product: Wine
Version: 1.3.31
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: obfuscation
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Classification: Unclassified
…
[View More]
Created attachment 37073
--> http://bugs.winehq.org/attachment.cgi?id=37073
7zipped +relay,+tid,+file,+reg log (uncompressed 118 MB)
Two of my games obtained via Gamersgate digital distribution service are damned
with Securom 8.03.xxxx protection (online activation). The games are
Tomb Raider: Legend
GTA San Andreas
After installation the Securom activation dialog kicked in, requesting the
serial number. Activation was successful and the games started fine.
Much to my surprise, next time I launched these games, Securom required a new
activation. This happens on each game start (I didn't alter the wineprefix
where the games are installed in any way).
I installed one of the games in Win XP SP3 (running under Vbox): Securom works
there, requiring activation only on the first launch.
Here I'm attaching a +relay,+tid,+file,+reg debug log, hopefully someone will
find some clues in it. The log was created by getting through the activation
process (the game wasn't started at the end of activation).
I'm totally dumb at reading such logs but here's what I found:
1. Securom tries to open certain files under 'C:\users\<username>\Application
Data\DSS\Product Activation\ User Data\<very long sequence\'
The files named dss_v8_01.dat and dss_v8_01.bak. These files as well as the
whole directory structure are missing in both Wine and Windows so this can't be
the problem.
2. The corresponding Securom registry entry is located under HKCU/Software/DSS.
This contains several subkeys, most of them contain binary data, but one of
them (Meta Data\Information) contains strange things. Although this subkey can
be exported via Wine regedit, it cannot be re-imported correctly.
Here is an excerpt what this sub key contains (obtained via Process Monitor
under Windows):
Type: REG_SZ, Length: 2,600, Data: <?xml version="1.0"?>
<UserData>
<ExeResource>
<Path>C:\Program Files\Rockstar Games\GTA San Andreas\gta_sa.exe</Path>
</ExeResource>
<CPA>e358d8ee7c711c17f463b620e750df01e896d4e1bdfc0e37d2357859698229f6e896d4e1bdfc0e37cdb6c31028aa1089</CPA>
<OfflineInformation>
<LASTACCESSDATE>000fb756</LASTACCESSDATE>
<INSTALLDATE>000fb756</INSTALLDATE>
<COUNTER>00000000</COUNTER>
<FIRSTTIME>00000001</FIRSTTIME>
<PERIODIC>00000000</PERIODIC>
<PERIODICDAYS>00000000</PERIODICDAYS>
</OfflineInformation>
<ProductActivation>
...
Maybe something goes wrong when creating/reading this key under Wine thus
Securom considers it invalid?
Fedora 15 x86
gcc version 4.6.1 20110908 (Red Hat 4.6.1-9) (GCC)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=29473
Bug #: 29473
Summary: IconsExtract: Requesting "File Properties" errors-out.
Product: Wine
Version: 1.3.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jthomas97411(a)yahoo.com
Classification: Unclassified
Simply run …
[View More]IconsExtract in Wine, search for icons somewhere, select a found
icon, and try to open the file properties for that icon. This is done either by
pressing F8 or clicking "File" in the upper-right, and then under the "File"
menu press "File Properties".
The sole terminal output is this:
fixme:exec:SHELL_execute flags ignored: 0x0000000c
This is true for IconsExtract version 1.46 and version 1.47. Have not seen any
Wine version succeed in displaying the file properties.
In Windows, "File Properties" brings up the same exact dialogue as
right-clicking the file that contains the icon and clicking "properties."
IconsExtract is a free download: http://www.nirsoft.net/utils/iconsext.zip .
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=9314
Summary: Borland C++ Builder 5 expects registry values to be read
in the same order they were written
Product: Wine
Version: 0.9.43.
Platform: PC-x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikolaj.zalewski(a)gmail.com
Created an …
[View More]attachment (id=7584)
--> (http://bugs.winehq.org/attachment.cgi?id=7584)
test
It arranges the component palettes in the same order in which it read the
values from the registry (even if MSDN exlicitly says not to rely on the order
in which the values are read). We store the values in the alphabetical order to
binsearch them so the palettes under Wine are in alphabetical order instead of
the configured order.
I attach a small test showing that under Windows the values are read in the
same order as they were written.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=11320
Summary: AVP Gold fails to install - can't find audio track
information
Product: Wine
Version: 0.9.53.
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeffzaroyko(a)gmail.com
wine-0.9.53, Ubuntu 7.04
AVP Gold (Retail) …
[View More]Installer checks for a valid CD2 (audio cdrom) by attempting
to read track information using CreateFileW against where it expects .cda files
to exist
warn:file:CreateFileW Unable to create file L"d:\\track01.cda" (status
c0000034)
normally in a windows environment, the root of a cdrom drive will have an .cda
file for each track which contains data about the track
since these don't exist when running the installer in wine it fails.
someone has published some details on the file format here:
http://www.moon-soft.com/program/FORMAT/sound/cda.htm
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=9916
Summary: "make test" usually fails
Product: Wine
Version: 0.9.46.
Platform: Other
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
"make test" should usually run well.
Right now, it usually fails badly.
Right now, on my machine, it:
put up a …
[View More]modal dialog once (requiring a mouse click),
hung once (requiring a 'wineserver -k'),
dropped me into the debugger once (requiring a 'wineserver -k'),
screwed up my screen resolution once,
and had 22 package failures and 169 individual test failures.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=16532
Summary: wine doesn't handle usb HID well
Product: Wine
Version: 1.1.10
Platform: PC-x86-64
URL: http://www.stepmania.com/wiki/Downloads
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: blahapeta(a)seznam.cz
When running lastest stable …
[View More]version 3.9 of stepmania, wine doesnt recognize
well usb events. Sometimes not at all, sometimes when i remove leg from
softpad, game detect its still there.softpad is HID device, i guess it is sure
problem for other HID devices as well.
I checked my computer, it handle HID well.
I couldnt send 2> it has almost 2 GB :) In > nothing interesting.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=21215
Summary: New Star Soccer 2010 crashes when starting a new
career
Product: Wine
Version: 1.1.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lminiero(a)gmail.com
New Star Soccer 2010 crashes when you try to start a …
[View More]new career. You can
customize your profile correctly, but when you confirm your choices, and the
database is created for you, halfway though the process Wine crashes.
Everything else (main menu, game engine itself) works correctly. It has been
verified (not by me) that loading an already saved game (e.g. saved in Windows)
works fine, so the problem is in generating the savegame database.
The game has a debug mode, which shows that the last operation printed on
console (be it completed or still ongoing) is a 'DoLeagueElimination' (you can
choose, in the customization process, which leagues you want to be accessible
during the game). I'll attach a back trace.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=13685
Summary: Anarchy Online is very slow in certain areas (< 3fps or
0)
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: krause.marcel(a)gmx.net
It's something that's bugging me for a good …
[View More]while, and is also being mentioned
in the AppDB article for the game. As I said there it can be "worked around" by
using the commercial cedega software, which has other minor problems too, but
nothing compared to the slowness under wine.
1. download the free client using bittorrent:
http://torrent.funcom.com/torrents/AnarchyOnline_17.6.1_EP0.exe.torrent
2. register a free account: http://register.funcom.com/
3. Start the game, talk to the neutral recruiter at the island and take the
Wompah (teleporter) to Borealis, which will leave you in complete graphical
laggyness.
You can also notice the laggyness at the Unicorn Outpost (needs paid expansion
content), playershops in the guild cities (paid content too), and a few more
places. All of these places are frequently used by the players and visiting
them is a major pain of course, but as they're the central places in game, you
can't really get around on the long run.
It's not my system causing the lag though, as it works fine with the cedega
software.
Specs are:
Athlon X2 5000+
2Gb Ram
GeForce 8600GT@256MB
400GB WD harddisk
16MBit/s internet connection
Regards,
Marcel Krause
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=26142
Summary: Civilization 4: Screen turns black on turn end with
built-in msxml
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=33298)
--…
[View More]> (http://bugs.winehq.org/attachment.cgi?id=33298)
Image showing the problem
Steps to reproduce:
1) remove ~/.wine
2) install Civilization 4 complete
3) wine Civilization4.exe
4) load my save
5) end the turn
Behaviour:
Black screen and HUD is OK. The game doesn't hang. See attachment (left image)
Expected behaviour:
There should be no black screen. See attachment (right image)
Workaround:
winetricks msxml3
Additional comment:
This bug occurs randomly and mostly after short films inside the game. If I try
to load the same saved game once more time I get black screen too. unless I
exit to desktop and load the game again.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]
http://bugs.winehq.org/show_bug.cgi?id=27293
Summary: PSO:BB - Cannot type a character name during character
creation
Product: Wine
Version: 1.3.20
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dev(a)gaminglounge.com
Created an attachment (id=34903)
--> (…
[View More]http://bugs.winehq.org/attachment.cgi?id=34903)
Wine 1.3.20 terminal ouput of issue when typing
To join the server in Phantasy Star Online: Blue Burst the user must first
register their UserID at the main screen by typing their username and password.
(typing at this point works) Once entered the user can either select an
existing character or create a new one.
When creating a new character - the last step is to give the character a name.
At this point typing suddenly stops working - no text appears and the console
is filled with this line with every keypress:
fixme:imm:ImmGetDescriptionW (0x4090409, 0xad9460, 255): semi stub
This is problem - if only for the fact that once started you can't really exit
out of the character creation process without forceably terminating the
application. We really need to be able to type the name to exit this point in
the game.
If new users can't create a character they won't be able to help in
troubleshooting bug (#12964) which is needed to get in-game.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
[View Less]