The Last Homely House

Undying Lands => Valinor => Topic started by: Cw0rk on March 22, 2009, 01:29:53 PM

Title: Problems opening GCCG
Post by: Cw0rk on March 22, 2009, 01:29:53 PM
GCCG isn't working for me anymore... when I open it, I only see the black background.

I ran the update everything file but it's still not working.

I haven't tried to reinstall it yet but I guess it's probably going to be the next thing to do.
Title: Re: Problems opening GCCG
Post by: wlk on March 24, 2009, 12:33:32 PM
GCCG isn't working for me anymore... when I open it, I only see the black background.

I ran the update everything file but it's still not working.

I haven't tried to reinstall it yet but I guess it's probably going to be the next thing to do.

Checked the stdout.txt and stderr.txt files ?
Title: Re: Problems opening GCCG
Post by: Cw0rk on March 24, 2009, 03:41:14 PM
Code caused exception:
{randomize();timer=(,);timer_minute=(,);book_refresh=(,);deck_name=(,);execute("common.include");game.data=game_data();mode_object=(,);mode_object{""}=(,);mode_object{"chat"}=(,);mode_object{"play"}=(,);mode_object{"watch"}=(,);card.design.width=(card.width*design.width)/screen.width;card.design.height=(card.height*design.height)/screen.height;obj=0;room.players=(,);room.tables=(,);product.images=(,);product.objects=(,);transfer.options=(,);options.game=(,);cardmap=(,);cardmap{"I"}=(,);cardmap{"....

LangErr exception at ReadLiteral: invalid string: ''

Stacktrace:
[ 0. ] load("history")
[ 1. ] InitializeInputSystem(NULL)
[ 2. ] Initialize(NULL)

Code caused exception:
{MenuByContext();}

LangErr exception at create_menu: invalid arguments: (429,117,NULL,"Main Menu - ",(("Quit","Ctrl+Q","quit()"),))

Stacktrace:
[ 0. ] create_menu((429,117,NULL,"Main Menu - ",(("Quit","Ctrl+Q","quit()"),)))
[ 1. ] Menu(("Main Menu - ",(("Quit","Ctrl+Q","quit()"),)))
[ 2. ] MenuByContext(NULL)
Calling "exit" ""
Title: Re: Problems opening GCCG
Post by: Cw0rk on March 24, 2009, 03:42:45 PM
This comes from stdout. LangErr= Language error?
Title: Re: Problems opening GCCG
Post by: wlk on March 25, 2009, 01:02:15 AM
Try to remove the file C:\.gccg\Lotr\history (or wherever you stored it).

If this doesn't work, it might also look like the scripts have been modified. Try re-installing the them.

You can use the commands:
perl gccg_package remove lotr
perl gccg_package remove client
perl gccg_package install client
perl gccg_package install lotr
Title: Re: Problems opening GCCG
Post by: Cw0rk on March 25, 2009, 10:54:54 AM
Thanx a lot, removing the history file solved the problem.