textadventures / quest

Create text adventure games
http://textadventures.co.uk/quest
MIT License
301 stars 70 forks source link

Missing dependency in Setup #777

Closed Pertex closed 9 years ago

Pertex commented 9 years ago

With the new version 5.6 I can load and edit games but when I lauch a game I get the message "Error launching game: The file or assembly 'CefSharp.Core.dll' or a dependency could not be found. The module was not found." The file is in the Q5.6 directory. When installing Quest I have to insert lokal admin name and password (what I have to do with every software). Perhaps the DLL must be registered?

Pertex commented 9 years ago

After the message I can restart the game and then I get the message: System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt. bei TextAdventures.Quest.PlayerHTML._Closure$28._Lambda$__48() bei TextAdventures.Quest.PlayerHTML.ClearBuffer() bei TextAdventures.Quest.Player._Lambda$3()

By the way, the button 'Copy error details to clipboard' is not working

alexwarren commented 9 years ago

The setup is missing a required file, which I'll add for the final release.

To get the beta working, go to http://www.microsoft.com/en-us/download/details.aspx?id=30679 and install VSU_4\vcredist_x86.exe.

On 5 February 2015 at 08:09, Pertex notifications@github.com wrote:

After the message I can restart the game and then I get the message: System.NullReferenceException: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt. bei TextAdventures.Quest.PlayerHTML._Closure$28._Lambda$__48() bei TextAdventures.Quest.PlayerHTML.ClearBuffer() bei TextAdventures.Quest.Player._Lambda$3()

By the way, the button 'Copy error details to clipboard' is not working

— Reply to this email directly or view it on GitHub https://github.com/textadventures/quest/issues/777#issuecomment-73009004 .

Pertex commented 9 years ago

This update is installed (64bit) but it is still not working.

alexwarren commented 9 years ago

You need to install the 32bit (x86) version, as Quest is a 32bit app.

On 5 February 2015 at 11:45, Pertex notifications@github.com wrote:

This update is installed (64bit) but it is still not working.

— Reply to this email directly or view it on GitHub https://github.com/textadventures/quest/issues/777#issuecomment-73033834 .

Pertex commented 9 years ago

ok, it's working

alexwarren commented 9 years ago

Reopening as I still need to update the Setup.