Forum

Install vb6 runtime

Författare Svar
TheUnknownCylon Sunday 19 December 2010 at 12:56
TheUnknownCylonAnonymous

Hi,
I am writing a simple script. The program needs vb6 runtime to be installed.
I want to do this by using the following command:
POL_Call POL_Install_vb6run
When this line is reached, I get the following error (which may be related to http://bugs.playonlinux.com/en/issue-82.html)
12:44:36 PM: Debug: ../src/common/stdpbase.cpp(56): assert "traits" failed in Get(): create wxApp before calling this
../src/common/stdpbase.cpp(56): assert "traits" failed in Get(): create wxApp before calling this

The problem however is that other wine prefix like installs work fine, for example all these are working
POL_Call POL_Install_gecko
POL_Call POL_Install_vcrun6
POL_Call POL_Install_d3dx9

What can be the problem here?
> Is the command not working?
> Does the command exist? if not, how should vb6run then be installed?

Thanks in advance for an answer.

Ändrat av TheUnknownCylon

TheUnknownCylon Wednesday 22 December 2010 at 19:22
TheUnknownCylonAnonymous

No answer?
TheUnknownCylon Wednesday 29 December 2010 at 20:50
TheUnknownCylonAnonymous

Bump