Skip to content
This repository has been archived by the owner on Nov 26, 2022. It is now read-only.

Can't load roms on linux #9

Closed
rafael1193 opened this issue Aug 3, 2015 · 4 comments
Closed

Can't load roms on linux #9

rafael1193 opened this issue Aug 3, 2015 · 4 comments
Assignees

Comments

@rafael1193
Copy link
Contributor

Tinke fails when loading any rom.

I'm running Fedora 22 x64 with mono 4.0.2.5

Log:

$ mono Tinke.exe 
WARNING: The runtime version supported by this application is unavailable.
Using default runtime: v4.0.30319
Could not set X locale modifiers
<b>Analysing game:</b> Metroid Prime Hunters (E).nds
<b>Game information:</b><br>MP HUNTERS (AMHP)
Metroid Prime Hunters
Nintendo
System.NullReferenceException: Object reference not set to an instance of an object
  at Tinke.Nitro.FNT.ReadFNT (System.String romFile, UInt32 fntOffset, sFAT[] fat, Tinke.Acciones accion) [0x00000] in <filename unknown>:0 
  at Tinke.Sistema.ReadGame (System.String file) [0x00000] in <filename unknown>:0 
  at Tinke.Sistema.Sistema_Load (System.Object sender, System.EventArgs e) [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.Form.OnLoad (System.EventArgs e) [0x00000] in <filename unknown>:0 
  at System.Windows.Forms.Form.OnLoadInternal (System.EventArgs e) [0x00000] in <filename unknown>:0 
@pleonex
Copy link
Owner

pleonex commented Aug 3, 2015

Could you post the hash (MD5 or SHA-1) of the ROM that it's giving
problems and of the Tinke.exe binary file?.

In Fedora you can use:

sha256sum filePath

Thanks

@pleonex pleonex added the bug label Aug 3, 2015
@pleonex pleonex self-assigned this Aug 3, 2015
@rafael1193
Copy link
Contributor Author

ROM: (trimmed)

d6ac284bc69a8a2119fd9057743b6d891159e48483139b2ba470bd74dde79ec3  Metroid Prime Hunters (E).nds

Tinke:

df6a303849582d363243608afc959f8963a0893a7f22ec2f32db8d32cfe7e24f  Tinke.exe

@rafael1193
Copy link
Contributor Author

Installing mono-locale-extras package fixes this issue

pleonex added a commit that referenced this issue Aug 3, 2015
@pleonex
Copy link
Owner

pleonex commented Aug 3, 2015

Closing issue as installing the mono-local-extras dependency package fix the problem.
It has been added into README. Thanks!

@pleonex pleonex closed this as completed Aug 3, 2015
@pleonex pleonex removed the bug label Aug 3, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants