pinkimo2 Posté(e) le 10 janvier 2018 Posté(e) le 10 janvier 2018 (modifié) I'm desperate, I've spent most of my evenings since almost one week, probably more than 20 hours in total, trying everything and having all possible problems (things like a bug with 32 bit kernel when there is more than 8GB of RAM, causing huge slow down of write speed to 1-2MB after a few GB, when I was trying to copy/uncompress WMMT4 files...). I've tried a dedicated computer (too slow) and multiboot on my main one, VirtualBox and VMware, Ubuntu 32 bits and 64 bits (unable to install old 32 bits VMware on current 32 bits Ubuntu). If only it wasn't the game/series I "dream" to play to since many years... My lost/laggy inputs problem has been fixed by using VMware. But I've not less than 4 remaining problems : - I can't get my Fanatec wheel to work on the VM, I've installed the drivers, I see the wheel on the gaming devices popup, but if I click on the properties button to open Fanatec's properties page, the wheel disappears... Tried on both my VMs (the VMware one and the VirtualBox one). - VMware crashes after 1 to 5 races. I've played 2 times, both times it has crashed while I was in the menus between 2 races, and of course when the next race starts, I've no control. I've not searched yet, here is the crash log: 2018-01-10T01:16:35.858+01:00| usbArb| I125: USBArb: Closing client, error:11 2018-01-10T01:16:35.858+01:00| usbArb| I125: USBArb: Client 2991 disconnected 2018-01-10T01:16:35.929+01:00| usbArb| I125: USBArb: Target 'vmware-vmx:/home/pinkimo/vmware/Windows 7/Windows 7.vmx' disconnected 2018-01-10T01:16:36.057+01:00| usbArb| W115: USBArb: USBArbReadFileSync: error in read(): Connection reset by peer (104) 2018-01-10T01:16:36.057+01:00| usbArb| I125: USBArb: Closing client, error:104 2018-01-10T01:16:36.057+01:00| usbArb| I125: USBArb: Client 2454 disconnected - I've an integrated sound chip + the HDMI output. I want to use the HDMI output, but whatever default device I select, the game's sound always outputs on the integrated sound chip. I've tried to disable it, by adding some snd_* modules in /etc/modprobe.d/blacklist.conf, but for now it disables both or none for all combinations I've tried. - Less important but annoying, I want to disable my monitor to have only my TV, but I've not yet found any way to make it persist after reboot. I've tried several things with nvidia-settings, /etc/X11/xorg.conf, ~/.config/monitor.xml... Concerning the game, there is something really disapointing: it seems we can't switch from one game mode to another without losing the upgrades. So it seems there is no way to go in TA or ghost mode with an upgraded car. So it seems impossible to run on Fukuoka, Hakone or Nagoya (which are not used in the story mode, there is 57 Tokyo + 3 Osaka...) with a car with more than 280HP. A save state feature would not help with that, unless someone finds a way to load this save state (or a "full tune state" for any car we select) on the title screen, when entering in a game mode or when we have selected a car. I've also checked all text files of the game, and I see nothing regarding performance upgrades, so if it's possible to force full tune, unless I've missed something, it won't be as easy as for ID6/7, but maybe through a crack/trainer. Modifié le 10 janvier 2018 par pinkimo2
carnyzzle Posté(e) le 10 janvier 2018 Posté(e) le 10 janvier 2018 21 minutes ago, pinkimo2 said: For the libs, at least if you use Ubuntu 16.04: - Download the missing libs which have no good version from apt (I've made this archive): https://drive.google.com/file/d/1z8rReop7KOl6M5ivsXAT1HnjrFtBdpfA/view - Extract them and copy them in /usr/lib/ - Install them: sudo ldconfig -n -v /usr/lib - If you're on Ubuntu 32 bits: sudo apt-get install libcg libcggl - If you're on Ubuntu 64 bits: sudo dpkg --add-architecture i386 sudo apt-get update sudo apt-get install libc6:i386 libstdc++6:i386 libcg:i386 libcggl:i386 libcurl3:i386 libglu1-mesa:i386 libasound2-plugins:i386 You can check if there is other missing libs with "ldd WMMT4r". It should be ok, but if there is any missing lib, to find them, you can install apt-file (sudo apt install apt-file, then sudo apt-file update), search for the missing lib (apt-file search whateverlib.so.0.9.5), and install the 32 bit version of the most relevant package found (byt adding :i386 like above on Ubuntu 64 bits). You'll also have to install NVidia drivers to be able to launch the game: http://www.linuxandubuntu.com/home/how-to-install-latest-nvidia-drivers-in-linux As you'll see with my next message, I really don't have more time right now to make a more complete doc, I've already spend way more time than I add on that, but this step is probably the most complicated. don't worry, this is already a massive help, I just wish the install was at least clearer to understand, with how little was written in the readme I was making things more complicated for myself 1
nendraharyo Posté(e) le 10 janvier 2018 Posté(e) le 10 janvier 2018 Okay so i've satisfied the libs dependencies thanks to pinkimo2, installed tty0tty, running the windows7 on virtualbox, 4 cores, vt-x accel, installed .net, setting the COM port, setting JVS. And now how to run it? I don't understand the LD_PRELOAD part :(
pinkimo2 Posté(e) le 10 janvier 2018 Posté(e) le 10 janvier 2018 (modifié) Just type the command in your WMMT4 dir, it's the command to launch it. To exit it, you'll have to kill it (Ctrl + Alt + F6, ps -e, kill xxxx on both WMNT4 processes, Ctrl + Alt + F7). If you get the I/O error, try "sudo taskset -pc 0,1,2,3 xxxx" on the VirtualBox process (ps -e | grep Virtu). But in the end, you'll certainly have to switch do VmWare Player, because you'll have massive inputs loss and lag with VirtualBox. Modifié le 10 janvier 2018 par pinkimo2
nendraharyo Posté(e) le 10 janvier 2018 Posté(e) le 10 janvier 2018 42 minutes ago, pinkimo2 said: Just type the command in your WMMT4 dir, it's the command to launch it. To exit it, you'll have to kill it (Ctrl + Alt + F6, ps -e, kill xxxx on both WMNT4 processes, Ctrl + Alt + F7). If you get the I/O error, try "sudo taskset -pc 0,1,2,3 xxxx" on the VirtualBox process (ps -e | grep Virtu). But in the end, you'll certainly have to switch do VmWare Player, because you'll have massive inputs loss and lag with VirtualBox. from the windows or linux?, i'm really newbie about this
pinkimo2 Posté(e) le 10 janvier 2018 Posté(e) le 10 janvier 2018 From Linux of course (windows only manages the controller), open a terminal, cd to your WMMT dir, and type the LCPRELOAD command.
nendraharyo Posté(e) le 10 janvier 2018 Posté(e) le 10 janvier 2018 49 minutes ago, pinkimo2 said: From Linux of course (windows only manages the controller), open a terminal, cd to your WMMT dir, and type the LCPRELOAD command. From linux i cant run it it gives me this
pinkimo2 Posté(e) le 10 janvier 2018 Posté(e) le 10 janvier 2018 (modifié) Maybe you forgot to copy lib/ld-linux.so.2 to /opt/arcade/i686/lib/ld-linux.so.2: sudo mkdir -p /opt/arcade/i686/lib/ sudo cp /lib/ld-linux.so.2 /opt/arcade/i686/lib/ld-linux.so.2 Modifié le 10 janvier 2018 par pinkimo2
nendraharyo Posté(e) le 10 janvier 2018 Posté(e) le 10 janvier 2018 (modifié) 43 minutes ago, pinkimo2 said: Maybe you forgot to copy lib/ld-linux.so.2 to /opt/arcade/i686/lib/ld-linux.so.2: sudo mkdir -p /opt/arcade/i686/lib/ sudo cp /lib/ld-linux.so.2 /opt/arcade/i686/lib/ld-linux.so.2 It is! whew thanks for helping me this far but sorry to ask again, now i've got this error. Or i think the ones i downloaded is not cracked yet hehe my bad Modifié le 10 janvier 2018 par nendraharyo
carnyzzle Posté(e) le 10 janvier 2018 Posté(e) le 10 janvier 2018 wish me luck, I'm going to try and get it running again today, yesterday I had a rough time following the instructions but this thread should really help out now
fire10 Posté(e) le 10 janvier 2018 Posté(e) le 10 janvier 2018 Mate if you manage it a tutorial would be great and very much appreciated. I would like to get this and Dead Heat working but am worried where to start. I currently have win 7 and win 10 dual boot setup but would like to add unbuntu for this on a triple boot option but am unsure how and dont want to bugger up my pc. If anyone can write up a start to finish including linux dual/triple boot options there would be a drink in it for ya!
carnyzzle Posté(e) le 10 janvier 2018 Posté(e) le 10 janvier 2018 The next thing I'm going to need help with is getting tty0tty. I plan on skipping it for now to see if I can at least get the game to launch. With no video guide up anywhere this makes things harder than it probably actually is.
UniGenD Posté(e) le 11 janvier 2018 Posté(e) le 11 janvier 2018 En 10/01/2018 a las 16:24, nendraharyo dijo: It is! whew thanks for helping me this far but sorry to ask again, now i've got this error. Or i think the ones i downloaded is not cracked yet hehe my bad Just don't launch app with sound like firefox. (Reboot and launch the game directly with VMware ...) PS: for left the game, just press CTRL+C
nendraharyo Posté(e) le 12 janvier 2018 Posté(e) le 12 janvier 2018 On 1/11/2018 at 1:24 AM, carnyzzle said: The next thing I'm going to need help with is getting tty0tty. I plan on skipping it for now to see if I can at least get the game to launch. With no video guide up anywhere this makes things harder than it probably actually is. This link right here will help you installing tty0tty https://askubuntu.com/questions/588800/setup-virtual-serial-ports-linux-null-modem-emulator-using-tty0tty 12 hours ago, UniGenD said: Just don't launch app with sound like firefox. (Reboot and launch the game directly with VMware ...) PS: for left the game, just press CTRL+C I'm sorry but what do you mean by "Don't launch app with sound like firefox"? And also how to launch the game directly with VMWare?
sTo0z Posté(e) le 12 janvier 2018 Posté(e) le 12 janvier 2018 Any update on the networking/multiplayer? 1
harrisonchew10 Posté(e) le 15 janvier 2018 Posté(e) le 15 janvier 2018 Can amd gpu work if i install nvidia driver?
Hinzoto Posté(e) le 15 janvier 2018 Auteur Posté(e) le 15 janvier 2018 il y a 18 minutes, harrisonchew10 a dit : Can amd gpu work if i install nvidia driver? No! lol It's impossible, since you need shaders and drivers are only readable with right functions from hardware.
MisterZ32 Posté(e) le 15 janvier 2018 Posté(e) le 15 janvier 2018 SuperScore on YouTube said he'll be working on a tutorial soon! if anyone has any guides, would be much appreciated. can't wait to play this with my G29 ! =D 1
Hinzoto Posté(e) le 16 janvier 2018 Auteur Posté(e) le 16 janvier 2018 Nice job at all. But I can't wait to WMMT5 ES3 JAP dump to play on Windows, since the game is old on Japan and the release was 2014.
soso92 Posté(e) le 16 janvier 2018 Posté(e) le 16 janvier 2018 Me too i hope one day he can make a tutorial of all how install it He make a new movie of gameplay of 04/01/2018 The game work perfecly and he was nice.... but wtf why only linux
carnyzzle Posté(e) le 18 janvier 2018 Posté(e) le 18 janvier 2018 (modifié) On 1/12/2018 at 3:58 AM, nendraharyo said: This link right here will help you installing tty0tty https://askubuntu.com/questions/588800/setup-virtual-serial-ports-linux-null-modem-emulator-using-tty0tty I'm sorry but what do you mean by "Don't launch app with sound like firefox"? And also how to launch the game directly with VMWare? awesome thanks. I'm going to try this out tomorrow, I took a break since it was too frustrating for me lol EDIT: It's official, I'm going to need a video guide to get this running. Tty0tty is still the most confusing step in the entire process. Modifié le 18 janvier 2018 par carnyzzle
Erylcchi Posté(e) le 18 janvier 2018 Posté(e) le 18 janvier 2018 I made the game run but I'm getting this I/O error, any idea what's wrong?
sTo0z Posté(e) le 18 janvier 2018 Posté(e) le 18 janvier 2018 Mega thanks to Exmach, soso92, zRevengee, and pinkimo2 for help and posts in this thread. Was able to get this game running finally. I don't think I'm much good at writing guides, don't know how to make videos, but I can try to answer questions if folks are stuck. Hang in there, you can do it! 1 hour ago, Erylcchi said: I made the game run but I'm getting this I/O error, any idea what's wrong? That will happen sometimes. As the instructions state, switch consoles with Ctrl + Alt + F6, use "ps -e" to find the game process, then use "sudo kill <process number>" to close the game. Then switch back to desktop with Ctrl + Alt + F7. Then try to restart PC or just re-run the game. Eventually you should succeed. 1
Gammah88 Posté(e) le 18 janvier 2018 Posté(e) le 18 janvier 2018 Can someone reupload the game to another host i cant download via mega due to the size limit (and cant buy PRO)
fire10 Posté(e) le 18 janvier 2018 Posté(e) le 18 janvier 2018 Use Jdownloader 2 mate it will resume once your 5 hour waiting time expires, it will download the first 4 gb then get the rest when it resumes. I dont have pro either
pillemats Posté(e) le 18 janvier 2018 Posté(e) le 18 janvier 2018 Is it possible to integrate that in teknoparrot?
Hinzoto Posté(e) le 18 janvier 2018 Auteur Posté(e) le 18 janvier 2018 Il y a 1 heure, pillemats a dit : Is it possible to integrate that in teknoparrot? Nop. TeknoParrot is Windows for now. Keep in your mind: WMMT6 has been announced. With this, WMMT5 can be dumped with the end of US server.
Jitterdoomer Posté(e) le 18 janvier 2018 Posté(e) le 18 janvier 2018 WMMT5 was easier to setup and had working Wangan Terminal so that I can save progress like in Initial D. As for the US Maximum Tune games, I think they'll probably skip to 6 because China already had 5DX after 4. 1
Arcade_mAniaC Posté(e) le 20 janvier 2018 Posté(e) le 20 janvier 2018 On 18/01/2018 at 10:21 AM, sTo0z said: Mega thanks to Exmach, soso92, zRevengee, and pinkimo2 for help and posts in this thread. Was able to get this game running finally. I don't think I'm much good at writing guides, don't know how to make videos, but I can try to answer questions if folks are stuck. Hang in there, you can do it! That will happen sometimes. As the instructions state, switch consoles with Ctrl + Alt + F6, use "ps -e" to find the game process, then use "sudo kill <process number>" to close the game. Then switch back to desktop with Ctrl + Alt + F7. Then try to restart PC or just re-run the game. Eventually you should succeed. Did you get the Multiplayer/ Network Play Working?
Erylcchi Posté(e) le 20 janvier 2018 Posté(e) le 20 janvier 2018 Got it working hahaha, its actually easier than i thought just few struggles of Linux instability on my side, fukken VM freezes my OS so i had to reinstall Ubuntu but yeah, repeated the process and works like a charm 1
carnyzzle Posté(e) le 21 janvier 2018 Posté(e) le 21 janvier 2018 On 1/18/2018 at 12:08 PM, Jitterdoomer said: WMMT5 was easier to setup and had working Wangan Terminal so that I can save progress like in Initial D. As for the US Maximum Tune games, I think they'll probably skip to 6 because China already had 5DX after 4. I really want to get Maximum Tune 5 but we'll have to wait until a dump + crack is public... Though that should be soon since 6 got announced.
2KRN4U Posté(e) le 22 janvier 2018 Posté(e) le 22 janvier 2018 (modifié) I'm getting the I/O error "I/Oボードが見つかりません" not sure what I'm doing wrong. Using VMware for JVS, installed the required libs, followed everything in the readme. Every time I launch I get the error, not sure where to go from here. EDIT: Figured it out, I had the connection for the serial port on "Use Output file:", it's supposed to be on "Use a physical serial port:". It says Auto detect, but you can type in /dev/tnt1 on it. Modifié le 22 janvier 2018 par 2KRN4U fixed
Xenos911 Posté(e) le 22 janvier 2018 Posté(e) le 22 janvier 2018 Would it be possible for someone to get this and Dead Heat working in Ubuntu and upload a copy of their hard drive so that a usb can boot it???
masterjedi Posté(e) le 22 janvier 2018 Posté(e) le 22 janvier 2018 Citation LD_PRELOAD=./mt4hasp.so ./WMN4r ./WMN4r: /usr/lib/i386-linux-gnu/libCgGL.so: no version information available (required by ./WMN4r) ./WMN4r: /usr/lib/i386-linux-gnu/libCg.so: no version information available (required by ./WMN4r) Starting up Wrapper... [WMN4S:Inf][ MessageDBManager ] :: [ MessageDBManager ] [WMN4S:Inf]GameInfo::SetDefault() [WMN4S:Inf]================ [WMN4S:Inf]================ [WMN4S:Inf]================ [WMN4S:Inf]GameInfo::TargetInfo::SetDefault [WMN4S:Inf]================ [WMN4S:Inf]================ [WMN4S:Inf]================ [WMN4S:Inf]************************* [WMN4S:Inf]****** Start WMN4 ****** [WMN4S:Inf]****** SVNR : 11006 ****** [WMN4S:Inf]************************* [WMN4S:Inf] mucha: worker: starting... [WMN4S:Inf] mucha: worker: started [WMN4S:Wng] monitor.server: init(): hwclock is unknown [WMN4S:Inf] monitor.server: LANG=C;/usr/bin/sudo /usr/sbin/arcadepkgkey /opt/arcade/exec/v388-arcade.gpg v388-publisher >/dev/null 2>&1 [WMN4S:Inf] mucha: Initialize(): finish Starting up Wrapper... [WMN4S:Inf]Sys_Foundation::SetLocale(): find LocaleJP.txt [WMN4S:Inf]Sys_Foundation::SetLocale(): set 0 [WMN4S:Inf]Sys::Capture::Initialize() : finish [WMN4S:Inf] network: certificate_file=/home/user/Downloads/WMMT4/data/Network/certs/v388-ca-cert.pem [WMN4S:Inf] network: initialize(): now initializing... [WMN4S:Inf] local: v388.protobuf.Message: pcb_id_max=4 [WMN4S:Inf] network: update RPC channel=https://localhost/method/ [WMN4S:Inf] network: update Resource channel=https://localhost/resource/ [WMN4S:Inf] network: initialize(): finish [WMN4S:Inf]Sys::Initialize() : finish [WMN4S:Inf]******** JVIO START ******** [WMN4S:Inf]******** JVIO START ******** [WMN4S:Inf]******** JVIO START ******** [WMN4S:Inf]JvioControl::JvioControl() [WMN4S:Inf]**** DeviceSetting::Initial **** [WMN4S:Inf][FS] load request sim:data/Device/DeviceParam.lua [WMN4S:Inf][FS] load finish sim:data/Device/DeviceParam.lua (2 KB) [WMN4S:Inf][FS] load end callback sim:data/Device/DeviceParam.lua (2 KB) [WMN4S:Inf][FS] load request sim:data/Device/DeviceSetting.lua [WMN4S:Inf][FS] load finish sim:data/Device/DeviceSetting.lua (5 KB) [WMN4S:Inf][FS] load end callback sim:data/Device/DeviceSetting.lua (5 KB) [WMN4S:Inf]LuabindPack::luaL_loadbuffer [WMN4S:Inf]LuabindPack::luaL_loadbuffer [WMN4S:Inf]Jvio SerialParam port(2)[/dev/tnt0],Baud(115200) charsize(8) stopbit(0) Parity(0) hardflow(FALSE) [WMN4S:Inf]Str2 SerialParam port(0)[/dev/ttyS0],Baud(19200) charsize(8) stopbit(0) Parity(0) hardflow(FALSE) [WMN4S:Inf]Card SerialParam port(1)[/dev/ttyS1],Baud(38400) charsize(8) stopbit(0) Parity(2) hardflow(TRUE) [WMN4S:Inf]3mts SerialParam port(0)[/dev/ttyS0],Baud(9600) charsize(8) stopbit(1) Parity(0) hardflow(FALSE) [WMN4S:Inf]iccd SerialParam port(3)[/dev/ttyS3],Baud(9600) charsize(8) stopbit(1) Parity(0) hardflow(FALSE) [WMN4S:Inf]iccv SerialParam port(1)[/dev/ttyS1],Baud(9600) charsize(8) stopbit(1) Parity(0) hardflow(FALSE) [WMN4S:Inf]**** DeviceSetting::Initial OK **** [WMN4S:Inf]GetParam3 = 0 [WMN4S:Inf]GetParam4 = 0,0,1,38400,8,0,2,0,The profile is not supported. [WMN4S:Inf] monitor.server: init(): succeed: arcadepkgkey ^C[WMN4S:Inf]main(): child: termination(2) Only got black screen when i run the game
pinkimo2 Posté(e) le 22 janvier 2018 Posté(e) le 22 janvier 2018 (modifié) Il y a 11 heures, masterjedi a dit : Only got black screen when i run the game Install NVidia drivers : http://www.linuxandubuntu.com/home/how-to-install-latest-nvidia-drivers-in-linux Modifié le 22 janvier 2018 par pinkimo2
Lite90 Posté(e) le 22 janvier 2018 Posté(e) le 22 janvier 2018 anyone know how to fix sound distortion in game? i have a dedicated 5.1 sound card btw
masterjedi Posté(e) le 23 janvier 2018 Posté(e) le 23 janvier 2018 Il y a 16 heures, pinkimo2 a dit : Install NVidia drivers : http://www.linuxandubuntu.com/home/how-to-install-latest-nvidia-drivers-in-linux unfortunately. i using amd gpu tried install amd drivers. still can't running game. this game really just for nvidia only. i need to bought a nvidia gpu right now :S
Messages recommandés
Créer un compte ou se connecter pour commenter
Vous devez être membre afin de pouvoir déposer un commentaire
Créer un compte
Créez un compte sur notre communauté. C’est facile !
Créer un nouveau compteSe connecter
Vous avez déjà un compte ? Connectez-vous ici.
Connectez-vous maintenant