Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: CRT_Emudriver installation help! ;(  (Read 2768 times)

0 Members and 1 Guest are viewing this topic.

Ex_mosquito

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 24
  • Last login:June 30, 2025, 04:26:36 am
  • I want to build my own arcade controls!
CRT_Emudriver installation help! ;(
« on: July 26, 2013, 02:33:54 pm »
Something went horribly wrong with my drivers on my Groovymame set-up. For some reason when I running normal MameUI to test something using 'D3D' graphics option the pc is now stuck in 31khz. I've unplugged it and uninstalled the drivers using cat-uninstaller. I've re-downloaded the CRT_Emudrivers but for some reason when I try and install them I'm getting this error message.




Any ideas? Or have I killed the Jpac?
« Last Edit: July 26, 2013, 02:42:30 pm by Ex_mosquito »

Ex_mosquito

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 24
  • Last login:June 30, 2025, 04:26:36 am
  • I want to build my own arcade controls!
Re: CRT_Emudriver installation help! ;(
« Reply #1 on: July 26, 2013, 02:56:52 pm »
Panic over! I managed to reinstall the CRT_Emudrivers via the windows xp hardware install and pointing to the drivers dir manually. All working perfect Gain now. It's strange why I got that error message about the error message, though.

That was close! I dunno what I'd do without Groovymame now!


Sledge

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 500
  • Last login:July 24, 2025, 09:26:13 pm
Re: CRT_Emudriver installation help! ;(
« Reply #2 on: July 26, 2013, 10:22:28 pm »
That error is because it's an old version of windows that doesn't support functions that newer versions of windows does support.. ie long filenames etc..
Look at the length of the path in the address bar at the top... A little longer than the 95char limit in windows XP..
moving the drivers to another folder closer to root or shortening the folder names would have helped too...
D:/drivers/ etc

wasn't a major issue in the long run.. it just seems that way when you don't know whats going on :)
« Last Edit: July 26, 2013, 10:25:07 pm by Sledge »

Calamity

  • Moderator
  • Trade Count: (0)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 7463
  • Last login:July 19, 2025, 04:03:33 am
  • Quote me with care
Re: CRT_Emudriver installation help! ;(
« Reply #3 on: July 27, 2013, 10:11:01 am »
That error is because it's an old version of windows that doesn't support functions that newer versions of windows does support.. ie long filenames etc..
Look at the length of the path in the address bar at the top... A little longer than the 95char limit in windows XP..

Sorry but that's completely wrong Sledge, the Windows version has nothing to do with that error. FAT32 supports 256 characters for path names, NTFS up to 32K. It's the ATI installer that is pure crap and must have an arbitrary hardcoded maximum string length for the path name. The solution you're suggesting is perfectly right.
Important note: posts reporting GM issues without a log will be IGNORED.
Steps to create a log:
 - From command line, run: groovymame.exe -v romname >romname.txt
 - Attach resulting romname.txt file to your post, instead of pasting it.

CRT Emudriver, VMMaker & Arcade OSD downloads, documentation and discussion:  Eiusdemmodi

Sledge

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 500
  • Last login:July 24, 2025, 09:26:13 pm
Re: CRT_Emudriver installation help! ;(
« Reply #4 on: July 28, 2013, 08:20:51 am »
well at least I was half right :)