Digital Workshop

Welcome to the Digital Workshop Message Boards
It is currently January 12th, 2025, 8:54 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 60 posts ]  Go to page Previous  1, 2, 3, 4  Next
Author Message
 Post subject:
PostPosted: July 2nd, 2009, 10:19 pm 
Offline
Godlike
Godlike
User avatar

Joined: March 21st, 2007, 10:44 am
Posts: 3188
Location: UK
Opus: Evolution
Hi Ad,

K-lite is royal pain as it over writes the default codecs used by Opus under XP for playing MPG1 files and causes everything to crash as you describe. If you've not already got, ch4eck out gspot as it helps track down video problems.

Also if you're feed up of the mouldy 1GB check out VRAM Suite.

Mack

_________________
When you have explored all avenues of possibilities, what ever remains, how ever improbable, must be the answer.

Interactive Solutions for Business & Education
Learn Anywhere. Learn Anytime.

www.interaktiv.co.uk
+44 (0) 1395 548057


Top
 Profile Visit website  
 
 Post subject:
PostPosted: July 2nd, 2009, 11:02 pm 
Offline

Joined: November 3rd, 2004, 3:52 pm
Posts: 41
Location: The Netherlands
Hi,
The machines which gave problems were mostly (less then a year old) standard Dell machines with XP-sp3 in standalone and networkconfigurations. When I reported the problem to our IT-department though, they could not find the cause (but for K-Lite). On all machines in their office (mostly Dell) the pub worked frustratingly allright.

K-Lite is indeed a pain, because it won't uninstall properly and if you use some tool to really remove it, chances are that mp3 or other mediafiles won't play anymore, because it changes all kind of settings.

Ad

ps. I'll check out Vram suite :)

_________________
Intel icore7 930
8 Gb mem
Asus EAH5870
Win 7.0 Ultimate 64
7.04 pro user
"The proper function of man is to live, not to exist" (Jack London)


For this message ad hoc has been thanked by : mackavi


Top
 Profile Visit website  
 
 Post subject:
PostPosted: July 4th, 2009, 4:56 pm 
Offline
Godlike
Godlike
User avatar

Joined: March 21st, 2007, 10:44 am
Posts: 3188
Location: UK
Opus: Evolution
Hi Paul,

I've had a good play with the program and it's an excellent idea, but I think that it's an extremely ambitious project to undertake without scripting. Nothing jumps out as a specific cause, but then there are just too many actions and objects to look at them in detail or isolate them for debugging.

I crashed the program about half a dozen times on various screens and caused various other issues mostly by triggering the mouse over audio events.

Personally, it's difficult to control a program using just Opus actions and my opinion would be that this is behind the problem with the program. Behaving like a child, if you move the mouse back and forth over the speaking letters you're triggering dozens of events as well as slurring the sounds together and this did seem to led to problems such as crashing, missing graphics and muddled sounds. On the matching card game, if you click two or more cards from the same set , then you have effectively broken that activity as the program doesn't know what to do.

It's little things like that, that although they might not break every time can over time and use cause publications to fail if you don't lock down activities.

Regards,

Mack

_________________
When you have explored all avenues of possibilities, what ever remains, how ever improbable, must be the answer.

Interactive Solutions for Business & Education
Learn Anywhere. Learn Anytime.

www.interaktiv.co.uk
+44 (0) 1395 548057


Top
 Profile Visit website  
 
 Post subject:
PostPosted: July 5th, 2009, 12:34 pm 
Offline

Joined: May 28th, 2007, 11:39 pm
Posts: 81
Location: Wirral, UK
Opus: v7.03
OS: XP / Win 7
System: Various
Thanks very much for your time looking at this. The matching card game I thought I had 'locked down' so will amend this.

Could you possibly let me know on which screens you managed to 'crash' the program, or get missing graphics, as I'm unable to replicate this on any of 8 PC's in the office?

I've never used scripting, but are you saying that if I'd written similar screens with scripting it'd be less likely to crash? If so, is there a 'quick way' for someone with no experience of scripting to get up to speed with it - a course or similar for example?

Many thanks[/quote]

_________________
Opus Pro. v6.0
XP hOME
Intel Core 2 Duo 6550, 2 gb Ram
iNTEGRATED graphics card


For this message Paulshistory has been thanked by : mackavi


Top
 Profile Visit website  
 
 Post subject:
PostPosted: July 5th, 2009, 2:42 pm 
Offline
Godlike
Godlike
User avatar

Joined: March 21st, 2007, 10:44 am
Posts: 3188
Location: UK
Opus: Evolution
Hi Paul,

Not a problem - it's always interesting to see people's ideas in code. And given the governments u-turn on dyslexia and the general mess with frequently changing schemes - good & affordable phonics programs need to be available to schools.

Both the alphabet based screen with the mouse over letter sounds crashed. The letter C on one of these was missing at the start of an activity. The two games where the sounds or words are missing sometimes had one less card - I wasn't sure whether there was a page somewhere that didn't have full set or whether this was caused by a bug.

I should point out that these could easily be the result of a different problem due to extreme testing and also unless a computer is restarted after Opus has crashed then the problem can continue when restarting a publication.

As I said, because of the complexity of the actions and number of objects it's difficult to pin point an issue especially because you have what appear to be similar pages for each each set to give the appearance of a random range. My only advice on debugging this would be to keep pushing it, until you can get it to break and then strip each section back and testing until you find an underlying problem.

With regards to scripting, no it won't necessary stop crashing but IMHO it gives greater control over the management and development of complex projects - although, I must point out, that yours is probably the most comprehensive action based publication I've seen. And probably most importantly, scripting makes it a lot easier to debug and change if written well.

Learning material wise, there are no specific Opus Script books, but it's almost identical to JavaScript 1.2 so that's a good place to start for understanding the language and key concepts. The thing to remember is that JS is designed to control web pages and examples don't always relate. You are also much better off picking up an old book rather than a new one as the syntax is more likely to conform.

If you follow the forum, then you may have heard some people, including myself, talk about OOP - this can be a confusing concept, but is important for developing larger more manageable projects and IMHO extremely useful when understanding Opus. It's based on the idea of programming using Objects. There are some posts regarding this but I've yet to come across any decent JS OOP books.

I hope you find a suitable solution. If not give me a shout as I'm actually in Chester during the summer holidays and we'll see what we can sort out.

Regards,

Mack

_________________
When you have explored all avenues of possibilities, what ever remains, how ever improbable, must be the answer.

Interactive Solutions for Business & Education
Learn Anywhere. Learn Anytime.

www.interaktiv.co.uk
+44 (0) 1395 548057


Top
 Profile Visit website  
 
 Post subject:
PostPosted: July 5th, 2009, 2:51 pm 
Offline

Joined: May 28th, 2007, 11:39 pm
Posts: 81
Location: Wirral, UK
Opus: v7.03
OS: XP / Win 7
System: Various
Many thanks again for your detailed account.

The screens where letters (such as C) or cards are missing are all deliberate programming within the software. If pupils make many mistakes, then the number of options are reduced to give them more chance of being successful. And the C disappears if the answer is K, to stop them clicking a letter that makes the correct sound, and being told it is wrong.

I've not encountered the alphabet pages causing crashes before, so will have to look into this in more detail. Out of interest, what PC are you using that is exhibiting these problems, as it could be worthmy while acquiring a similar machine?

_________________
Opus Pro. v6.0
XP hOME
Intel Core 2 Duo 6550, 2 gb Ram
iNTEGRATED graphics card


For this message Paulshistory has been thanked by : mackavi


Top
 Profile Visit website  
 
 Post subject:
PostPosted: July 5th, 2009, 4:21 pm 
Offline
Godlike
Godlike
User avatar

Joined: March 21st, 2007, 10:44 am
Posts: 3188
Location: UK
Opus: Evolution
Explains a few things :-)

Mostly tested on XP SP3 Quad 3.2ghz with 4gb. Crashed both in Opus preview and published EXE that you sent.

Also tried on XP SP2 (clean machine) with 256mb and also crashed.

Mack

_________________
When you have explored all avenues of possibilities, what ever remains, how ever improbable, must be the answer.

Interactive Solutions for Business & Education
Learn Anywhere. Learn Anytime.

www.interaktiv.co.uk
+44 (0) 1395 548057


Top
 Profile Visit website  
 
 Post subject:
PostPosted: July 5th, 2009, 8:54 pm 
Offline

Joined: November 11th, 2004, 4:05 am
Posts: 636
Location: Christchurch, NZ
Same on Vista Duo's and Quad, crashes during preview and published exe.

I don't think it's an environment problem; it looks like a sound sequencing problem, although the large number of actions used makes it difficult to pin the problem down.

One of the advantages with using script objects in a project like this is you will have less places to look for problems when they do occur.
Also a single change in a script could be made to work globally inside the pub; makes it much easier to debug any issues you might have.

Paul


For this message Paul has been thanked by : mackavi


Top
 Profile  
 
 Post subject:
PostPosted: July 6th, 2009, 11:51 am 
Offline
User avatar

Joined: October 25th, 2004, 10:33 am
Posts: 257
Location: UK
Opus: Pro 8
OS: Windows 7 Professional x64
System: Dell XPS15 i7x4 2.1Ghz 6GB 128GB SSD
Paulshistory wrote:
I've uploaded a zip file containing everything to www.wishtrac.co.uk/temp dw/BOOSTER PHONICS - 2-02pm 02-07-09.zip


I was going to take a look, but I can't get that link to work. :?


For this message Dave Emberton has been thanked by : mackavi


Top
 Profile Visit website  
 
 Post subject:
PostPosted: July 6th, 2009, 11:52 am 
Offline

Joined: May 28th, 2007, 11:39 pm
Posts: 81
Location: Wirral, UK
Opus: v7.03
OS: XP / Win 7
System: Various
hi

Link is now working

Paul

_________________
Opus Pro. v6.0
XP hOME
Intel Core 2 Duo 6550, 2 gb Ram
iNTEGRATED graphics card


For this message Paulshistory has been thanked by : mackavi


Top
 Profile Visit website  
 
 Post subject:
PostPosted: July 6th, 2009, 12:15 pm 
Offline
User avatar

Joined: October 25th, 2004, 10:33 am
Posts: 257
Location: UK
Opus: Pro 8
OS: Windows 7 Professional x64
System: Dell XPS15 i7x4 2.1Ghz 6GB 128GB SSD
Got it now.

I ran the install, but that seems to need a CD. Can I get the published version to go? Maybe I need to write it to a CD.


For this message Dave Emberton has been thanked by : mackavi


Top
 Profile Visit website  
 
 Post subject:
PostPosted: July 6th, 2009, 12:17 pm 
Offline

Joined: May 28th, 2007, 11:39 pm
Posts: 81
Location: Wirral, UK
Opus: v7.03
OS: XP / Win 7
System: Various
Hi

It just checks that there's a CD called 'Booster Phonics' in the CD drive - sorry! I can upload an exe without the CD name check if it's easier - let me know - either here, or email paul@wishtrac.co.uk

Thanks

_________________
Opus Pro. v6.0
XP hOME
Intel Core 2 Duo 6550, 2 gb Ram
iNTEGRATED graphics card


For this message Paulshistory has been thanked by : mackavi


Top
 Profile Visit website  
 
 Post subject:
PostPosted: July 6th, 2009, 12:40 pm 
Offline
Godlike
Godlike
User avatar

Joined: March 21st, 2007, 10:44 am
Posts: 3188
Location: UK
Opus: Evolution
Dave,

If your testing in a VPC, have a virtual drive or simply want to burn a disc - here's the ISO I used to test the program. It's just a shell but works for testing purposes.

http://sandbox.interaktiv.co.uk/Booster.iso

Mack

_________________
When you have explored all avenues of possibilities, what ever remains, how ever improbable, must be the answer.

Interactive Solutions for Business & Education
Learn Anywhere. Learn Anytime.

www.interaktiv.co.uk
+44 (0) 1395 548057


Top
 Profile Visit website  
 
 Post subject:
PostPosted: July 6th, 2009, 1:13 pm 
Offline
User avatar

Joined: October 25th, 2004, 10:33 am
Posts: 257
Location: UK
Opus: Pro 8
OS: Windows 7 Professional x64
System: Dell XPS15 i7x4 2.1Ghz 6GB 128GB SSD
Thanks Mack. I've got it going, but it isn't crashing for me.

I think the large number of preloaded sounds are the most likely thing to be causing the problem.


For this message Dave Emberton has been thanked by : mackavi


Top
 Profile Visit website  
 
 Post subject:
PostPosted: July 6th, 2009, 1:19 pm 
Offline

Joined: May 28th, 2007, 11:39 pm
Posts: 81
Location: Wirral, UK
Opus: v7.03
OS: XP / Win 7
System: Various
Thanks for looking Dave.

I've a number of clients who can get the software working fine on one type of machines, but exhibit repeated crashing on another type of machine. I've not got detailed specs of the different systems, so have now written to all clients asking for their specific feedback in this area.

As you can see by design of activities, I need a large number of possible sounds ready to be played. Is there a way to do this without pre-loading them, and what (if any) effects will this have on (a) speed to play sounds - as it needs to be virtually instantaneous and (b) the resilience of the program?

_________________
Opus Pro. v6.0
XP hOME
Intel Core 2 Duo 6550, 2 gb Ram
iNTEGRATED graphics card


For this message Paulshistory has been thanked by : mackavi


Top
 Profile Visit website  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 60 posts ]  Go to page Previous  1, 2, 3, 4  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 5 guests


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 post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group