| View previous topic :: View next topic |
| Author |
Message |
gir489 Grandmaster Cheater
Reputation: 14
Joined: 03 Jan 2012 Posts: 841 Location: Maryland, United States
|
Posted: Fri Mar 20, 2020 6:22 pm Post subject: Trainer generated for 32-bit isn't working properly for CE7 |
|
|
| This worked fine on 6, but now on 7, when I make a trainer targeted towards 32-bit and then run it, the XMPlayer won't stop playing the song, none of the hotkeys work. I thought maybe the Lua script from 6 was fucking it up, so I purged everything and redid the trainer from scratch but I still get the same effect. I can PM someone the trainer source if they think that would help. I know posting tables isn't allowed here anymore for some reason, Bethesda mainly.
|
|
| Back to top |
|
 |
gir489 Grandmaster Cheater
Reputation: 14
Joined: 03 Jan 2012 Posts: 841 Location: Maryland, United States
|
Posted: Sun Mar 29, 2020 11:29 pm Post subject: |
|
|
| Devs?
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 471
Joined: 09 May 2003 Posts: 25823 Location: The netherlands
|
Posted: Mon Mar 30, 2020 3:43 am Post subject: |
|
|
it's a known bug that 32-bit can not open processes in XP and maybe vista (fixed)
as for xmplayer not stopping is a new one.
what OS did you try it on?
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
Corroder Grandmaster Cheater Supreme
Reputation: 75
Joined: 10 Apr 2015 Posts: 1668
|
Posted: Mon Mar 30, 2020 5:15 am Post subject: |
|
|
| Code: | form_show (UDF1)
function CEButton1Click(sender)
xmplayer.playXM( findTableFile('k2.xm') )
end
function CEButton2Click(sender)
xmplayer_stop()
end
function CEButton3Click(sender)
xmplayer_resume()
end
function CEButton4Click(sender)
xmplayer_pause()
end |
Tested on Windows 7 64bit.
Script save as standalone exe file 32 bit. CE 7.0
Result: exe file works properly
_________________
Stealing Code From Stolen Code...
And Admit It.. Hmmm....Typically LOL |
|
| Back to top |
|
 |
gir489 Grandmaster Cheater
Reputation: 14
Joined: 03 Jan 2012 Posts: 841 Location: Maryland, United States
|
Posted: Mon Apr 13, 2020 2:49 pm Post subject: |
|
|
| Dark Byte wrote: | it's a known bug that 32-bit can not open processes in XP and maybe vista (fixed)
as for xmplayer not stopping is a new one.
what OS did you try it on? |
Windows 10. I haven't generated the trainer with 7.1, but the one I still have from 7.0 I deleted, I'd have to redo the entire trainer, and I'd rather wait until 7.1. The entire issue is it's not finding the process to call stop on XMPlayer. It's a symptom, not a cause.
|
|
| Back to top |
|
 |
|