Recent Posts

Pages: 1 ... 8 9 [10]
91
Networking / Re: [SOLVED] Networking not working In Virtual Box
« Last post by Glenn on April 04, 2024, 02:36:25 pm »
Do you have 2 network cards installed in the VM? Can you post your x:\mptn\bin\setup.cmd?
I even have 4... First one I keep for NAT, the others for bridged mode - second one for docking station wired, third for laptop's wifi, fourth for laptop's internal wired. I swap second and fourth when I have wired ethernet on the go, without my docking station.

Contents of setup.cmd:

route -fh
arp -f
ifconfig lo 127.0.0.1
REM ifconfig lan0 nil metric 1 mtu 1500
REM ifconfig lan1 nil
REM ifconfig lan2 nil metric 1 mtu 1500
ifconfig lan3 192.168.1.200 netmask 255.255.255.0 metric 1 mtu 1500
REM ifconfig lan4 nil metric 1 mtu 1500
REM ifconfig lan5 metric 1 mtu 1500
REM ifconfig lan6 metric 1 mtu 1500
REM ifconfig lan7 metric 1 mtu 1500
dhcpstrt -i lan1
REM ifconfig sl0
ipgate off
92
Programming / Re: ArcaOS - Recreate a complete build environment?
« Last post by Paul Smedley on April 04, 2024, 09:31:02 am »
A copy of my buildenv from April  last year is at https://drive.google.com/file/d/1VPR-z1EPTzrkYwrsvrRw3UOSQ_v7yZV_/view?usp=drive_link - nothing significant would have changed since then...
93
Virtualization / ArcaOS in VirtualBox and mouse.
« Last post by Glenn on April 04, 2024, 09:29:57 am »
I have a strange behavior from the mouse with ArcaOS 5.1 installed in VirtualBox (with standard properties of the VM / of the installation).

The pointer moves everywhere, but on the desktop, icons located in the bottom-half part of the screen cannot be clicked on. I have to click on other icons above then go with the keyboard to the folder I want to open/the app I want to start and open it with the enter key.
The xCenter at the bottom is working fine, so it seems to be specific to the desktop; it also affects full-screen win-os/2 sessions, in which nothing in the bottom-half of the screen is clickable. On Win-OS/2, the pointer also moves more randomly, sometimes it becomes difficult to click on a button even in the top half of the screen, because the pointer will go too high (or too low) and moving it towards the place to click on moves it too far.

I remember problems with VBox extensions in version 7 so I kept the version of extensions that come with VBox.

Are these known problems? Are there any known ways to solve these problems?
94
Games / Re: Minecraft
« Last post by Jochen Schäfer on April 04, 2024, 07:46:11 am »
No, I could enter my ClassiCube credentials and got to the server list.
Movement is WASD.
Perhaps I should test this on another machine.
95
Networking / Re: Netdrive and ArcaOS
« Last post by Neil Waldhauer on April 04, 2024, 03:54:16 am »
You can just run the NetDrive installer on ArcaOS, and it will replace the Arca Noae version with the full version. It even keeps your NetDrive settings the same.

96
Networking / Re: [SOLVED] Networking not working In Virtual Box
« Last post by Dave Yeo on April 04, 2024, 02:49:56 am »
Do you have 2 network cards installed in the VM? Can you post your x:\mptn\bin\setup.cmd?
97
Networking / Re: [SOLVED] Networking not working In Virtual Box
« Last post by Glenn on April 04, 2024, 01:02:08 am »
You should have a line like,
Code: [Select]
CALL=X:\OS2\CMD.EXE /Q /C X:\MPTN\BIN\MPTSTART.CMD >NULin config.sys with MPTSTART.CMD calling X:\MPTN\BIN\SETUP.cmd
The line is there, and yet the DHCP monitor has "DHCP client is not running".. When I run DHCPSTRT, the first line in the monitor is "initialized interface lan1"...
98
Games / Re: Minecraft
« Last post by Martin Iturbide on April 04, 2024, 12:35:37 am »
Thanks Joschen, it fun to try this things.

I did a "yum install SDL2 libcurl" and now I can run it.

The drawing is very buggy here. I can not move, I only see the hammer moving. I can not see the pointer or move at all with the mouse. I guess this is what you mean in your post.

But there is something else. I can not type my user name (not mandatory), it types any weird thing there, is that also happening to you?

But it is very fun to see that you were able to port it to this stage. Thanks.

Regards
99
Applications / Re: XWP v1.0.16
« Last post by Martin Iturbide on April 04, 2024, 12:21:06 am »
Hello Pete.

I don't see any kind of error on the process. The button just don't work for the "Object Hotkey" action.

Today I tried a kind of "vanilla" VM that I have with 5.1.0, without any luck.

I follow the same procedure.
1] Uncheck "Enable the windows keys" in System Setup -> Keyboard - OEM Keys
2] Add Function Key name: LWin, click in Hardware scan code edit box and press the LWin key to display the value (0x7e (126) ) (Also in my keyboard) in System Setup -> Keyboard -> Function Keys. (There is no OK to save, If I close the window and reopen it, the value remains there, so I guess it is saved)
3] Open Download folder Properties -> Icon, click in Object hotkey edit box, press the LWin key - should show LWin in edit box, click Set and close the Properties.
4] Pressed the LWin key and no action occurred

I have the screen shot attached. The key is getting registered/recognized on the "System Setup -> Keyboard -> Function Keys".
Tonight I will try on a different machine.

Regards
100
Networking / Re: [SOLVED] Networking not working In Virtual Box
« Last post by Dave Yeo on April 04, 2024, 12:13:01 am »
Always good to leave the possibility to chain commands.

@echo off
set BEGINLIBPATH=c:\programs\foo\lib;%BEGINLIBPATH%
c:\programs\foo.exe %1
exit
Pages: 1 ... 8 9 [10]