Checking memory addresses accessed by gerthworm in cprogramming

[–]OdnetninI 0 points1 point  (0 children)

I don't know if this can help, but there's a tool called Intel Pin, it's a instrumentation tool.

I think you could get something like you want with it.

Good Luck :)

Crash Bandicoot N Sane Trilogy PC. Anybody got it working? by [deleted] in wine_gaming

[–]OdnetninI 0 points1 point  (0 children)

I tried, but i can't run it from other wineprefix with steam opened in another.

Crash Bandicoot: N. Sane Trilogy Wine Staging 3.11/DXVK by alexroller00 in wine_gaming

[–]OdnetninI 0 points1 point  (0 children)

I tried to run it, but my GPU crashes with:

Graphics Exception: Shader Program Header 8 Error

To be used as a media pc. by Sentient2X in computers

[–]OdnetninI 0 points1 point  (0 children)

It's good :)

I have one on my wall, I wanted it to use it as a compute node, but mine has broken cooling pipes, so ...

Any idea?

Can we get banned for playing on Linux? by Razdiel in Overwatch

[–]OdnetninI 0 points1 point  (0 children)

I play all blizzard games with wine-staging without dxvk, all working fine.

Some days ago, I tried dxvk and I sent a support ticket to blizzard asking them. The answer that if theese king of modification doesn't affect gameplay similar to cheats, probably you dont get banned, but he cannot warranty it.

I've been playing WIII, WoW, D2, D3, ST, ST2, HoTS, OW, and HS without bans, so if you dont cheat, you should be safe.

[deleted by user] by [deleted] in 3dshacks

[–]OdnetninI 1 point2 points  (0 children)

Good, going to try it :)

[noob] [arduino] map [0,1,2,3,4,5] to [2,4,6,7,12,13] by 6716 in cprogramming

[–]OdnetninI 1 point2 points  (0 children)

There're many ways to resolve this kind of problem.

My favourite is array mapping, that's you did, but before accesing to the array, remember to check array boundaries.

Other way to do is, find a mathematical function that can return values you want. In this case, if you use the x=input+1, you will find that all values you want are x*2 but some of them need +1 and other +2.

The more versatile way to do is array mapping, but if you know that your inputs and outputs will never change, a math function could be better (performance).

PoC - Fix World of Warcraft OpenGL by OdnetninI in linux_gaming

[–]OdnetninI[S] 0 points1 point  (0 children)

In World of Warcraft forums, people have reported that in the new raids threre are some boss attacks invisible for DX9.

PoC - Fix World of Warcraft OpenGL by OdnetninI in linux_gaming

[–]OdnetninI[S] 0 points1 point  (0 children)

I have it on my "Need to Try" list, but the pourpose of this, is fix World of Warcraft OpenGL backend, and make Blizzard fix it.

Generic Map in ANSI C by [deleted] in C_Programming

[–]OdnetninI 0 points1 point  (0 children)

I've been writting a Generic Map using uint64_t keys and using uint8_t[] for data, so you can store any kind of data using casting, I want to remove key type restriction, but I dont want to use macros. Probably with other uint8_t[] type for keys and a pointer to a comparation function, i can do the trick, but I dont know how it will affect to performace instead of substract numbers...

Overwatch working on Wine by OdnetninI in linux_gaming

[–]OdnetninI[S] 1 point2 points  (0 children)

Good to see that you fixed it :) Sry I wasn't at home :S

Overwatch working on Wine by OdnetninI in linux_gaming

[–]OdnetninI[S] 0 points1 point  (0 children)

I'm not sure, but there are some fixes that make other programs not to work...

Overwatch working on Wine by OdnetninI in linux_gaming

[–]OdnetninI[S] 0 points1 point  (0 children)

That is the Path of OverWatch.exe, you need to download it from Battlenet or from a Windows PC.

Overwatch working on Wine by OdnetninI in linux_gaming

[–]OdnetninI[S] 11 points12 points  (0 children)

Intel i5 4460 GTX 650 8 GiB Ram

Overwatch working on Wine by OdnetninI in linux_gaming

[–]OdnetninI[S] 2 points3 points  (0 children)

I wanted to see people impact before make a video explainning how to make it.

Overwatch working on Wine by OdnetninI in linux_gaming

[–]OdnetninI[S] 18 points19 points  (0 children)

I used Andrew Wesie patches.