|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Development::GeorgeS's Tools A forum just for GeorgeS's tools |
01-14-2011, 04:57 AM
|
Fire Beetle
|
|
Join Date: Feb 2010
Posts: 7
|
|
Error running in Win7 64 bit
ok so built the new PC, did research to find out how to register the .OCX's with a 64 bit system, it all registered and it loads fine, however.
as soon as i do a search and items load in EQITEMS it crashes, here's the crash info:
__________________________________________________ ________
Problem Event Name: APPCRASH
Application Name: eqitems.exe
Application Version: 2.0.0.0
Application Timestamp: 4ccad5e7
Fault Module Name: ntdll.dll
Fault Module Version: 6.1.7600.16385
Fault Module Timestamp: 4a5bdb3b
Exception Code: c0000005
Exception Offset: 00036a7b
OS Version: 6.1.7600.2.0.0.256.1
Locale ID: 1033
Additional Information 1: 4906
Additional Information 2: 490621671abcc4a4e2ec4b06d1b8656d
Additional Information 3: 315e
Additional Information 4: 315e75793bb25675ffa910f0af93d41a
__________________________________________________ ________
Any ideas?
|
01-14-2011, 09:27 AM
|
Fire Beetle
|
|
Join Date: Feb 2010
Posts: 7
|
|
Forgot to mention, everything works fine on my second machine (that used to be main until last night), second machine has win XP 32bit and everything works fine.
on this new win7 64bit machine the NPC editor works fine, no issues. but EQITEMS is crashing like i mentioned.
Not sure if the above log is actually helpful or not but i posted it just in-case someone else had ran into the same problem before.
|
01-14-2011, 09:24 PM
|
Demi-God
|
|
Join Date: Aug 2010
Posts: 1,742
|
|
I'm able to run it in Windows 7 64-bit successfully. You didn't say how you registered the ocx files, but I found that I needed to do it a different way rather than running the batch file to get it to work properly.
Try this:
Open an administrator command prompt.
CD to the directory where the ocx files are and type 'for %i in (*.ocx) do regsvr32 %i' without the quotes.
|
01-14-2011, 11:40 PM
|
Fire Beetle
|
|
Join Date: Feb 2010
Posts: 7
|
|
Quote:
Originally Posted by lerxst2112
I'm able to run it in Windows 7 64-bit successfully. You didn't say how you registered the ocx files, but I found that I needed to do it a different way rather than running the batch file to get it to work properly.
Try this:
Open an administrator command prompt.
CD to the directory where the ocx files are and type 'for %i in (*.ocx) do regsvr32 %i' without the quotes.
|
that's how i did it.
|
01-14-2011, 11:55 PM
|
|
Demi-God
|
|
Join Date: Nov 2007
Posts: 2,175
|
|
You mean the EQ Item Editor at George's Tools ? I am running Windows 7 Ultimate x64 on two different computers here with no crashes. I just did a search for the default word "bronze" and got results, no crashes. I used the batch file to register my *.ocx files.
|
01-15-2011, 04:02 AM
|
Fire Beetle
|
|
Join Date: Feb 2010
Posts: 7
|
|
Quote:
Originally Posted by provocating
You mean the EQ Item Editor at George's Tools ? I am running Windows 7 Ultimate x64 on two different computers here with no crashes. I just did a search for the default word "bronze" and got results, no crashes. I used the batch file to register my *.ocx files.
|
that's exactly what i mean, it crashes. i know the OCX's have registered correctly otherwise it wouldn't even connect and would give an error.
|
01-15-2011, 04:22 AM
|
Fire Beetle
|
|
Join Date: Feb 2010
Posts: 7
|
|
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.
C:\Windows\system32>CD\EQEMUstuff\eqitems\resource s
C:\EQEMUstuff\eqitems\resources>for %i in (*.ocx) do regsvr32 %i
C:\EQEMUstuff\eqitems\resources>regsvr32 a.ocx
C:\EQEMUstuff\eqitems\resources>regsvr32 DXAnimatedGIF.ocx
C:\EQEMUstuff\eqitems\resources>regsvr32 MSCOMCTL.OCX
C:\EQEMUstuff\eqitems\resources>regsvr32 MSDATGRD.OCX
C:\EQEMUstuff\eqitems\resources>regsvr32 msdxm.ocx
C:\EQEMUstuff\eqitems\resources>regsvr32 MSINET.OCX
C:\EQEMUstuff\eqitems\resources>regsvr32 VFmp3player.ocx
C:\EQEMUstuff\eqitems\resources>
_______________________________________
the above is a dump of my command prompt window (that i just did again just in case) and they registered, but still it crashes on me.
|
01-15-2011, 08:56 AM
|
|
Demi-God
|
|
Join Date: Nov 2007
Posts: 2,175
|
|
Constantly or just occasionally ?
|
01-15-2011, 09:28 PM
|
Fire Beetle
|
|
Join Date: Feb 2010
Posts: 7
|
|
constant, it happens every time.
if i do a search for an item by partial name it does a search and will fill the page then crashes, if i do a search by an item number it crashes right away.
|
01-17-2011, 12:27 AM
|
Forum Guide
|
|
Join Date: Sep 2003
Location: California
Posts: 1,474
|
|
What I think is going on is the version of mysql that's doing this
I use version 5.1.x
All my PC's run Win7 64bit, and run them fine.
I guess the other tools work ok?
Also, the query that has Bronze in it has this query
SELECT name,id FROM items WHERE name LIKE "%Bronze%"
-- does this query run?
I just uploaded this version of mysql to the site a second ago.
http://www.georgestools.eqemulator.n....44-winx64.rar
GeorgeS
Last edited by GeorgeS; 01-17-2011 at 01:35 AM..
|
01-17-2011, 03:04 AM
|
Demi-God
|
|
Join Date: Aug 2010
Posts: 1,742
|
|
I'm using mysql Ver 14.12 Distrib 5.0.91, for Win32 (ia32) and all the tools work for me in Windows 7 64bit.
|
01-17-2011, 04:03 AM
|
Fire Beetle
|
|
Join Date: Feb 2010
Posts: 7
|
|
Quote:
Originally Posted by GeorgeS
What I think is going on is the version of mysql that's doing this
I use version 5.1.x
All my PC's run Win7 64bit, and run them fine.
I guess the other tools work ok?
Also, the query that has Bronze in it has this query
SELECT name,id FROM items WHERE name LIKE "%Bronze%"
-- does this query run?
I just uploaded this version of mysql to the site a second ago.
http://www.georgestools.eqemulator.n....44-winx64.rar
GeorgeS
|
Thanks for replying George.
My HeidiSQL has no issues running a query on server, in fact it has no issues at all.
It's just the EQITEMS tools that crashes. i went ahead and update MYSQL to the version you linked and cleaned the registry and re-registered all the OCX's and still crashes.
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 10:24 PM.
|
|
|
|
|
|
|
|
|
|
|
|
|