Page 1 of 1
					
				Latest version 4 of RC failing on Ubuntu 18.04...
				Posted: Mon Jun 24, 2019 6:09 am
				by MarisaG
				The 3.x version works fine with wine, but all the 4.x versions I tried don't work. Crashes back to shell. Can provides screen copies if needed.
Thanks for this great utility 
Marisa
 
			 
			
					
				Re: Latest version 4 of RC failing on Ubuntu 18.04...
				Posted: Thu Jul 04, 2019 6:55 pm
				by RomCenter
				Romcenter 4 is built ob framework 4.0. Some people manage to make it work.
			 
			
					
				Re: Latest version 4 of RC failing on Ubuntu 18.04...
				Posted: Mon Mar 23, 2020 11:26 am
				by lupo_grigio
				MarisaG wrote: Mon Jun 24, 2019 6:09 am
The 3.x version works fine with wine, but all the 4.x versions I tried don't work. Crashes back to shell. Can provides screen copies if needed.
Thanks for this great utility 
Marisa
 
Hey Marisa!
I got it working on ArchLinux with 64bit prefix of 
staging Wine.
Then export your prefix path in Bash and use winetricks to install:
Code: Select all
dotnet40
dotnet48
d3dcompiler_43
d3dx9_43
d3dcompiler_42
d3dcompiler_47
d3dx9_42
d3dx9
After that, I MUST use the EXE installer to install RomCenter, 
create shortcut when RomCenter installer asks for it and start with:
Code: Select all
env WINEPREFIX="/path/to/your/wine/prefix" /usr/bin/wine C:\\\\windows\\\\command\\\\start.exe /Unix //path/to/your/wine/prefix/dosdevices/c:/users/Public/Desktop/Romcenter.lnk
Be sure to check 
your correct paths from the above code and adjust them according to your system.