httpapi functions not yet implemented

Questions about Wine on Linux
Locked
leopardb
Newbie
Newbie
Posts: 4
Joined: Wed Apr 02, 2014 8:11 am

httpapi functions not yet implemented

Post by leopardb »

I'm using the software "Hearthstone Deck Tracker" (https://appdb.winehq.org/objectManager. ... &iId=34872) and it's working pretty well right now.

Except for some httpapi functions:

Code: Select all

00a6:fixme:httpapi:HttpInitialize ({2,0}, 0x1, (nil)): stub!
00a6:fixme:httpapi:HttpCreateServerSession ({2,0}, 0x32e854, 0): stub!
00a6:fixme:httpapi:HttpCloseServerSession (abcdefff): stub!
[...] (Last 2 message repeated several times)
00a6:fixme:ver:GetCurrentPackageId (0x32ca94 (nil)): stub
My questions are :
  • are there plans to implement those functions ? (HttpInitialize, HttpCreateServerSession, HttpCloseServerSession...)
    if not, would the development team see it as useful (aka "if anybody else wants to work on it, feel free !")
    or is it useless because the API is seldom used/is legacy or something ?
Thanks for answers :)
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: httpapi functions not yet implemented

Post by DarkShadow44 »

Are those fixmes actually causing a problem, aka does something in the program not work due to that?
leopardb
Newbie
Newbie
Posts: 4
Joined: Wed Apr 02, 2014 8:11 am

Re: httpapi functions not yet implemented

Post by leopardb »

DarkShadow44 wrote:Are those fixmes actually causing a problem, aka does something in the program not work due to that?
Hi,

Yes, they are : you cannot connect to the site to upload your card collection, and several other minor functions.

It is by no means a stopping problem, the main functions in the software work as intended (track cards during games).
User avatar
DarkShadow44
Level 8
Level 8
Posts: 1207
Joined: Tue Nov 22, 2016 5:39 pm

Re: httpapi functions not yet implemented

Post by DarkShadow44 »

Did you already report that issue? If not, please do.
latte
Level 2
Level 2
Posts: 23
Joined: Sat Mar 10, 2018 2:16 pm

Re: httpapi functions not yet implemented

Post by latte »

The issue is that functionality of your program does not work, not the existence of unimplemented functions per se.
https://bugs.winehq.org/
Locked