misc. SDVX fixes - [merged] #216

Closed
opened 2022-05-20 06:54:13 +03:00 by icex2 · 6 comments
icex2 commented 2022-05-20 06:54:13 +03:00 (Migrated from github.com)

In GitLab by @xyen on May 20, 2022, 05:54

Merges sdvx-fixes -> master

fixes a crash when using sdvxhook2 on certain OS versions (windows 7 on cabs in particular), and set title pop lights to 50% by default in sdvxio-bio2.

In GitLab by @xyen on May 20, 2022, 05:54 _Merges sdvx-fixes -> master_ fixes a crash when using sdvxhook2 on certain OS versions (windows 7 on cabs in particular), and set title pop lights to 50% by default in sdvxio-bio2.
icex2 commented 2022-05-21 02:30:37 +03:00 (Migrated from github.com)

You are checking if the pointer value is > UIN16_MAX?
Would expect you want to check the dereferenced value, i.e. *((intptr_t) name) > UINT16_MAX
If your code is correct, do you mind explaining why (and maybe add that explanation to the commit message or code as a comment?

You are checking if the pointer value is > UIN16_MAX? Would expect you want to check the dereferenced value, i.e. `*((intptr_t) name) > UINT16_MAX` If your code is correct, do you mind explaining why (and maybe add that explanation to the commit message or code as a comment?
icex2 commented 2022-05-28 02:22:15 +03:00 (Migrated from github.com)

In GitLab by @xyen on May 28, 2022, 01:22

Commented on src/main/sdvxhook2/nvapi.c line 36

It's explained right below in the Microsoft doc.

In GitLab by @xyen on May 28, 2022, 01:22 Commented on [src/main/sdvxhook2/nvapi.c line 36](https://github.com/djhackersdev/bemanitools/compare/188a14e4ea80d510062715a6cf2624471cd44986..ccfe6f7923bd94552d23a1384ec194c3aa444d0e#diff-aa1413986bc58c795ab84bc75df25cbeR36) It's explained right below in the Microsoft doc.
icex2 commented 2022-05-28 02:24:00 +03:00 (Migrated from github.com)

resolved all threads

resolved all threads
icex2 commented 2022-05-28 02:24:00 +03:00 (Migrated from github.com)

-_-" for not having the full view and seeing the next few lines. lgtm

-_-" for not having the full view and seeing the next few lines. lgtm
icex2 commented 2022-05-28 02:24:09 +03:00 (Migrated from github.com)

approved this merge request

approved this merge request
icex2 commented 2022-05-28 02:26:20 +03:00 (Migrated from github.com)

In GitLab by @xyen on May 28, 2022, 01:26

added 3 commits

  • 188a14e4 - 1 commit from branch master
  • bf805e39 - sdvxio-bio2: set title pop lights to 50% by default
  • ccfe6f79 - sdvxhook2: fix crash when using sdvxhook2 on certain OS versions

Compare with previous version

In GitLab by @xyen on May 28, 2022, 01:26 added 3 commits <ul><li>188a14e4 - 1 commit from branch <code>master</code></li><li>bf805e39 - sdvxio-bio2: set title pop lights to 50% by default</li><li>ccfe6f79 - sdvxhook2: fix crash when using sdvxhook2 on certain OS versions</li></ul> [Compare with previous version](/djhackers/bemanitools/-/merge_requests/115/diffs?diff_id=2540&start_sha=d3cf76568c13e41cfea2b4e6db9e3c2ddd8a459b)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Max/djhackersdev_bemanitools#216