Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
HOWTO: Installing Internet Explorer 6 with wine
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... , 10, 11, 12  Next  
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks
View previous topic :: View next topic  
Author Message
Tangled_Kid
n00b
n00b


Joined: 25 Aug 2005
Posts: 1

PostPosted: Thu Aug 25, 2005 8:30 am    Post subject: Re: Internet Explorer (IE) on linux with WINE - SSL now work Reply with quote

theboywho wrote:

I install IE following the simpler version of method 2 from the start of this topic :-)


Sorry for sounding thick, but which method is this?

TK
Back to top
View user's profile Send private message
schentuu
n00b
n00b


Joined: 18 Sep 2004
Posts: 29
Location: paderborn, germany

PostPosted: Tue Sep 06, 2005 1:47 am    Post subject: Re: HOWTO: Installing Internet Explorer 6 with wine Reply with quote

I have followed this guide:

Mirrorball wrote:


Installation method for Wine 20050725

0) Install Wine 20050725.
USE flags I used: +X +alsa +arts +cups -debug -doc +gif -glut -jack +jpeg +lcms -nas +ncurses +opengl +oss.

1) A fresh install of wine is recommended:
Code:

rm -Rf ~/.wine/


2) Add these lines to .bashrc:
Code:

export PATH=$PATH:/usr/lib/wine/bin
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/wine/lib


3) Download Sidenet Wine Configuration Utility 1.8.4 at http://sidenet.ddo.jp/winetips/config.html and use this script to install IE (extract the files and run ./setup).



but when i run the setup-script in step 3 i get this error:

Code:
schentuu@biblo wine-config-sidenet $ ./setup

wine-config-sidenet version 1.8.4 installer
THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY.
USE AT YOUR OWN RISK.

Read readme.en or readme.ja.euc or readme.br carefully before running setup.

This script will install wine-config-sidenet.
Continue(y/n)?y

Setup started on 200509060342.

Please spicify your language.
Supported language :
Arabic(ar) Blazilian Portuguese(br) Czech(cs)
Simplified Chinese(cn) Traditional Chinese(tw)
Danish(da) Dutch(nl) English(en) Finnish(fi) French(fr)
German(de) Greek(el) Hebrew(he) Hungarian(hu) Itarian(it)
Nihongo(ja) Korean(ko) Norwegian(no) Polish(pl)
Portuguese(pt) Russian(ru) Spanish(es) Swedish(sv) Turkish(tr)

If unsure, just hit enter and english version will be installed.
Language code ? : en
Selected language for downloading : EN-US
Selected language for language pack : en

Please select install option.
Install options are :

1 :Silent installation (default)
   IE6 only installation. Setup will run silently.
   Download IE6 during setup.

2 :IE6 and WMP7 installation
   Install IE6 and Windows Media Player 7
   Download IE6 and WMP7 during setup.

3 :Manual installation
   Setup will ask you all available options.
   (For expert users)

0 :Configuration only
   Just configure wine. Nothing will be installed.

Install option (0-3)? : 1
Silent installation selected.
Internet Explorer 6 will be downloaded during installation.

SETUP STAGE 1
Stopping wine process ...
renamed ~/.wine to ~/.wine.0509060342
renamed /home/schentuu/c to /home/schentuu/c.0509060342
Creating ~/.wine ...
Setting up install-time configuration ...
Setting up wine base directory structure ...
Setting up drives ...
Linked /mnt/cdrom to e drive.
Linked /home/schentuu/c/windows/fonts -> ~/.fonts
Installing base font ...

SETUP STAGE 2
Setting up default registry ...

Setting up sidenet-spicific configuration ...

Setting up language pack for Language : en ...
Install prefix is /usr/lib/wine
Installing ShellLinker ...
Installing ReactOS Explorer ...
Creating shortcut: Desktop -> My Computer
Creating shortcut: Start -> Programs -> Explorer
Creating shortcut: Start -> Control Panel
Creating shortcut: Start -> Application Uninstaller
Creating shortcut: Start -> Wine Configuration
Creating shortcut: Start -> Task Manager
Creating shortcut: Start -> Programs -> Accesories -> Notepad
Creating shortcut: Start -> Programs -> Accesories -> Registry Editor
Creating shortcut: Start -> Programs -> Accesories -> Mine Sweeper

SETUP STAGE 3
Setting up wine configuration ...
Downloading Internet Explorer 6 setup ...
--03:43:18--  http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/EN-US/ie6setup.exe
           => `./ie6setup_EN-US.exe'
Auflösen des Hostnamen »download.microsoft.com«.... 208.174.60.30, 212.73.245.62, 212.162.0.29, ...
Verbindungsaufbau zu download.microsoft.com[208.174.60.30]:80... verbunden.
HTTP Anforderung gesendet, warte auf Antwort... 200 OK
Länge: nicht spezifiziert [text/html]

    [ <=>                                                                ] 527           --.--K/s

03:43:18 (5.03 MB/s) - »./ie6setup_EN-US.exe« gespeichert [527]

Removing old iebatch.txt ...
Enabling batch install ...
Setting up Internet Explorer 6 ...
Checking if ie6setup needs to be started again ...
Checking if ie6setup needs to be started again ...
Checking if ie6setup needs to be started again ...
Checking if ie6setup needs to be started again ...
Checking if ie6setup needs to be started again ...
ERROR: ie6setup respawned too many times.
Setup aborted.
schentuu@biblo wine-config-sidenet $


any ideas why ie6setup doesnt want to run ??

when i run wine ie6setup.exe manualy it crashes
Back to top
View user's profile Send private message
verlane24
Tux's lil' helper
Tux's lil' helper


Joined: 18 May 2004
Posts: 75
Location: Springfield, MO

PostPosted: Thu Sep 15, 2005 3:23 am    Post subject: Reply with quote

I am having a similar problem. ie6setup.exe runs, but then it says Setup was unable to download components, please check your internet connection and try again. Sidenet script retries 5 or six times then quits.
Back to top
View user's profile Send private message
enev
n00b
n00b


Joined: 16 Sep 2005
Posts: 1
Location: Bulgaria

PostPosted: Fri Sep 16, 2005 9:13 am    Post subject: About Schentuu's problem Reply with quote

I had absolutely the same problem like Schentuu.
I run Sidenet Wine Configuration Utility 1.8.4
(and Wine 20050725) as a non-root user.
After analysing a bit the sidenet's setup script i found the following code:

Code:
echo "Setting up Internet Explorer 6 ..."

declare -i counter
counter=0

while [ ! -e $cdrivedir/Program\ Files/Internet\ Explorer/IEXPLORE.EXE ]
 do {
 if [ -e $tempdir/ie6setup.exe ] || [ -e $tempdir/IE6SETUP.EXE ]
 then
  wine $tempdir/ie6setup.exe 2>&1 |cat >> $logfile
 else
  wine $tempdir/ie6setup_$mslang.exe 2>&1 |cat >> $logfile
 fi
 
  if [ `which wineserver` ]
  then
   wineserver -w
  else
   /usr/lib/wine/wineserver -w
  fi
  echo "Checking if ie6setup needs to be started again ..."
 counter=$counter+1
 if [ "$counter" = "100" ]
 then
  echo "ERROR: ie6setup respawned too many times."
  echo "Setup aborted."
  exit 1
 fi
 }
done

echo "Internet Explorer 6 setup completed."


I checked the logfile (which resides in $homedir/.wine/sidenet/wcs.log ) and found :

Code:
--  IE6 installation --
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified


To grant acces to the X server for all non-root users on my machine i did:

Code:
host ~ # xhost +local:
non-network local connections being added to access control list


and that solved the problem.
I installed successfully IE and it works ...
_________________
Your boyfriend takes chocolate from stangers
Back to top
View user's profile Send private message
Gnufsh
Guru
Guru


Joined: 28 Dec 2002
Posts: 400
Location: Portland, OR

PostPosted: Fri Sep 23, 2005 2:00 pm    Post subject: Reply with quote

verlane24 wrote:
I am having a similar problem. ie6setup.exe runs, but then it says Setup was unable to download components, please check your internet connection and try again. Sidenet script retries 5 or six times then quits.

I have the same problem on wine 20050830 (on the other hand, I am on amd64 now).
Back to top
View user's profile Send private message
Jonasx
Tux's lil' helper
Tux's lil' helper


Joined: 26 Mar 2004
Posts: 118

PostPosted: Sat Sep 24, 2005 11:30 pm    Post subject: Reply with quote

I followed the instructions, more or less, here http://frankscorner.org/index.php?p=ie6 and was successful in getting it installed but not to run. I'm not really interested in running it anyways just need it to be installed for the deps for other progs...here are the exact steps i took:

Using wine 08302005 on amd64 arch

Code:

rm -rf ~/.wine
winecfg  #set version to win98 and apply, then ok
cd .wine/drive_c
wget http://download.microsoft.com/download/d/1/3/d13cd456-f0cf-4fb2-a17f-20afc79f8a51/DCOM98.EXE
wine dcom98.exe  #the ole32=n gave me errors, ignore the error after the install about a newer version
wget http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/EN-US/ie6setup.exe
WINEDLLOVERRIDES="advpack=n" wine ie6setup.exe # I choose minmal install and unchecked everything except the browser


if tried to start ie at this point it crashed, using the reg edits from franks site stopped it from launcing all together. But the dependencies form other stuff I was trying to install seemed to be filled now :)


If your interested in actually running ie under wine..this worked great for me

http://www.tatanka.com.br/ies4linux/index.php

btw, if you are just interested in a browser for running in wine to d/l and install thing i'd use the win32 firefox, works great for me :)
_________________
"If you understand what you're doing, you're not learning anything." - Anon
Back to top
View user's profile Send private message
CarloJekko
Veteran
Veteran


Joined: 31 Mar 2005
Posts: 1315
Location: Baia Domizia :-)

PostPosted: Wed Oct 05, 2005 1:55 pm    Post subject: Reply with quote

how to uninstall
Code:
rm -fdr ~/.wine/C_drive/Program\ Files/Internet Explorer
:twisted:
_________________
C.
Back to top
View user's profile Send private message
SteakTheMooCow
Tux's lil' helper
Tux's lil' helper


Joined: 02 Sep 2005
Posts: 99
Location: /dev/urandom

PostPosted: Fri Oct 14, 2005 1:17 pm    Post subject: Reply with quote

wine disconnects from the internet at 271kb :P So I can't install ie6 at all...

wine 20050930 :P


*coughs*

http://download.mirror.ac.uk/sites/ftp.evolt.org/ie/32bit/6.0/ie60.exe <== full Internet Explorer 6.0 install file... hah. Installs.
_________________
Gentoo HP ProBook 6540b
Back to top
View user's profile Send private message
-=GGW=- $ol!d $n4>|e
Veteran
Veteran


Joined: 12 Apr 2004
Posts: 1616
Location: USA

PostPosted: Mon Oct 17, 2005 7:11 pm    Post subject: Reply with quote

everything apeared to install fine but when i attempt to run ie

Quote:

fuag@gentoo ~/.wine $ wine /home/fuag/.wine/c/Program\ Files/Internet\ Explorer/IEXPLORE.EXE
Warning: the specified Windows directory L"c:\\windows" is not accessible.
Warning: the specified System directory L"c:\\windows\\system" is not accessible.
err:shell:SHGetFolderPathW Failed to create directory 'L"c:\\windows\\Temporary Internet Files"'.
err:shell:SHGetFolderPathW Failed to create directory 'L"c:\\windows\\profiles\\fuag\\History"'.
err:shell:SHGetFolderPathW Failed to create directory 'L"c:\\windows\\profiles\\fuag\\Cookies"'.
wine: Call from 0x401ecd to unimplemented function shdocvw.dll.IEWinMain, aborting


:\
Back to top
View user's profile Send private message
pantoffel
n00b
n00b


Joined: 30 Jan 2003
Posts: 19

PostPosted: Fri Oct 21, 2005 10:16 pm    Post subject: Reply with quote

Could someone just post his working .wine dir ? :)
Back to top
View user's profile Send private message
Gnufsh
Guru
Guru


Joined: 28 Dec 2002
Posts: 400
Location: Portland, OR

PostPosted: Fri Oct 21, 2005 11:46 pm    Post subject: Reply with quote

Gnufsh wrote:
verlane24 wrote:
I am having a similar problem. ie6setup.exe runs, but then it says Setup was unable to download components, please check your internet connection and try again. Sidenet script retries 5 or six times then quits.

I have the same problem on wine 20050830 (on the other hand, I am on amd64 now).

usingwing to set the windows version to 98 manually allowed me to install dcom98 which allowed me to download the components successfully with wine 20050930.
Back to top
View user's profile Send private message
philosomatiker
n00b
n00b


Joined: 22 Oct 2005
Posts: 1

PostPosted: Sat Oct 22, 2005 1:15 pm    Post subject: ie 6 working, but whats up with ssl? Reply with quote

hi,

with the information i got in this discussion i got ie 6 and ie 5 working under wine. but each time i try to get connected to an ssl site, i get the error message:

The page cannot be displayed.

...

if you are trying to reach a secure site, make sure your Security settings can support it ...

the options are as described, but it doesn't work.

any idea what i can do to get ssl working?

thx a lot,
markus
Back to top
View user's profile Send private message
-=GGW=- $ol!d $n4>|e
Veteran
Veteran


Joined: 12 Apr 2004
Posts: 1616
Location: USA

PostPosted: Sat Oct 22, 2005 7:33 pm    Post subject: Reply with quote

-=GGW=- $ol!d $n4>|e wrote:
everything apeared to install fine but when i attempt to run ie

Quote:

fuag@gentoo ~/.wine $ wine /home/fuag/.wine/c/Program\ Files/Internet\ Explorer/IEXPLORE.EXE
Warning: the specified Windows directory L"c:\\windows" is not accessible.
Warning: the specified System directory L"c:\\windows\\system" is not accessible.
err:shell:SHGetFolderPathW Failed to create directory 'L"c:\\windows\\Temporary Internet Files"'.
err:shell:SHGetFolderPathW Failed to create directory 'L"c:\\windows\\profiles\\fuag\\History"'.
err:shell:SHGetFolderPathW Failed to create directory 'L"c:\\windows\\profiles\\fuag\\Cookies"'.
wine: Call from 0x401ecd to unimplemented function shdocvw.dll.IEWinMain, aborting


:\


:lol: I didn't like having the c drive in my home folder and had moved it inside ./.wine and forgot to fix the links :roll: :P :oops:
Back to top
View user's profile Send private message
Gnufsh
Guru
Guru


Joined: 28 Dec 2002
Posts: 400
Location: Portland, OR

PostPosted: Mon Oct 24, 2005 2:28 am    Post subject: Reply with quote

Well, I get this error when trying to actually run IE:
Code:

dan@langley ~ $ wine .wine/drive_c/Program\ Files/Internet\ Explorer/IEXPLORE.EXE
Fontconfig error: "conf.d", line 1: no element found
err:shell:ReadCabinetState Initializing shell cabinet settings



This was installed using the method from frank's corner.
Back to top
View user's profile Send private message
Mirrorball
Apprentice
Apprentice


Joined: 25 Apr 2003
Posts: 235
Location: Brazil

PostPosted: Wed Jan 04, 2006 12:56 am    Post subject: Reply with quote

How-to updated. Using Winetools now instead of sidenet.
Back to top
View user's profile Send private message
monade
Apprentice
Apprentice


Joined: 17 Mar 2005
Posts: 204
Location: Berlin

PostPosted: Wed Jan 04, 2006 4:54 pm    Post subject: Reply with quote

Jonasx wrote:


If your interested in actually running ie under wine..this worked great for me

http://www.tatanka.com.br/ies4linux/index.php


this ist just uncredible easy and works too.. thank you!
Back to top
View user's profile Send private message
dundas
Guru
Guru


Joined: 16 Dec 2004
Posts: 317
Location: China, Earth

PostPosted: Fri Jan 06, 2006 9:11 am    Post subject: Reply with quote

monade wrote:
Jonasx wrote:


If your interested in actually running ie under wine..this worked great for me

http://www.tatanka.com.br/ies4linux/index.php


this ist just uncredible easy and works too.. thank you!



great, thx, it works for me, only seeing some err messages at the background.....

also I tried to follow the instructions of the original post here by install winetools, (I'm using wine 0.9.4), it always says failed dependencies for wine 0.9.3jo

not sure why.....any ideas why?
_________________
Appreciate Gentoo: Best Devs, Best Forums. YOU could help too: Help Answer
Back to top
View user's profile Send private message
cfriedt
n00b
n00b


Joined: 12 Sep 2003
Posts: 56
Location: Montréal, Québec

PostPosted: Sat Jan 07, 2006 6:30 pm    Post subject: IE6 setup fails when checking signature Reply with quote

When trying to setup IE6 SP1 through winetools, I keep encountering the same error. It's not a wine error at all, but it seems that the IE6 setup cannot match the signature of the IE Setup Tools. The download works up until 271 KB, and then the status message reads:

Quote:
Checking Signature for Internet Explorer Setup Tools...


After about 9 or 10 seconds, data is not being transferred. Then, I get an error saying:

Quote:
Setup was unable to download the required components. Please Make sure you are connected to the internet, or try to run setup again later.


I am using an AMD64 box but since there is no program error I doubt that matters at this point.

Could this be a firewall related issue? I'm skeptical about that because I've had the same linux router for about 5 years without ANY problems.

Any ideas? Has anyone else had this 'timeout' at 271 KB, when the installer is checking the signature?
Back to top
View user's profile Send private message
kadu
Apprentice
Apprentice


Joined: 09 Oct 2005
Posts: 267

PostPosted: Sat Jan 07, 2006 6:41 pm    Post subject: Reply with quote

IE sux. We have better web browser. Why do you want to install this shit??
_________________
:*
Back to top
View user's profile Send private message
zoomie66
n00b
n00b


Joined: 28 Jan 2005
Posts: 47
Location: Secret Underground Lair

PostPosted: Thu Jan 12, 2006 4:36 pm    Post subject: Reply with quote

kadu wrote:
IE sux. We have better web browser. Why do you want to install this shit??


Yes, I agree IE sucks, but in order to run some windows apps in WINE, you need to have IE installed. I'm sure most people would rather not have to resort to using WINE, but until there are open source alternatives to essential Windows based apps, people will have to use WINE.
_________________
There are three types of people in the world...those that can count and those that can't.
Back to top
View user's profile Send private message
rini17
n00b
n00b


Joined: 04 Jan 2006
Posts: 25
Location: Bratislava, Slovakia

PostPosted: Thu Jan 19, 2006 10:59 am    Post subject: Reply with quote

Mirrorball wrote:
If pngfilt.dll is already on Windows/System I don't know why IE doesn't display PNGs. Install IE again using wine 20040615.

I've solved this by running
Code:

regsvr32 pngfilt.dll

in windows/system directory.
Back to top
View user's profile Send private message
crowbert
Tux's lil' helper
Tux's lil' helper


Joined: 28 Apr 2003
Posts: 140

PostPosted: Thu Feb 09, 2006 2:49 pm    Post subject: Reply with quote

I got it running so that normal web pages work, following the directions at:
http://gentoo-wiki.com/HOWTO_Install_Internet_Explorer_6_SP1

Because my home directory is NFS-mounted, I had to run winecfg to change C: from "Autodetect" to "Local hard disk" to get it to install.

The problem I have now is that my objective was to get it to work with a corporate application that uses my Windows domain login to authenticate. Under Windows, it authenticates transparently. With native Linux browsers, it authenticates by using DOMAIN\user as the user. With IE, it asks for the user/password/domain, but somehow the authentication is failing.

Has anyone else encountered this?
Back to top
View user's profile Send private message
Havin_it
Veteran
Veteran


Joined: 17 Jul 2005
Posts: 1246
Location: Edinburgh, UK

PostPosted: Tue Mar 07, 2006 1:53 am    Post subject: Reply with quote

With wine-0.9.9, I just cannot run ie6setup.exe - either the one downloaded via sidenet or winetools, or the evolt.org standalone distribution. Whatever I try, I just get the following:

Code:
robin@pengi ~ $ wine z:\\home\\robin\\wine_addons\\ie6setup.exe
wine: Unhandled page fault on read access to 0x00000000 at address (nil) (thread 000c), starting debugger...
WineDbg starting on pid 0xa
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x00000000).
Register dump:
 CS:0073 SS:007b DS:007b ES:007b FS:003b GS:0033
 EIP:00000000 ESP:7d310c88 EBP:7d310cec EFLAGS:00210246(   - 00      -RIZP1)
 EAX:00000000 EBX:7d20b680 ECX:7d207f1e EDX:7d211dc8
 ESI:00000000 EDI:00000001
Stack dump:
0x7d310c88:  7d203a45 7d200000 7d207f2c 7d310c98
0x7d310c98:  00000007 7d310ca0 7d207e5a 7fd91158
0x7d310ca8:  7d207e6c 7fd91188 7d207e7f 7fd911b8
0x7d310cb8:  7d207e91 7fd911e8 7d207ea6 7fd91fa0
0x7d310cc8:  7d207eb9 7fd91fd0 7d207ecd 7fd92000
0x7d310cd8:  7d310ce8 7d2038b0 7d20b680 00000000
Backtrace:
=>1 0x00000000 (0x00000000)
  2 0x7d203f4a DllRegisterServer+0x4df in urlmon (0x7d203f4a)
  3 0x715f4c3b in advpack (+0x4c3b) (0x715f4c3b)
  4 0x715f880b in advpack (+0x880b) (0x715f880b)
  5 0x715f98a3 in advpack (+0x98a3) (0x715f98a3)
  6 0x715f9e9b in advpack (+0x9e9b) (0x715f9e9b)
  7 0x010167a3 in ie6wzd (+0x167a3) (0x010167a3)
  8 0x0100b966 in ie6wzd (+0xb966) (0x0100b966)
  9 0x7fc929a7 in kernel32 (+0x429a7) (0x7fc929a7)
  10 0x7ffc38a0 in ntdll (+0x338a0) (0x7ffc38a0)
  11 0xb7f81322 start_thread+0x80 in libpthread.so.0 (0xb7f81322)
  12 0xb7f1cbee __clone+0x5e in libc.so.6 (0xb7f1cbee)
0x00000000: addb        %al,0x0(%eax)
Modules:
Module  Address                 Debug info      Name (74 modules)
PE      0x01000000-01034000     Export          ie6wzd
PE      0x63000000-6304c000     Deferred        wininet
PE      0x65f00000-65fc2000     Deferred        ole32
PE      0x70100000-70153000     Deferred        rpcrt4
PE      0x715f0000-71617000     Export          advpack
PE      0x716a0000-716a7000     Deferred        w95inf32
ELF     0x7bf00000-7bf03000     Deferred        <wine-loader>
ELF     0x7d1cb000-7d1e8000     Deferred        cabinet<elf>
  \-PE  0x7d1d0000-7d1e8000     \               cabinet
ELF     0x7d1e8000-7d212000     Export          urlmon<elf>
  \-PE  0x7d200000-7d212000     \               urlmon
ELF     0x7d3a7000-7d3f0000     Deferred        setupapi<elf>
  \-PE  0x7d3b0000-7d3f0000     \               setupapi
ELF     0x7d427000-7d430000     Deferred        libgcc_s.so.1
ELF     0x7d552000-7d58c000     Deferred        riched20<elf>
  \-PE  0x7d560000-7d58c000     \               riched20
ELF     0x7d58c000-7d5a0000     Deferred        riched32<elf>
  \-PE  0x7d590000-7d5a0000     \               riched32
ELF     0x7d68f000-7d6d3000     Deferred        shlwapi<elf>
  \-PE  0x7d6a0000-7d6d3000     \               shlwapi
ELF     0x7d6d3000-7d770000     Deferred        shell32<elf>
  \-PE  0x7d6f0000-7d770000     \               shell32
ELF     0x7d778000-7d7a4000     Deferred        uxtheme<elf>
  \-PE  0x7d780000-7d7a4000     \               uxtheme
ELF     0x7d7a4000-7d7c1000     Deferred        ximcp.so.2
ELF     0x7d7c1000-7d7c9000     Deferred        libxrender.so.1
ELF     0x7f422000-7f5fe000     Deferred        i915_dri.so
ELF     0x7f5fe000-7f677000     Deferred        libgl.so.1
ELF     0x7f677000-7f74d000     Deferred        libx11.so.6
ELF     0x7f74d000-7f75f000     Deferred        libxext.so.6
ELF     0x7f75f000-7f777000     Deferred        libice.so.6
ELF     0x7f777000-7f7d8000     Deferred        winex11<elf>
  \-PE  0x7f790000-7f7d8000     \               winex11
ELF     0x7f7d8000-7f7fa000     Deferred        libexpat.so.0
ELF     0x7f7fa000-7f82c000     Deferred        libfontconfig.so.1
ELF     0x7f82c000-7f842000     Deferred        libz.so.1
ELF     0x7f842000-7f8c8000     Deferred        libfreetype.so.6
ELF     0x7f8c9000-7f8e2000     Deferred        imm32<elf>
  \-PE  0x7f8d0000-7f8e2000     \               imm32
ELF     0x7f8e2000-7f8f6000     Deferred        lz32<elf>
  \-PE  0x7f8f0000-7f8f6000     \               lz32
ELF     0x7f8f6000-7f90c000     Deferred        version<elf>
  \-PE  0x7f900000-7f90c000     \               version
ELF     0x7f90c000-7f983000     Deferred        comctl32<elf>
  \-PE  0x7f920000-7f983000     \               comctl32
ELF     0x7f983000-7f99e000     Deferred        mpr<elf>
  \-PE  0x7f990000-7f99e000     \               mpr
ELF     0x7f99e000-7fa82000     Deferred        user32<elf>
  \-PE  0x7f9c0000-7fa82000     \               user32
ELF     0x7fa82000-7faef000     Deferred        gdi32<elf>
  \-PE  0x7fa90000-7faef000     \               gdi32
ELF     0x7faef000-7fb20000     Deferred        advapi32<elf>
  \-PE  0x7fb00000-7fb20000     \               advapi32
ELF     0x7fc24000-7fc2e000     Deferred        libxcursor.so.1.0.2
ELF     0x7fc2e000-7fd00000     Export          kernel32<elf>
  \-PE  0x7fc50000-7fd00000     \               kernel32
ELF     0x7fd0a000-7fd10000     Deferred        libxxf86vm.so.1
ELF     0x7fe21000-7fe2b000     Deferred        libnss_files.so.2
ELF     0x7fe2b000-7fe35000     Deferred        libnss_nis.so.2
ELF     0x7fe36000-7fe3a000     Deferred        libxrandr.so.2
ELF     0x7fe3a000-7fe40000     Deferred        libxxf86dga.so.1
ELF     0x7fe43000-7fe46000     Deferred        xlcdef.so.2
ELF     0x7fe46000-7fe4f000     Deferred        libsm.so.6
ELF     0x7fe4f000-7fe71000     Deferred        libm.so.6
ELF     0x7fe71000-7ff66000     Deferred        libwine_unicode.so.1
ELF     0x7ff67000-7ff7c000     Deferred        libnsl.so.1
ELF     0x7ff80000-7ffe0000     Export          ntdll<elf>
  \-PE  0x7ff90000-7ffe0000     \               ntdll
ELF     0xb7e63000-b7e67000     Deferred        libdl.so.2
ELF     0xb7e67000-b7f7c000     Export          libc.so.6
ELF     0xb7f7c000-b7f8e000     Export          libpthread.so.0
ELF     0xb7fa0000-b7fa8000     Deferred        libnss_compat.so.2
ELF     0xb7fa8000-b7fc1000     Deferred        libwine.so.1
ELF     0xb7fc2000-b7fd9000     Deferred        ld-linux.so.2
Threads:
process  tid      prio (all id:s are in hex)
0000000a (D) C:\windows\temp\IXP001.TMP\ie6wzd.exe
        00000011    0
        0000000c    0 <==
        0000000b    0
00000008
        00000009    0


This is after the licence screen and clicking 'Next' - if using sidenet, it respawns about 4 times and craps-out the same way each time before quitting altogether.
Back to top
View user's profile Send private message
yabbadabbadont
Advocate
Advocate


Joined: 14 Mar 2003
Posts: 4791
Location: 2 exits past crazy

PostPosted: Tue Mar 07, 2006 3:26 am    Post subject: Reply with quote

I get the same thing, almost verbatim. I was using winetools.

Edit: using the same version of wine, 0.9.9.
_________________
Bones McCracker wrote:
On the other hand, regex is popular with the ladies.
Back to top
View user's profile Send private message
thompsond
n00b
n00b


Joined: 07 Mar 2006
Posts: 4
Location: Fremont, Ohio

PostPosted: Tue Mar 14, 2006 3:02 am    Post subject: Reply with quote

I am also having this same problem. I have wine 0.9.8 and winetools.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Documentation, Tips & Tricks All times are GMT
Goto page Previous  1, 2, 3 ... , 10, 11, 12  Next
Page 11 of 12

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum