http://bugs.winehq.org/show_bug.cgi?id=17054
Summary: Swarmplayer cannot run Product: Wine Version: 1.1.12 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: the.masch@gmail.com
When I tried to execute i got this error:
[masch@pelotinux SwarmPlayer]$ wine swarmplayer.exe fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 15/03/2009, dlt (d/m/y): 18/10/2009 err:module:import_dll Loading library sqlite3.dll (which is needed by L"C:\Program Files\SwarmPlayer\_sqlite3.pyd") failed (error c0000005).
Here is the home page to test it: http://trial.p2p-next.org/
Salu2.
http://bugs.winehq.org/show_bug.cgi?id=17054
Paul Vriens Paul.Vriens.Wine@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |Paul.Vriens.Wine@gmail.com
--- Comment #1 from Paul Vriens Paul.Vriens.Wine@gmail.com 2009-01-21 06:18:33 --- Seems to be a relocation problem. I've attached a '+loaddll,+module,+virtual' logfile:
trace:module:map_image relocating from 0x60900000-0x60944000 to 0x1a50000-0x1a94000 warn:module:map_image invalid address 0x1a94000 in relocation 0x1a936b8 trace:virtual:NtFreeVirtualMemory 0xffffffff 0xff860000 003e0000 4000 warn:module:load_dll Failed to load module L"sqlite3.dll"; status=c0000005
http://bugs.winehq.org/show_bug.cgi?id=17054
--- Comment #2 from Paul Vriens Paul.Vriens.Wine@gmail.com 2009-01-21 06:20:10 --- Created an attachment (id=18861) --> (http://bugs.winehq.org/attachment.cgi?id=18861) +loaddll,+module,+virtual logfile
http://bugs.winehq.org/show_bug.cgi?id=17054
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2009-01-21 11:13:26 --- That dll is corrupted. It fails to load on Windows too.
http://bugs.winehq.org/show_bug.cgi?id=17054
--- Comment #4 from Mario Chacon the.masch@gmail.com 2009-01-21 11:37:49 --- mmm...very stranger I try it in windows to and it's work. I used this torrent:
http://stream.zoink.it/24.S07E05.720p.HDTV.X264-DIMENSION.%5Beztv%5D.tstream
Salu2..
http://bugs.winehq.org/show_bug.cgi?id=17054
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #5 from Dmitry Timoshkov dmitry@codeweavers.com 2009-01-22 23:49:35 --- Marking as inavlid.
http://bugs.winehq.org/show_bug.cgi?id=17054
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Dmitry Timoshkov dmitry@codeweavers.com 2009-01-22 23:49:51 --- Closing invalid.
http://bugs.winehq.org/show_bug.cgi?id=17054
--- Comment #7 from Mario Chacon the.masch@gmail.com 2009-01-23 04:48:05 --- Sorry, Why is it invalid?? Can you reproduce the bug?
http://bugs.winehq.org/show_bug.cgi?id=17054
--- Comment #8 from Alexandre Julliard julliard@winehq.org 2009-01-23 06:18:32 --- It works fine for me, but it depends on the memory layout. The broken dll is placed above the reserved area, so if that area has been occupied by a system library it will break. You can work around this by setting WINEPRELOADRESERVE=0-70000000 to extend the reserved area.