Native Linux frontend to PindurTI

A forum where you can announce your awesome project(s).

Moderator: MaxCoderz Staff

User avatar
Timendus
Calc King
Posts: 1729
Joined: Sun 23 Jan, 2005 12:37 am
Location: Netherlands
Contact:

Post by Timendus »

Well, as far as I'm concerned this IS finished :)

Go bug CoBB for his PTI source (I will not give it to you, as it's his project), fix the weird non-interactive mode screen-not-turning-on bug, and you've got a pretty nice native Linux emulator. Of course a lot could be improved on in the frontend, but you've already got my code, so be my guest.

It's not like this is an active project of mine. I just needed some command line options ;)
http://clap.timendus.com/ - The Calculator Link Alternative Protocol
http://api.timendus.com/ - Make your life easier, leave the coding to the API
http://vera.timendus.com/ - The calc lover's OS
User avatar
GuillaumeH
Regular Member
Posts: 143
Joined: Fri 17 Dec, 2004 8:30 pm
Contact:

Post by GuillaumeH »

Here's what i get on my conputer (Ubuntu 7.10, wine 0.9.45 , libgtkmm-2.4-1c2a :

Code: Select all

$ ./pti_frontend --verbose resources/x3.rom  ../ion/ion.8xg fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls"
ALSA lib conf.c:3949:(snd_config_expand) Unknown parameters 0
ALSA lib control.c:909:(snd_ctl_open_noupdate) Invalid CTL default:0
Sending file...OK
Activating slot 0...OK
Resetting the calculator...OK
Running for 6000000cc...OK
Pressing ON...OK
Running for 6000000cc...OK
Releasing ON...OK
Running for 6000000cc...OK
Sending file...OK
terminate called after throwing an instance of 'Glib::FileError'
Abandon
Any idea about why it does this ?
User avatar
Timendus
Calc King
Posts: 1729
Joined: Sun 23 Jan, 2005 12:37 am
Location: Netherlands
Contact:

Post by Timendus »

Looks like a problem with your Wine installation.

All these:

Code: Select all

fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls"
ALSA lib conf.c:3949:(snd_config_expand) Unknown parameters 0
ALSA lib control.c:909:(snd_ctl_open_noupdate) Invalid CTL default:0
terminate called after throwing an instance of 'Glib::FileError'
Abandon 
Are not part of the normal pti_frontend output, so they must be Wine's. Try running PTI with wine:
$ wine ./resources/pindurti.exe
and see if that gives you the same errors. If it does; try reinstalling Wine.

If it doesn't, try running it without parameters, and loading files through the GUI.
http://clap.timendus.com/ - The Calculator Link Alternative Protocol
http://api.timendus.com/ - Make your life easier, leave the coding to the API
http://vera.timendus.com/ - The calc lover's OS
User avatar
GuillaumeH
Regular Member
Posts: 143
Joined: Fri 17 Dec, 2004 8:30 pm
Contact:

Post by GuillaumeH »

Sorry I should have pasted it before :

Code: Select all

$  wine ./resources/pindurti.exe 
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls"
ALSA lib conf.c:3949:(snd_config_expand) Unknown parameters 0
ALSA lib control.c:909:(snd_ctl_open_noupdate) Invalid CTL default:0
And then PindurTI runs.
User avatar
Timendus
Calc King
Posts: 1729
Joined: Sun 23 Jan, 2005 12:37 am
Location: Netherlands
Contact:

Post by Timendus »

Did you try running

Code: Select all

./pti_frontend --verbose
and selecting the files from the GUI?
http://clap.timendus.com/ - The Calculator Link Alternative Protocol
http://api.timendus.com/ - Make your life easier, leave the coding to the API
http://vera.timendus.com/ - The calc lover's OS
Post Reply