• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Support v
« Previous 1 ... 99 100 101 102 103 ... 1177 Next »

invalid read?
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
invalid read?
06-09-2020, 07:07 AM
#1
andoringo Offline
Junior Member
**
Posts: 5
Threads: 2
Joined: Jun 2020
i'm working on a mod for super smash bros. melee, and whenever i go to play as captain falcon (the latest character who's moveset i've changed) i get a load of "invalid read" errors, such as:
invalid read from 0x000000001, PC = 0x80380320
invalid read from 0x000000001, PC = 0x80380328
invalid read from 0x000007a20, PC = 0x80380320
invalid read from 0x000000001, PC = 0x80380328
this has happened before and it sucked because i had to reprogram the character that caused it before, but i'm not prepared to do that again as it took hours. what does this mean, and how can i fix it so i don't have to completely re-do the mod for captain falcon?


Attached Files Thumbnail(s)
   
Find
Reply
06-09-2020, 08:00 AM
#2
JosJuice Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 8,647
Threads: 7
Joined: Oct 2014
Without knowing what changes this mod made more specifically, I don't think it's possible to say why you are getting that error.
Find
Reply
06-09-2020, 08:05 AM
#3
andoringo Offline
Junior Member
**
Posts: 5
Threads: 2
Joined: Jun 2020
(06-09-2020, 08:00 AM)JosJuice Wrote: Without knowing what changes this mod made more specifically, I don't think it's possible to say why you are getting that error.

i'm using a tool called crazy hand to edit character movesets, like i said it has happened before but i couldn't pin point what was causing the errors. i'm 100% sure it's something to do with captain falcon as every other character works just fine. is there anything at all i can do/use to find what the invalid read means?
Find
Reply
06-09-2020, 08:59 AM
#4
JosJuice Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 8,647
Threads: 7
Joined: Oct 2014
(06-09-2020, 08:05 AM)andoringo Wrote: is there anything at all i can do/use to find what the invalid read means?

It means that the game's code tried to read from an invalid memory address. The memory address it tried to read from, and the address of the code that was being executed, are both shown in the error message.
Find
Reply
06-09-2020, 09:30 AM (This post was last modified: 06-09-2020, 10:13 AM by andoringo.)
#5
andoringo Offline
Junior Member
**
Posts: 5
Threads: 2
Joined: Jun 2020
(06-09-2020, 08:59 AM)JosJuice Wrote: It means that the game's code tried to read from an invalid memory address. The memory address it tried to read from, and the address of the code that was being executed, are both shown in the error message.

do you have any idea how to find the memory address in crazy hand? the only thing that looks relatively similar is the offset (seen in attachment)

edit: not sure if the attachment is even there, i added one to this reply but i can't see it anywhere


Attached Files Thumbnail(s)
   
Find
Reply
« Next Oldest | Next Newest »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode