Error reading zip local header when trying to update the ROM database

This particular forum is archives, bug reports should be made at https://github.com/visualboyadvance-m/v ... e-m/issues


Post Reply
euamotubaina
Junior Member
Posts: 1
Joined: Tue Jun 21, 2016 2:12 am

Error reading zip local header when trying to update the ROM database

Post by euamotubaina »

hey guys, any help to fix this?

 

or maybe I can just put the dat somewhere on the visualboyadvance-m2.0.0Beta1 and update it manually somehow?

 

thanks!

staticnation
Junior Member
Posts: 1
Joined: Sat Aug 27, 2016 8:58 pm

Error reading zip local header when trying to update the ROM database

Post by staticnation »

https://github.com/visualboyadvance-m/visualboyadvance-m/blob/master/src/wx/cmdevents.cpp

 

links are in the code

 

Code: Select all

  DownloadFile(_T("sourceforge.net"), _T("/p/vbam/code/HEAD/tree/trunk/data/Nintendo%20-%20Game%20Boy%20Advance.zip?format=raw"));
       DownloadFile(_T("sourceforge.net"), _T("/p/vbam/code/HEAD/tree/trunk/data/Nintendo%20-%20Game%20Boy%20Advance%20%28Scene%29.zip?format=raw"));
       DownloadFile(_T("sourceforge.net"), _T("/p/vbam/code/HEAD/tree/trunk/data/Official%20No-Intro%20Nintendo%20Gameboy%20Advance%20Number%20%28Date%29.zip?format=raw"));
   }

 

https://sourceforge.net/p/vbam/code/HEAD/tree/trunk/data/Nintendo%20-%20Game%20Boy%20Advance.zip

https://sourceforge.net/p/vbam/code/HEAD/tree/trunk/data/Nintendo%20-%20Game%20Boy%20Advance%20%28Scene%29.zip

https://sourceforge.net/p/vbam/code/HEAD/tree/trunk/data/Official%20No-Intro%20Nintendo%20Gameboy%20Advance%20Number%20%28Date%29.zip

 

https://github.com/visualboyadvance-m/visualboyadvance-m/tree/master/data

 

just want to know where to drop the files

Last edited by staticnation on Sat Aug 27, 2016 9:20 pm, edited 1 time in total.
Post Reply