GithubHelp home page GithubHelp logo

Comments (45)

LiEnby avatar LiEnby commented on September 28, 2024

Seems like a GMAssetCompiler issue ...
Try decompile the game and re-compile for GM81 :^

from chovy-gm.

Smashman4 avatar Smashman4 commented on September 28, 2024

Just tried that and I got the same error. :(

from chovy-gm.

Smashman4 avatar Smashman4 commented on September 28, 2024

Anything?

from chovy-gm.

LiEnby avatar LiEnby commented on September 28, 2024

Nope! but looks like an issue with sprites/backgrounds

from chovy-gm.

Smashman4 avatar Smashman4 commented on September 28, 2024

Do you know the exact issue? Cause it runs fine in GM8.1

from chovy-gm.

LiEnby avatar LiEnby commented on September 28, 2024

no idea, it seems to just be an "access violation" which can be very annoying to debug, its when it trys to marshal write outside of the application's own memory. .

from chovy-gm.

Smashman4 avatar Smashman4 commented on September 28, 2024

That's not good. Looks like I can't port it to psp then. :(

from chovy-gm.

LiEnby avatar LiEnby commented on September 28, 2024

it might be some weird anti reversing / decompilation trick or something .

from chovy-gm.

Smashman4 avatar Smashman4 commented on September 28, 2024

That's odd. Maybe you can make the program read gmk files as well as exe files to prevent this? That way it does not need to decompile.

from chovy-gm.

LiEnby avatar LiEnby commented on September 28, 2024

its yoyogame's themselves who made the EXE parser in the GMAssetCompiler. .

from chovy-gm.

Smashman4 avatar Smashman4 commented on September 28, 2024

oh. welp. I don't know what else to do.

from chovy-gm.

Smashman4 avatar Smashman4 commented on September 28, 2024

Hey again, just tried the new version and was able to make the ISO, but when I launch it on my psp or ppsspp, it crashes.

from chovy-gm.

LiEnby avatar LiEnby commented on September 28, 2024

Look at the console output, on PPSSPP you can do this by using a snapshot build, on Vita use shiplog on PSP umm I don't know enough about PSP dev

Anyway I guess ur problem was the one tiny thing I changed ? Idk

from chovy-gm.

Smashman4 avatar Smashman4 commented on September 28, 2024

Screen Shot 2019-10-20 at 10 29 33 PM

There you go.

from chovy-gm.

LiEnby avatar LiEnby commented on September 28, 2024

Weird it's like it's not even starting gamemaker, normally it prints the error messages in there like 'FATAL ERROR IN obj_whatever in create event' ya know ?

Does it show the "YoYoGames Presents" logo?

from chovy-gm.

Smashman4 avatar Smashman4 commented on September 28, 2024

On my psp go it does, but ppsspp automatically crashes.

from chovy-gm.

LiEnby avatar LiEnby commented on September 28, 2024

Well it definitely normally works on PPSSPP- can you get console output from the console itself ?

The current error looks like it's missing PSP_GAME/USRDIR/Games/icon0.png (idk why that would cause problems tho um)

from chovy-gm.

Smashman4 avatar Smashman4 commented on September 28, 2024

How do I get the log from my psp go?

from chovy-gm.

Smashman4 avatar Smashman4 commented on September 28, 2024

I can try editing the ISO, think that would work?

from chovy-gm.

Smashman4 avatar Smashman4 commented on September 28, 2024

I think I found the issue. BOOT.BIN and OPENSSMP.BIN are zero bytes. I don't think that's normal.

from chovy-gm.

LiEnby avatar LiEnby commented on September 28, 2024

Don't know can't find anything for on psp itself lol

Anyway that is pretty normal for it to be 0b BOOT.BIN is updates I think

from chovy-gm.

Smashman4 avatar Smashman4 commented on September 28, 2024

Hmmmm. The only other thing I can think of is I transfered Chovi from a mac to a windows, so those ghost files show up.

from chovy-gm.

LiEnby avatar LiEnby commented on September 28, 2024

Idk maybe

from chovy-gm.

Smashman4 avatar Smashman4 commented on September 28, 2024

Sadly, It didn't work, but after checking the error and locating the files, it looks like gamemaker.hiscore file doesn't exist in the iso.

from chovy-gm.

LiEnby avatar LiEnby commented on September 28, 2024

GameMaker.hiscore doesn't exist even in karoshi - is it some included files on the GM81 file?

(send me the iso I'll try it on my psvita and get the logs from there xD)

from chovy-gm.

Smashman4 avatar Smashman4 commented on September 28, 2024

lol alright, lemme upload it first.

from chovy-gm.

Smashman4 avatar Smashman4 commented on September 28, 2024

Ok here it is: https://drive.google.com/open?id=10BTXrJAP2xM8qOGDnAnLdHwRIeqjp9a-

from chovy-gm.

LiEnby avatar LiEnby commented on September 28, 2024

just flashing back to retail fw because chovy-sign has no dex option (becaz i forgot

from chovy-gm.

Smashman4 avatar Smashman4 commented on September 28, 2024

lol it's fine. take your time.

from chovy-gm.

LiEnby avatar LiEnby commented on September 28, 2024

Apparently psvita doesn't show logs in psp mode.. I even got someone with a developer kit to try but nop My PPSSPP does show logs tho and it seems the runner loads but then crashes after lseeking alot

Maybe you can try PspLink to get logs Davee suggested

from chovy-gm.

Smashman4 avatar Smashman4 commented on September 28, 2024

I tried setting up psplink, and I'm having serious trouble with it. While looking up my issue, I saw that psplink works on Vita, can you try using it.

from chovy-gm.

LiEnby avatar LiEnby commented on September 28, 2024

from what i saw it seems to be an issue with loading the game.psp itself rather than crashing ingame somewhere.. hmm..

from chovy-gm.

Smashman4 avatar Smashman4 commented on September 28, 2024

Is there a way to fix the issue then?

from chovy-gm.

Smashman4 avatar Smashman4 commented on September 28, 2024

Any luck with a fix? I tested another game I want to convert for psp, and it gives me the same errors. I even compiled it on a different computer with the same results.

from chovy-gm.

LiEnby avatar LiEnby commented on September 28, 2024

oh? so its not just one game having this issue? can you send the GM81 files for these games so i can try it ?

from chovy-gm.

Smashman4 avatar Smashman4 commented on September 28, 2024

Here you go: https://drive.google.com/open?id=1-qxVl8p1U8p8gMv0EM1vvU1Qv-w0cWzm
And here are the GMK files: https://drive.google.com/open?id=1GgIde__FfoctPRQZeWCQxjiOLLbb9pzs

from chovy-gm.

Smashman4 avatar Smashman4 commented on September 28, 2024

Any updates in this issue?

from chovy-gm.

LiEnby avatar LiEnby commented on September 28, 2024

I'll try it when I get home k

from chovy-gm.

Smashman4 avatar Smashman4 commented on September 28, 2024

Sure thing.

from chovy-gm.

Smashman4 avatar Smashman4 commented on September 28, 2024

Anything?

from chovy-gm.

LiEnby avatar LiEnby commented on September 28, 2024

This executable is GM7 >_<

i opened & exported in GM8.1 and it compiles np however the resulting ISO doesnt run i have no idea why. but the compiler seems to be working. i dont get any exception.

from chovy-gm.

Smashman4 avatar Smashman4 commented on September 28, 2024

That's really weird. I have no idea why it acts like that.

from chovy-gm.

LiEnby avatar LiEnby commented on September 28, 2024

Probably a GM7 thing, try exporting the EXE in GM8.1

from chovy-gm.

Smashman4 avatar Smashman4 commented on September 28, 2024

ok. I'll try it.

from chovy-gm.

Smashman4 avatar Smashman4 commented on September 28, 2024

Now I'm getting this error:
error

from chovy-gm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.