Second popular enterbrain title, almost got it right. There is one thing standing in the way, that I can see: fixme:ras:RasEnumConnectionsW (0x1e9468,0x32e288,0x32e284),stub! fixme:ras:RasEnumConnectionsW RAS support is not implemented! Configure program to use LAN connection/winsock instead!
Thing is I haven't the faintest on how to do that XD.
The script as it currently exists: #!/bin/bash # Date : (2013-03-09 13-31) # Last revision : (2013-03-15 09-25) # Wine version used : 1.5.24 # Distribution used to test : Ubuntu 12.04.2 LTS # Author : ntzrmtthihu777 # Testers :
#downloads the official installer package, unzips it and installs the rtp and actual program. cd "$POL_System_TmpDir" POL_Download "http://c624285.r85.cf2.rackcdn.com/trial/enterbrain/vx/RPGVX_Setup.zip" "e38a3c8a39b345af8a4e1d89d063fcaa" unzip RPGVX_Setup.zip POL_SetupWindow_wait "Installation in progress." "$TITLE RTP installation" POL_Wine start /unix "$POL_System_TmpDir/VXRTP/Setup.exe" POL_Wine_WaitExit "Setup.exe" POL_SetupWindow_wait "Installation in progress." "$TITLE installation" POL_Wine start /unix "$POL_System_TmpDir/Program/Setup.exe" POL_Wine_reboot POL_Wine_WaitExit "Setup.exe"
Second popular enterbrain title, almost got it right. There is one thing standing in the way, that I can see: fixme:ras:RasEnumConnectionsW (0x1e9468,0x32e288,0x32e284),stub! fixme:ras:RasEnumConnectionsW RAS support is not implemented! Configure program to use LAN connection/winsock instead!
I suspect it's a side effect of installing some native DLLs, maybe DirectPlay, that must have an API like "do whatever you can to connect a network", hence in turn call the RAS API that's not implemented in Wine. The good thing is that it should be totally harmless.
Well the thing is is when I try to activate trial mode it does not even give me the "trial period expired" message... and the native DLLs are more or less identical to RM XP, and it never threw me that error...
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com