That's what's been happening on all 3 of my ubuntu boxes.
--
Don Quixote -- qui...@toysmakeuspowerful.com
Tatsumaki Aikido: http://www.k-state.edu/aikido
Woodworking Gallery: http://toysmakeuspowerful.com/woodenplunder/gallery
CCG Card Singles: http://imperialblock.com
L5R Trades: http://trade.mahasamatman.com/L5R/list_show.pl?user=eiseled
TengaiCON game convention: http://tengaicon.com
Interesting. Are they 32 or 64 bit.
Are all the relevant pkgs you've installed Unbuntu
signed?
The biggest diference between my laptop and my office desktop
is that my laptop is amd64, and my office machine is still i386.
(In terms of the output of `dpkg --print-architecture` that is)
TTFN
--
Roger. Home| http://www.sandman.uklinux.net/
Master of Peng Shui. (Ancient oriental art of Penguin Arranging)
Work|Independent Sys Consultant | http://www.computer-surgery.co.uk/
New key Fpr: 72AF 0ACC 9A53 E59F B1B6 DC14 1983 A13E 5C3D 3CEB
> Interestingly I haven't got it to run on my laptop yet. It fails
> (SEGVs) while
> initilaising the GLCanvas object.
Ok. I've traced this a little over the weekend and it
is occurring because the dispatch table in mesa isn't setup
(see http://www.mesa3d.org/dispatch.html ).
I'm guessing this means there is a missing OpenGL initialisation
call but I don't really know the openGL api to know what Call is
supposed to set up the dispatch table.
As far as I can tell it should be wxGLCanvas::SetCurrent() but we are
AFAICT calling this. (And adding and extra precautionary one doesn't
seem to help).
Does this help anyone else?
--
Roger Gammans <ro...@computer-surgery.co.uk>
There is an update on my mercurial repo at
(http://hg.backslashat.org/repos/eopk-linux )
This might help - I and I would certianly be interested in
reports of success or otherwise with it.
It fixes a blank card backs problem I see with the i386 build
of mesa.
I've also report this as a bug to the mesa team at debian, as
bug #536106 with a proposed fix.
As is possible as I mentioned ealier this is a entirely an openGL
issue.
Hm. I'm pretty sure the deck editor worked for me straightaway except
the clipboard.
And I've never had any 32bit hangs. I lost the card
backs which - and those glGenTextures calls , was where the main routine
was crashing for me. Which I why I moved them to ensure they happen
after InitGL( ).
You don't have some sort of animated opening for windows setup do you -
If your eopk is rx-ing resize events before the first paint odd stuff
may happen.
I suspect most of the problem is when gl calls occur before a Paint
event which is he first time a x-platform application can be sure to
have windows DC (needed for selecting GL context)
I hesitate to change my mesa back to the distribution one now I've got
eopk working by patching mesa.
--
Roger Gammans <ro...@computer-surgery.co.uk>
You'll need to install the libgl1-mesa*-dbg libraries though to get
access to the symbols .
TTFN
--
Roger Gammans <ro...@computer-surgery.co.uk>