Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::GeorgeS's Tools

Development::GeorgeS's Tools A forum just for GeorgeS's tools

Reply
 
Thread Tools Display Modes
  #1  
Old 01-14-2011, 04:57 AM
smakman
Fire Beetle
 
Join Date: Feb 2010
Posts: 7
Default 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?
Reply With Quote
  #2  
Old 01-14-2011, 09:27 AM
smakman
Fire Beetle
 
Join Date: Feb 2010
Posts: 7
Default

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.
Reply With Quote
  #3  
Old 01-14-2011, 09:24 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,743
Default

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.
Reply With Quote
  #4  
Old 01-14-2011, 11:40 PM
smakman
Fire Beetle
 
Join Date: Feb 2010
Posts: 7
Default

Quote:
Originally Posted by lerxst2112 View Post
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.
Reply With Quote
  #5  
Old 01-14-2011, 11:55 PM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default

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.
Reply With Quote
  #6  
Old 01-15-2011, 04:02 AM
smakman
Fire Beetle
 
Join Date: Feb 2010
Posts: 7
Default

Quote:
Originally Posted by provocating View Post
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.
Reply With Quote
  #7  
Old 01-15-2011, 04:22 AM
smakman
Fire Beetle
 
Join Date: Feb 2010
Posts: 7
Default

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.
Reply With Quote
  #8  
Old 01-15-2011, 08:56 AM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default

Constantly or just occasionally ?
Reply With Quote
  #9  
Old 01-15-2011, 09:28 PM
smakman
Fire Beetle
 
Join Date: Feb 2010
Posts: 7
Default

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.
Reply With Quote
  #10  
Old 01-17-2011, 12:27 AM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,475
Default

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
__________________
Your source for EQ database tools
Toolshop is open for business


http://www.georgestools.chrsschb.com//

Last edited by GeorgeS; 01-17-2011 at 01:35 AM..
Reply With Quote
  #11  
Old 01-17-2011, 03:04 AM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,743
Default

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.
Reply With Quote
  #12  
Old 01-17-2011, 04:03 AM
smakman
Fire Beetle
 
Join Date: Feb 2010
Posts: 7
Default

Quote:
Originally Posted by GeorgeS View Post
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.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

All times are GMT -4. The time now is 09:40 PM.


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3