Page 1 of 2

Ingar's NetRadiant packages

Posted: Sun Jun 30, 2013 2:11 pm UTC
by Ingar

Since a number of years, I've been maintaining packages for the map editor NetRadiant.
More information can be found on my website http://ingar.intranifty.net/gtkradiant/index.html

* 2017-09-10
Website moved to a new host ingar.intranifty.net

* 2015-06-21
New builds are available, with an up-to-date Unvanquished gamepack The build for Debian 8.1 is reported to work on Ubuntu 15.

netradiant-20150621-win32.7z for 32bit windows

netradiant-20150621-debian8.1-x86.tar.xz for Debian 8.1 32bit
netradiant-20150621-debian8.1-x86_64.tar.xz for Debian 8.1 64bit

netradiant-20150621-ubuntu15-x86.tar.xz for Ubuntu 15 32bit
netradiant-20150621-ubuntu15-x86_64.tar.xz for Ubuntu 15 64bit

* 2013-06-30
I've made a new set of builds, based on the latest official code and some of my own changes. This adds WebP support for Unvanquished and fixes Netradiant disabling Aero in windows 7. Support for Unvanquished is included in the download.

netradiant-20130630-win32.zip for 32bit windows
netradiant-20130630-win64.zip for 64bit windows (experimental)

netradiant-20130630-ubuntu12-x86.tar.bz2 for Ubuntu 12 32bit
netradiant-20130630-ubuntu12-x86_64.tar.bz2 for Ubuntu 12 64bit

netradiant-20130630-src.tar.bz2 source code

* Latest Unvanquished gamepack
UnvanquishedPack.zip

* Additional information
Getting Started in NetRadiant


Re: Ingar's NetRadiant packages

Posted: Mon Jul 01, 2013 2:21 pm UTC
by StalKermit

Fix Aero disabling? o.O

Why didn't you say so?!


Re: Ingar's NetRadiant packages

Posted: Mon Jul 01, 2013 2:46 pm UTC
by Vincnet

Hello,
First, thank you for the ubuntu release. :smile:

But I have a problem to execute Netradiant. I got an error :

Code: Select all

/home/vincent/netradiant-20130630-ubuntu12-x86_64/radiant.x86_64: symbol lookup error: /usr/local/lib/libgtkglext-x11-1.0.so.0: undefined symbol: GTK_WIDGET_NO_WINDOW

I recompiled gtkglext-1.2.0 but it didn't solve the error.

When I compile the sources of Netradiant, I got :

Code: Select all

/usr/local/lib/libgtkglext-x11-1.0.so: référence indéfinie vers « GTK_WIDGET_TOPLEVEL »
/usr/local/lib/libgtkglext-x11-1.0.so: référence indéfinie vers « GTK_WIDGET_REALIZED »
/usr/local/lib/libgtkglext-x11-1.0.so: référence indéfinie vers « GTK_WIDGET_NO_WINDOW »
collect2: erreur: ld a retourné 1 code d'état d'exécution
make: *** [install/radiant.x86_64] Erreur 1

What else can I do ?


Re: Ingar's NetRadiant packages

Posted: Mon Jul 01, 2013 6:01 pm UTC
by Ingar

@Vincnet

  • Are you on a fully updated Ubuntu 12 or on some other version?
  • Your error talks about /usr/local/lib/libgtkglext-x11-1.0, which suggest you're not using a system package (which would be be in /usr). I guess you're building against /usr/lib/libgtkglext-x11-1.0 and it tries to load /usr/local/lib/libgtkglext-x11-1.0 at runtime.

Re: Ingar's NetRadiant packages

Posted: Mon Jul 01, 2013 11:07 pm UTC
by Vincnet

It works ! I just deleted all the gtkglext files from /usr/local/lib and reinstalled it with apt.
I can start mapping, thanks !


Re: Ingar's NetRadiant packages

Posted: Fri Jul 05, 2013 12:15 am UTC
by Weed

ingar can you make a better mac osx version?


Re: Ingar's NetRadiant packages

Posted: Fri Jul 05, 2013 12:53 am UTC
by kangz

You should describe "better" ;-)


Re: Ingar's NetRadiant packages

Posted: Fri Jul 05, 2013 5:23 pm UTC
by Ingar
Weed wrote:

ingar can you make a better mac osx version?

I can't: I don't have OS X any more


Re: Ingar's NetRadiant packages

Posted: Fri Jul 19, 2013 3:30 am UTC
by EmperorJack

I have to say I am liking this update. Doing without the aero change every time you open radiant is very satisfying. Great work Ingar!

Unfortunately I am faced with some bugs after using your new builds. I am using the 32bit windows version as the 64bit version didn’t open :confused: . My usual radiant layout is as follows, a dual monitor setup (1920 x 1080 + 1366 x 768) with windows for all the different sections. (The camera is on the right laptop monitor and the rest on the left).

Image

After minimizing radiant to do whatever task, bringing radiant back up yields my XYZ and camera windows greyed out and inoperable. I have to close and reopen radiant to fix this. Also note the -/- next to some of the shortcuts in the ‘edit’ drop down menu. I’m not sure what’s going on here but after I installed your new build I can’t use the shortcuts with the -/-. A number of shortcuts under ‘View, Filter’ have also been changed. I believe this can be fixed by editing the shorctus.ini in but I’m just stating what happened :P.

Image

Hope this helps Ingar or opens your eyes to some bugs that can be fixed in the future.


Re: Ingar's NetRadiant packages

Posted: Fri Jul 19, 2013 7:36 am UTC
by EmperorJack

In addition to above post: All shortcuts that use <Control> in their commands have had the <Control> part removed from the Unvanquished shortcut.ini in /roaming/NetRadiantSettings/. Very strange. I re-added <Control> to all these commands and all shortcuts regained functionality.