|
|
|
Page 1 of 2 |
[ 19 posts ] |
1, 2 Next
|
 Hmmm VGE won't load : VGExtreme General Discussion
|
|
Posted: August 15th, 2007, 4:05 am
|
|
|
|
b1r2s3
Total Posts: 34
Joined: July 30th, 2007, 12:00 pm
b1r2s3's Reps: 0
|
Is anyone else having problems loading vgextreme after the latest patch? mine gets a stop error.
|
|
|
|
|
Posted: August 15th, 2007, 12:08 pm
|
|
|
|
wammit1
wammit1's Reps:
|
Yep doing the same for me, halts with the send error report box.
|
|
|
|
|
Posted: August 15th, 2007, 3:28 pm
|
|
|
|
blackout
blackout's Reps:
|
Confirmed... Even removed the entire folder, and retried the download and same thing.
|
|
|
|
|
Posted: August 15th, 2007, 4:03 pm
|
|
|
|
wyvernx
Total Posts: 6718
Joined: May 1st, 2004, 4:00 am
wyvernx's Reps: 21
|
Hmm... I must have changed something when I added in some of the Vista compatiblity stuff. I'll test it on a fresh machine and see what happened.
_________________
Use Search first, ask questions later!
|
|
|
|
|
Posted: August 16th, 2007, 3:52 pm
|
|
Posted: August 17th, 2007, 9:39 am
|
|
|
|
wammit1
wammit1's Reps:
|
Missing not being able to duo, any eta?
|
|
|
|
|
Posted: August 17th, 2007, 12:51 pm
|
|
|
|
wyvernx
Total Posts: 6718
Joined: May 1st, 2004, 4:00 am
wyvernx's Reps: 21
|
Yes, downloading the patch now...
_________________
Use Search first, ask questions later!
|
|
|
|
|
Posted: August 17th, 2007, 8:04 pm
|
|
|
|
wyvernx
Total Posts: 6718
Joined: May 1st, 2004, 4:00 am
wyvernx's Reps: 21
|
Try it now.... Should all be working.
If yours didnt patch, you may beed to delete all files except the updatevgextreme.exe and let it patch.
_________________
Use Search first, ask questions later!
|
|
|
|
|
Posted: August 17th, 2007, 8:59 pm
|
|
|
|
b1r2s3
Total Posts: 34
Joined: July 30th, 2007, 12:00 pm
b1r2s3's Reps: 0
|
|
|
|
|
Posted: August 17th, 2007, 10:50 pm
|
|
|
|
blueknight
Total Posts: 136
Location: So Cal.
Joined: January 24th, 2005, 2:06 pm
blueknight's Reps: 2
|
I deleted everything in the folder and subfolders (except the updater) and re-ran the updater. It is still crashing. I noticed that the updater shows the latest change entry as being from August 14th. Is this the correct version?
(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))): August 14, 2007
--Added Crafting.ActionName(step) which returns the name of the crafting step passed in (ie, Vise, Clamp, etc)
June 15, 2007 - VGExtreme v1.17
--Patched for latest version.
May 23, 2007 - VGExtreme v1.16
-- Bugfix: Patched for VG update. -- Bugfix: Fixed a couple of crafting API's. -- Bugfix: Fixed a couple of pet/target API's.
May 21, 2007 - VGExtreme v1.13
-- Bugfix: getGroupMemberHP(ZeroBasedIndex) 'Returns the Group Member HP at index -- Added: getGroupMemberMP(ZeroBasedIndex) 'Returns the Group Member MP at index
May 12, 2007 - VGExtreme v1.12
-- Bugfix: Tweaked a few vista issues to see if it helps. -- Bugfix: Working with latest patch. -- Added: VB.Net sample application to play with.
May 1, 2007 - VGExtreme v1.10
-- Bugfix VG chat log now logging the correct chat window name -- Added Crafting:
Crafting functions are starting to go in. Most are self explanatory. But, holler if you need help!
These are found in the includes/VGCrafting.vbs file
'Function Crafting_State 'Function Crafting_StepHealth(step) 'Function Crafting_ComplicationHealth(step) 'Function Crafting_StageCount 'Function Crafting_StepCount 'Function Crafting_Stage 'Function Crafting_ActionPointsMax 'Function Crafting_ActionPointsLeft 'Function Crafting_Quality 'Function Crafting_QualityLetter 'Function Crafting_CurrentStageHealth 'Function Crafting_RecipeId 'Function Crafting_RecipeSectionName 'Function Crafting_RecipeNumUses 'Function Crafting_RecipeDescription 'Function Crafting_RecipeName 'Function Crafting_ActionDescription(step) 'Function Crafting_RemedyDescription(step) 'Function Crafting_ToolTipDescription 'Function Crafting_ToolTipName
April 14, 2007 - VGExtreme v1.9a
'/// Modified 4/14/07 - Bugfux Fixed COM access. '/// To access from AutoIT (or any other COM language): '/// Place VGE into folder that accesses COM object and run. '/// IE to run under AutoIT, place VGE into autoIT folder. '/// Com object is called: VGExtreme.VGECOMWrapper '/// You will need to register the com objects via: Regasm.exe /codebase VGECOMWrapper.dll
April 11, 2007 - VGExtreme v1.9
'/// Modified 4/11/07 - Bugfux Fixed disconnect issue with VGEWrapper.dll '/// Modified 4/11/07 - Added COM access
'/// Place VGE into folder that accesses COM object and run. '/// IE to run under AutoIT, place VGE into autoIT folder.
March 29, 2007 - VGExtreme v1.7d '///Modified 3/29/07 -Bugfix Object.ByRef works again. '///Modified 3/29/07 -Bugfix Player.HP works again. '///Modified 3/29/07 -Bugfix MobArray works again. '///Modified 3/29/07 -Bugfix Better exceptions are now logged to help identify problems.
March 28, 2007 - VGExtreme v1.7 '///Modified 3/28/07 -Bugfix with chat log not closing on exit. '///Modified 3/28/07 -Added VGEWrapper.dll that can be inlcuded in any .net project and you can use VGE! '///Modified 3/28/07 -Fixed a few memory locs. Should work with latest patch now.
March 24, 2007
'///Modified 3/24/07 - Bugfix Added Vista Support. (see forum for details on how to setup) '///Modified 3/24/07 - Bugfix Fixed some CLSID errors some where having. '///Modified 3/24/07 - Added getPlayerChunkX() 'Returns the map coords in chunk format. '///Modified 3/24/07 - Added getPlayerChunkY() 'Returns the map coords in chunk format.
March 20, 2007
'///Modified 3/20/07 - Added getGroupMember(ZeroBasedIndex) 'Returns a Mob object for the party member at position index '///Modified 3/20/07 - Added getGroupMemberCount() 'Returns the number of members in your party '///Modified 3/20/07 - Added getGroupMemberHP(ZeroBasedIndex) 'Returns the Group Member HP at index
March 14, 2007 '///Modified 3/14/07 - Added getDefTarget() returns Mob Object pointing to the Defensive Target, can use all getMobXXXX functions on it. Ie getMobName(getDefTarget) etc '///Modified 3/14/07 - Added getDefTargetHP() 'Returns the Defensive Target HP
March 13, 2007 --BugFix Fixed the GUID (its now dynamic) --Patched for Update 3.13.07
'///Modified 3/13/07 - Added const TYPE_OBJECT ' Currently downloading '\ChangeLog.txt' Currently downloading '\Exhumehelper.dll' Currently downloading '\VGChatDump.dll' Currently downloading '\VGEComWrapper.dll' Currently downloading '\VGEComWrapper.tlb' Currently downloading '\VGEHelper.dll' Currently downloading '\VGEWrapper.dll' Currently downloading '\VGEWrapper.tlb' Currently downloading '\VGExtreme.exe' Currently downloading '\VGExtreme.vbs' Currently downloading '\includes\Navigation.vbs' Currently downloading '\includes\VGCrafting.vbs' Currently downloading '\includes\VGService.vbs' Currently downloading '\SampleCode\VGE-VBSample.sln' Currently downloading '\SampleCode\VGE-VBSample\Form1.Designer.vb' Currently downloading '\SampleCode\VGE-VBSample\Form1.resx' Currently downloading '\SampleCode\VGE-VBSample\Form1.vb' Currently downloading '\SampleCode\VGE-VBSample\VGE-VBSample.vbproj' Currently downloading '\SampleCode\VGE-VBSample\My Project\Application.Designer.vb' Currently downloading '\SampleCode\VGE-VBSample\My Project\Application.myapp' Currently downloading '\SampleCode\VGE-VBSample\My Project\AssemblyInfo.vb' Currently downloading '\SampleCode\VGE-VBSample\My Project\Resources.Designer.vb' Currently downloading '\SampleCode\VGE-VBSample\My Project\Resources.resx' Currently downloading '\SampleCode\VGE-VBSample\My Project\Settings.Designer.vb' Currently downloading '\SampleCode\VGE-VBSample\My Project\Settings.settings' Currently downloading '\SampleCode\VGE-VBSample\obj\VGE-VBSample.vbproj.FileList.txt'
Done!!!
|
|
|
|
|
Posted: August 18th, 2007, 12:29 am
|
|
|
|
wyvernx
Total Posts: 6718
Joined: May 1st, 2004, 4:00 am
wyvernx's Reps: 21
|
If you have never run it before, you may need to register 2 dll's that should have been downloaded. VGHelper.dll and ExhumeHelper.dll
register using Regsvr32 <filename> (google it if you are not familar with it)
_________________
Use Search first, ask questions later!
|
|
|
|
|
Posted: August 18th, 2007, 8:28 am
|
|
|
|
blueknight
Total Posts: 136
Location: So Cal.
Joined: January 24th, 2005, 2:06 pm
blueknight's Reps: 2
|
I manually registered both .dll's, same symptom. The flash screen comes up then it immediately dies. After trying that I have also installed the Exhume client and it runs. I do not see any sort of log file from the VGExtreme client. How can I give you more information to help you troubleshoot?
Thanks
|
|
|
|
|
Posted: August 18th, 2007, 12:34 pm
|
|
|
|
wyvernx
Total Posts: 6718
Joined: May 1st, 2004, 4:00 am
wyvernx's Reps: 21
|
See if you have any other exhumehelper.dll on the system, and delete it. Then Do the delete all files except updatevgextreme.exe and let it get all new fiels. Then re-register those 2 dll's. If that still doesnt work, I'm at a loss. You can also try dropping the exhumehelper.dll file ontop of vgextreme.exe through the windows explorer.
_________________
Use Search first, ask questions later!
|
|
|
|
|
Posted: August 18th, 2007, 11:35 pm
|
|
|
|
blueknight
Total Posts: 136
Location: So Cal.
Joined: January 24th, 2005, 2:06 pm
blueknight's Reps: 2
|
no luck. Although it did behave differently when I dragged the extremehelper.dll onto vgextreme.exe. It would give me the message about Vanguard not running even though it was running.
BTW, I am running on Vista with a Quad-core (QX6700) cpu, 4G of RAM and an Nvidia GTS8800 video carrrd.
|
|
|
|
|
Posted: August 19th, 2007, 3:34 am
|
|
|
|
wyvernx
Total Posts: 6718
Joined: May 1st, 2004, 4:00 am
wyvernx's Reps: 21
|
Make sure you are running with admin permissions. You can also check XPSP2 compatibility and see if that helps. Currently tested personally on Vista-32 and Vista-64 OS.
_________________
Use Search first, ask questions later!
|
|
|
|
|
Who is online |
|
Users browsing this forum: No registered users and 27 guests |
|
|
|