LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-19-2004, 03:30 PM   #1
mfeat
Member
 
Registered: Aug 2003
Location: Akron, OH
Distribution: Fedora Core 3
Posts: 185

Rep: Reputation: 30
using shockwave with ie/wine


i've got wine 20040309 and i just installed internet explorer according to the instructions at frankscorner.org and also installed shockwave. everything is working except that when i try to do the jumble at jumble.com (which is shockwave) it brings up the puzzle but after entering a few letters it appears to hang. but there are thousands of messages being displayed from the terminal where wine was started, the following set of messages just loops over and over until i kill it. how do i fix this?

fixme:gdi:GetCharABCWidthsFloatA GetCharABCWidthsFloatA, stub
fixme:font:GetKerningPairsW (0x1320,0,(nil)): almost empty stub!
fixme:font:GetKerningPairsW (0x1320,0,(nil)): almost empty stub!
fixme:font:GetKerningPairsW (0x1320,0,(nil)): almost empty stub!
fixme:font:GetKerningPairsW (0x1320,0,(nil)): almost empty stub!
fixme:font:GetKerningPairsW (0x1320,0,(nil)): almost empty stub!
fixme:font:GetKerningPairsW (0x1318,0,(nil)): almost empty stub!
 
Old 07-19-2004, 04:02 PM   #2
qwijibow
LQ Guru
 
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672

Rep: Reputation: 47
lol.. here is a better way to emulate IE in linux...

[joke]
http://mozilla.org
download and install firefox.
then install the java and flash/shockwave pluggins.

then write a script called runFirefox like so..

Code:
#!/bin/bash

#waste cpu cycles
wastecpu &

#run firefox
/path/to/firefox

#when firefox stops, stop wasting cpu's
killall wastecpu
and anouther script called wastecpu
Code:
do
cat /dev/random > /dev/nul &
cat /dev/hda1 > /dev/nul 
loop
now, set telnet servers and ssh servers to run.
snd set the connection greeting message to "my root password is [your root password]"

and there you have it...
all the features of MS IE all linux native
[/joke]



nut seriously.... why run internet exploiter ?
firefox has all the features, without the security holes.

plus, IE will run very slow.

but if you are not insane... and have a real reason to do that ? (aparet from a laugh)
try wineX 4..0 (cedeger)

it is a much more advanced win32 emulator.

Last edited by qwijibow; 07-19-2004 at 04:03 PM.
 
Old 07-20-2004, 10:20 AM   #3
mfeat
Member
 
Registered: Aug 2003
Location: Akron, OH
Distribution: Fedora Core 3
Posts: 185

Original Poster
Rep: Reputation: 30
yes, i'd much rather run shockwave with mozilla but it's not available as far as i can tell (after extensive searching). if i've somehow missed it, please provide a link to the shockwave player/plugin for linux mozilla (or firefox)
 
Old 07-20-2004, 10:45 AM   #4
qwijibow
LQ Guru
 
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672

Rep: Reputation: 47
just browse onto a showckwave site, and a popup tells you you need a pluggin to view shockwave, and asks if you want to install it now... click yes..

well, it does in firefox, ive never used mozilla.

it will download a script... run the script as root.
 
Old 07-20-2004, 11:03 AM   #5
mfeat
Member
 
Registered: Aug 2003
Location: Akron, OH
Distribution: Fedora Core 3
Posts: 185

Original Poster
Rep: Reputation: 30
navigating to http://www.jumble.com/play.html yields:

This page contains information of a type (application/x-director) that can only be viewed with the appropriate plugin. Click ok to download Plugin.

clicking ok takes it to the macromedia web-site where it says:

" We are unable to locate a Web player that matches your platform and browser."

i've already got the flashplayer installed, in mozilla the help->plugins screen shows:

Shockwave Flash

File name: libflashplayer.so
Shockwave Flash 6.0 r79

MIME Type Description Suffixes Enabled
application/x-shockwave-flash Shockwave Flash swf Yes
application/futuresplash FutureSplash Player spl Yes
 
Old 08-06-2004, 09:38 AM   #6
Stuporman
Newbie
 
Registered: Aug 2004
Location: Ohio
Distribution: Gentoo
Posts: 2

Rep: Reputation: 0
There is a shockwave plugin for Mozilla, but no shockwave plugin for Linux. I've spent many hours searching myself, to no avail. There is, however, a product called CrossOver that allows Windows apps to run in Linux. MS Office, Shockwave, Quicktime, and many others are supposed to run. I've tried it, and the Shockwave runs, but a little slowly. CrossOver uses a special implementation of Wine to do its thing. The thing I don't like is that it is $30 or $40 to buy. I wonder if it's possible to use Wine myself and get Shockwave working; I don't want to shell out $40 for something I can do in Windows...
 
Old 08-08-2004, 04:54 PM   #7
qwijibow
LQ Guru
 
Registered: Apr 2003
Location: nottingham england
Distribution: Gentoo
Posts: 2,672

Rep: Reputation: 47
Quote:
There is a shockwave plugin for Mozilla, but no shockwave plugin for Linux
one of us is conused.....
shockwave is somthing used to show animations in a web browser window.
there is no plugin 'for linux' because linux is nto a web browser.

however, there is a plugin for mozilla, and mozilla is a web browser which runs in linux.
 
Old 08-08-2004, 10:57 PM   #8
Stuporman
Newbie
 
Registered: Aug 2004
Location: Ohio
Distribution: Gentoo
Posts: 2

Rep: Reputation: 0
Quote:
Originally posted by qwijibow
one of us is conused.....
shockwave is somthing used to show animations in a web browser window.
there is no plugin 'for linux' because linux is nto a web browser.

however, there is a plugin for mozilla, and mozilla is a web browser which runs in linux.
Let me rephrase what I said. Shockwave, of course, is a plugin, and it is available in Mozilla. However, the plugin is not written to run in the linux system environment. After all, that's what most plugins are - executable programs within a web page (although that is a more simplified explanation). Take the Flash plugin, for example. It was originally written for a Windows system environment, but the executable code (the plugin) has since been ported to linux. Shockwave, on the other hand, has not been ported, so there is no "linux-compatible plugin", although I hope that someday someone makes one....
 
Old 08-08-2004, 11:15 PM   #9
amosf
Senior Member
 
Registered: Jun 2004
Location: Australia
Distribution: Mandriva/Slack - KDE
Posts: 1,672

Rep: Reputation: 46
To reitterate. You can get flash for mozilla on linux as a native plugin.

If you want shockwave (director) on linux the easiest way is to get crossover office which will allow you to install the windows shockwave (director) plugin and use with mozilla (or firefox) on linux. This is very easy to do, but costs $40.

Crossover also allows you to run IE and MS office if you really need them.
 
Old 08-09-2004, 08:35 AM   #10
mhearn
LQ Guru
 
Registered: Nov 2002
Location: Durham, England
Distribution: Fedora Core 4
Posts: 1,565

Rep: Reputation: 57
I suspect that jumble website wouldn't work in Crossover either, it sounds like it needs those functions to be implemented for some reason.
 
Old 08-09-2004, 09:16 AM   #11
proudclod
Member
 
Registered: May 2004
Distribution: Fedora Core 2
Posts: 381

Rep: Reputation: 30
There is no Shockwave plugin that runs in linux. There is a Mozilla for windows plugin, but not one for mozilla for linux.

Shockwave and Flash are different things.

There is a Flash plugin for linux.

However, the only easy way to have a Shockwave plugin in Linux is to use crossover office.
 
Old 09-19-2004, 05:50 PM   #12
ultramancool
Member
 
Registered: Jul 2004
Location: Hell
Distribution: Gentoo 2005.1 r1
Posts: 92

Rep: Reputation: 15
Yes crossover does it!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Shockwave?! LegendX SUSE / openSUSE 8 05-26-2005 11:33 AM
anyone running shockwave newer than 8.5 with wine? NoTiG Linux - Software 0 05-25-2005 07:41 PM
Shockwave Pwned Linux - Software 3 04-18-2005 10:28 PM
shockwave greyfox007 Mandriva 4 04-17-2004 12:10 AM
Shockwave or not? slayer777 Linux - Newbie 2 02-11-2004 09:58 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 02:07 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration