LotR TCG Wiki → Card Sets:  All 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 → Forums:  TLHH CC

Author Topic: Problems opening GCCG  (Read 1060 times)

0 Members and 1 Guest are viewing this topic.

March 22, 2009, 01:29:53 PM
Read 1060 times

Cw0rk

  • *****
  • Information Offline
  • Knight
  • Posts: 1379
  • .
Problems opening GCCG
« 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.

March 24, 2009, 12:33:32 PM
Reply #1

wlk

  • **
  • Information Offline
  • Uruk-hai
  • Posts: 74
Re: Problems opening GCCG
« Reply #1 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 ?

March 24, 2009, 03:41:14 PM
Reply #2

Cw0rk

  • *****
  • Information Offline
  • Knight
  • Posts: 1379
  • .
Re: Problems opening GCCG
« Reply #2 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" ""

March 24, 2009, 03:42:45 PM
Reply #3

Cw0rk

  • *****
  • Information Offline
  • Knight
  • Posts: 1379
  • .
Re: Problems opening GCCG
« Reply #3 on: March 24, 2009, 03:42:45 PM »
This comes from stdout. LangErr= Language error?

March 25, 2009, 01:02:15 AM
Reply #4

wlk

  • **
  • Information Offline
  • Uruk-hai
  • Posts: 74
Re: Problems opening GCCG
« Reply #4 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

March 25, 2009, 10:54:54 AM
Reply #5

Cw0rk

  • *****
  • Information Offline
  • Knight
  • Posts: 1379
  • .
Re: Problems opening GCCG
« Reply #5 on: March 25, 2009, 10:54:54 AM »
Thanx a lot, removing the history file solved the problem.