Author Topic: Xspire - cant find gtk_builder_add_from_file in libgtk-win32-2.0-0.dll  (Read 15513 times)

0 Members and 1 Guest are viewing this topic.

Offline Lionel Debroux

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2135
  • Rating: +290/-45
    • View Profile
    • TI-Chess Team
Re: Xspire - cant find gtk_builder_add_from_file in libgtk-win32-2.0-0.dll
« Reply #15 on: October 27, 2010, 04:43:51 am »
Quote
Installing new GTK version did not solve it, but he told me to copy the GTK2 Runtimes dll files to the emu folder so it runs at all. Now It seems to work perfectly.
Well, you'd better not do that if you want multiple GTK+-using applications to unconditionally run simultaneously :)

Programs embedding their own copies of the GTK+ DLLs, irrespective of Windows' harmful limitation wrt. DLL caching (the DLL cache being by basename only, rather than by full path), e.g. Wireshark, are precisely part of the problem; GFM/TILP/TIEmu rightfully don't do that.
The other part of the problem is the existence of multiple incompatible GTK+ runtimes for Windows. The one used by GFM/TILP/TIEmu has been unmaintained for two years, which means that we'll have to switch to another one, presumably the one used by The GIMP.
Member of the TI-Chess Team.
Co-maintainer of GCC4TI (GCC4TI online documentation), TILP and TIEmu.
Co-admin of TI-Planet.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Xspire - cant find gtk_builder_add_from_file in libgtk-win32-2.0-0.dll
« Reply #16 on: October 27, 2010, 02:39:48 pm »
AH ok, but then how do I solve my issue? Because if I don't do that, Levak emulator won't run at all and it keeps throwing me those missing DLL errors.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Lionel Debroux

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2135
  • Rating: +290/-45
    • View Profile
    • TI-Chess Team
Re: Xspire - cant find gtk_builder_add_from_file in libgtk-win32-2.0-0.dll
« Reply #17 on: October 27, 2010, 02:43:48 pm »
Well, if you don't use any other GTK+-using application and the emulator simultaneously, you can leave things in their current state :)
Just be fully aware that multiple versions of the GTK+ (or whatever else) DLLs running simultaneously, can also create "missing function in DLL" errors.
Member of the TI-Chess Team.
Co-maintainer of GCC4TI (GCC4TI online documentation), TILP and TIEmu.
Co-admin of TI-Planet.

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Xspire - cant find gtk_builder_add_from_file in libgtk-win32-2.0-0.dll
« Reply #18 on: October 27, 2010, 02:46:48 pm »
Ah ok thanks for the info. So this means that if I ever do that, then I will never be able to use Levak emulator again on this computer (since not including the DLLs in the folder causes errors)
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline kyllopardiun

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 178
  • Rating: +14/-4
  • Kyllopardiun over 2000 results in google.
    • View Profile
    • Kyllo's blog (a blog about poetry, videos and computing)
Re: Xspire - cant find gtk_builder_add_from_file in libgtk-win32-2.0-0.dll
« Reply #19 on: October 27, 2010, 04:31:34 pm »
Ah ok thanks for the info. So this means that if I ever do that, then I will never be able to use Levak emulator again on this computer (since not including the DLLs in the folder causes errors)

You can paste your dlls to system32 ;D

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Xspire - cant find gtk_builder_add_from_file in libgtk-win32-2.0-0.dll
« Reply #20 on: October 27, 2010, 10:40:58 pm »
Is it much safer than what Lionel told me to not do, though?
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline kyllopardiun

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 178
  • Rating: +14/-4
  • Kyllopardiun over 2000 results in google.
    • View Profile
    • Kyllo's blog (a blog about poetry, videos and computing)
Re: Xspire - cant find gtk_builder_add_from_file in libgtk-win32-2.0-0.dll
« Reply #21 on: October 28, 2010, 04:23:10 pm »
Is it much safer than what Lionel told me to not do, though?

It is just in case, if you want to run 2 programs using this at the same time.
It probably will work, however you may not remember all those dll names,
and so you will keep them "forever" in your system.

But most likely you won't need to run two programs at the same time, you can be fine with things as they are now ;)
« Last Edit: October 28, 2010, 04:23:29 pm by kyllopardiun »

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Xspire - cant find gtk_builder_add_from_file in libgtk-win32-2.0-0.dll
« Reply #22 on: October 28, 2010, 08:25:28 pm »
I guess I could just write down the list or take a screenshot, so I can remove them later. :P
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Jonius7

  • python! Lua!
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1918
  • Rating: +82/-18
  • Still bringing new dimensions to the TI-nspire...
    • View Profile
    • TI Stadium
Re: Xspire - cant find gtk_builder_add_from_file in libgtk-win32-2.0-0.dll
« Reply #23 on: March 02, 2012, 11:23:28 pm »
Necropost.
I don't know if there is much point in using xspire's nspire_emu with gtk (not Levak's, he made the batch files), due to the fact that the screen becomes grainy, and also that it is v026 and hasn't been updated much.
EDIT: Re tried it again after downloading new version of GTK runtime and it is grainy because I resized the window (it doesn't quite fit on a 1280x800 screen) and it is not grainy. However it only works for v026 and can't run OS 3.0
« Last Edit: March 03, 2012, 01:05:34 am by Jonius7 »
Programmed some CASIO Basic in the past
DJ Omnimaga Music Discographist ;)
DJ Omnimaga Discography
My Own Music!
My Released Projects (Updated 2015/05/08)
TI-nspire BASIC
TI-nspire Hold 'em
Health Bar
Scissors Paper Rock
TI-nspire Lua
Numstrat
TI-nspire Hold 'em Lua
Transport Chooser
Secret Project (at v0.08.2 - 2015/05/08)
Spoiler For Extra To-Be-Sorted Clutter:

Spoiler For Relegated Projects:
TI-nspire BASIC
Battle of 16s (stalled) | sTIck RPG (stalled) | Monopoly (stalled) | Cosmic Legions (stalled)
Axe Parser
Doodle God (stalled while I go and learn some Axe)

Offline alberthrocks

  • Moderator
  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 876
  • Rating: +103/-10
    • View Profile
Re: Xspire - cant find gtk_builder_add_from_file in libgtk-win32-2.0-0.dll
« Reply #24 on: March 02, 2012, 11:24:43 pm »
If I ever get time someday (along with my 1000+ other projects), I want to update Xspire to make it up-to-date with the current code. Right now, you must use WINE to run the newer, CX feature filled emulators... :P
Withgusto Networks Founder and Administrator
Main Server Status: http://withg.org/status/
Backup Server Status: Not available
Backup 2/MC Server Status: http://mc.withg.org/status/


Proud member of ClrHome!

Miss my old signature? Here it is!
Spoiler For Signature:
Alternate "New" IRC post notification bot (Newy) down? Go here to reset it! http://withg.org/albert/cpuhero/

Withgusto Networks Founder and Administrator
Main Server Status: http://withg.org/status/
Backup Server Status: Not available
Backup 2/MC Server Status: http://mc.withg.org/status/

Activity remains limited due to busyness from school et al. Sorry! :( Feel free to PM, email, or if you know me well enough, FB me if you have a question/concern. :)

Don't expect me to be online 24/7 until summer. Contact me via FB if you feel it's urgent.


Proud member of ClrHome!

Spoiler For "My Projects! :D":
Projects:

Computer/Web/IRC Projects:
C______c: 0% done (Doing planning and trying to not forget it :P)
A_____m: 40% done (Need to develop a sophisticated process queue, and a pretty web GUI)
AtomBot v3.0: 0% done (Planning stage, may do a litmus test of developer wants in the future)
IdeaFrenzy: 0% done (Planning and trying to not forget it :P)
wxWabbitemu: 40% done (NEED MOAR FEATURES :P)

Calculator Projects:
M__ C_____ (an A____ _____ clone): 0% done (Need to figure out physics and Axe)
C2I: 0% done (planning, checking the demand for it, and dreaming :P)

Offline Jonius7

  • python! Lua!
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1918
  • Rating: +82/-18
  • Still bringing new dimensions to the TI-nspire...
    • View Profile
    • TI Stadium
Re: Xspire - cant find gtk_builder_add_from_file in libgtk-win32-2.0-0.dll
« Reply #25 on: March 02, 2012, 11:28:15 pm »
CX feature filled emulators?
Oh I'm using Windows, so no need for Wine, but not sure what you're getting at with CX feature filled emulators.
goplat's requires boot1 to emulate CXes tho.
Programmed some CASIO Basic in the past
DJ Omnimaga Music Discographist ;)
DJ Omnimaga Discography
My Own Music!
My Released Projects (Updated 2015/05/08)
TI-nspire BASIC
TI-nspire Hold 'em
Health Bar
Scissors Paper Rock
TI-nspire Lua
Numstrat
TI-nspire Hold 'em Lua
Transport Chooser
Secret Project (at v0.08.2 - 2015/05/08)
Spoiler For Extra To-Be-Sorted Clutter:

Spoiler For Relegated Projects:
TI-nspire BASIC
Battle of 16s (stalled) | sTIck RPG (stalled) | Monopoly (stalled) | Cosmic Legions (stalled)
Axe Parser
Doodle God (stalled while I go and learn some Axe)

Offline Jim Bauwens

  • Lua! Nspire! Linux!
  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1881
  • Rating: +206/-7
  • Linux!
    • View Profile
    • nothing...
Re: Xspire - cant find gtk_builder_add_from_file in libgtk-win32-2.0-0.dll
« Reply #26 on: March 03, 2012, 04:56:55 am »
If you own a CX that's no problem, just use polyDumper :)

Offline Jonius7

  • python! Lua!
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1918
  • Rating: +82/-18
  • Still bringing new dimensions to the TI-nspire...
    • View Profile
    • TI Stadium
Re: Xspire - cant find gtk_builder_add_from_file in libgtk-win32-2.0-0.dll
« Reply #27 on: March 03, 2012, 05:03:25 am »
Yeah I know. But it's a problem if I don't own a CX. Unfortunately :(
Programmed some CASIO Basic in the past
DJ Omnimaga Music Discographist ;)
DJ Omnimaga Discography
My Own Music!
My Released Projects (Updated 2015/05/08)
TI-nspire BASIC
TI-nspire Hold 'em
Health Bar
Scissors Paper Rock
TI-nspire Lua
Numstrat
TI-nspire Hold 'em Lua
Transport Chooser
Secret Project (at v0.08.2 - 2015/05/08)
Spoiler For Extra To-Be-Sorted Clutter:

Spoiler For Relegated Projects:
TI-nspire BASIC
Battle of 16s (stalled) | sTIck RPG (stalled) | Monopoly (stalled) | Cosmic Legions (stalled)
Axe Parser
Doodle God (stalled while I go and learn some Axe)

Offline Lionel Debroux

  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2135
  • Rating: +290/-45
    • View Profile
    • TI-Chess Team
Re: Xspire - cant find gtk_builder_add_from_file in libgtk-win32-2.0-0.dll
« Reply #28 on: March 03, 2012, 05:24:19 am »
Yeah, that's a problem - but it's a consequence of TI's manoeuvers to try (and utterly fail to) "protect" the Nspire. The boot2 is partially encrypted, and the decryption key(s) cannot be distributed without risking legal attacks...
Member of the TI-Chess Team.
Co-maintainer of GCC4TI (GCC4TI online documentation), TILP and TIEmu.
Co-admin of TI-Planet.

Offline Jonius7

  • python! Lua!
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1918
  • Rating: +82/-18
  • Still bringing new dimensions to the TI-nspire...
    • View Profile
    • TI Stadium
Re: Xspire - cant find gtk_builder_add_from_file in libgtk-win32-2.0-0.dll
« Reply #29 on: March 04, 2012, 05:17:52 am »
Oh well. I liked xspire's nspire_emu_gtk. Sad to say it's outdated now and there haven't been any new posts from xspire from unitedTI.
Programmed some CASIO Basic in the past
DJ Omnimaga Music Discographist ;)
DJ Omnimaga Discography
My Own Music!
My Released Projects (Updated 2015/05/08)
TI-nspire BASIC
TI-nspire Hold 'em
Health Bar
Scissors Paper Rock
TI-nspire Lua
Numstrat
TI-nspire Hold 'em Lua
Transport Chooser
Secret Project (at v0.08.2 - 2015/05/08)
Spoiler For Extra To-Be-Sorted Clutter:

Spoiler For Relegated Projects:
TI-nspire BASIC
Battle of 16s (stalled) | sTIck RPG (stalled) | Monopoly (stalled) | Cosmic Legions (stalled)
Axe Parser
Doodle God (stalled while I go and learn some Axe)