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: MaLa crashing on bootup (but not otherwise?)  (Read 2437 times)

0 Members and 1 Guest are viewing this topic.

IDDQD

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 54
  • Last login:December 02, 2020, 12:13:47 am
MaLa crashing on bootup (but not otherwise?)
« on: June 15, 2008, 02:22:17 am »
This is a problem I've been having for a couple days now; I'm not sure exactly when it started, but I think it was before I installed my new graphics card. Anyway, I have my computer set up to boot directly into MaLa when the computer turns on, but when it does that MaLa crashes. It used to happen just once, now it seems to crash twice, for some reason. This is what the log says -- I tried searching, but couldn't find anything related to this. What is also interesting is that it only crashes when the computer opens up, not when I boot MaLa on my own. Can anyone offer some help? Based on my couple years of German, it looks like it can't open All Games.mlb and Favorites.mlb. What are those files, and can I delete them? ;)

2008/06/15  01:23:47.68   Error: Object Class: TfrmMain, Object Function: LoadBiosList, Exception Class: EFOpenError, Exception Message: Datei C:\mala\All Games.mlb kann nicht geöffnet werden
2008/06/15  01:24:47.65   Error: Object Class: TTimer, Object Function: LoadGameList, Exception Class: EFOpenError, Exception Message: Datei C:\mala\Favorites.mlg kann nicht geöffnet werden
2008/06/15  02:01:29.29   Error: Object Class: TfrmMain, Object Function: LoadBiosList, Exception Class: EFOpenError, Exception Message: Datei C:\mala\All Games.mlb kann nicht geöffnet werden
2008/06/15  02:05:06.98   Error: Object Class: TTimer, Object Function: LoadGameList, Exception Class: EFOpenError, Exception Message: Datei C:\mala\All Games.mlg kann nicht geöffnet werden

loadman

  • Moderator
  • Trade Count: (+3)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4306
  • Last login:May 26, 2024, 05:14:32 am
  • Cocktail Cab owner and MaLa FE developer
    • MaLa
Re: MaLa crashing on bootup (but not otherwise?)
« Reply #1 on: June 15, 2008, 07:38:45 am »
This is a problem I've been having for a couple days now; I'm not sure exactly when it started, but I think it was before I installed my new graphics card. Anyway, I have my computer set up to boot directly into MaLa when the computer turns on, but when it does that MaLa crashes. It used to happen just once, now it seems to crash twice, for some reason. This is what the log says -- I tried searching, but couldn't find anything related to this. What is also interesting is that it only crashes when the computer opens up, not when I boot MaLa on my own. Can anyone offer some help? Based on my couple years of German, it looks like it can't open All Games.mlb and Favorites.mlb. What are those files, and can I delete them? ;)

It sounds like a 'current directory' type of issue.


mlb are game list files. 

Ideas:
- You could try deleting them and let mala re-create them after you start on boot up.
- Set-up mala again from scratch in a diffrect directory (eg mala2) and see if you have the same issues

IDDQD

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 54
  • Last login:December 02, 2020, 12:13:47 am
Re: MaLa crashing on bootup (but not otherwise?)
« Reply #2 on: June 16, 2008, 10:20:30 pm »
Tried both of those solutions, and neither of them seem to have fixed it... I think the problem stems from me using my hacked .bat file to boot MAME from (see here) because it doesn't seem to happen when I use a regular MAME .125 .exe. Any ideas, loadman?

loadman

  • Moderator
  • Trade Count: (+3)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 4306
  • Last login:May 26, 2024, 05:14:32 am
  • Cocktail Cab owner and MaLa FE developer
    • MaLa
Re: MaLa crashing on bootup (but not otherwise?)
« Reply #3 on: June 16, 2008, 11:31:25 pm »
Ok it still seems like a 'current directory' issue.

Possible solution:

In the bat file type the full path on the changing directory lines.

example..For me on my PC it would be like this

:mame112
cd c:\mametable\mame112
mame %1 %2 %3 %4 %5 %6
cd ..
goto end

the path will be different for you obviously