Hello every body, i?m testing some w32 apps with wine and I found some problems. Trying to install ArcGIS (My first installation), I had the following error: Need internet explorer 6. Well I installed IE 6, and continue installing ArcGIS, it was installed succesfully, but it installed Phyton, and throw some problems. Well finally installed I run ArcGIS and the fonts were crazy, I didnt see anything. the ArcGIS can?t run, when i start it, the wine think and then nothing. I know wine don?t run everything, but i need it. and i need autocad too. please can anybody help me. regards Roilan ______________________________________________ ?Con Mascota por primera vez? S? un mejor Amigo. Entra en Yahoo! Respuestas http://es.answers.yahoo.com/info/welcome -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20080218/e1d6cb03/attachment.htm
Hi Roilan, Judging by the entry for ArcGIS in the wine application db<http://appdb.winehq.org/objectManager.php?sClass=version&iId=9910>, it may be very difficult for you to run the application in wine. Do you have winetricks <http://www.kegel.com/wine/winetricks>? It's a great script that will install many basic things for you, including important TrueType fonts. I would download it, make it executable and use something like "sh winetricks allfonts" to install a few fonts and see if that works. If not, I would log the output of the font debug channel with WINEDEBUG+="font" wine yourapp.exe &> yourapp.log and then look through yourapp.log for some clues. Good luck, Ryan On Feb 18, 2008 11:34 AM, Roilan Cardoso S?nchez <neptuno_000 at yahoo.es> wrote:> Hello every body, i?m testing some w32 apps with wine and I found some > problems. > Trying to install ArcGIS (My first installation), I had the following > error: Need internet explorer 6. > Well I installed IE 6, and continue installing ArcGIS, it was installed > succesfully, but it installed Phyton, and throw some problems. > Well finally installed I run ArcGIS and the fonts were crazy, I didnt see > anything. > the ArcGIS can?t run, when i start it, the wine think and then nothing. > I know wine don?t run everything, but i need it. and i need autocad too. > please can anybody help me. > regards Roilan > > ------------------------------ > > ?Con Mascota por primera vez? - S? un mejor Amigo > Entra en Yahoo! Respuestas<http://es.rd.yahoo.com/evt:51361/*http://es.answers.yahoo.com/dir/index;_ylc=X3oDMTE4ZWhyZjU0BF9TAzIxMTQ3MTQzMjIEc2VjA0Jhbm5lcgRzbGsDQWNxdWlzaXRpb24-?link=over&sid=XXXXXXXX> > . > > _______________________________________________ > wine-users mailing list > wine-users at winehq.org > http://www.winehq.org/mailman/listinfo/wine-users > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20080218/cd1a6510/attachment.htm
On Monday February 18 2008 16:34:43 Roilan Cardoso S?nchez wrote:> Hello every body, i?m testing some w32 apps with wine and I found some > problems. Trying to install ArcGIS (My first installation), I had the > following error: Need internet explorer 6. Well I installed IE 6, and > continue installing ArcGIS, it was installed succesfully, but it installed > Phyton, and throw some problems. Well finally installed I run ArcGIS and > the fonts were crazy, I didnt see anything.Try to install fonts from Windows by copying them from c:\windows\fonts to ~/.wine/drive_c/windows/fonts. Or alternatively you can use winetricks for that by running following command: winetricks allfonts If you don't have winetricks installed you can install it right now by running following commands: wget http://www.kegel.com/wine/winetricks chmod +x winetricks sudo mv winetricks /usr/bin/> the ArcGIS can?t run, when i > start it, the wine think and then nothing.Please run it from console (konsole or xterm) and attach its output as a file here. If you don't know how to run Windows programs with WINE from the command-line let me know, i will give you more instructions.> I know wine don?t run > everything, but i need it. and i need autocad too. please can anybody help > me.AutoCAD (and other Autodesk products like 3ds max) currently doesn't work in WINE. Hopefully in the future WINE will support AutoCAD, 3ds max and other Autodesk products... But for now I'm afraid VirtualBox ( http://virtualbox.org ) or VMWare ( http://vmware.com ) are the only way to run AutoCAD in Linux. Thank you for using WINE.