The Last Homely House
Undying Lands => Valinor => Topic started 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.
-
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 ?
-
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" ""
-
This comes from stdout. LangErr= Language error?
-
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
-
Thanx a lot, removing the history file solved the problem.