Commit graph

312 commits

Author SHA1 Message Date
altalk23
006ede8f34 replace all c number parsing with numFromString 2024-07-25 15:17:35 +03:00
matcool
1e6d6fbcb6 these arent used anymore 2024-07-20 17:12:28 -03:00
matcool
4f321973ac implement custom window for showing crashlog instead of messagebox
very cool :-)
2024-07-20 16:28:03 -03:00
altalk23
66c2f9a0d4 no more CCPoint::unrotate! (function bound checking inside crashlog handler) 2024-07-07 00:41:43 +03:00
mat
4dd348a2e4
remove msvcstl as its no longer used 2024-06-28 11:10:19 -03:00
matcool
71fdea4adb missed one dbg log 2024-06-24 16:05:39 -03:00
matcool
138460485d add check for different bytes at entry address
somehow 2 people had this, so now the code does something else to find
the main function
2024-06-24 16:02:52 -03:00
qimiko
00799b6b5b
android getgameversion impl 2024-06-22 17:46:55 -07:00
mat
101fc946a0
remove outdated comment 2024-06-20 15:40:43 -03:00
altalk23
c50196b31f align comments 2024-06-20 21:36:28 +03:00
altalk23
ec1d846a69 Fix delayload xmm0 2024-06-20 21:35:10 +03:00
dankmeme01
2824c17e89 some cleanup and improvement for windows crashlog
* added special case for calls of unimplemented functions on wine
* make the "Faulty Mod" string display the name and the version
* make faulty mod detection slightly smarter (for C++ exceptions and wine unimpl stubs searches through the stack instead of just checking the 1st entry)
2024-06-20 19:17:24 +02:00
altalk23
eb233f8482 update tuliphook 2024-06-20 15:37:55 +03:00
Fleeym
70fe096724
Windows stacktrace fix (#925)
* fix the windows hook exceptions

* update tuliphook

* update tuliphook

* remove old code

---------

Co-authored-by: altalk23 <45172705+altalk23@users.noreply.github.com>
Co-authored-by: dankmeme01 <42031238+dankmeme01@users.noreply.github.com>
Co-authored-by: mat <26722564+matcool@users.noreply.github.com>
2024-06-19 23:03:32 +03:00
HJfod
0309e01e04 make file::openFolder actually work on selecting paths on windows 2024-06-15 14:00:35 +03:00
Fleeym
4f400b530f
Move pick file APIs to Tasks (#899) 2024-06-14 23:19:16 +03:00
dankmeme01
84a2c6bc42 apparently it was a tuliphook bug so all of this is unnecessary 👍 2024-06-13 23:12:58 +02:00
dank_meme
e141d097ab dont crash on mods failling to load (again) 2024-06-13 22:07:43 +02:00
dank_meme
e37615b459 fix mods crashing instead of failing to load when they fail to load 2024-06-13 22:02:49 +02:00
dankmeme01
b8ae37ed06 dont crash on bp if debugger attached 2024-06-10 23:58:41 +02:00
dankmeme01
5b483946ba
Fix windows crashlog (#875)
* i fixed it for real now i promise i tested

* fix wine too
2024-06-08 21:40:14 +02:00
dank_meme
23f444e8b4 fix windows crashlog finally!!! 2024-06-08 19:14:36 +02:00
altalk23
3ab70775c0 fix macos entry again 2024-06-08 19:20:04 +03:00
altalk23
5969c905a8 fix mangles for entries 2024-06-08 16:00:04 +03:00
altalk23
6b2ac24ccd add geodeImplicitEntry and geodeCustomEntry 2024-06-08 15:57:50 +03:00
dankmeme01
1dcc4264a4 apparently it did do something 2024-06-08 13:41:41 +02:00
dankmeme01
f5f3873597 fix exception handling yet again 2024-06-08 09:55:24 +02:00
dankmeme01
6adff05755 ignore more debug exceptions 2024-06-08 08:20:04 +02:00
dankmeme01
cd7c4b9d43 fix exceptions further 2024-06-08 08:06:48 +02:00
dank_meme
0602b34734 fix windows crashlog 2024-06-08 07:47:52 +02:00
dankmeme01
049482efdd fix messageboxfix and remove warning in win crashlog 2024-06-07 11:00:12 +02:00
qimiko
20f0f35f9c
make the load hook dynamic 2024-06-05 14:24:25 -07:00
qimiko
f08856f663
fix macos entry addresses 2024-06-04 21:52:47 -07:00
Fire
63d4e49eda
fix m1 crashlog code (#842) 2024-06-04 15:33:32 -03:00
altalk23
35b5626252 remove ghc from util.cpp (why was this here did i broke smth) 2024-06-03 23:24:45 +03:00
altalk23
e52b488d0d remove old fields & fix some deprecations 2024-06-03 23:04:54 +03:00
Fleeym
05cb95edec SAFE restart 2024-06-03 21:13:30 +03:00
matcool
324795cddb ghc::filesystem -> std::filesystem
remove ghc::filesystem :D
closes #713
2024-06-02 22:35:51 -03:00
matcool
6b79cb2b6e patch lld-link's tailMerge to almost fix xmm registers
see: https://github.com/llvm/llvm-project/issues/51941
2024-06-02 14:22:32 -03:00
matcool
a7bf4ef5ae we have enough windows bindings for proper 2.206 2024-06-02 14:06:10 -03:00
dankmeme01
0be92c90c7 fix persist and fix windows stacktrace 2024-06-02 18:05:34 +02:00
kynex7510
8ea2d759cc
Revert "Revert "Merge branch 'main' into new-index-but-better""
This reverts commit be89e09e4b.
2024-06-02 00:04:09 +02:00
kynex7510
be89e09e4b
Revert "Merge branch 'main' into new-index-but-better"
This reverts commit 19ab68d202, reversing
changes made to f95daab2fe.
2024-06-02 00:00:23 +02:00
matcool
19ab68d202 Merge branch 'main' into new-index-but-better 2024-06-01 18:56:22 -03:00
matcool
00491a6859 fix narrowing casts in a very ugly way 2024-06-01 18:31:51 -03:00
altalk23
8b79a9b484 windows 64 bit entry that i have in fact not tested 2024-06-02 00:23:37 +03:00
dankmeme01
f8f85ad2b0 Merge branch 'main' into new-index-but-better 2024-06-01 22:39:58 +02:00
mat
fa92969a56
Merge pull request #805 from geode-sdk/main
update win-64 branch
2024-05-30 18:17:40 -03:00
Fleeym
663637e98e Merge branch 'main' of github.com:geode-sdk/geode into new-index-but-better 2024-05-27 01:21:30 +03:00
altalk23
8ea94d1e39 fix getgameversion not using the impl 2024-05-26 16:07:17 +03:00