Re: Wine 1.3.37 Gecko engine fails on Arch Linux x86

2012-01-15 Thread Luca Bennati
2012/1/14 Jacek Caban ja...@codeweavers.com

 Hi Saulius,


 On 01/14/12 16:45, Saulius Krasuckas wrote:

 I decided to run latest Winetest on my linux box and chose to install
 Gecko package during prefix setup:

 $ rm -rf ~/.wine
 $ wine start
 wine: created the configuration directory '/home/s2/.wine'
 fixme:urlmon:DownloadBSC_**OnProgress Unsupported status 3
 fixme:wininet:**InternetLockRequestFile STUB
 fixme:storage:create_**storagefile Storage share mode not implemented.
 err:mscoree:LoadLibraryShim error reading registry key for installroot
 err:mscoree:LoadLibraryShim error reading registry key for installroot
 err:mscoree:LoadLibraryShim error reading registry key for installroot
 err:mscoree:LoadLibraryShim error reading registry key for installroot
 err:mscoree:LoadLibraryShim error reading registry key for installroot
 err:mscoree:LoadLibraryShim error reading registry key for installroot
 err:module:import_dll Loading library ssl3.dll (which is needed by
 LC:\\windows\\system32\\**gecko\\1.4\\wine_gecko\\xul.**dll) failed
 (error c020).


 This looks bad. If you can reproduce this error message, please file a bug
 with +mshtml debug output and information about how did you install Wine
 Gecko.

Cannot reproduce: I'm on ArchLinux 32 bit.
Did you install 'wine' and 'wine_gecko' from repositories?
I regularly compile and use git and install it directly: I've never had
failure in loading ssl3.dll.
Try to recompile wine from ABS or wine-git from AUR.



Re: Wine 1.3.37 Gecko engine fails on Arch Linux x86

2012-01-15 Thread Saulius Krasuckas
* On Sun, 15 Jan 2012, Luca Bennati wrote:
 
 err:module:import_dll Loading library ssl3.dll (which is needed 
 by LC:\\windows\\system32\\gecko\\1.4\\wine_gecko\\xul.dll) failed
 (error c020).
 
 Cannot reproduce: I'm on ArchLinux 32 bit.
 Did you install 'wine' and 'wine_gecko' from repositories?

Problem solved.

Luca, only wine has come from repository.  I always install Gecko during 
wineprefix setup, but thanks for the tip.

Well, my bad -- free space on the filesystem was too short (~70 megs).
Thank you all for taking care:)

S.




Wine 1.3.37 Gecko engine fails on Arch Linux x86

2012-01-14 Thread Saulius Krasuckas
I decided to run latest Winetest on my linux box and chose to install 
Gecko package during prefix setup:

$ rm -rf ~/.wine
$ wine start
wine: created the configuration directory '/home/s2/.wine'
fixme:urlmon:DownloadBSC_OnProgress Unsupported status 3
fixme:wininet:InternetLockRequestFile STUB
fixme:storage:create_storagefile Storage share mode not implemented.
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:module:import_dll Loading library ssl3.dll (which is needed by 
LC:\\windows\\system32\\gecko\\1.4\\wine_gecko\\xul.dll) failed (error 
c020).
Could not load wine-gecko. HTML rendering will be disabled.
wine: configuration in '/home/s2/.wine' has been updated.

Another try produced a crash:

$ rm -rf ~/.wine
$ wine start
wine: created the configuration directory '/home/s2/.wine'
fixme:urlmon:DownloadBSC_OnProgress Unsupported status 3
fixme:wininet:InternetLockRequestFile STUB
wine: Unhandled page fault on read access to 0x149cb074 at address 0x7def0a3a 
(thread 0018), starting debugger...
err:seh:raise_exception Unhandled exception code c005 flags 0 addr 
0x7bc49a59
Could not load wine-gecko. HTML rendering will be disabled.
wine: configuration in '/home/s2/.wine' has been updated.

Should I report a bug?

S.




Re: Wine 1.3.37 Gecko engine fails on Arch Linux x86

2012-01-14 Thread Jerome Leclanche
Do you have a backtrace of the crash? Could be
http://bugs.winehq.org/show_bug.cgi?id=27090

J. Leclanche


On Sat, Jan 14, 2012 at 3:45 PM, Saulius Krasuckas sauli...@ar.fi.ltwrote:

 I decided to run latest Winetest on my linux box and chose to install
 Gecko package during prefix setup:

 $ rm -rf ~/.wine
 $ wine start
 wine: created the configuration directory '/home/s2/.wine'
 fixme:urlmon:DownloadBSC_OnProgress Unsupported status 3
 fixme:wininet:InternetLockRequestFile STUB
 fixme:storage:create_storagefile Storage share mode not implemented.
 err:mscoree:LoadLibraryShim error reading registry key for installroot
 err:mscoree:LoadLibraryShim error reading registry key for installroot
 err:mscoree:LoadLibraryShim error reading registry key for installroot
 err:mscoree:LoadLibraryShim error reading registry key for installroot
 err:mscoree:LoadLibraryShim error reading registry key for installroot
 err:mscoree:LoadLibraryShim error reading registry key for installroot
 err:module:import_dll Loading library ssl3.dll (which is needed by
 LC:\\windows\\system32\\gecko\\1.4\\wine_gecko\\xul.dll) failed (error
 c020).
 Could not load wine-gecko. HTML rendering will be disabled.
 wine: configuration in '/home/s2/.wine' has been updated.

 Another try produced a crash:

 $ rm -rf ~/.wine
 $ wine start
 wine: created the configuration directory '/home/s2/.wine'
 fixme:urlmon:DownloadBSC_OnProgress Unsupported status 3
 fixme:wininet:InternetLockRequestFile STUB
 wine: Unhandled page fault on read access to 0x149cb074 at address
 0x7def0a3a (thread 0018), starting debugger...
 err:seh:raise_exception Unhandled exception code c005 flags 0 addr
 0x7bc49a59
 Could not load wine-gecko. HTML rendering will be disabled.
 wine: configuration in '/home/s2/.wine' has been updated.

 Should I report a bug?

 S.






Re: Wine 1.3.37 Gecko engine fails on Arch Linux x86

2012-01-14 Thread Saulius Krasuckas
* On Sat, 14 Jan 2012, Jerome Leclanche wrote:
 
 Do you have a backtrace of the crash? Could 
 be http://bugs.winehq.org/show_bug.cgi?id=27090

The backtrace doesn't get generated (printed).
Thank you, I will investigate it.

S.


Re: Wine 1.3.37 Gecko engine fails on Arch Linux x86

2012-01-14 Thread Jacek Caban

Hi Saulius,

On 01/14/12 16:45, Saulius Krasuckas wrote:

I decided to run latest Winetest on my linux box and chose to install
Gecko package during prefix setup:

$ rm -rf ~/.wine
$ wine start
wine: created the configuration directory '/home/s2/.wine'
fixme:urlmon:DownloadBSC_OnProgress Unsupported status 3
fixme:wininet:InternetLockRequestFile STUB
fixme:storage:create_storagefile Storage share mode not implemented.
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:module:import_dll Loading library ssl3.dll (which is needed by 
LC:\\windows\\system32\\gecko\\1.4\\wine_gecko\\xul.dll) failed (error 
c020).


This looks bad. If you can reproduce this error message, please file a 
bug with +mshtml debug output and information about how did you install 
Wine Gecko.



Could not load wine-gecko. HTML rendering will be disabled.
wine: configuration in '/home/s2/.wine' has been updated.

Another try produced a crash:

$ rm -rf ~/.wine
$ wine start
wine: created the configuration directory '/home/s2/.wine'
fixme:urlmon:DownloadBSC_OnProgress Unsupported status 3
fixme:wininet:InternetLockRequestFile STUB
wine: Unhandled page fault on read access to 0x149cb074 at address 0x7def0a3a 
(thread 0018), starting debugger...
err:seh:raise_exception Unhandled exception code c005 flags 0 addr 
0x7bc49a59
Could not load wine-gecko. HTML rendering will be disabled.
wine: configuration in '/home/s2/.wine' has been updated.



This may be duplicate of bug 27090, as Jerome said.

Cheers,
Jacek