sceJpeg
|
03-08-2013, 05:15 PM
Post: #1
|
|||
|
|||
sceJpeg
I want to add sceJpeg but VS2010 said
2> Core.lib (HLETables.obj): error LNK2001: unresolved external symbol "void __ cdecl Register_sceJpeg (void)" (? Register_sceJpeg _AT_ _AT_ YAXXZ) Please help.Thanks |
|||
03-08-2013, 05:43 PM
Post: #2
|
|||
|
|||
RE: sceJpeg
You're not linking it in. That said, ideally I would hope that we can just use the module itself without having to HLE it... what games are hitting this without being able to link it in?
-[Unknown] |
|||
03-08-2013, 09:46 PM
(This post was last modified: 03-08-2013 09:49 PM by sum2012.)
Post: #3
|
|||
|
|||
RE: sceJpeg
Hope to solve
Puella Magi Madoka Magica Portable - JP - ULJS00430 Code: MemmapFunctions.cpp:123 W[MM]: WriteToHardware: Invalid address 0a000000 btw:How to link it ? |
|||
03-08-2013, 09:55 PM
Post: #4
|
|||
|
|||
RE: sceJpeg
This log doesn't show any calls to unknown syscalls, so probably sceJpeg is not related, unless there's a bug in the logging again.
This looks more concerning: "Dispatching suspended, not changing thread state" I recently found Yuusha 30 Second is doing that, I need to figure out the scenario and replicate the tests. May be related to interrupts or something... Most likely dispatching suspended is the problem, it probably meant to re-enable it or did a context switch when it shouldn't have... -[Unknown] |
|||
« Next Oldest | Next Newest »
|