Recent Posts

Pages: 1 ... 8 9 [10]
91
Programming / Re: Xpdf v. 4.01
« Last post by mauro on April 04, 2024, 07:20:18 pm »
trying it as command line:

mypdffile.pdf present in same working directory (bin) of xpdf.exe and other .exe

xpdf.exe mypdffile.pdf

SYS1804: The system cannot find the file PAPER1.

found no reference on the net about this missing file
92
Programming / Re: Xpdf v. 4.01
« Last post by TeLLie on April 04, 2024, 05:06:41 pm »
Hi all

Also make a QT5 build

93
Networking / Re: [SOLVED] Networking not working In Virtual Box
« Last post by Tom on April 04, 2024, 04:43:11 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

You might want to add "-d 0" (without the quotes) at the end of the line with dhcpstrt. That parameter specifies the maximum time dhcpstrt waits for an IP address from the DHCP server. Specifying 0 (zero) makes it keep on trying in the background (so effectively no maximum wait period after which it gives up).

Code: [Select]
dhcpstrt -i lan1 -d 0 (note the space between d and zero)
94
Games / Re: Minecraft
« Last post by Martin Iturbide on April 04, 2024, 02:51:59 pm »
Hi

I forget to tell you that I tried it first on a ArcaOS 5.1 VM. I will try it on real hardware.

Regards
95
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
96
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...
97
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?
98
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.
99
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.

100
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?
Pages: 1 ... 8 9 [10]