Winetricks / winetricks

Winetricks is an easy way to work around problems in Wine
GNU Lesser General Public License v2.1
2.73k stars 399 forks source link

vb5run fails to install with return status 5 #2255

Open DOOMMARINE117 opened 1 month ago

DOOMMARINE117 commented 1 month ago

here is my issue.

Executing load_vb5run 
grep: warning: stray \ before /
Executing cd /home/talion117/.cache/winetricks/vb5run
Executing wine msvbvm50.exe
02fc:fixme:setupapi:SetupDefaultQueueCallbackW notification 262144 params 31f58c,0
------------------------------------------------------
warning: Note: command wine msvbvm50.exe returned status 5. Aborting.

i tried 64 bit or 32 bit version. no luck. any ideas?

DOOMMARINE117 commented 1 month ago

yup, still there. i thought i had it fixed,. but nope. still there for vb5run and vb65un.

i got confused on it.

Chiitoo commented 1 month ago

I do see the issue with vb5run, but that is most likely a Wine issue (https://bugs.winehq.org/).

However, I don't see errors with vb6run here. Please post the complete output from trying to install that.

DOOMMARINE117 commented 1 month ago

I do see the issue with vb5run, but that is most likely a Wine issue (https://bugs.winehq.org/).

However, I don't see errors with vb6run here. Please post the complete output from trying to install that.

where do i find the full outpost of it?

Chiitoo commented 1 month ago

You can open a terminal emulator window, and run the command there (winetricks vb6run), then save the output to a file and attach the file here, or copy/paste from that window directly.

DOOMMARINE117 commented 1 month ago
winetricks vb5run
------------------------------------------------------
warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Using winetricks 20240105 - sha256sum: 8f28985b06e9e04b5268e2aef3429b2a0f6abd4fd12c4a30472dfe66355128fa with wine-9.14 and WINEARCH=win64
Executing w_do_call vb5run
------------------------------------------------------
warning: You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Executing load_vb5run 
grep: warning: stray \ before /
Executing cd /home/talion117/.cache/winetricks/vb5run
Executing wine msvbvm50.exe
0248:fixme:setupapi:SetupDefaultQueueCallbackW notification 262144 params 42f58c,0
------------------------------------------------------
warning: Note: command wine msvbvm50.exe returned status 5. Aborting.
Chiitoo commented 1 month ago

Yep, that's what I confirmed for vb5run, but what do you get for vb6run?

DOOMMARINE117 commented 1 month ago

i was able to get vb6run somehow. it seems to be only vb5run now.

plus, now im not sure if its onetime or i can install both versions. i was able to install directshow for win32 bit, somehow i cant install the 64 bit version of directshow?

DOOMMARINE117 commented 1 month ago

so what should i do for vb5run and directshow 64 bit version?

Chiitoo commented 1 month ago

so what should i do for vb5run

Is vb6run not enough for your purposes? In any case, as I mentioned, the issue with that seems to be most likely happening due to a bug in Wine, and as such, it should be reported via the Wine bug tracker: https://bugs.winehq.org/

directshow 64 bit version?

winetricks directshow

austin987 commented 1 month ago

https://bugs.winehq.org/show_bug.cgi?id=56209

Chiitoo commented 1 month ago

Ah, it is already up there. :]

Will close this now since there is nothing we can do about it here.

If there are issues with winetricks directshow, do open a new issue about that.

Thank you!

Chiitoo commented 1 month ago

Sorry, maybe it is better to keep this one open until it is fixed upstream, or removed from Winetricks.