It is currently Mon Oct 20, 2014 4:00 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 15 posts ] 
Author Message
PostPosted: Tue Mar 18, 2008 11:39 am 
Offline
Site Admin
User avatar
 Profile

Joined: Wed Dec 19, 2007 10:46 pm
Posts: 779
Francis,

Just thought I'd let you know that I took along the latest Windows version of your BBC Micro Image Converter beta to my local Linux User Group last night, and demo'd it running under WINE.

It doesn't run perfect, tho I didn't have much time to investigate - it crashed out when I loaded in a GIF image, but it did manage to convert a PNG of Street Fighter II OK.

Just thought I'd let you know ...

Sam.


Top
 
PostPosted: Tue Mar 18, 2008 11:53 am 
Offline
User avatar
 WWW  Profile

Joined: Wed Jan 09, 2008 10:23 am
Posts: 359
Location: Glasgow, Scotland
That's okay, the latest version doesn't run perfectly on Windows either! :lol:

The problems lie in the fact that I have added so much to it and attempted to amalgamate the previous BBC to BMP version of it the code is a bit of a mess. At the moment I'm rewriting it almost from the ground up.

The GIF loading problem specifically may be due to the fact that I am using routines in the Windows OS itself to load the file, whereas PNGs are handled internally within the program.

Kind regards,

Francis.


Top
 
PostPosted: Tue Mar 18, 2008 12:54 pm 
Offline
Site Admin
User avatar
 Profile

Joined: Wed Dec 19, 2007 10:46 pm
Posts: 779
Indeed. WINE reproduces some (but not yet all) of the Windows libraries, and for some of those it doesn't, it's possible to redistribute the required library with the app - for example, MFC42.dll. If you add this to the PC version of Ravenskull, it will work fine under WINE. I've suggested they include it in the installer, as it's perfectly legal to redistribute it and would make life easier for Linux newbies to get it running.

When you next release a new version, I'll try to remember to send you some feedback on whether things are better (or worse!).

Sam.


Top
 
PostPosted: Tue Feb 03, 2009 5:56 pm 
Offline
User avatar
 WWW  Profile

Joined: Thu Jan 10, 2008 7:45 pm
Posts: 472
Location: Treddle's Wharf, Chigley
I'm trying to run Image2BBC using WINE on Ubuntu Linux.

Most of the program works perfectly (note that I only use .png files), but loading and saving are problematic.

I can only load pictures into it by using drag and drop and I am unable to save any images as the program complains about invalid characters in the path.

Has anyone managed to save images from Image2BBC using WINE on a Linux computer?


Top
 
PostPosted: Tue Feb 03, 2009 6:31 pm 
Offline
Site Admin
User avatar
 Profile

Joined: Wed Dec 19, 2007 10:46 pm
Posts: 779
I don't get any warnings or errors, but it doesn't save. The version available online is far behind what Francis' is currently working on - his blog on the BMIC wiki page has some fabby screenshots of the latest version running under Mac and Linux. I wouldn't attempt to use the current unofficial build on Linux - either use a Windows VM, or ask Francis nicely for an alpha build of his latest code. :)

Sam.


Top
 
PostPosted: Wed Feb 04, 2009 7:52 am 
Offline
User avatar
 WWW  Profile

Joined: Thu Jan 10, 2008 7:45 pm
Posts: 472
Location: Treddle's Wharf, Chigley
I actually get an error dialog box popping up telling me the problem is an illegal character in the path.


Top
 
PostPosted: Wed Feb 04, 2009 10:23 am 
Offline
User avatar
 WWW  Profile

Joined: Wed Jan 09, 2008 10:23 am
Posts: 359
Location: Glasgow, Scotland
I was hoping to get usable builds of the latest code out in time for Byte Back, but that's no longer possible due to some family problems (my wife had a miscarriage).

I've kind of lost my interest/focus for programming at the moment.

Kind regards,

Francis


Top
 
PostPosted: Wed Feb 04, 2009 10:30 am 
Offline
User avatar
 WWW  Profile

Joined: Wed Jan 09, 2008 10:23 am
Posts: 359
Location: Glasgow, Scotland
DaveJ wrote:
I actually get an error dialog box popping up telling me the problem is an illegal character in the path.

I've never tested the image converter using Wine, but make sure that you are not using illegal characters such as '*', '/', etc.

Are you using any Unicode characters in your path or filename? The last version I released can't handle Unicode, although the next version will.

Kind regards,

Francis


Top
 
PostPosted: Wed Feb 04, 2009 11:07 am 
Offline
Site Admin
User avatar
 Profile

Joined: Wed Dec 19, 2007 10:46 pm
Posts: 779
Francis, you and your partner have my deepest sympathies for your loss.

Sam.


Top
 
PostPosted: Wed Feb 04, 2009 12:58 pm 
Offline
User avatar
 WWW  Profile

Joined: Thu Jan 10, 2008 7:45 pm
Posts: 472
Location: Treddle's Wharf, Chigley
I'm terribly sorry to hear about that Francis. My thoughts go out to you and your wife.

Dave


Top
 
PostPosted: Wed Feb 04, 2009 1:09 pm 
Offline
User avatar
 WWW  Profile

Joined: Wed Jan 09, 2008 10:23 am
Posts: 359
Location: Glasgow, Scotland
Thanks guys.

Kind regards,

Francis


Top
 
PostPosted: Wed Feb 04, 2009 3:15 pm 
Offline
User avatar
 WWW  Profile

Joined: Thu Apr 03, 2008 2:49 pm
Posts: 277
Location: Antarctica
Sorry to hear the news Francis. We've been through the same ourselves.

Was looking forward to seeing you at Byte Back. Perhaps next year :)


Top
 
PostPosted: Wed Feb 04, 2009 4:45 pm 
Offline
User avatar
 WWW  Profile

Joined: Wed Jan 09, 2008 10:23 am
Posts: 359
Location: Glasgow, Scotland
Thanks Dave. It's amazing the number of people that have said to us that they have gone through the same thing.

I was looking forward to meeting everyone myself at Byte Back, but I don't think that my wife is really up for travelling that distance at the moment and I wouldn't want to leave her on her own.

Kind regards,

Francis


Top
 
PostPosted: Wed Feb 04, 2009 5:05 pm 
Offline
Site Admin
User avatar
 Profile

Joined: Wed Dec 19, 2007 10:46 pm
Posts: 779
Not to worry. Dave's getting so excited about this one, I reckon it wouldn't surprise if he had another one in the planning stages before long ... :)

The layout plans for Byte Back are a work of art themselves ...

Sam.


Top
 
PostPosted: Thu Feb 05, 2009 2:16 pm 
Offline
User avatar
 WWW  Profile

Joined: Thu Jan 10, 2008 7:45 pm
Posts: 472
Location: Treddle's Wharf, Chigley
I've done the blatantly obvious, and what I should have done all along, and put the BBC Micro Image Converter in the WINE c:\Program Files directory.

When the program is run from here, and I save images to the WINE C drive, it all works perfectly.

That means that I don't need to keep dashing next door to use my wife's Windows computer any more. Everything I need to do I can now do from Ubuntu.

Many apologies for wasting everyone's time (again) :oops:


Top
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 15 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


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